arXiv is now an independent nonprofit! Learn more
License: CC BY-NC-ND 4.0
arXiv:2504.10826v3 [cs.SD] 06 Dec 2025

SteerMusic: Enhanced Musical Consistency for Zero-shot Text-guided and Personalized Music Editing

Xinlei Niu Thanks: Work done during the internship at Sony AI.    Kin Wai Cheuk    Jing Zhang    Naoki Murata    Chieh-Hsin Lai    Michele Mancusi    Woosung Choi    Giorgio Fabbro    Wei-Hsiang Liao    Charles Patrick Martin    Yuki Mitsufuji
Abstract

Music editing is an important step in music production, which has broad applications, including game development and film production. Most existing zero-shot text-guided editing methods rely on pretrained diffusion models by involving forward-backward diffusion processes. However, these methods often struggle to preserve the musical content. Additionally, text instructions alone usually fail to accurately describe the desired music. In this paper, we propose two music editing methods that improve the consistency between the original and edited music by leveraging score distillation. The first method, SteerMusic, is a coarse-grained zero-shot editing approach using delta denoising score. The second method, SteerMusic+, enables fine-grained personalized music editing by manipulating a concept token that represents a user-defined musical style. SteerMusic+ allows for the editing of music into user-defined musical styles that cannot be achieved by the text instructions alone. Experimental results show that our methods outperform existing approaches in preserving both music content consistency and editing fidelity. User studies further validate that our methods achieve superior music editing quality.

Codehttps://github.com/sony/steermusic

Demonstration pagehttps://steermusic.pages.dev/

Extended versionhttps://arxiv.org/abs/2504.10826

Introduction

Text-guided diffusion probabilistic models (DPMs) (21; 34) have shown impressive performance in generating diverse high-quality audio samples, including music, speech, and sounds (46; 69; 50). These text-to-audio (TTA) diffusion model trained with large scale datasets that can generate diverse samples conditioned on the natural language prompts specified. Consequently, the text-guided music editing task was proposed, which edits music by modifying the corresponding text prompts of the source music. Unlike controllable music generation, music editing task modifies an existing piece of music, which has two primary objectives: preserving original musical content and ensuring alignment between the edited music and the desired target.

Refer to caption
Figure 1: The distortion of the reconstructed melody (CQT1-PCC=0.721) after only 20 DDIM inversion steps.

Existing music editing methods focus on training music editing models from scratch (9) or fine-tuning pretrained TTA models (70), both of which require additional datasets or computational costs. Inspired by recent advances in image editing (4; 25; 20; 67), emerging music editing methods have instead pursued zero-shot techniques to reduce computational overhead. Existing zero-shot text-guided music editing pipelines (71; 45; 41) introduce noise into the source music during the forward diffusion process to suppress high-frequency components (e.g., timbral information) and subsequently perform editing during the denoising phase based on target guidance in the diffusion latent space. The process of retrieving a noisy latent representation from the data is commonly referred as inversion step. Due to the imperfect diffusion inversion process, the latent representation obtained may not fully preserve the original music content. This issue becomes more serious when the source prompt used as the condition cannot accurately capture the detailed characteristics of the music input (29; 53). We refer to the distortion in the inverted latent representation as an “inversion error”. Notably, this distortion occurs even during the reconstruction of only a few of DDIM inversion steps (59) , which alters the melodic information in the reconstructed results compared to the original music as shown in the CQT spectrogram (5) in Fig. 1. In music editing, such distortion can even be compounded, resulting in a failure to preserve instruction-irrelevant content in original music. Although methods such as textual inversion (13) have been proposed to mitigate this issue by tuning the embeddings for near-lossless audio reconstruction (49), there is no way to manipulate the target text prompts within the tuned source textual embeddings in editing tasks. A more promising solution to avoid inversion error is the delta denoising score (DDS) (19), a score distillation method that performs editing directly in the data space, which defines a differentiable function rendering the source input. DDS computes the difference in denoising scores between the source and target prompts through a single forward step. This approach eliminates the dependency of a full or partial forward diffusion process that could introduce inversion errors. By operating in the data space, DDS enables high-fidelity editing while preserving instruction-irrelevant content on the input.

Refer to caption
Figure 2: SteerMusic: Steering the music style with text-guided music editing or personalized music editing.

Text-guided editing enables flexible and intuitive modifications, requiring users to provide only an arbitrary text instruction to perform the desired edit. However, one limitation of text-guided music editing is that it lacks fine-grained control over the direction and nuance of editing. For instance, editing a guitar performance into the one played by person A with a guitar brand B. Text-based editing alone struggles to specify the exact “guitar” required. Moreover, person A and guitar brand B might be unseen concepts for the models, rendering attempts to specify these words in the text prompt ineffective. To enhance user-personalized controllability in text-to-music generation, DreamSound (54) introduces a pioneering approach that adapts image personalization techniques (13; 56) to the music domain, allowing the extraction of user-defined musical characteristics from reference audio. Besides, DreamSound also demonstrates the potential of leveraging the personalization techniques to perform personalized music editing by manipulating learned musical concepts on the noisy source latent through the denoising process of a personalized diffusion model. Despite their attempts, DreamSound still suffers from the inversion error, and struggles to preserve music content while editing the specific concept given in the text prompt.

In this paper, we propose two music editing methods, SteerMusic and SteerMusic+, that can be easily adapted to existing text-to-music DPM based on the score distillation technique. We summarize our key contributions as follows.

  1. 1.

    We propose SteerMusic, a zero-shot text-guided music editing pipeline based on a DDS framework, which focuses on coarse‐level editing, producing high‐fidelity results while preserving source music contents.

  2. 2.

    We propose SteerMusic+, a personalized music editing method that leverages user-defined musical concepts to enable customized editing. SteerMusic+, an extension of SteerMusic, enables editing results that are not attainable through text prompts alone. For example, from reggae to the customized reggae given the reference as in Fig. 2.

  3. 3.

    We provide extensive experiments to demonstrate that the proposed methods produce superior editing results compared to the existing state-of-the-art methods in terms of musical consistency and edit fidelity.

Figure 3: Overview of two music editing pipelines: (a) shows the conventional approach, which performs editing during denoising after an inversion process in the diffusion latent space; (b) shows our solution, which directly edits in data space by optimizing the differentiable function x=g(θ)x=g(\theta). The differentiable function is initialized with xsrcx^{\text{src}}. [SS] denotes a user-defined concept token, and gray circles represent the optimization trajectory from source to target.

Related work

Text-guided Music Generation and Editing

Earlier music generation work focused on low-level control signals with strict temporal alignment, such as lyrics (65; 12) and MIDI (64) conditioning. Recently, high-level semantic prompts have gained popularity (39; 40; 33; 24; 8; 1; 31; 23; 35; 36; 57). More recent studies further explore melody prompts from reference music (10; 51; 52; 22; 7; 32), enabling more precise, user-driven generation.

Music editing transforms existing audio according to target conditions while preserving the original content. Earlier approaches train models from scratch (61; 1; 9; 22; 46) or fine-tune pretrained models (53; 70; 60; 17; 42). Recent work explores zero-shot methods (71; 45; 41) using pretrained TTA generator. However, these pipelines rely on a forward-backward diffusion process, which can introduce inversion errors as in Fig. 3 (a).

Personalized Music Generation and Editing

DreamSound (54) explores the possibility of capturing musical concepts from the given reference music using a personalization diffusion model (56; 13; 32). This method allows users to generate new music samples by incorporating the captured personalized musical concept token into the text prompts. In addition to personalized music generation (54; 7), DreamSound further extends their method to personalized music editing. However, we noticed that personalized music editing is still immature. Existing methods (54) struggle to maintain the musical consistency while editing into the desired music concept captured in the reference audio, which use the same music editing pipeline illustrated in Fig. 3 (a).

Preliminaries

Score distillation refines generated samples using the score (i.e., the gradient of the log-density) from a pretrained diffusion model ϵϕ\epsilon_{\phi} to enforce predefined constraints. It is typically implemented via probability density distillation, where gradients from the source diffusion model are used to iteratively refine a differentiable function until the desired outcome is achieved. Score distillation sampling (SDS) (55) pioneered score distillation by optimizing a differentiable function x=g(θ)x=g(\theta) to match a target prompt ytgty^{\text{tgt}}, where the function g(θ)g(\theta) renders the source input xx with parameters θ\theta. It minimizes the loss Diff=𝔼t,ϵ[w(t)ϵϕ(xt,ytgt,t)ϵ22]\mathcal{L}_{\text{Diff}}=\mathbb{E}_{t,\epsilon}[w(t)\|\epsilon_{\phi}(x_{t},y^{\text{tgt}},t)-\epsilon\|_{2}^{2}], where xtx_{t} is a noisy version of xx at time tt. By omitting the UNet Jacobian, the gradient is θSDS(ϕ,x=g(θ),ytgt)=𝔼t,ϵ[w(t)(ϵϕ(xt,ytgt,t)ϵ)xθ]\nabla_{\theta}\mathcal{L}_{\text{SDS}}(\phi,x=g(\theta),y^{\text{tgt}})=\mathbb{E}_{t,\epsilon}[w(t)(\epsilon_{\phi}(x_{t},y^{\text{tgt}},t)-\epsilon)\frac{\partial x}{\partial\theta}], where ytgty^{\text{tgt}} is the target prompt, xtx_{t} is a noisy latent of x=g(θ)x=g(\theta) at time step tt, and w(t)w(t) is a weighting function. However, SDS often produces blurry results in image editing  (62; 19). The delta denoising score (DDS) (19) addresses this issue by computing the delta score between the source prompt ysrcy^{\text{src}} and the target prompt ytgty^{\text{tgt}}.

In image editing, DDS refines only regions relevant to the target prompt ytgty^{\text{tgt}}, preserving the rest of the image. Given source input xsrcx^{\text{src}} with prompt ysrcy^{\text{src}} and target prompt ytgty^{\text{tgt}}, the gradient over θ\theta is

θDDS(ϕ,x=g(θ),ytgt,xsrc,ysrc)=𝔼t,ϵ[w(t)(ϵϕ(xt,ytgt,t)ϵϕ(xtsrc,ysrc,t))xθ]\nabla_{\theta}\mathcal{L}_{\text{DDS}}(\phi,x=g(\theta),y^{\text{tgt}},x^{\text{src}},y^{\text{src}})\\ =\mathbb{E}_{t,\epsilon}[w(t)(\epsilon_{\phi}(x_{t},y^{\text{tgt}},t)-\epsilon_{\phi}(x^{\text{src}}_{t},y^{\text{src}},t))\frac{\partial x}{\partial\theta}] (1)

where xtx_{t} and xtsrcx_{t}^{\text{src}} share the same sampled noise ϵ\epsilon and the timestep tt.

Although different variants of SDS and DDS have been proposed for the image domain (66; 19; 48; 38), the application of DDS in music editing remains underexplored. In the next section, we will explain how to incorporate DDS into music editing tasks.

Method

In this section, we introduce two music editing methods: SteerMusic for zero-shot text-guided editing, and SteerMusic+ for personalized editing using user-defined concepts from reference music. Unlike the forward-backward pipeline in Fig.3 (a), our methods edit directly in a data space (Fig.3 (b)), yielding better musical content consistency.

SteerMusic: Zero-shot Text-guided Music Editing

Refer to caption
Figure 4: Overview of the SteerMusic+ pipeline: (a) Personalized diffusion model (PDM) fine-tuned using 𝒟ref\mathcal{D}^{\text{ref}} and a user-defined [guitar] concept token. (b) Personalized editing using the PDM ϵϕ\epsilon_{\phi^{\prime}} from (a). Red dashed lines indicate gradient flows.

We introduce SteerMusic, a zero-shot text-guided music editing method that performs editing in the data space. In this setting, our goal is to edit a source music signal xsrcx^{\text{src}} by modifying its corresponding text prompt ysrcy^{\text{src}}, which ysrcy^{\text{src}} is a brief description of the source music that includes the specific musical attribute intended for modification. The modified text prompt ytgty^{\text{tgt}} acts as the target prompt to guide the editing. To obtain desirable results, the musical content shared by ytgty^{\text{tgt}} and ysrcy^{\text{src}} should be preserved, changing only the content that is distinct in ytgty^{\text{tgt}}. For example, if the only change in ytgty^{\text{tgt}} compared to ysrcy^{\text{src}} is replacing only the word “piano” with “guitar” while keeping the rest of the sentence unchanged, the edited music should preserve the melody and tempo, while modifying only the musical instrument.

To achieve this goal, we adopt the DDS, which has been previously explored only in the image domain. To the best of our knowledge, we are the first to investigate the potential application in music editing. Following DDS, we define x=g(θ)x=g(\theta) rendering a source music signal xsrcx^{\text{src}}. We picked g(θ)=θg(\theta)=\theta as the differentiable function in Eq. 1, where we initialize θ=x0src\theta=x_{0}^{\text{src}}. i.e. x=x0srcx=x_{0}^{\text{src}}. In SteerMusic, we set ϵϕ\epsilon_{\phi} as a pretrained TTA or text-to-music DPMs.

Similar to 19, the delta score in Eq. 1 steers the optimization process toward the target prompt while reducing the noisy editing direction commonly associated with vanilla SDS, leading to enhanced edit fidelity. SteerMusic method enables flexible editing using text instructions alone; however, it is limited to coarse-grained editing, as text prompts often lack the precision information to capture fine-grained musical details.

SteerMusic+: Personalized Music Editing

As mentioned before, text-guided editing lacks customization for precise music editing, such as transferring music to a specific style. To enable fine-grained personalized editing, we propose SteerMusic+, an extension of SteerMusic. In this setting, we have a set of source music and prompt pair {xsrc,ysrc}\{x^{\text{src}},y^{\text{src}}\}. The target prompt ytgty^{\text{tgt}} is constructed by modifying ysrcy^{\text{src}} to manipulate a user-defined concept token [S][S], representing the desired customization (see example in Fig. 4 (b)). SteerMusic+ uses two pretrained diffusion models:

  • A pretrained diffusion probabilistic model (DPM), denoted as ϵϕ\epsilon_{\phi}, which serves as a reference for maintaining consistency with the original music content; and

  • A personalized diffusion model (PDM), denoted as ϵϕ\epsilon_{\phi^{\prime}}, is fine-tuned on a small set of data containing reference music to capture the user-defined concept [S][S] and guide the editing process toward the desired direction.

We define successful personalized editing by the criteria:

  • The instruction-irrelevant part (i.e., {ytgtysrcy^{\text{tgt}}\cap y^{\text{src}}}) in the source music should be maintained.

  • The edited musical attributes should perceptually align with the intended personalized musical concept [S][S].

We now present the SteerMusic+ method that enables personalized music editing with enhanced music consistency.

Personalized Diffusion Model (PDM) serves a foundational part in SteerMusic+. Since training a PDM has been extensively studied in 54; 56; 13; 32, we assume the availability of a pretrained text-to-music PDM in SteerMusic+, as SteerMusic+ is a plug-in pipeline compatible with existing PDMs. The text-to-music PDM ϵϕ\epsilon_{\phi^{\prime}} captures the user-defined musical concept SS by fine-tuning a pretrained DPM ϵϕ\epsilon_{\phi} under a small set of reference music 𝒟ref={(xref,yref)n}n=1N\mathcal{D}^{\text{ref}}=\{(x^{\text{ref}},y^{\text{ref}})_{n}\}^{N}_{n=1}, which NN can be as few as 11 (54). The fine-tuning is achieved via optimizing the objective

ϕarg minϕ^𝔼(xref,yref)𝒟refDPM(xref,yref,ϕ^)\phi^{\prime}\in\text{arg min}_{\hat{\phi}}\mathbb{E}_{(x^{\text{ref}},y^{\text{ref}})\sim\mathcal{D}^{\text{ref}}}\mathcal{L}_{\text{DPM}}(x^{\text{ref}},y^{\text{ref}};\hat{\phi}) (2)

where ϕ^\hat{\phi} is initialized with a pretrained DPM weights ϕ\phi. As illustrated in Fig. 4 (a), the prompt yrefy^{\text{ref}} takes form of “a recording of a [SS]”, where the placeholder [SS] corresponds to a defined new concept word embedding. During inference, the PDM can generate music with the newly learned concept (e.g., “A disco song with a [SS]”). The dataset 𝒟ref\mathcal{D}^{\text{ref}} consists of reference audio clips that encapsulate the concept users aim to extract. According to 54, the concept represents a musical style, which can be either an instance of instrument sounds or a specific genre that cannot be yielded even with the most detailed textual description. For instance, if the objective is to capture the user’s guitar playing style, the reference audio should feature performances on the user’s guitar playing. Conversely, if the goal is to capture the concept of jazz, the reference audio should consist of recordings that exemplify the same jazz style.

While the PDM can generate new music based on concepts from 𝒟ref\mathcal{D}^{\text{ref}}, it cannot directly edit existing music using ytgty^{\text{tgt}} that contains the concepts. Next, we introduce key components of SteerMusic+ that enable personalized editing with PDMs.

Personalized Delta Score (PDS) is an extension of Eq. 1 to enable personalized music editing. We define the PDS loss as PDS(ϕ,ϕ,x=g(θ),ytgt,xsrc,ysrc)=𝔼t,ϵ[w(t)ϵϕ(xt,ytgt,t)ϵϕ(xtsrc,ysrc,t)22]\mathcal{L}_{\text{PDS}}(\phi^{\prime},\phi,x=g(\theta),y^{\text{tgt}},x^{\text{src}},y^{\text{src}})=\mathbb{E}_{t,\epsilon}[w(t)\|\epsilon_{\phi^{\prime}}(x_{t},y^{\text{tgt}},t)-\epsilon_{\phi}(x^{\text{src}}_{t},y^{\text{src}},t)\|^{2}_{2}]. By omitting the UNet Jacobian, the gradient over θ\theta is given by θPDS=𝔼t,ϵ[w(t)(ϵϕ(xt,ytgt,t)ϵϕ(xtsrc,ysrc,t))xθ]\nabla_{\theta}\mathcal{L}_{\text{PDS}}=\mathbb{E}_{t,\epsilon}[w(t)(\epsilon_{\phi^{\prime}}(x_{t},y^{\text{tgt}},t)-\epsilon_{\phi}(x^{\text{src}}_{t},y^{\text{src}},t))\frac{\partial x}{\partial\theta}], where xtx_{t} and xtsrcx_{t}^{\text{src}} share the same sampled noise ϵ\epsilon at the time step tt. This modified delta score can be decomposed into two components: the score of ϵϕ\epsilon_{\phi^{\prime}} provides the desired direction to guide the editing to match the target prompt with the concept [S][S]. The score of ϵϕ\epsilon_{\phi} reduces the noisy direction of unintended modification areas. The delta score between the PDM ϵϕ\epsilon_{\phi^{\prime}} and the DPM ϵϕ\epsilon_{\phi} may not produce an effective direction toward ytgty^{\text{tgt}}, as ϵϕ\epsilon_{\phi^{\prime}} shifted to the reference distribution 𝒟ref\mathcal{D}^{\text{ref}}. We introduce an additional component to compensate for the distribution shift induced by the score of ϵϕ\epsilon_{\phi^{\prime}}.

Distribution Shift Regularization. To bridge the distribution gap between ϵϕ\epsilon_{\phi^{\prime}} and ϵϕ\epsilon_{\phi}, we introduce a regularization term to regularize the edited score to the personalized diffusion model ϵϕ\epsilon_{\phi^{\prime}}. We wish to minimize the distribution shift between two diffusion models by adding a constraint as

minθ\displaystyle\min_{\theta} PDS(ϕ,ϕ,x=g(θ),ytgt,xsrc,ysrc),\displaystyle\mathcal{L}_{\text{PDS}}(\phi^{\prime},\phi,x=g(\theta),y^{\text{tgt}},x^{\text{src}},y^{\text{src}}), (3)
subject to\displaystyle\text{subject to} shift(ϕ,ϕ,x=g(θ),ytgt)ζ0.\displaystyle\mathcal{L}_{\text{shift}}(\phi^{\prime},\phi,x=g(\theta),y^{\text{tgt}})-\zeta\leq 0.

where ζ\zeta is a small amount of constant; the regularization term is shift(ϕ,ϕ,x=g(θ),ytgt)=𝔼t,ϵ[w(t)ϵϕ(xt,ytgt,t)ϵϕ(xt,ytgt,t)22]\mathcal{L}_{\text{shift}}(\phi^{\prime},\phi,x=g(\theta),y^{\text{tgt}})=\mathbb{E}_{t,\epsilon}[w(t)\|\epsilon_{\phi^{\prime}}(x_{t},y^{\text{tgt}},t)-\epsilon_{\phi}(x_{t},y^{\text{tgt}},t)\|^{2}_{2}]. The gradient in respect to θ\theta is given by θshift=𝔼t,ϵ[w(t)(ϵϕ(xt,ytgt,t)ϵϕ(xt,ytgt,t))xθ]\nabla_{\theta}\mathcal{L}_{\text{shift}}=\mathbb{E}_{t,\epsilon}[w(t)(\epsilon_{\phi^{\prime}}(x_{t},y^{\text{tgt}},t)-\epsilon_{\phi}(x_{t},y^{\text{tgt}},t))\frac{\partial x}{\partial\theta}]. Therefore, the overall gradient through θ\theta is

θPDS-O(ϕ,ϕ,x=g(θ),y,xsrc,ysrc)=θPDS(ϕ,ϕ,x=g(θ),ytgt,xsrc,ysrc)‘Delta score points to edit direction’+λθshift(ϕ,ϕ,x=g(θ),ytgt)‘Delta score regularizes distribution shift’~\nabla_{\theta}\mathcal{L}_{\text{PDS-O}}(\phi^{\prime},\phi,x=g(\theta),y,x^{\text{src}},y^{\text{src}})\\ =\underbrace{\nabla_{\theta}\mathcal{L}_{\text{PDS}}(\phi^{\prime},\phi,x=g(\theta),y^{\text{tgt}},x^{\text{src}},y^{\text{src}})}_{\text{`Delta score points to edit direction'}}\\ +\lambda\underbrace{\nabla_{\theta}\mathcal{L}_{\text{shift}}(\phi^{\prime},\phi,x=g(\theta),y^{\text{tgt}})}_{\text{`Delta score regularizes distribution shift'}} (4)

where λ\lambda is a constant that adjusts regularization strength.

Personalized Contrastive (PCon) Loss. Eq. 4 formulates a regularized reference guided editing direction, where the regularized delta score encourages alignment with the target prompt while mitigating the distribution shift. However, it does not explicitly enforce the fidelity to the concept, which may lead to suboptimal editing quality. To further enhance the fidelity of the edit, we incorporate a PCon loss between temporal features, which is modified from a patch-wise contrastive loss (48). PCon loss extracts intermediate features hlsrch^{\text{src}}_{l} and hlh_{l} that pass through the residual block and the self-attention block from ϵϕ\epsilon_{\phi} conditioned on ysrcy^{\text{src}} and ϵϕ\epsilon_{\phi^{\prime}} conditioned on ytgty^{\text{tgt}} at the ll-th self-attention layer, respectively. The features are then reshaped to size Tl×Fl×Cl\mathbb{R}^{T_{l}\times F_{l}\times C_{l}}, where Tl,FlT_{l},F_{l}, and ClC_{l} represent the size of the temporal, spatial, and channel dimensions in the ll-th layer, respectively. The patch corresponding to the temporal location on the feature map hlsrch^{\text{src}}_{l} is designated as ‘positive’, and vice versa. The PCon loss is defined as

PCon(x,xsrc)=𝔼h[lt(hlt,hlsrc,t,hlsrc,Tl\t)]\mathcal{L}_{\text{PCon}}(x,x^{\text{src}})=\mathbb{E}_{h}[\sum_{l}\sum_{t^{\prime}}\ell(h_{l}^{t^{\prime}},h_{l}^{\text{src},t^{\prime}},h_{l}^{\text{src},T_{l}\backslash t^{\prime}})] (5)
(h,h+,h)=log(exp(hh+/τ)exp(hh+/τ)+exp(hh/τ))\ell(h,h^{+},h^{-})=-\text{log}(\frac{\text{exp}(h\cdot h^{+}/\tau)}{\text{exp}(h\cdot h^{+}/\tau)+\text{exp}(h\cdot h^{-}/\tau)})

where t{1,,Tl}t^{\prime}\in\{1,...,T_{l}\} represents the temporal location query patch, the positive patch as hlsrc,th_{l}^{src,t^{\prime}} while the other patches as hlsrc,Tl\th_{l}^{src,T_{l}\backslash t^{\prime}}. exp(hh+/τ)\text{exp}(h\cdot h^{+}/\tau) is a a positive sample with the same temporal location, exp(hh/τ)\text{exp}(h\cdot h^{-}/\tau) is a negative sample with a mismatched temporal location in the self-attention features, τ\tau is a temperature parameter as τ>0\tau>0.

The gradient of PCon(x,xsrc)\mathcal{L}_{\text{PCon}}(x,x^{\text{src}}) will propagate to the hidden state of self-attention layers hh in personalized diffusion ϵϕ\epsilon_{\phi^{\prime}}. Given that the personalized diffusion ϵϕ\epsilon_{\phi^{\prime}} has a distribution shift over the reference dataset 𝒟ref\mathcal{D}^{\text{ref}}, the PCon\mathcal{L}_{\text{PCon}} explicitly encourages feature similarity at the frequency domain in self-attentions, particularly for attributes that distinguish the target concept. This reinforcement leads the model to prioritize concept consistency over strict temporal alignment with the source music. Consequently, PCon\mathcal{L}_{\text{PCon}} amplifies the distinctive characteristics of the target concept of ϵϕ\epsilon_{\phi^{\prime}} in SteerMusic+, ensuring that the edited music maintains stronger fidelity to the desired style while allowing structural variations.

Experiments

Method FADCLAP{}_{\text{CLAP}}\downarrow FADVggish{}_{\text{Vggish}}\downarrow CQT1-PCC\uparrow LPAPS\downarrow CLAP\uparrow MOS-P\uparrow MOS-T\uparrow
DDIM 0.477 4.713 0.330 5.377 0.264 1.37 1.91
SDEdit 0.638 6.749 0.169 6.208 0.218 0.92 1.68
MusicMagus 0.593 7.631 0.338 5.243 0.238 2.11 1.57
ZETA 0.509 3.380 0.293 5.458 0.252 1.22 1.60
SteerMusic 0.278 2.426 0.480 3.772 0.259 2.92 2.50
Table 1: Model comparison on zero-shot text-guided music editing task using the ZoME-Bench dataset.

Evaluation Metrics

We evaluate music editing objectively based on two aspects: musical consistency (content preservation before and after editing) and editing fidelity. We follow 45 and calculate the following objective metrics for measurement. To evaluate musical consistency, we use:

  • Fréchet Audio Distance (FAD) (30) which measures the distributional difference between source and edited music (lower the better). We calculate FAD based on both VGGish (18) and clap-laion-music (63) embeddings, denoted as FADVggish{}_{\text{Vggish}} and FADCLAP{}_{\text{CLAP}} respectively.

  • LPAPS (26), an audio version of LPIPS (68), which quantifies the consistency of the edited audio relative to the source audio (lower the better).

  • Top-1 Constant-Q Transform Pearson Correlation Coefficient (CQT1-PCC), which measures melody consistency between the source and edited music (higher the better). The CQT1-PCC (5) extracts the main melody of the music audio and has been shown to outperform traditional chroma-based features in representing melodic characteristics (22). While existing metrics such as FAD and LPAPS provide insight into audio quality and perceptual similarity, they fall short in comprehensively capturing melodic structure. Moreover, existing transcription models (11; 2; 14; 6; 43) effectively extract melodies from real music, they are unreliable for synthesized audio. To address these limitations, we introduce CQT1-PCC as a supplementary objective metric, specifically designed to quantify melodic consistency in generative music editing. This metric enables a more targeted evaluation of whether the core melodic structure of the source audio is retained in the edited result.

To evaluate editing fidelity, we use:

  • CLAP Score (63) which measures the alignment between edited music and the target prompt in text-guided music editing (higher is better).

  • CDPAM (44), a perceptual audio metric that leverages deep learning representations to measure perceptual distance between audios such as music and speech (27; 16; 15). We use CDPAM to evaluate audio perceptual similarity between reference music and the edited result in personalized music editing (lower the better).

Subjective evaluation. We designed a mean opinion score (MOS) study to evaluate target editing fidelity (MOS-T) and source content preservation (MOS-P) by asking participants to rate the results from 1-Bad to 5-Excellent (58) for randomly selected edited samples. We provide more experimental details in our extended version.

Zero-shot Text-guided Music Editing

In this part, we evaluate our SteerMusic method on the zero-shot text-guided music editing task.

Dataset. We use the ZoME-Bench dataset (41) which includes 1,000 10-second audio samples from MusicCaps (1), each paired with source and target text prompts. We evaluate our models on four well-defined editing tasks that require modifying a specific aspect of the audio while preserving the original melody: change instrument (131 clips), change genre (134), change mood (100), and change background (95). To assess long-form editing, we use the MusicDelta subset of MedleyDB (3) with ranging from 20 seconds to 5 minutes, comprising 34 excerpts of varying styles and lengths, with prompts from 45.

Baseline. We compare SteerMusic with zero-shot text-guided music editing methods plug-in the same pretrained AudioLDM2 (40), including SDEdit (47), DDIM (59), ZETA (45), and MusicMagus (71). To ensure statistical reliability, experiments are conducted using multiple random seeds. We are unable to include MelodyFlow (35) and MEDIC (41) due to the lack of source code. We exclude AudioEditor (28) and AudioMorphX (37), which are designed for general sound editing rather than music.

Figure 5: User preference for SteerMusic: percentage of users preferring our method over ZETA and MusicMagus.
Refer to caption
Figure 6: A visualization of edited results between SteerMusic+ and baselines in personalized music editing. SteerMusic+ preserves instruction-irrelevant musical content on the source music.
Method FADCLAP{}_{\text{CLAP}}\downarrow FADVggish{}_{\text{Vggish}}\downarrow CQT1-PCC\uparrow LPAPS\downarrow CDPAM\downarrow MOS-P\uparrow MOS-T\uparrow
Textual Inv. 0.789 9.688 0.216 5.083 0.713 1.64 1.63
DreamSound 0.902 10.686 0.292 5.082 0.609 1.42 1.81
SteerMusic+ 0.362 4.434 0.399 4.125 0.593 3.07 2.47
Table 2: Model comparison on personalized music editing task using the ZoME-Bench dataset.

Experimental results. Tab.1 compares SteerMusic with zero-shot baselines across various style transfer tasks. SteerMusic achieves higher source consistency, shown by improved CQT1-PCC, lower LPAPS, and FAD. While DDIM attains a slightly higher CLAP score (+5e-3), its low CQT1-PCC and high LPAPS indicate poor preservation of source content due to lack of further source consistency constraints during denoising. In contrast, SteerMusic effectively balances source consistency and edit fidelity, fulfilling the core objective of music editing. Furthermore, our method attains the highest MOS scores and yields statistically significant improvements over all baseline models. An ANOVA test shows MOS-P =2.92=2.92 with p-value =7.37×1027=7.37\times 10^{-27} and MOS-T =2.5=2.5 with p-value =3.24×107=3.24\times 10^{-7}. These results demonstrate that SteerMusic provides substantially better editing performance in terms of both source-music consistency and editing fidelity as perceived by human listeners.

To assess real-world applicability, we further evaluate our method on MusicDelta dataset in Tab. 3, which consists of varying lengths of music clips. MusicMagus fails in this experiment as it was designed for 5-second editing and doesn’t support long-form music, and hence is excluded. SteerMusic consistently outperforms other baselines in terms of edit fidelity and source consistency, demonstrating its robustness and effectiveness in handling longer and more complex music editing.

User preference study. We evaluate SteerMusic with the user preference study following the design in 45. To reduce cognitive load and improve reliability, we compare SteerMusic with the top-performing baselines, MusicMagus and ZETA. In this study, users were asked to answer a sequence of 20 questions, each question contains original music, an editing instruction, and two edited results. Users were instructed to select the edited result that better matches the instruction while preserving the main content of the original music. We collected 25 full responses, which the participants having a minimum of 1 and average of 5 years of music training. As shown in Fig. 5, our method was clearly preferred over all competing methods.

Personalized Music Editing

In this part, we evaluate our SteerMusic+ method, which is designed for personalized music editing task.

Dataset. To cover both common and exotic concepts, we selected eight representative musical concepts from the 32 defined in 54: four instruments style (Guitar, Bouzouki, Ocarina, Sitar) and four genres (Morricone, Reggae, Hiphop, Sarabande). Each concept includes a placeholder instruction and five 10-second reference clips from YouTube and FreeSound. We use the “change instrument” and “change genre” tasks from ZoME-Bench (41), replacing the original target prompt with the selected concept token. Due to the lack of detailed instructions in MusicDelta, we use the standardized prompt as “A recording of a [style] song.”, where [style] is either the source style or the target style concept [S].

Method FADCLAP{}_{\text{CLAP}}\downarrow FADVggish{}_{\text{Vggish}}\downarrow CQT1-PCC\uparrow LPAPS\downarrow CDPAM\downarrow CLAP\uparrow
DDIM 0.646 3.336 0.245 4.972 - 0.316
ZETA 0.665 3.789 0.296 5.071 - 0.319
SDEdit 0.818 8.757 0.137 5.996 - 0.310
SteerMusic 0.622 2.559 0.351 4.122 - 0.321
DreamSound 0.847 8.972 0.220 5.318 0.583 -
SteerMusic+ 0.666 5.506 0.273 4.574 0.581 -
Table 3: Model comparison of SteerMusic and SteerMusic+ on MusicDelta dataset.

Baseline. We set two existing personalized music editing methods proposed by 54 as the baselines, Textual inversion and DreamSound. Textual inversion optimizes a concept embedding, whereas DreamSound fine-tunes an AudioLDM2 with rare-token identifiers (56). Both methods perform personalized music editing by manipulating the concept token during denoising process. We follow the official codes provided by 54 to obtain text-to-music PDM. We reproduce the personalized music editing methods by calculating noisy latent representations xtx_{t} from x0srcx_{0}^{\text{src}} of a DPM conditioned on the source prompt with a predefined shallow time step tt using DDIM inversion (59), where t=30t=30. We denoise xtx_{t} on the PDM 11 1 Textual inversion optimizes only the concept token embedding rather than fine-tuning a PDM, we denoise xtx_{t} using the DPM employed during DDIM inversion. Consequently, textual inversion is incompatible with SteerMusic+ pipeline, which relies on a PDM. conditioned on the target prompt linked to the learned concept to obtain x0tgtx_{0}^{\text{tgt}}. To ensure statistical reliability, experiments are conducted using multiple random seeds. We do not compare with Jen-1 DreamStyler (7), which is a personalized music generation method.

Experimental results. We plug SteerMusic+ into the PDM used in DreamSound1. Tab. 2 shows that SteerMusic+ achieves superior musical consistency compared to the baselines. It indicates that the edited outputs of SteerMusic+ successfully preserve instruction-irrelevant music content in the source music. Furthermore, SteerMusic+ performs accurate edits that align well with the concepts captured from references, as indicated by the low CDPAM compared to the baseline methods. These objective evaluation results aligned with the subjective metrics, with SteerMusic+ obtaining significantly higher MOS-P and MOS-T than the baselines as measured by an ANOVA test (MOS-P with p-value 1.38×10131.38\times 10^{-13} and MOS-T with p-value 1×1031\times 10^{-3}). In long-form music editing (Tab. 3), SteerMusic+ still outperforms the baseline. We exclude Textual Inv. from comparison as it fails to produce meaningful results on MusicDelta, likely due to the limitation of its base model with complex inputs. Fig. 6 shows a personalized instrument style transfer example, where SteerMusic+ effectively preserves instruction-irrelevant content from the source music.

Refer to caption
Figure 7: User preference for SteerMusic+: percentage of users preferring our method over the baselines, DreamSound and Textual Inv.

User preference study. We evaluate SteerMusic+ by a user preference study compared to DreamSound and Textual Inv. Users were asked to select the edited result that best matches the reference style while preserving the main content of the source music. We collected 24 full responses, excluding responses that are partially finished. Participants have a minimum of 1 and an average of 5 years of music training experience. As shown in Fig. 7, SteerMusic+ is clearly preferred by participants compared to baselines.

Figure 8: Ablation study on SteerMusic+ with adherence to music consistency vs. edit fidelity on the edited music with λ\lambda values in Eq. 4. The horizontal axis (CQT1-PCC) indicates source melody preservation; the vertical axis (CDPAM) indicates alignment with the target concept.

Ablation study. We conduct an ablation study to understand the effects of different components in SteerMusic+. We used the concept [bouzouki] as it is an uncommon musical instrument that typically requires the use of personalized models. The regularization weight λ\lambda, which acts as the Lagrange multiplier for the constraint in Eq. 4, was tested within [-1,1] to balance the constraint enforcement and the optimization stability. Yellow dots indicate results obtained by PDS-O\mathcal{L}_{\text{PDS-O}} in Eq. 4 with varying λ\lambda values. From the zoomed-in view in Fig. 8, as the CDPAM value decreases with λ\lambda, the loss of shift\mathcal{L}_{\text{shift}} within PDS-O\mathcal{L}_{\text{PDS-O}} helps steer the editing toward the concept. However, the effect of shift\mathcal{L}_{\text{shift}} is minor, suggesting that the gradient of PDS\mathcal{L}_{\text{PDS}} alone does not sufficiently capture the target concept during editing. As a result, the edited music struggles to align with the reference musical characteristics. In contrast, SteerMusic+ (with PCon\mathcal{L}_{\text{PCon}} in Eq. 5) leads to a significant decrease in the CDPAM value, which indicates better alignment with the target concept. Since PCon\mathcal{L}_{\text{PCon}} was proposed to explicitly enhance the characteristics of the target concept on the editing, we observe that shift\mathcal{L}_{\text{shift}} becomes more effective in this setting. Specifically, when λ\lambda is negative, the edit preserves the original content, while positive λ\lambda pushes the edit toward the target concept.

This highlights a fundamental trade-off between the source music consistency and the adherence to the target style, consistent with the findings of 45. In personalized music editing, where target characteristics are derived from reference music, shifting the output towards the concept often disrupts the original content. This differs from text-guided editing, which follows abstract textual cues rather than concrete musical references. The key challenge in personalized editing is balancing the retention of the original music content, while integrating the distinctive attributes of the reference music. For practical use, we recommend keeping a smaller λ\lambda value (e.g., λ=0.05\lambda=0.05) to avoid over-editing.

Figure 9: Adherence to music consistency vs. edit fidelity to edited results with different fine-tune steps in PDM. The horizontal axis (CQT1-PCC) indicates source melody preservation; the vertical axis (CDPAM) indicates alignment with the target concept.

Limitation. As shown in Fig. 9, the number of fine-tuning steps in the PDM significantly affects the performance of DreamSound and SteerMusic+. A small number of steps (e.g., 50) leads to poor concept learning and low edit fidelity, while a large number of steps (e.g., 200) causes overfitting and source music structural loss. These findings highlight the importance of balancing PDM fine-tuning steps to achieve both high edit fidelity and content preservation in personalized music editing settings. The editing fidelity of SteerMusic+ is fundamentally limited by the ability of the PDMs to capture the concept attributes. Consequently, failure cases can often be attributed to inherent shortcomings in the PDM’s representational capacity. We refer readers to 54, which investigated the capacity of PDMs to capture musical attributes and offers insights into improving this capacity.

Conclusion

We present two music editing methods, SteerMusic and SteerMusic+, from coarse-grained to fine-grained music editing. To the best of our knowledge, this is the first work to fully leverage DDS and score distillation in the music editing framework. Our methods address the limitations of prior approaches by enhancing musical consistency while producing high-fidelity edits aligned with target prompts. SteerMusic+ further introduces a personalized editing pipeline that extracts user-defined style concepts from reference music for fine-grained control. We validate our methods through comprehensive experiments that show clear improvements over existing baselines in both consistency and fidelity. For practical application, the proposed methods could be extended by using a better-trained TTA diffusion backbone with a higher sampling rate to achieve high-fidelity editing results. In future studies, personalized music editing methods could focus on improving user-controllable editing outcomes for more nuanced and expressive edits.

References

  • Agostinelli et al. (2023) A. Agostinelli, T. I. Denk, Z. Borsos, J. Engel, M. Verzetti, A. Caillon, Q. Huang, A. Jansen, A. Roberts, M. Tagliasacchi, et al. Musiclm: generating music from text. arXiv preprint arXiv:2301.11325. Cited by: Text-guided Music Generation and Editing, Text-guided Music Generation and Editing, Zero-shot Text-guided Music Editing.
  • Bittner et al. (2022) R. M. Bittner, J. J. Bosch, D. Rubinstein, G. Meseguer-Brocal, and S. Ewert A lightweight instrument-agnostic model for polyphonic note transcription and multipitch estimation. In International Conference on Acoustics, Speech and Signal Processing, pp. 781–785. Cited by: 3rd item.
  • Bittner et al. (2016) R. Bittner, J. Wilkins, H. Yip, and J. P. Bello MedleyDB 2.0 audio. Zenodo. External Links: Document, Link Cited by: Zero-shot Text-guided Music Editing.
  • Brooks et al. (2023) T. Brooks, A. Holynski, and A. A. Efros Instructpix2pix: learning to follow image editing instructions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 18392–18402. Cited by: Introduction.
  • Brown (1991) J. C. Brown Calculation of a constant q spectral transform. The Journal of the Acoustical Society of America 89 (1), pp. 425–434. Cited by: Introduction, 3rd item.
  • Chang et al. (2024) S. Chang, E. Benetos, H. Kirchhoff, and S. Dixon YourMT3+: multi-instrument music transcription with enhanced transformer architectures and cross-dataset stem augmentation. In International Workshop on MLSP, Cited by: 3rd item.
  • Chen et al. (2024) B. Chen, P. Li, Y. Yao, and A. Wang JEN-1 dreamstyler: customized musical concept learning via pivotal parameters tuning. arXiv preprint arXiv:2406.12292. Cited by: Text-guided Music Generation and Editing, Personalized Music Generation and Editing, Personalized Music Editing.
  • Chowdhury et al. (2024) S. Chowdhury, S. Nag, K. Joseph, B. V. Srinivasan, and D. Manocha Melfusion: synthesizing music from image and language cues using diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 26826–26835. Cited by: Text-guided Music Generation and Editing.
  • Copet et al. (2023) J. Copet, F. Kreuk, I. Gat, T. Remez, D. Kant, G. Synnaeve, Y. Adi, and A. Défossez Simple and controllable music generation. Advances in Neural Information Processing Systems 36, pp. 47704–47720. Cited by: Introduction, Text-guided Music Generation and Editing.
  • Copet et al. (2024) J. Copet, F. Kreuk, I. Gat, T. Remez, D. Kant, G. Synnaeve, Y. Adi, and A. Défossez Simple and controllable music generation. Advances in Neural Information Processing Systems 36. Cited by: Text-guided Music Generation and Editing.
  • Cwitkowitz et al. (2024) F. Cwitkowitz, K. W. Cheuk, W. Choi, M. A. Martínez-Ramírez, K. Toyama, W. Liao, and Y. Mitsufuji Timbre-trap: a low-resource framework for instrument-agnostic music transcription. In International Conference on Acoustics, Speech and Signal Processing, pp. 1291–1295. Cited by: 3rd item.
  • Dhariwal et al. (2020) P. Dhariwal, H. Jun, C. Payne, J. W. Kim, A. Radford, and I. Sutskever Jukebox: a generative model for music. arXiv preprint arXiv:2005.00341. Cited by: Text-guided Music Generation and Editing.
  • Gal et al. (2022) R. Gal, Y. Alaluf, Y. Atzmon, O. Patashnik, A. H. Bermano, G. Chechik, and D. Cohen-Or An image is worth one word: personalizing text-to-image generation using textual inversion. arXiv preprint arXiv:2208.01618. Cited by: Introduction, Introduction, Personalized Music Generation and Editing, SteerMusic+: Personalized Music Editing.
  • Gardner et al. (2022) J. P. Gardner, I. Simon, E. Manilow, C. Hawthorne, and J. Engel MT3: multi-task multitrack music transcription. In International Conference on Learning Representations, External Links: Link Cited by: 3rd item.
  • Gui et al. (2024) A. Gui, H. Gamper, S. Braun, and D. Emmanouilidou Adapting frechet audio distance for generative music evaluation. In International Conference on Acoustics, Speech and Signal Processing, pp. 1331–1335. Cited by: 2nd item.
  • Hai et al. (2024) J. Hai, H. Wang, D. Yang, K. Thakkar, N. Dehak, and M. Elhilali Dpm-tse: a diffusion probabilistic model for target sound extraction. In International Conference on Acoustics, Speech and Signal Processing, pp. 1196–1200. Cited by: 2nd item.
  • Han et al. (2023) B. Han, J. Dai, W. Hao, X. He, D. Guo, J. Chen, Y. Wang, Y. Qian, and X. Song Instructme: an instruction guided music edit and remix framework with latent diffusion models. arXiv preprint arXiv:2308.14360. Cited by: Text-guided Music Generation and Editing.
  • Hershey et al. (2017) S. Hershey, S. Chaudhuri, D. P. Ellis, J. F. Gemmeke, A. Jansen, R. C. Moore, M. Plakal, D. Platt, R. A. Saurous, B. Seybold, et al. CNN architectures for large-scale audio classification. In International Conference on Acoustics, Speech and Signal Processing, pp. 131–135. Cited by: 1st item.
  • Hertz et al. (2023) A. Hertz, K. Aberman, and D. Cohen-Or Delta denoising score. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp. 2328–2337. Cited by: Introduction, Preliminaries, Preliminaries, SteerMusic: Zero-shot Text-guided Music Editing.
  • Hertz et al. (2022) A. Hertz, R. Mokady, J. Tenenbaum, K. Aberman, Y. Pritch, and D. Cohen-Or Prompt-to-prompt image editing with cross attention control. arXiv preprint arXiv:2208.01626. Cited by: Introduction.
  • Ho et al. (2020) J. Ho, A. Jain, and P. Abbeel Denoising diffusion probabilistic models. Advances in Neural Information Processing Systems 33, pp. 6840–6851. Cited by: Introduction.
  • Hou et al. (2025) S. Hou, S. Liu, R. Yuan, W. Xue, Y. Shan, M. Zhao, and C. Zhang Editing music with melody and text: using controlnet for diffusion transformer. In International Conference on Acoustics, Speech and Signal Processing, Vol. , pp. 1–5. External Links: Document Cited by: Text-guided Music Generation and Editing, Text-guided Music Generation and Editing, 3rd item.
  • Huang et al. (2023a) Q. Huang, D. S. Park, T. Wang, T. I. Denk, A. Ly, N. Chen, Z. Zhang, Z. Zhang, J. Yu, C. Frank, et al. Noise2music: text-conditioned music generation with diffusion models. arXiv preprint arXiv:2302.03917. Cited by: Text-guided Music Generation and Editing.
  • Huang et al. (2023b) R. Huang, J. Huang, D. Yang, Y. Ren, L. Liu, M. Li, Z. Ye, J. Liu, X. Yin, and Z. Zhao Make-an-audio: text-to-audio generation with prompt-enhanced diffusion models. In International Conference on Machine Learning, pp. 13916–13932. Cited by: Text-guided Music Generation and Editing.
  • Huberman-Spiegelglas et al. (2024) I. Huberman-Spiegelglas, V. Kulikov, and T. Michaeli An edit friendly ddpm noise space: inversion and manipulations. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 12469–12478. Cited by: Introduction.
  • Iashin and Rahtu (2021) V. Iashin and E. Rahtu Taming visually guided sound generation. In British Machine Vision Conference, Cited by: 2nd item.
  • Jacobellis et al. (2024) D. Jacobellis, D. Cummings, and N. J. Yadwadkar Machine perceptual quality: evaluating the impact of severe lossy compression on audio and image models. arXiv preprint arXiv:2401.07957. Cited by: 2nd item.
  • Jia et al. (2025) Y. Jia, Y. Chen, J. Zhao, S. Zhao, W. Zeng, Y. Chen, and Y. Qin AudioEditor: a training-free diffusion-based audio editing framework. In International Conference on Acoustics, Speech and Signal Processing, pp. 1–5. Cited by: Zero-shot Text-guided Music Editing.
  • Kawar et al. (2023) B. Kawar, S. Zada, O. Lang, O. Tov, H. Chang, T. Dekel, I. Mosseri, and M. Irani Imagic: text-based real image editing with diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 6007–6017. Cited by: Introduction.
  • Kilgour et al. (2019) K. Kilgour, M. Zuluaga, D. Roblek, and M. Sharifi Fréchet audio distance: a reference-free metric for evaluating music enhancement algorithms. In Proc. Interspeech 2019, pp. 2350–2354. Cited by: 1st item.
  • Kreuk et al. (2022) F. Kreuk, G. Synnaeve, A. Polyak, U. Singer, A. Défossez, J. Copet, D. Parikh, Y. Taigman, and Y. Adi Audiogen: textually guided audio generation. arXiv preprint arXiv:2209.15352. Cited by: Text-guided Music Generation and Editing.
  • Kumari et al. (2023) N. Kumari, B. Zhang, R. Zhang, E. Shechtman, and J. Zhu Multi-concept customization of text-to-image diffusion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 1931–1941. Cited by: Text-guided Music Generation and Editing, Personalized Music Generation and Editing, SteerMusic+: Personalized Music Editing.
  • Kundu et al. (2024) S. Kundu, S. Singh, and Y. Iwahori Emotion-guided image to music generation. arXiv preprint arXiv:2410.22299. Cited by: Text-guided Music Generation and Editing.
  • Lai et al. (2025) C. Lai, Y. Song, D. Kim, Y. Mitsufuji, and S. Ermon The principles of diffusion models. arXiv preprint arXiv:2510.21890. Cited by: Introduction.
  • Le Lan et al. (2024) G. Le Lan, B. Shi, Z. Ni, S. Srinivasan, A. Kumar, B. Ellis, D. Kant, V. K. Nagaraja, E. Chang, W. Hsu, et al. High fidelity text-guided music editing via single-stage flow matching. In Audio Imagination: Advances in Neural Information Processing Systems 2024 Workshop AI-Driven Speech, Music, and Sound Generation, Cited by: Text-guided Music Generation and Editing, Zero-shot Text-guided Music Editing.
  • Li et al. (2024) P. P. Li, B. Chen, Y. Yao, Y. Wang, A. Wang, and A. Wang Jen-1: text-guided universal music generation with omnidirectional diffusion models. In 2024 IEEE CAI, pp. 762–769. Cited by: Text-guided Music Generation and Editing.
  • Liang et al. (2024) J. Liang, Y. Yuan, D. Jia, X. Zhuang, Z. Liu, Y. Chen, Z. Chen, Y. Wang, and Y. Wang AudioMorphix: training-free audio editing with diffusion probabilistic models. External Links: Link Cited by: Zero-shot Text-guided Music Editing.
  • Lin et al. (2025) Y. Lin, K. Lin, Z. Yang, L. Li, J. Wang, C. Lin, X. Wang, G. Bertasius, and L. Wang Zero-shot audio-visual editing via cross-modal delta denoising. arXiv preprint arXiv:2503.20782. Cited by: Preliminaries.
  • Liu et al. (2023a) H. Liu, Z. Chen, Y. Yuan, X. Mei, X. Liu, D. P. Mandic, W. Wang, and M. D. Plumbley AudioLDM: text-to-audio generation with latent diffusion models. In International Conference on Machine Learning, Cited by: Text-guided Music Generation and Editing.
  • Liu et al. (2024a) H. Liu, Y. Yuan, X. Liu, X. Mei, Q. Kong, Q. Tian, Y. Wang, W. Wang, Y. Wang, and M. D. Plumbley Audioldm 2: learning holistic audio generation with self-supervised pretraining. IEEE/ACM TASLP. Cited by: Text-guided Music Generation and Editing, Zero-shot Text-guided Music Editing.
  • Liu et al. (2024b) H. Liu, J. Wang, X. Li, R. Huang, Y. Liu, J. Xu, and Z. Zhao Medic: zero-shot music editing with disentangled inversion control. arXiv preprint arXiv:2407.13220. Cited by: Introduction, Text-guided Music Generation and Editing, Zero-shot Text-guided Music Editing, Zero-shot Text-guided Music Editing, Personalized Music Editing.
  • Liu et al. (2023b) S. Liu, A. S. Hussain, C. Sun, and Y. Shan M2M^{2} UGen: multi-modal music understanding and generation with the power of large language models. arXiv preprint arXiv:2311.11255. Cited by: Text-guided Music Generation and Editing.
  • Mancusi et al. (2025) M. Mancusi, Y. Halychanskyi, K. W. Cheuk, E. Moliner, C. Lai, S. Uhlich, J. Koo, M. A. Martínez-Ramírez, W. Liao, G. Fabbro, et al. Latent diffusion bridges for unsupervised musical audio timbre transfer. In International Conference on Acoustics, Speech and Signal Processing, pp. 1–5. Cited by: 3rd item.
  • Manocha et al. (2021) P. Manocha, Z. Jin, R. Zhang, and A. Finkelstein CDPAM: contrastive learning for perceptual audio similarity. In International Conference on Acoustics, Speech and Signal Processing, pp. 196–200. Cited by: 2nd item.
  • Manor and Michaeli (2024) H. Manor and T. Michaeli Zero-shot unsupervised and text-based audio editing using ddpm inversion. International Conference on Machine Learning. Cited by: Introduction, Text-guided Music Generation and Editing, Evaluation Metrics, Zero-shot Text-guided Music Editing, Zero-shot Text-guided Music Editing, Zero-shot Text-guided Music Editing, Personalized Music Editing.
  • Mariani et al. (2023) G. Mariani, I. Tallini, E. Postolache, M. Mancusi, L. Cosmo, and E. Rodolà Multi-source diffusion models for simultaneous music generation and separation. arXiv preprint arXiv:2302.02257. Cited by: Introduction, Text-guided Music Generation and Editing.
  • Meng et al. (2021) C. Meng, Y. Song, J. Song, J. Wu, J. Zhu, and S. Ermon Sdedit: image synthesis and editing with stochastic differential equations. arXiv preprint arXiv:2108.01073. Cited by: Zero-shot Text-guided Music Editing.
  • Nam et al. (2024) H. Nam, G. Kwon, G. Y. Park, and J. C. Ye Contrastive denoising score for text-guided latent diffusion image editing. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 9192–9201. Cited by: Preliminaries, SteerMusic+: Personalized Music Editing.
  • Niu et al. (2024a) X. Niu, J. Zhang, and C. P. Martin SoundMorpher: perceptually-uniform sound morphing with diffusion model. arXiv preprint arXiv:2410.02144. Cited by: Introduction.
  • Niu et al. (2024b) X. Niu, J. Zhang, C. Walder, and C. P. Martin Soundlocd: an efficient conditional discrete contrastive latent diffusion model for text-to-sound generation. In ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing, pp. 261–265. Cited by: Introduction.
  • Novack et al. (2024a) Z. Novack, J. McAuley, T. Berg-Kirkpatrick, and N. J. Bryan Ditto: diffusion inference-time t-optimization for music generation. International Conference on Machine Learning. Cited by: Text-guided Music Generation and Editing.
  • Novack et al. (2024b) Z. Novack, J. McAuley, T. Berg-Kirkpatrick, and N. Bryan DITTO-2: distilled diffusion inference-time t-optimization for music generation. arXiv preprint arXiv:2405.20289. Cited by: Text-guided Music Generation and Editing.
  • Paissan et al. (2023) F. Paissan, L. Della Libera, Z. Wang, M. Ravanelli, P. Smaragdis, and C. Subakan Audio editing with non-rigid text prompts. arXiv preprint arXiv:2310.12858. Cited by: Introduction, Text-guided Music Generation and Editing.
  • Plitsis et al. (2024) M. Plitsis, T. Kouzelis, G. Paraskevopoulos, V. Katsouros, and Y. Panagakis Investigating personalization methods in text to music generation. In International Conference on Acoustics, Speech and Signal Processing, pp. 1081–1085. Cited by: Introduction, Personalized Music Generation and Editing, SteerMusic+: Personalized Music Editing, SteerMusic+: Personalized Music Editing, Personalized Music Editing, Personalized Music Editing, Personalized Music Editing.
  • Poole et al. (2022) B. Poole, A. Jain, J. T. Barron, and B. Mildenhall Dreamfusion: text-to-3d using 2d diffusion. arXiv preprint arXiv:2209.14988. Cited by: Preliminaries.
  • Ruiz et al. (2023) N. Ruiz, Y. Li, V. Jampani, Y. Pritch, M. Rubinstein, and K. Aberman Dreambooth: fine tuning text-to-image diffusion models for subject-driven generation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 22500–22510. Cited by: Introduction, Personalized Music Generation and Editing, SteerMusic+: Personalized Music Editing, Personalized Music Editing.
  • Saito et al. (2025) K. Saito, D. Kim, T. Shibuya, C. Lai, Z. Zhong, Y. Takida, and Y. Mitsufuji SoundCTM: unifying score-based and consistency models for full-band text-to-sound generation. In The Thirteenth International Conference on Learning Representations, Cited by: Text-guided Music Generation and Editing.
  • Sector (1996) I. T. Union. T. S. Sector Methods for subjective determination of transmission quality. International Telecommunication Union. Cited by: Evaluation Metrics.
  • Song et al. (2021) J. Song, C. Meng, and S. Ermon Denoising diffusion implicit models. In International Conference on Learning Representations, Cited by: Introduction, Zero-shot Text-guided Music Editing, Personalized Music Editing.
  • Tsai et al. (2024) F. Tsai, S. Wu, H. Kim, B. Chen, H. Cheng, and Y. Yang Audio prompt adapter: unleashing music editing abilities for text-to-music with lightweight finetuning. ISMIR. Cited by: Text-guided Music Generation and Editing.
  • Wang et al. (2023a) Y. Wang, Z. Ju, X. Tan, L. He, Z. Wu, J. Bian, et al. Audit: audio editing by following instructions with latent diffusion models. Advances in Neural Information Processing Systems 36, pp. 71340–71357. Cited by: Text-guided Music Generation and Editing.
  • Wang et al. (2023b) Z. Wang, C. Lu, Y. Wang, F. Bao, C. Li, H. Su, and J. Zhu Prolificdreamer: high-fidelity and diverse text-to-3d generation with variational score distillation. Advances in Neural Information Processing Systems 36, pp. 8406–8441. Cited by: Preliminaries.
  • Wu et al. (2023) Y. Wu, K. Chen, T. Zhang, Y. Hui, T. Berg-Kirkpatrick, and S. Dubnov Large-scale contrastive language-audio pretraining with feature fusion and keyword-to-caption augmentation. In International Conference on Acoustics, Speech and Signal Processing, pp. 1–5. Cited by: 1st item, 1st item.
  • Yang et al. (2017) L. Yang, S. Chou, and Y. Yang MidiNet: a convolutional generative adversarial network for symbolic-domain music generation. arXiv preprint arXiv:1703.10847. Cited by: Text-guided Music Generation and Editing.
  • Yu et al. (2021) Y. Yu, A. Srivastava, and S. Canales Conditional lstm-gan for melody generation from lyrics. ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM) 17 (1), pp. 1–20. Cited by: Text-guided Music Generation and Editing.
  • Yu et al. (2025) Z. Yu, Z. Yang, and J. Zhang DreamSteerer: enhancing source image conditioned editability using personalized diffusion models. Advances in Neural Information Processing Systems 37, pp. 120699–120734. Cited by: Preliminaries.
  • Zhang et al. (2021) K. Zhang, Y. Li, W. Zuo, L. Zhang, L. Van Gool, and R. Timofte Plug-and-play image restoration with deep denoiser prior. IEEE TPAMI 44 (10), pp. 6360–6376. Cited by: Introduction.
  • Zhang et al. (2018) R. Zhang, P. Isola, A. A. Efros, E. Shechtman, and O. Wang The unreasonable effectiveness of deep features as a perceptual metric. In Proceedings of the IEEE CVPR, pp. 586–595. Cited by: 2nd item.
  • Zhang et al. (2024a) X. Zhang, D. Liu, H. Liu, Q. Zhang, H. Meng, L. P. G. Perera, E. Chng, and L. Yao Speaking in wavelet domain: a simple and efficient approach to speed up speech diffusion model. In Proceedings of the Conference on Empirical Methods in Natural Language Processing, pp. 159–171. Cited by: Introduction.
  • Zhang et al. (2024b) Y. Zhang, Y. Ikemiya, W. Choi, N. Murata, M. A. Martínez-Ramírez, L. Lin, G. Xia, W. Liao, Y. Mitsufuji, and S. Dixon Instruct-musicgen: unlocking text-to-music editing for music language models via instruction tuning. arXiv preprint arXiv:2405.18386. Cited by: Introduction, Text-guided Music Generation and Editing.
  • Zhang et al. (2024c) Y. Zhang, Y. Ikemiya, G. Xia, N. Murata, M. A. Martínez-Ramírez, W. Liao, Y. Mitsufuji, and S. Dixon MusicMagus: zero-shot text-to-music editing via diffusion models. In Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence, pp. 7805–7813. Cited by: Introduction, Text-guided Music Generation and Editing, Zero-shot Text-guided Music Editing.