paper-with-me

Papers

Parameter Efficient Multimodal Transformers for Video Representation Learning

2020-12-08 · ICLR 2021 1 · Sangho Lee, Youngjae Yu, Gunhee Kim, Thomas Breuel, Jan Kautz, Yale Song

The recent success of Transformers in the language domain has motivated adapting it to a multimodal setting, where a new visual model is trained in tandem with an already pretrained language model. However, due to the excessive memory requirements from Transformers, existing work typically fixes the language model and train only the vision module, which limits its ability to learn cross-modal information in an end-to-end manner. In this work, we focus on reducing the parameters of multimodal Transformers in the context of audio-visual video representation learning. We alleviate the high memory requirement by sharing the parameters of Transformers across layers and modalities; we decompose the Transformer into modality-specific and modality-shared parts so that the model learns the dynamics of each modality both individually and together, and propose a novel parameter sharing scheme based on low-rank approximation. We show that our approach reduces parameters of the Transformers up to 97$\%$, allowing us to train our model end-to-end from scratch. We also propose a negative sampling approach based on an instance similarity measured on the CNN embedding space that our model learns together with the Transformers. To demonstrate our approach, we pretrain our model on 30-second clips (480 frames) from Kinetics-700 and transfer it to audio-visual classification tasks.

📄 PDF Abstract BibTeX arXiv:2012.04124

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRepresentation Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

MAQA: A Multimodal QA Benchmark for Negation

2023-01-09 · Judith Yue Li, Aren Jansen, Qingqing Huang, Joonseok Lee 외

Multimodal learning can benefit from the representation power of pretrained Large Language Models (LLMs). However, state-of-the-art transformer based LLMs often ignore negations in natural language and there is no existi…

NegationQuestion Answering

Multi-scale Cooperative Multimodal Transformers for Multimodal Sentiment Analysis in Videos

2022-06-16 · Lianyang Ma, Yu Yao, Tao Liang, Tongliang Liu

Multimodal sentiment analysis in videos is a key task in many real-world applications, which usually requires integrating multimodal streams including visual, verbal and acoustic behaviors. To improve the robustness of m…

Multimodal Sentiment AnalysisSentiment Analysis

AVT: Audio-Video Transformer for Multimodal Action Recognition

2022-09-22 · Submitted to ICLR 2022 9 · Wentao Zhu, Jingru Yi, Kevin Hsu, Xiaohang Sun 외

Action recognition is an essential field for video understanding. To learn from heterogeneous data sources effectively, in this work, we propose a novel multimodal action recognition approach termed Audio-Video Transform…

Action RecognitionAudio ClassificationContrastive LearningMulti-modal Classification+1

All in One: Exploring Unified Video-Language Pre-training

2022-03-14 · CVPR 2023 1 · Alex Jinpeng Wang, Yixiao Ge, Rui Yan, Yuying Ge 외

Mainstream Video-Language Pre-training models \cite{actbert,clipbert,violet} consist of three parts, a video encoder, a text encoder, and a video-text fusion Transformer. They pursue better performance via utilizing heav…

AllLanguage ModellingMultiple-choiceQuestion Answering+9

Efficient Selective Audio Masked Multimodal Bottleneck Transformer for Audio-Video Classification

2024-01-08 · Wentao Zhu

Audio and video are two most common modalities in the mainstream media platforms, e.g., YouTube. To learn from multimodal videos effectively, in this work, we propose a novel audio-video recognition approach termed audio…

Action RecognitionContrastive LearningVideo ClassificationVideo Recognition