Attention-Based Multimodal Fusion for Video Description

Chiori Hori,Takaaki Hori,Teng-Yok Lee,Ziming Zhang,Bret Harsham,John R. Hershey,Tim K. Marks,Kazuhiko Sumi
DOI: https://doi.org/10.1109/iccv.2017.450
2017-10-01
Abstract:Current methods for video description are based on encoder-decoder sentence generation using recurrent neural networks (RNNs). Recent work has demonstrated the advantages of integrating temporal attention mechanisms into these models, in which the decoder network predicts each word in the description by selectively giving more weight to encoded features from specific time frames. Such methods typically use two different types of features: image features (from an object classification model), and motion features (from an action recognition model), combined by naïve concatenation in the model input. Because different feature modalities may carry task-relevant information at different times, fusing them by naïve concatenation may limit the model's ability to dynamically determine the relevance of each type of feature to different parts of the description. In this paper, we incorporate audio features in addition to the image and motion features. To fuse these three modalities, we introduce a multimodal attention model that can selectively utilize features from different modalities for each word in the output description. Combining our new multimodal attention model with standard temporal attention outperforms state-of-the-art methods on two standard datasets: YouTube2Text and MSR-VTT.
What problem does this paper attempt to address?