SDLGASMar 3, 2021

Multi-view Audio and Music Classification

arXiv:2103.02420v119 citations
AI Analysis

This work addresses audio and music classification for researchers and practitioners, offering an incremental improvement over existing multi-view methods.

The authors tackled audio and music classification by proposing a multi-view learning approach that adaptively blends gradients from multiple classification branches to prevent overfitting and encourage generalization, resulting in superior performance over single-view and multi-view baselines on three tasks.

We propose in this work a multi-view learning approach for audio and music classification. Considering four typical low-level representations (i.e. different views) commonly used for audio and music recognition tasks, the proposed multi-view network consists of four subnetworks, each handling one input types. The learned embedding in the subnetworks are then concatenated to form the multi-view embedding for classification similar to a simple concatenation network. However, apart from the joint classification branch, the network also maintains four classification branches on the single-view embedding of the subnetworks. A novel method is then proposed to keep track of the learning behavior on the classification branches and adapt their weights to proportionally blend their gradients for network training. The weights are adapted in such a way that learning on a branch that is generalizing well will be encouraged whereas learning on a branch that is overfitting will be slowed down. Experiments on three different audio and music classification tasks show that the proposed multi-view network not only outperforms the single-view baselines but also is superior to the multi-view baselines based on concatenation and late fusion.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes