paper-with-me

홈 › Papers

ReCLAP: Improving Zero Shot Audio Classification by Describing Sounds

2024-09-13 · Sreyan Ghosh, Sonal Kumar, Chandra Kiran Reddy Evuru, Oriol Nieto, Ramani Duraiswami, Dinesh Manocha

Open-vocabulary audio-language models, like CLAP, offer a promising approach for zero-shot audio classification (ZSAC) by enabling classification with any arbitrary set of categories specified with natural language prompts. In this paper, we propose a simple but effective method to improve ZSAC with CLAP. Specifically, we shift from the conventional method of using prompts with abstract category labels (e.g., Sound of an organ) to prompts that describe sounds using their inherent descriptive features in a diverse context (e.g.,The organ's deep and resonant tones filled the cathedral.). To achieve this, we first propose ReCLAP, a CLAP model trained with rewritten audio captions for improved understanding of sounds in the wild. These rewritten captions describe each sound event in the original caption using their unique discriminative characteristics. ReCLAP outperforms all baselines on both multi-modal audio-text retrieval and ZSAC. Next, to improve zero-shot audio classification with ReCLAP, we propose prompt augmentation. In contrast to the traditional method of employing hand-written template prompts, we generate custom prompts for each unique label in the dataset. These custom prompts first describe the sound event in the label and then employ them in diverse scenes. Our proposed method improves ReCLAP's performance on ZSAC by 1%-18% and outperforms all baselines by 1% - 55%.

📄 PDF Abstract BibTeX arXiv:2409.09213

Code (1)

sreyan88/reclap 공식 구현 pytorch

Tasks

Audio ClassificationDescriptiveText RetrievalZero-shot Audio Classification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Improving Audio Classification by Transitioning from Zero- to Few-Shot

2025-07-26 · James Taylor, Wolfgang Mack arxiv

State-of-the-art audio classification often employs a zero-shot approach, which involves comparing audio embeddings with embeddings from text describing the respective audio class. These embeddings are usually generated …

Contrastive LearningAudio Classification

Multi-label Zero-Shot Audio Classification with Temporal Attention

2024-08-31 · Duygu Dogan, Huang Xie, Toni Heittola, Tuomas Virtanen

Zero-shot learning models are capable of classifying new classes by transferring knowledge from the seen classes using auxiliary information. While most of the existing zero-shot learning methods focused on single-label …

Audio ClassificationClassificationZero-shot Audio Classificationzero-shot-classification+1

Zero-Shot Audio Classification with Factored Linear and Nonlinear Acoustic-Semantic Projections

2020-11-25 · Huang Xie, Okko Räsänen, Tuomas Virtanen

In this paper, we study zero-shot learning in audio classification through factored linear and nonlinear acoustic-semantic projections between audio instances and sound classes. Zero-shot learning in audio classification…

Audio ClassificationClassificationGeneral ClassificationZero-shot Audio Classification+1

Generalized zero-shot audio-to-intent classification

2023-11-04 · Veera Raghavendra Elluru, Devang Kulshreshtha, Rohit Paturi, Sravan Bodapati 외

Spoken language understanding systems using audio-only data are gaining popularity, yet their ability to handle unseen intents remains limited. In this study, we propose a generalized zero-shot audio-to-intent classifica…

ClassificationGoal-Oriented Dialogintent-classificationIntent Classification+4

TSPE: Task-Specific Prompt Ensemble for Improved Zero-Shot Audio Classification

2024-12-31 · Nishit Anand, Ashish Seth, Ramani Duraiswami, Dinesh Manocha

Audio-language models (ALMs) excel in zero-shot audio classification, a task where models classify previously unseen audio clips at test time by leveraging descriptive natural language prompts. We introduce TSPE (Task-Sp…

Audio ClassificationClassificationDescriptiveZero-shot Audio Classification