LGIRMMSDASMLJul 31, 2020

Ultra-light deep MIR by trimming lottery tickets

arXiv:2007.16187v11 citations
Originality Highly original
AI Analysis

This enables ultra-light deep learning models for MIR that can run on CPUs and embedded devices, addressing a practical bottleneck for deployment.

The paper tackles the high complexity of deep learning models in Music Information Retrieval by proposing a pruning method based on the lottery ticket hypothesis, which removes up to 90% of parameters without accuracy loss and even improves performance at up to 85% compression.

Current state-of-the-art results in Music Information Retrieval are largely dominated by deep learning approaches. These provide unprecedented accuracy across all tasks. However, the consistently overlooked downside of these models is their stunningly massive complexity, which seems concomitantly crucial to their success. In this paper, we address this issue by proposing a model pruning method based on the lottery ticket hypothesis. We modify the original approach to allow for explicitly removing parameters, through structured trimming of entire units, instead of simply masking individual weights. This leads to models which are effectively lighter in terms of size, memory and number of operations. We show that our proposal can remove up to 90% of the model parameters without loss of accuracy, leading to ultra-light deep MIR models. We confirm the surprising result that, at smaller compression ratios (removing up to 85% of a network), lighter models consistently outperform their heavier counterparts. We exhibit these results on a large array of MIR tasks including audio classification, pitch recognition, chord extraction, drum transcription and onset estimation. The resulting ultra-light deep learning models for MIR can run on CPU, and can even fit on embedded devices with minimal degradation of accuracy.

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