← Latest papers
💻 computer science

Clean2FX: Label-conditioned modeling for clean-to-effect guitar audio transformations

The paper introduces Clean2FX, a label-conditioned framework for transforming clean electric guitar audio into various effects using U-Net models that outperform variational autoencoders in preserving musical content while accurately synthesizing target effects like distortion, delay, and reverb.

Original authors: Oliverio Bombicci Pontelli, Iran R. Roman

Published 2026-07-13
📖 4 min read☕ Coffee break read

Original authors: Oliverio Bombicci Pontelli, Iran R. Roman

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a plain, dry electric guitar sound—like a clean, unseasoned piece of toast. Now, imagine you want to turn that toast into something specific: a crunchy, distorted rock riff, a watery delay echo, or a huge, cavernous reverb. The paper "Clean2FX" is a recipe book for a digital chef (a computer model) that tries to do exactly this: take a clean guitar note and instantly cook up the perfect "flavor" of an effect, all while keeping the original melody and rhythm perfectly intact.

The researchers built their kitchen using a massive library of real guitar recordings called EGFxSet. They took single notes and chords, paired them with their "effected" twins, and taught four different types of digital chefs how to transform the clean sound into the target sound.

The Big Winner: The U-Net Chef
Out of the four chefs tested, two were "Variational Autoencoders" (VAEs) and two were "U-Nets." Think of the VAEs as artists who try to memorize the essence of a sound by compressing it into a tiny, blurry sketch before trying to redraw it. The U-Nets, on the other hand, are like master copyists who use a "skip connection" system. Imagine a U-Net as a chef who keeps the original ingredients (the clean guitar) on a conveyor belt right next to the cooking pot, adding the "spices" (the effects) layer by layer without ever losing the original texture.

The results were clear: the U-Net models were the clear winners. In fact, the paper notes that on average, the VAEs failed to beat a "do nothing" baseline (where the computer just plays the clean guitar without changing it). While one specific VAE variant did manage to improve the "RAT" distortion effect, they generally showed no positive improvement across the other effects, meaning they were, on average, no better than just leaving the guitar alone. The U-Nets, however, slashed the error rate by about 70.6% (using a log-magnitude loss) and improved the "perceptual quality" (a measure of how human ears judge the sound) by 31.8%.

The "Time" Problem: Distortion vs. Echo
Here is where it gets interesting. The paper found that the type of effect matters a lot.

  • Distortion (The Easy Win): Effects like the "RAT" or "Tube Screamer" are like heavy spices. They change the sound so drastically that the computer has a huge amount of "error" to fix. The U-Nets crushed this, improving the sound by over 80% in some cases.
  • Delay and Reverb (The Tricky Part): These are like adding a long echo or a room sound. The paper notes a strange split here: the U-Nets got the math right (reducing the spectral error by 78.6% for Spring Reverb), but the human ear didn't notice as much of a difference (only a 0.9% improvement in perceptual quality). It suggests that while the computer can calculate the echo perfectly, making it feel real to a human listener is still a bit of a challenge for these models.

Did the Chef Actually Listen?
A major fear in AI is "mode collapse," where a smart model gets lazy and just outputs the same thing no matter what you ask it. The researchers checked this by asking the model to generate all ten different effects for the same guitar note. They measured how different the outputs were from each other. The results showed a ratio of 1.416, which is well above zero. This suggests the model is actually listening to the "label" (the instruction) and changing its output accordingly, rather than just ignoring the instruction and spitting out the same sound every time.

The Real-World Test
Finally, the team took their best model (the U-Net with log-magnitude training) and tried it on real-world guitar performances that the model had never seen before. The results were "audible but weaker." The model could still add the flavor, but it wasn't as perfect as it was on the training data. The paper concludes that while the models work great on the specific data they were trained on, they are still learning how to handle the messy, unpredictable nature of real-life guitar playing.

In short, the paper proves that U-Net models are the best current tool for turning clean guitar into effects, beating out other methods by a wide margin, but it also suggests that while we are getting very good at the math of distortion, making digital echoes and reverbs sound truly natural to human ears is still a work in progress.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →