Audio-Visual Generalized Zero-Shot Learning using Pre-Trained Large Multi-Modal Models
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.