SDASFeb 19, 2021

Frequency-Temporal Attention Network for Singing Melody Extraction

arXiv:2102.09763v13 citations
Originality Incremental advance
AI Analysis

This work addresses melody extraction for music analysis, but it appears incremental as it builds on existing attention mechanisms.

The authors tackled singing melody extraction by proposing a frequency-temporal attention network inspired by human auditory processing, which outperformed existing state-of-the-art methods.

Musical audio is generally composed of three physical properties: frequency, time and magnitude. Interestingly, human auditory periphery also provides neural codes for each of these dimensions to perceive music. Inspired by these intrinsic characteristics, a frequency-temporal attention network is proposed to mimic human auditory for singing melody extraction. In particular, the proposed model contains frequency-temporal attention modules and a selective fusion module corresponding to these three physical properties. The frequency attention module is used to select the same activation frequency bands as did in cochlear and the temporal attention module is responsible for analyzing temporal patterns. Finally, the selective fusion module is suggested to recalibrate magnitudes and fuse the raw information for prediction. In addition, we propose to use another branch to simultaneously predict the presence of singing voice melody. The experimental results show that the proposed model outperforms existing state-of-the-art methods.

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