SDLGASOct 30, 2021

Learning Continuous Representation of Audio for Arbitrary Scale Super Resolution

arXiv:2111.00195v216 citations
Originality Highly original
AI Analysis

This addresses the limitation of discrete, fixed-scale methods in audio processing, offering a more flexible solution for applications requiring variable resolution enhancement.

The paper tackles the problem of audio super-resolution by proposing a method that learns a continuous representation of audio, enabling super-resolution at arbitrary scale factors without retraining. The method outperforms previous fixed-scale approaches with fewer parameters and can extrapolate beyond the training resolution.

Audio super resolution aims to predict the missing high resolution components of the low resolution audio signals. While audio in nature is a continuous signal, current approaches treat it as discrete data (i.e., input is defined on discrete time domain), and consider the super resolution over a fixed scale factor (i.e., it is required to train a new neural network to change output resolution). To obtain a continuous representation of audio and enable super resolution for arbitrary scale factor, we propose a method of implicit neural representation, coined Local Implicit representation for Super resolution of Arbitrary scale (LISA). Our method locally parameterizes a chunk of audio as a function of continuous time, and represents each chunk with the local latent codes of neighboring chunks so that the function can extrapolate the signal at any time coordinate, i.e., infinite resolution. To learn a continuous representation for audio, we design a self-supervised learning strategy to practice super resolution tasks up to the original resolution by stochastic selection. Our numerical evaluation shows that LISA outperforms the previous fixed-scale methods with a fraction of parameters, but also is capable of arbitrary scale super resolution even beyond the resolution of training data.

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