paper-with-me

Papers

AudioCLIP: Extending CLIP to Image, Text and Audio

2021-06-24 · Andrey Guzhov, Federico Raue, Jörn Hees, Andreas Dengel

In the past, the rapidly evolving field of sound classification greatly benefited from the application of methods from other domains. Today, we observe the trend to fuse domain-specific tasks and approaches together, which provides the community with new outstanding models. In this work, we present an extension of the CLIP model that handles audio in addition to text and images. Our proposed model incorporates the ESResNeXt audio-model into the CLIP framework using the AudioSet dataset. Such a combination enables the proposed model to perform bimodal and unimodal classification and querying, while keeping CLIP's ability to generalize to unseen datasets in a zero-shot inference fashion. AudioCLIP achieves new state-of-the-art results in the Environmental Sound Classification (ESC) task, out-performing other approaches by reaching accuracies of 90.07% on the UrbanSound8K and 97.15% on the ESC-50 datasets. Further it sets new baselines in the zero-shot ESC-task on the same datasets 68.78% and 69.40%, respectively). Finally, we also assess the cross-modal querying performance of the proposed model as well as the influence of full and partial training on the results. For the sake of reproducibility, our code is published.

📄 PDF Abstract BibTeX arXiv:2106.13043

Code (4)

AndreyGuzhov/AudioCLIP 공식 구현 pytorch
asteroid-team/torch-audiomentations pytorch
iver56/audiomentations pytorch
julirao/whisper_audio_classification pytorch

Tasks

ClassificationEnvironmental Sound ClassificationSound ClassificationZero-Shot Environment Sound Classification

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

AVE-CLIP: AudioCLIP-based Multi-window Temporal Transformer for Audio Visual Event Localization

2022-10-11 · Tanvir Mahmud, Diana Marculescu

An audio-visual event (AVE) is denoted by the correspondence of the visual and auditory signals in a video segment. Precise localization of the AVEs is very challenging since it demands effective multi-modal feature corr…

audio-visual event localization

Generating Realistic Images from In-the-wild Sounds

2023-09-05 · ICCV 2023 1 · Taegyeong Lee, Jeonghun Kang, Hyeonyu Kim, Taehwan Kim

Representing wild sounds as images is an important but challenging task due to the lack of paired datasets between sound and images and the significant differences in the characteristics of these two modalities. Previous…

Audio captioningSentence

T-VSL: Text-Guided Visual Sound Source Localization in Mixtures

2024-04-02 · CVPR 2024 1 · Tanvir Mahmud, Yapeng Tian, Diana Marculescu

Visual sound source localization poses a significant challenge in identifying the semantic region of each sounding source within a video. Existing self-supervised and weakly supervised source localization methods struggl…

Sound Source Localization

Adversarial Illusions in Multi-Modal Embeddings

2023-08-22 · Tingwei Zhang, Rishi Jha, Eugene Bagdasaryan, Vitaly Shmatikov

Multi-modal embeddings encode texts, images, thermal images, sounds, and videos into a single embedding space, aligning representations across different modalities (e.g., associate an image of a dog with a barking sound)…

Image GenerationText Generationzero-shot-classificationZero-Shot Learning

Leveraging Pre-Trained Models for Multimodal Class-Incremental Learning under Adaptive Fusion

2025-02-07 · Yukun Chen, Zihuan Qiu, Fanman Meng, Hongliang Li 외

Unlike traditional Multimodal Class-Incremental Learning (MCIL) methods that focus only on vision and text, this paper explores MCIL across vision, audio and text modalities, addressing challenges in integrating compleme…

class-incremental learningClass Incremental Learningcross-modal alignmentDiversity+2