Papers › Audio ControlNet for Fine-Grained Audio Generation and Editing

Audio ControlNet for Fine-Grained Audio Generation and Editing

4 Feb 2026arXiv:2602.04680added by Syntology

Haina Zhu, Yao Xiao, Xiquan Li, Ziyang Ma, Jianwei Yu, Bowen Zhang, Mingqi Yang, Xie Chen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

We study the fine-grained text-to-audio (T2A) generation task. While recent models can synthesize high-quality audio from text descriptions, they often lack precise control over attributes such as loudness, pitch, and sound events. Unlike prior approaches that retrain models for specific control types, we propose to train ControlNet models on top of pre-trained T2A backbones to achieve controllable generation over loudness, pitch, and event roll. We introduce two designs, T2A-ControlNet and T2A-Adapter, and show that the T2A-Adapter model offers a more efficient structure with strong control ability. With only 38M additional parameters, T2A-Adapter achieves state-of-the-art performance on the AudioSet-Strong in both event-level and segment-level F1 scores. We further extend this framework to audio editing, proposing T2A-Editor for removing and inserting audio events at time locations specified by instructions. Models, code, dataset pipelines, and benchmarks will be released to support future research on controllable audio generation and editing.

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="2602.04680")

Code

Syntology Ran 18 of 23 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; 1 ran · fixture could not drive it; 16 ran with no contract checked.

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

haidog-yaqub/EzAudio found in paper text by Syntology report

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

23 samples harvested; 18 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
1ran · fixture could not drive it
16ran
5unverified

Licence: 0 of the 23 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 haidog-yaqub/EzAudio. “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.

AdaLN haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · 1999017e042f05f2 · report
ApproximateGELU haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 855ca3a1a7d22ee5 · report
FeedForward haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran MIT (permissive) · e85a8130cccd0e41 · report
GEGLU haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 26b300e620311af5 · report
GELU haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · a4664f5e974677e5 · report
GESnake haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · f88c5e27a48552c9 · report
PE_wrapper haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran MIT (permissive) · f9bb66c0ba81da7e · report
PatchEmbed haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · 9f2cdbcb2103e1b1 · report
PositionalConvEmbedding haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · dd416fb8e3e347c7 · report
RotaryEmbedding haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 4edb80e5146622da · report
SinusoidalPositionalEncoding haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · 64b7554453a70d14 · report
Snake haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 1ba59f2c2995a11d · report
TimestepEmbedder haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · ec75a1f98a2e71d6 · report
apply_rotary_pos_emb haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 206c90f5d5d477d1 · report
compute_mask_indices haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran MIT (permissive) · 8b8f03240223d1ab · report
create_mask haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 2004128767739013 · report
film_modulate haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 0e9be0fe6b203878 · report
snake_beta haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 8f8b4880e8072344 · report
Attention haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology unverified MIT (permissive) · 531168589467d2a8 · report
DiTBlock haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology unverified MIT (permissive) · d23e4f9c8defff20 · report
DiTControlNet haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology unverified MIT (permissive) · 7f5058304c41fd44 · report
DiTControlNetEmbed haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology unverified MIT (permissive) · 56037e5ee5cc1c1f · report
add_mask haidog-yaqub/EzAudio/src/models/controlnet.py found in paper text by Syntology unverified MIT (permissive) · aefbf29ffedaf4a6 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.04680, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

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