SDAIMMASSep 26, 2025

Zero-Effort Image-to-Music Generation: An Interpretable RAG-based VLM Approach

arXiv:2509.22378v1h-index: 6Has Code
Originality Incremental advance
AI Analysis

This addresses the need for accessible and interpretable image-to-music generation for users in gaming, advertising, and art, though it is incremental as it builds on existing VLM and RAG techniques.

The paper tackles the problem of generating music from images with high interpretability and low computational cost, proposing a VLM-based framework that uses ABC notation and RAG to achieve better music quality and consistency than existing methods, as validated by human and machine evaluations.

Recently, Image-to-Music (I2M) generation has garnered significant attention, with potential applications in fields such as gaming, advertising, and multi-modal art creation. However, due to the ambiguous and subjective nature of I2M tasks, most end-to-end methods lack interpretability, leaving users puzzled about the generation results. Even methods based on emotion mapping face controversy, as emotion represents only a singular aspect of art. Additionally, most learning-based methods require substantial computational resources and large datasets for training, hindering accessibility for common users. To address these challenges, we propose the first Vision Language Model (VLM)-based I2M framework that offers high interpretability and low computational cost. Specifically, we utilize ABC notation to bridge the text and music modalities, enabling the VLM to generate music using natural language. We then apply multi-modal Retrieval-Augmented Generation (RAG) and self-refinement techniques to allow the VLM to produce high-quality music without external training. Furthermore, we leverage the generated motivations in text and the attention maps from the VLM to provide explanations for the generated results in both text and image modalities. To validate our method, we conduct both human studies and machine evaluations, where our method outperforms others in terms of music quality and music-image consistency, indicating promising results. Our code is available at https://github.com/RS2002/Image2Music .

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