Published on March 20, 2026

Аудиоэмбеддинги: как мультимодальный ИИ улучшает распознавание звука

A Small Model That Hears Better: Turning a Multimodal AI into an Effective Audio Embedder

Researchers have demonstrated how to transform a large multimodal model into a compact audio tool that surpasses competitors while being trained on 25 times less data.

Research 6 – 8 minutes min read
Event Source: Jina AI 6 – 8 minutes min read

When it comes to audio in the world of AI, most people think of speech recognition or music recommendations. However, there's a less visible, yet extremely important task: teaching a model to understand sound so it can compare it with other sounds or with a text description. This is the task of audio embedding – transforming sound into a numerical representation that is easy to work with.

This is where an interesting development from the Jina AI team comes in. They have proposed a method to 'distill' knowledge from a large multimodal model into a small, specialized one – and achieve a result that surpasses competitors while using 25 times less training data.

Что такое аудиоэмбеддинги и их применение

What Is Audio Embedding and Why Is It Needed?

Simply put, an embedding is a way of describing something with numbers so that similar things end up 'close' to each other in this numerical space. Text embeddings have long been used in search, recommendations, and classification. Audio embeddings do the same, but for sound.

This opens up possibilities for a wide variety of tasks: finding similar sounds in a large database, matching a sound to a text query (like «find a clip with rain and city noise»), classifying sound events, or even building a multimodal search where a user can search by description and get audio – and vice versa.

The main player in this field until now has been the CLAP (Contrastive Language-Audio Pretraining) model. It is trained on 'audio + text description' pairs and learns to bring corresponding sounds and words closer together in its numerical space. This approach works, but it's demanding: it requires many labeled pairs, and collecting such data is a laborious process.

Как большие языковые модели обучают понимать звук

Where Does Knowledge About Sound Come From?

Modern multimodal language models – those that can work not only with text but also with images, audio, and video – have a pretty good 'ear' for sound. They are trained on vast amounts of data and can describe sounds, answer questions about them, and interpret their context.

The key idea from Jina AI is this: what if we use these large models not as the final tool, but as teachers? A large model already knows how sounds and their descriptions are related. You can ask it to generate text descriptions for audio files – and get training data almost for free, without manual labeling.

This is precisely what is called bootstrapping in the paper's title: you 'pull' knowledge out of the large model to train the small one. The small model, in turn, becomes a specialized tool – fast, compact, and tailored for a specific task.

Принцип работы бутстрэппинга для аудиоэмбеддингов

How It Works in Practice

The process is quite elegant. You take a multimodal model capable of perceiving audio. It's fed sound fragments, and it generates text descriptions: what the sound is, what's happening, and the context. These 'audio + generated text' pairs become the training set.

Next, a small embedder model is trained on these pairs. It learns to represent sound in the numerical space in such a way that semantically similar sounds and texts end up close to each other. In essence, the small model inherits its understanding of sound from the large one – but operates independently, without needing to consult the 'teacher' every time.

An important point: this entire process requires no manual data labeling. People don't sit and describe thousands of sounds by hand. The large model does it automatically – which drastically reduces the cost and labor involved in preparing the training set.

Обучение аудиомоделей: меньше данных, выше качество

The Result: Less Data, Better Quality

The resulting model was compared with CLAP on standard tasks: searching for audio via a text query and the reverse task – searching for text via audio. And this is where the most interesting part emerges: despite being trained on a significantly smaller amount of data, the new model demonstrated higher performance quality.

The difference in data volume is 25-fold. That's not a typo. CLAP requires huge datasets of labeled audio pairs, which are expensive and time-consuming to collect. The Jina AI approach allows getting by with an incomparably smaller amount – because the data is generated automatically and carries the 'distilled' knowledge of the large model.

This ratio – less data for a better result – suggests that synthetic descriptions from multimodal models carry a richer and more accurate signal than one might expect. The large model doesn't just 'guess' the description – it formulates it with an understanding of context, nuances, and semantic connections.

Практическое применение аудиоэмбеддингов

Why This Is Interesting for More Than Just Specialists

At first glance, audio embeddings seem like a rather niche technical task. But let's look at where they are applied:

  • Sound-based search. Want to find a fragment with the «sound of a crowd at a train station» in a large audio library? An embedding model allows you to search by meaning, not just by tags.
  • Classification and monitoring. Automatic sound recognition in smart devices, security systems, and industrial sensors – all of this relies on the quality of audio representations.
  • Multimodal applications. When an application can work with text, images, and sound simultaneously, it needs a common 'language' for all these data types. Audio embeddings are a piece of this puzzle.

Reducing data requirements makes this technology more accessible. Previously, building a good audio model meant either having access to a large labeled dataset or buying one. Now, the path is shorter: you just need audio files and access to a multimodal model that can describe them.

Перспективы и ограничения аудиоэмбеддингов

Open Questions

Despite the convincing results, there are still some points to keep in mind.

The quality of the final model depends on the quality of the 'teacher.' If the large multimodal model makes mistakes in describing a sound or poorly understands certain types of audio, these errors can be passed on to the small model along with the 'knowledge.' This is a classic problem when training on synthetic data: garbage in, garbage out.

Furthermore, it's interesting to see how well the approach scales to highly specialized domains – for example, medical sounds, industrial noise, or rare acoustic events that the large model may have hardly encountered during its training.

Finally, the question of the approach's 'ceiling' remains open: how close can the small model get to the teacher's quality? In the current work, the small model already surpasses CLAP – but not the multimodal teacher model itself. Where this boundary lies and whether it can be pushed is a space for further research.

Итоги и выводы об аудиоэмбеддингах ИИ

In Conclusion

Jina AI has shown that large multimodal models can be used not only directly but also as a source of knowledge for training more compact, specialized tools. In the case of audio, this made it possible to obtain a model that outperforms CLAP while being trained on 25 times less data.

In short: instead of manually collecting huge datasets, you can ask a large model to automatically describe existing data – and then train a small but effective model on these descriptions. This makes the development of audio tools cheaper, faster, and more accessible to those who lack the resources of large research labs.

Original Title: Bootstrapping Audio Embeddings from Multimodal LLMs
Publication Date: Mar 11, 2026
Jina AI jina.ai A German company building AI infrastructure for search, embeddings, and data processing.
Previous Article Japanese Government Selects Domestic Language Model for State AI Initiative Next Article ChatGPT Now Interactively Explains Math and Physics

Related Publications

You May Also Like

Explore Other Events

Events are only part of the bigger picture. These materials help you see more broadly: the context, the consequences, and the ideas behind the news.

From Source to Analysis

How This Text Was Created

This material is not a direct retelling of the original publication. First, the news item itself was selected as an event important for understanding AI development. Then a processing framework was set: what needs clarification, what context to add, and where to place emphasis. This allowed us to turn a single announcement or update into a coherent and meaningful analysis.

Neural Networks Involved in the Process

We openly show which models were used at different stages of processing. Each performed its own role — analyzing the source, rewriting, fact-checking, and visual interpretation. This approach maintains transparency and clearly demonstrates how technologies participated in creating the material.

1.
Claude Sonnet 4.6 Anthropic Analyzing the Original Publication and Writing the Text The neural network studies the original material and generates a coherent text

1. Analyzing the Original Publication and Writing the Text

The neural network studies the original material and generates a coherent text

Claude Sonnet 4.6 Anthropic
2.
Gemini 2.5 Pro Google DeepMind step.translate-en.title

2. step.translate-en.title

Gemini 2.5 Pro Google DeepMind
3.
Gemini 2.5 Flash Google DeepMind Text Review and Editing Correction of errors, inaccuracies, and ambiguous phrasing

3. Text Review and Editing

Correction of errors, inaccuracies, and ambiguous phrasing

Gemini 2.5 Flash Google DeepMind
4.
DeepSeek-V3.2 DeepSeek Preparing the Illustration Description Generating a textual prompt for the visual model

4. Preparing the Illustration Description

Generating a textual prompt for the visual model

DeepSeek-V3.2 DeepSeek
5.
FLUX.2 Pro Black Forest Labs Creating the Illustration Generating an image based on the prepared prompt

5. Creating the Illustration

Generating an image based on the prepared prompt

FLUX.2 Pro Black Forest Labs

Want to dive deeper into the world
of neuro-creativity?

Be the first to learn about new books, articles, and AI experiments
on our Telegram channel!

Subscribe