Papers › DeepResonance: Enhancing Multimodal Music Understanding via Music-centric Multi-way...

DeepResonance: Enhancing Multimodal Music Understanding via Music-centric Multi-way Instruction Tuning

18 Feb 2025arXiv:2502.12623archive 2025-07-28

Zhuoyuan Mao, Mengjie Zhao, Qiyu Wu, Hiromi Wakaki, Yuki Mitsufuji

Recent advancements in music large language models (LLMs) have significantly improved music understanding tasks, which involve the model's ability to analyze and interpret various musical elements. These improvements primarily focused on integrating both music and text inputs. However, the potential of incorporating additional modalities such as images, videos and textual music features to enhance music understanding remains unexplored. To bridge this gap, we propose DeepResonance, a multimodal music understanding LLM fine-tuned via multi-way instruction tuning with multi-way aligned music, text, image, and video data. To this end, we construct Music4way-MI2T, Music4way-MV2T, and Music4way-Any2T, three 4-way training and evaluation datasets designed to enable DeepResonance to integrate both visual and textual music feature content. We also introduce multi-sampled ImageBind embeddings and a pre-LLM fusion Transformer to enhance modality fusion prior to input into text LLMs, tailoring DeepResonance for multi-way instruction tuning. Our model achieves state-of-the-art performances across six music understanding tasks, highlighting the benefits of the auxiliary modalities and the structural superiority of DeepResonance. We plan to open-source the models and the newly constructed datasets.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2502.12623")

Code

Syntology Ran 7 of 12 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sony/DeepResonance found in paper text by Syntology report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
2ran · fixture could not drive it
4ran
5unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sony/DeepResonance. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

LlamaMLP sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 4105ecc8df8a8154 · report
LlamaRMSNorm sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · ef0f3d688eac1213 · report
LlamaRotaryEmbedding sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 5f256ecadc2081af · report
StoppingCriteriaSub sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology ran MIT (permissive) · 4cdc48d738bd28c0 · report
_expand_mask sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 61ecf291f8900bce · report
_make_causal_mask sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · c5c590da5a7c2a3f · report
apply_rotary_pos_emb sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · dffca8afadd5d56c · report
DeepResonanceModel sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology unverified MIT (permissive) · 2dd71742c7d0c8e5 · report
LlamaAttention sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology unverified MIT (permissive) · 586f7e54af865636 · report
LlamaDecoderLayer sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology unverified MIT (permissive) · 40826a087f0fbbed · report
LlamaForCausalLM sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology unverified MIT (permissive) · b386ff5ca1779cbf · report
LlamaModel sony/DeepResonance/code/model/deepresonance.py found in paper text by Syntology unverified MIT (permissive) · 5c2dbf28bfa2c492 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections