paper-with-me

홈 › Papers

Siamese Vision Transformers are Scalable Audio-visual Learners

2024-03-28 · Yan-Bo Lin, Gedas Bertasius

Traditional audio-visual methods rely on independent audio and visual backbones, which is costly and not scalable. In this work, we investigate using an audio-visual siamese network (AVSiam) for efficient and scalable audio-visual pretraining. Our framework uses a single shared vision transformer backbone to process audio and visual inputs, improving its parameter efficiency, reducing the GPU memory footprint, and allowing us to scale our method to larger datasets and model sizes. We pretrain our model using a contrastive audio-visual matching objective with a multi-ratio random masking scheme, which enables our model to process larger audio-visual instance batches, helpful for contrastive learning. Unlike prior audio-visual methods, our method can robustly handle audio, visual, and audio-visual inputs with a single shared ViT backbone. Furthermore, despite using the shared backbone for both modalities, AVSiam achieves competitive or even better results than prior methods on AudioSet and VGGSound for audio-visual classification and retrieval. Our code is available at https://github.com/GenjiB/AVSiam

📄 PDF Abstract BibTeX arXiv:2403.19638

Code (1)

genjib/avsiam 공식 구현 pytorch

Tasks

Contrastive LearningGPURetrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Vision Transformers are Parameter-Efficient Audio-Visual Learners

2022-12-15 · CVPR 2023 1 · Yan-Bo Lin, Yi-Lin Sung, Jie Lei, Mohit Bansal 외

Vision transformers (ViTs) have achieved impressive results on various computer vision tasks in the last several years. In this work, we study the capability of frozen ViTs, pretrained only on visual data, to generalize …

Audio-visual Question AnsweringAUDIO-VISUAL QUESTION ANSWERING (MUSIC-AVQA-v2.0)

Masked Siamese ConvNets

2022-06-15 · Li Jing, Jiachen Zhu, Yann Lecun

Self-supervised learning has shown superior performances over supervised methods on various vision benchmarks. The siamese network, which encourages embeddings to be invariant to distortions, is one of the most successfu…

image-classificationImage ClassificationInductive Biasobject-detection+3

ViT-TTS: Visual Text-to-Speech with Scalable Diffusion Transformer

2023-05-22 · Huadai Liu, Rongjie Huang, Xuan Lin, Wenqiang Xu 외

Text-to-speech(TTS) has undergone remarkable improvements in performance, particularly with the advent of Denoising Diffusion Probabilistic Models (DDPMs). However, the perceived quality of audio depends not solely on it…

DecoderDenoisingRhythmSelf-Supervised Learning+2

Masked Siamese Networks for Label-Efficient Learning

2022-04-14 · Mahmoud Assran, Mathilde Caron, Ishan Misra, Piotr Bojanowski 외

We propose Masked Siamese Networks (MSN), a self-supervised learning framework for learning image representations. Our approach matches the representation of an image view containing randomly masked patches to the repres…

image-classificationImage ClassificationSelf-Supervised Image ClassificationSelf-Supervised Learning+1

Revisiting Audio-Visual Segmentation with Vision-Centric Transformer

2025-01-01 · CVPR 2025 1 · Shaofei Huang, Rui Ling, Tianrui Hui, Hongyu Li 외

Audio-Visual Segmentation (AVS) aims to segment sound-producing objects in video frames based on the associated audio signal. Prevailing AVS methods typically adopt an audio-centric Transformer architecture, where ob…