CVNov 21, 2023

Boosting Audio-visual Zero-shot Learning with Large Language Models

arXiv:2311.12268v23 citationsh-index: 11Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of recognizing unseen audio-visual events for applications like multimedia analysis, though it is incremental as it builds on existing methods by incorporating external knowledge.

The paper tackles the problem of audio-visual zero-shot learning by introducing a framework that leverages large language models to generate descriptive sentences for event classes, improving recognition of unseen categories. It achieves state-of-the-art results on three popular datasets.

Audio-visual zero-shot learning aims to recognize unseen classes based on paired audio-visual sequences. Recent methods mainly focus on learning multi-modal features aligned with class names to enhance the generalization ability to unseen categories. However, these approaches ignore the obscure event concepts in class names and may inevitably introduce complex network structures with difficult training objectives. In this paper, we introduce a straightforward yet efficient framework called KnowleDge-Augmented audio-visual learning (KDA), which aids the model in more effectively learning novel event content by leveraging an external knowledge base. Specifically, we first propose to utilize the knowledge contained in large language models (LLMs) to generate numerous descriptive sentences that include important distinguishing audio-visual features of event classes, which helps to better understand unseen categories. Furthermore, we propose a knowledge-aware adaptive margin loss to help distinguish similar events, further improving the generalization ability towards unseen classes. Extensive experimental results demonstrate that our proposed KDA can outperform state-of-the-art methods on three popular audio-visual zero-shot learning datasets.Our code will be avaliable at \url{https://github.com/chenhaoxing/KDA}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes