CVApr 9, 2024

Audio-Visual Generalized Zero-Shot Learning using Pre-Trained Large Multi-Modal Models

arXiv:2404.06309v13 citationsh-index: 18Has Code2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)
Originality Incremental advance
AI Analysis

This work addresses the problem of improving zero-shot learning accuracy in audio-visual tasks for researchers and practitioners, but it is incremental as it builds on existing models with a simple feed-forward approach.

The paper tackled audio-visual generalized zero-shot learning by leveraging pre-trained large multi-modal models (CLIP and CLAP) for feature extraction and class label embeddings, achieving state-of-the-art performance on benchmarks like VGGSound-GZSL, UCF-GZSL, and ActivityNet-GZSL.

Audio-visual zero-shot learning methods commonly build on features extracted from pre-trained models, e.g. video or audio classification models. However, existing benchmarks predate the popularization of large multi-modal models, such as CLIP and CLAP. In this work, we explore such large pre-trained models to obtain features, i.e. CLIP for visual features, and CLAP for audio features. Furthermore, the CLIP and CLAP text encoders provide class label embeddings which are combined to boost the performance of the system. We propose a simple yet effective model that only relies on feed-forward neural networks, exploiting the strong generalization capabilities of the new audio, visual and textual features. Our framework achieves state-of-the-art performance on VGGSound-GZSL, UCF-GZSL, and ActivityNet-GZSL with our new features. Code and data available at: https://github.com/dkurzend/ClipClap-GZSL.

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