无需训练参数,通过双向反馈提升音视频跨模态对齐效果
PAT: Parameter-Free Audio-Text Aligner to Boost Zero-Shot Audio Classification
- 用提示词集成自动筛选并加权最相关文本提示,增强语义表征
- 基于优化后的文本信息重加权音频帧特征,提升跨模态匹配精度
- 适配各类CLAP类模型,尤其在噪声环境下仍保持稳定性能
音视频模型(ALMs)在零样本音频分类任务中表现优异。本文提出PAT(Parameter-free Audio-Text aligner),一种简单且无需训练的方法,旨在提升类似CLAP的ALMs在零样本音频分类中的性能。该方法通过互反馈机制增强音视频双模态表示:针对文本,设计提示词集成算法,从大规模手工提示库中自动选取并加权与音频最相关的提示;针对音频,则根据优化后的文本信息重加权帧级特征。该方法不引入额外模块或参数,可无缝集成至任意现有CLAP类模型中。在18个不同基准数据集和6种ALMs上实验表明,PAT相比原始零样本评估平均提升0.42%至27.0%。此外,即使在不同噪声水平下输入音频质量下降,其性能依然稳健。代码将在论文录用后开源。
原文摘要 · Abstract (English)
Audio-Language Models (ALMs) have demonstrated remarkable performance in zero-shot audio classification. In this paper, we introduce PAT (Parameter-free Audio-Text aligner), a simple and training-free method aimed at boosting the zero-shot audio classification performance of CLAP-like ALMs. To achieve this, we propose to improve the cross-modal interaction between audio and language modalities by enhancing the representations for both modalities using mutual feedback. Precisely, to enhance textual representations, we propose a prompt ensemble algorithm that automatically selects and combines the most relevant prompts from a datastore with a large pool of handcrafted prompts and weighs them according to their relevance to the audio. On the other hand, to enhance audio representations, we reweigh the frame-level audio features based on the enhanced textual information. Our proposed method does not require any additional modules or parameters and can be used with any existing CLAP-like ALM to improve zero-shot audio classification performance. We experiment across 18 diverse benchmark datasets and 6 ALMs and show that the PAT outperforms vanilla zero-shot evaluation with significant margins of 0.42%-27.0%. Additionally, we demonstrate that PAT maintains robust performance even when input audio is degraded by varying levels of noise. Our code will be open-sourced upon acceptance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。