MMCVSDASIVAug 2, 2024

Out-Of-Distribution Detection for Audio-visual Generalized Zero-Shot Learning: A General Framework

arXiv:2408.01284v21 citationsh-index: 1Has Code
Originality Incremental advance
AI Analysis

This addresses the domain shift and training instability in multi-modal zero-shot learning, though it appears incremental as it combines existing approaches.

The paper tackles the challenge of audio-visual generalized zero-shot learning by integrating embedding-based and generative methods into a unified framework using out-of-distribution detection, achieving significant improvements over state-of-the-art methods on three datasets.

Generalized Zero-Shot Learning (GZSL) is a challenging task requiring accurate classification of both seen and unseen classes. Within this domain, Audio-visual GZSL emerges as an extremely exciting yet difficult task, given the inclusion of both visual and acoustic features as multi-modal inputs. Existing efforts in this field mostly utilize either embedding-based or generative-based methods. However, generative training is difficult and unstable, while embedding-based methods often encounter domain shift problem. Thus, we find it promising to integrate both methods into a unified framework to leverage their advantages while mitigating their respective disadvantages. Our study introduces a general framework employing out-of-distribution (OOD) detection, aiming to harness the strengths of both approaches. We first employ generative adversarial networks to synthesize unseen features, enabling the training of an OOD detector alongside classifiers for seen and unseen classes. This detector determines whether a test feature belongs to seen or unseen classes, followed by classification utilizing separate classifiers for each feature type. We test our framework on three popular audio-visual datasets and observe a significant improvement comparing to existing state-of-the-art works. Codes can be found in https://github.com/liuyuan-wen/AV-OOD-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