← Latest papers
🤖 AI

Finetuning Strategies for Querying Sounds by Vocal Imitation

This technical report details the winning submission to the AES AIMLA 2025 Challenge, which achieved success by investigating two complementary fine-tuning strategies—contrastive learning with a frozen CED encoder and joint contrastive-triplet learning with a MobileNetV3 encoder—for querying sound effects via vocal imitation.

Original authors: Aditya Bhattacharjee, Christos Plachouras, Sungkyun Chang, Emmanouil Benetos

Published 2026-08-20
📖 5 min read🧠 Deep dive

Original authors: Aditya Bhattacharjee, Christos Plachouras, Sungkyun Chang, Emmanouil Benetos

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 trying to find a specific sound in a vast library of audio clips, but instead of typing a description or humming a tune, you must imitate the sound with your own voice. This is the core challenge of "query by vocal imitation," a field where computers must learn to understand that a human's attempt to mimic a barking dog or a squeaky door is the same as the actual recording of those sounds. The difficulty lies in the gap between how humans produce sound with their vocal cords and how machines record and analyze those sounds. Humans are inconsistent; one person might bark loudly while another whispers, and the same person might bark differently each time. For a computer to succeed, it must look past these variations and find the underlying pattern that connects a human's imitation to the real sound it represents.

A team of researchers at Queen Mary University of London tackled this problem by entering a competition designed to test exactly this skill. Their goal was to build a system that could take a user's vocal imitation and instantly retrieve the correct sound effect from a database. To do this, they explored two different ways of teaching a computer to recognize these connections. The first approach relied on a pre-trained computer brain that had already learned to identify thousands of sounds, which they then tweaked to focus specifically on matching imitations to real sounds. The second approach was more complex, teaching the computer to not only match correct pairs but also to learn from its mistakes by comparing good matches against bad ones, effectively refining its judgment through a process of elimination and correction.

The researchers began by gathering data to train their systems. They used a collection of paired recordings where a human had imitated a specific sound, and the original sound was also present. These pairs served as the perfect examples for the computer to learn from. However, they also had access to a second set of recordings: vocal imitations that did not have a matching original sound but were labeled with the type of sound they were supposed to be. The team realized they could use these "orphan" imitations as a teaching tool. By showing the computer an imitation and then asking it to distinguish between the correct sound and other similar-sounding but incorrect options, they could force the system to become more precise.

To make the system robust against the natural variations in human voices, the researchers applied a series of digital transformations to the audio during training. They would shift the timing of the sound, change its volume, or slightly alter the pitch, simulating the way a real person might sing or speak differently each time. They even added small amounts of static or removed tiny fragments of the audio to mimic the imperfections of a real recording. By exposing the computer to these distorted versions of the same sound, the system learned to focus on the essential characteristics of the sound rather than getting confused by minor details.

In their first attempt, the team used a powerful, pre-existing audio model that had been trained on a massive dataset of general sounds. They kept the core of this model frozen, meaning they did not change its internal knowledge, and simply added a new, lightweight layer on top to translate its understanding into a format suitable for matching. This approach was efficient and effective, allowing the system to leverage the vast knowledge the model already possessed without needing to relearn everything from scratch. The system learned to map both the human imitation and the target sound into a shared space where similar sounds sat close together.

Their second, and ultimately winning, submission took a different path. Instead of freezing the model, they fine-tuned a flexible architecture designed to be lightweight and fast. They combined two learning strategies: one that rewarded the system for matching correct pairs, and another that punished it for confusing similar but incorrect sounds. This second strategy, known as triplet learning, worked by presenting the computer with an anchor sound, a correct match, and a "hard" negative—a sound that was similar enough to be confusing but was actually wrong. By forcing the system to distinguish between these tricky cases, the researchers helped it develop a sharper sense of what truly defined a sound. They also introduced a dynamic balancing act, adjusting the importance of the punishment for mistakes based on how many difficult examples were available in each batch of training, ensuring the system remained stable while learning.

When the researchers tested their systems against the official competition benchmarks, the results were clear. Both methods outperformed the previous best systems, but the second approach, with its hybrid learning strategy, achieved the highest score. The system successfully ranked the correct sound at the top of the list more often than any other entry, demonstrating that combining pre-trained knowledge with a structured method of learning from difficult examples creates a more reliable tool. The study showed that while a simple, frozen model could do a good job, a system that actively learns to navigate the confusion between similar sounds performs even better.

This work highlights a crucial insight for the future of sound recognition: the way a computer is taught to handle mistakes is just as important as the data it learns from. By carefully curating the examples of what not to choose, and by teaching the system to weigh these difficult cases appropriately, the researchers built a bridge between human vocal creativity and machine precision. Their success suggests that the most effective systems are not just those that memorize sounds, but those that learn to understand the subtle differences that make one sound distinct from another, even when the input is as variable and unpredictable as the human voice.

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 →