Towards Robust Few-shot Class Incremental Learning in Audio Classification using Contrastive Representation
Riyansha Singh, Parinita Nema, Vinod K Kurmi
TL;DR
This paper tackles robust audio FSCIL by introducing supervised contrastive learning (SCL) during the base session to create tightly clustered, well-separated base-class representations, facilitating the integration of new classes. It then employs a stochastic classifier with dynamically updated prototypes to expand the classifier across incremental sessions, using a prototype loss to align new prototypes with current embeddings. The approach demonstrates state-of-the-art performance on NSynth-100, LibriSpeech LS-100, ESC-50, and ESC-10, with notable gains in average accuracy and reduced performance drop. The work advances practical few-shot incremental learning for dynamic audio vocabularies, with implications for real-time, adaptive audio analytics in smart devices and related applications.
Abstract
In machine learning applications, gradual data ingress is common, especially in audio processing where incremental learning is vital for real-time analytics. Few-shot class-incremental learning addresses challenges arising from limited incoming data. Existing methods often integrate additional trainable components or rely on a fixed embedding extractor post-training on base sessions to mitigate concerns related to catastrophic forgetting and the dangers of model overfitting. However, using cross-entropy loss alone during base session training is suboptimal for audio data. To address this, we propose incorporating supervised contrastive learning to refine the representation space, enhancing discriminative power and leading to better generalization since it facilitates seamless integration of incremental classes, upon arrival. Experimental results on NSynth and LibriSpeech datasets with 100 classes, as well as ESC dataset with 50 and 10 classes, demonstrate state-of-the-art performance.
