paper-with-me

Papers

Learning Video Representations using Contrastive Bidirectional Transformer

2019-06-13 · Chen Sun, Fabien Baradel, Kevin Murphy, Cordelia Schmid

This paper proposes a self-supervised learning approach for video features that results in significantly improved performance on downstream tasks (such as video classification, captioning and segmentation) compared to existing methods. Our method extends the BERT model for text sequences to the case of sequences of real-valued feature vectors, by replacing the softmax loss with noise contrastive estimation (NCE). We also show how to learn representations from sequences of visual features and sequences of words derived from ASR (automatic speech recognition), and show that such cross-modal training (when possible) helps even more.

📄 PDF Abstract BibTeX arXiv:1906.05743

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Representation LearningSelf-Supervised Learningspeech-recognitionSpeech RecognitionVideo CaptioningVideo Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Towards Contrastive Learning in Music Video Domain

2023-09-01 · Karel Veldkamp, Mariya Hendriksen, Zoltán Szlávik, Alexander Keijser

Contrastive learning is a powerful way of learning multimodal representations across various domains such as image-caption retrieval and audio-visual representation learning. In this work, we investigate if these finding…

Contrastive LearningGenre classificationMusic TaggingRepresentation Learning+1

CoBERL: Contrastive BERT for Reinforcement Learning

2021-07-12 · ICML Workshop URL 2021 7 · Andrea Banino, Adrià Puidomenech Badia, Jacob Walker, Tim Scholtes 외

Many reinforcement learning (RL) agents require a large amount of experience to solve tasks. We propose Contrastive BERT for RL (CoBERL), an agent that combines a new contrastive loss and a hybrid LSTM-transformer archit…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Cross-Modal Attention Consistency for Video-Audio Unsupervised Learning

2021-06-13 · Shaobo Min, Qi Dai, Hongtao Xie, Chuang Gan 외

Cross-modal correlation provides an inherent supervision for video unsupervised representation learning. Existing methods focus on distinguishing different video clips by visual and audio representations. We human visual…

Contrastive LearningRepresentation Learning

SITAR: Semi-supervised Image Transformer for Action Recognition

2024-09-04 · Owais Iqbal, Omprakash Chakraborty, Aftab Hussain, Rameswar Panda 외

Recognizing actions from a limited set of labeled videos remains a challenge as annotating visual data is not only tedious but also can be expensive due to classified nature. Moreover, handling spatio-temporal data using…

Action RecognitionContrastive LearningTemporal Action Localization

Towards End-to-End Generative Modeling of Long Videos with Memory-Efficient Bidirectional Transformers

2023-03-20 · CVPR 2023 1 · Jaehoon Yoo, Semin Kim, Doyup Lee, Chiheon Kim 외

Autoregressive transformers have shown remarkable success in video generation. However, the transformers are prohibited from directly learning the long-term dependency in videos due to the quadratic complexity of self-at…

Video Generation