Class-Incremental Learning for Multi-Label Audio Classification
Manjunath Mulimani, Annamaria Mesaros

TL;DR
This paper introduces a class-incremental learning method for multi-label audio classification that effectively learns new sound classes while retaining knowledge of previous classes, demonstrated by consistent performance on a 50-class dataset.
Contribution
It proposes a novel incremental learning approach using cosine similarity and KL divergence-based distillation losses for multi-label audio classification.
Findings
Achieved an average F1-score of 40.9% over five phases.
Maintained a performance degradation of only 0.7 percentage points.
Performed well on a dataset with 50 sound classes.
Abstract
In this paper, we propose a method for class-incremental learning of potentially overlapping sounds for solving a sequence of multi-label audio classification tasks. We design an incremental learner that learns new classes independently of the old classes. To preserve knowledge about the old classes, we propose a cosine similarity-based distillation loss that minimizes discrepancy in the feature representations of subsequent learners, and use it along with a Kullback-Leibler divergence-based distillation loss that minimizes discrepancy in their respective outputs. Experiments are performed on a dataset with 50 sound classes, with an initial classification task containing 30 base classes and 4 incremental phases of 5 classes each. After each phase, the system is tested for multi-label classification with the entire set of classes learned so far. The proposed method obtains an average…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing · Water Systems and Optimization · Speech and Audio Processing
MethodsSparse Evolutionary Training · Balanced Selection
