paper-with-me

Papers

Active Contrastive Learning of Audio-Visual Video Representations

2020-08-31 · ICLR 2021 1 · Shuang Ma, Zhaoyang Zeng, Daniel McDuff, Yale Song

Contrastive learning has been shown to produce generalizable representations of audio and visual data by maximizing the lower bound on the mutual information (MI) between different views of an instance. However, obtaining a tight lower bound requires a sample size exponential in MI and thus a large set of negative samples. We can incorporate more samples by building a large queue-based dictionary, but there are theoretical limits to performance improvements even with a large number of negative samples. We hypothesize that \textit{random negative sampling} leads to a highly redundant dictionary that results in suboptimal representations for downstream tasks. In this paper, we propose an active contrastive learning approach that builds an \textit{actively sampled} dictionary with diverse and informative items, which improves the quality of negative samples and improves performances on tasks where there is high mutual information in the data, e.g., video classification. Our model achieves state-of-the-art performance on challenging audio and visual downstream benchmarks including UCF101, HMDB51 and ESC50.\footnote{Code is available at: \url{https://github.com/yunyikristy/CM-ACC}}

📄 PDF Abstract BibTeX arXiv:2009.09805

Code (1)

yunyikristy/CM-ACC 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation LearningVideo Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Multiscale Multimodal Transformer for Multimodal Action Recognition

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

While action recognition has been an active research area for several years, most existing approaches merely leverage the video modality as opposed to humans that efficiently process video and audio cues simultaneously. …

Action RecognitionAudio ClassificationMulti-modal ClassificationRepresentation Learning

Learning Representations from Audio-Visual Spatial Alignment

2020-11-03 · NeurIPS 2020 12 · Pedro Morgado, Yi Li, Nuno Vasconcelos

We introduce a novel self-supervised pretext task for learning representations from audio-visual content. Prior work on audio-visual representation learning leverages correspondences at the video level. Approaches based …

Action RecognitionRepresentation LearningSemantic SegmentationVideo Semantic Segmentation

Pushing the Frontier of Audiovisual Perception with Large-Scale Multimodal Correspondence Learning

2025-12-22 · Apoorv Vyas, Heng-Jui Chang, Cheng-Fu Yang, Po-Yao Huang 외 arxiv

We introduce Perception Encoder Audiovisual, PE-AV, a new family of encoders for audio and video understanding trained with scaled contrastive learning. Built on PE, PE-AV makes several key contributions to extend repres…

Sound Event DetectionContrastive Learning

Audio-Visual Contrastive Learning with Temporal Self-Supervision

2023-02-15 · Simon Jenni, Alexander Black, John Collomosse

We propose a self-supervised learning approach for videos that learns representations of both the RGB frames and the accompanying audio without human supervision. In contrast to images that capture the static scene appea…

Action RecognitionAudio ClassificationContrastive LearningRetrieval+1

Audio-Visual Instance Discrimination with Cross-Modal Agreement

2020-04-27 · CVPR 2021 1 · Pedro Morgado, Nuno Vasconcelos, Ishan Misra

We present a self-supervised learning approach to learn audio-visual representations from video and audio. Our method uses contrastive learning for cross-modal discrimination of video from audio and vice-versa. We show t…

Action RecognitionAudio ClassificationContrastive LearningSelf-Supervised Action Recognition+2