← Latest papers
💻 computer science

AV-JEPA: Extending LeJEPA to Audio-Visual Self-Supervised Learning

This paper introduces AV-JEPA, a streamlined audio-visual self-supervised learning framework that extends LeJEPA using an early-fusion Vision Transformer and modality dropout to achieve competitive performance and zero-shot retrieval capabilities without relying on decoders, EMA teachers, or contrastive negatives.

Original authors: Benjamin Robson, Santeri Mentu, Wenshuai Zhao, Arno Solin

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

Original authors: Benjamin Robson, Santeri Mentu, Wenshuai Zhao, Arno Solin

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 a world where computers are like eager, blank-slate students who want to learn about everything, but they are stuck in a classroom with no teacher and no textbooks. This is the realm of self-supervised learning, a branch of artificial intelligence where machines try to teach themselves by finding patterns in mountains of unlabeled data. Usually, to learn how to recognize a cat or a car, a computer needs a human to point at a picture and say, "That's a cat." But what if the computer could learn just by looking at the picture and guessing what's missing? That's the magic of masked learning: you cover up part of an image or sound, and the computer has to fill in the blanks. For a long time, the best way to do this was to force the computer to rebuild the missing pieces pixel-by-pixel, like a puzzle solver trying to reconstruct a shattered vase. But there's a newer, more abstract idea called JEPA (Joint-Embedding Predictive Architecture). Instead of trying to rebuild the broken vase, JEPA asks the computer to predict the essence or the "vibe" of the missing piece. It's like guessing the flavor of a soup by smelling the steam, rather than trying to taste every single ingredient. This paper asks a big question: Can this "guessing the vibe" method work when the computer is trying to understand two different senses at once—sight and sound?

The authors of this paper, a team from Finland, say "Yes!" and introduce a new model called AV-JEPA. Think of AV-JEPA as a super-smart detective who learns to understand a crime scene by looking at the video and listening to the audio, but with a twist. Instead of trying to reconstruct the missing video frames or audio waves (which is like trying to redraw the whole crime scene from memory), this detective learns to predict the feeling of the scene when one sense is missing.

Here is how they did it. Imagine you are watching a video of a guitar player. Usually, a computer sees the video and hears the audio together. AV-JEPA, however, plays a game of "hide and seek" with the senses. It takes a clip and creates two versions: one where the video is completely blacked out (so the computer only hears the guitar), and another where the audio is silenced (so the computer only sees the guitar). The model's job is to look at the "audio-only" version and predict what the "video-only" version would feel like, and vice versa. It does this without any human telling it what is happening, and without trying to rebuild the missing parts. It just learns to align the "soul" of the sound with the "soul" of the image in a shared mental space.

The results are quite impressive for a method that skips the heavy lifting of rebuilding images. When they tested this model on a dataset called VGGSound (which contains videos of sounds), the model achieved a 57.1% accuracy rate in identifying what was happening in the video. On another massive dataset called AudioSet, it scored a 32.7 mAP (a measure of how well it identifies sounds). While these numbers are slightly lower than the current top models that use the old "rebuild the puzzle" method (which can reach up to 67% on VGGSound), the authors point out that AV-JEPA is much simpler. It doesn't need complex extra parts to rebuild images, nor does it need a "teacher" model to guide it. It just learns by itself.

One of the coolest things the paper found is that the model learned to pay attention to the right things all on its own. When they looked at where the model was "looking" when it heard a sound, it naturally focused on the source of the noise. If it heard a bird chirping, it looked at the bird. If it heard a flute, it looked at the musician's mouth. It did this without anyone ever teaching it to find the sound source; it just figured out that the sound and the visual source were connected because it had to predict one from the other.

The paper also showed that this model can do "zero-shot" retrieval, which is a fancy way of saying it can find a video just by searching for a sound, or find a sound just by searching for a video, without ever being explicitly trained to do that specific search task. It's like having a library where you can find a book just by humming a tune from it.

However, the authors are honest about the limitations. They found that the model is heavily biased toward the audio. When they tested it, the model's decisions were mostly driven by what it heard, not what it saw. It's as if the detective is a genius at hearing clues but is a bit distracted by the visual evidence. The paper suggests that while this is a huge step forward for a "clean" and simple architecture, there is still work to be done to make it as good at seeing as it is at hearing, especially compared to the more complex models that spend years rebuilding images. But for a method that throws away the reconstruction puzzle and just focuses on the connection between senses, AV-JEPA is a very promising new way for computers to learn how the world sounds and looks.

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 →