Towards Robust Few-shot Class Incremental Learning in Audio Classification using Contrastive Representation
This addresses incremental learning challenges for audio processing applications, but it is incremental as it builds on existing methods by refining loss functions.
The paper tackles the problem of few-shot class-incremental learning in audio classification by proposing supervised contrastive learning to improve representation space, achieving state-of-the-art performance on datasets like NSynth, LibriSpeech, and ESC.
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.