← Latest papers
💻 computer science

Hear to See: Discerning Stateful Listening for Audio-Visual Instance Segmentation

This paper proposes Hear to See (H2S), a novel audio-visual instance segmentation framework that utilizes an Acoustic-Semantic Projector to disentangle mixed sounds and an Asynchronous Dynamics Modulator to handle temporal misalignments, achieving state-of-the-art performance on the AVISeg benchmark.

Original authors: Leiye Liu, Miao Zhang, Jiahong Jiang, Jingjing Li, Jialong Zhong, Kai Peng, Tingwei Liu, Wei Ji, Yongri Piao, Huchuan Lu

Published 2026-08-05
📖 6 min read🧠 Deep dive

Original authors: Leiye Liu, Miao Zhang, Jiahong Jiang, Jingjing Li, Jialong Zhong, Kai Peng, Tingwei Liu, Wei Ji, Yongri Piao, Huchuan Lu

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 are at a bustling street fair. Your eyes are busy scanning the crowd, spotting a juggler, a magician, and a street musician. But your ears are hearing a chaotic mix: the jingle of coins, the hum of a guitar, and the roar of a crowd, all blended into one big, messy sound wave. For a long time, computers have been great at seeing the world, but they struggle when they try to "hear" it. They can tell you that there is sound, but they often can't tell you who is making it, especially when multiple people are talking or playing instruments at the same time. This is the puzzle of "Audio-Visual" understanding: teaching machines to connect what they see with what they hear, not just as a general vibe, but to track specific objects like a specific guitar or a specific singer. It's like trying to follow a single conversation in a noisy room while keeping your eyes on the person speaking, even if they stop talking for a moment.

This is exactly the challenge tackled by a new computer model called "Hear to See" (H2S). The researchers behind this work realized that existing computers were getting confused by two main problems. First, when multiple sounds mix together, the computer loses the details needed to tell them apart. Second, sound and sight don't always happen at the same speed; a person might stop singing while still standing there, or start singing before the camera even focuses on them. The paper proposes a clever new way to solve this by giving the computer two special superpowers: one to untangle the messy audio soup, and another to change its "listening speed" depending on whether things are chaotic or calm.

The Problem: A Noisy, Messy World

To understand why this new model is special, let's look at how computers usually try to solve this. Imagine a detective trying to match a fingerprint (the sound) to a suspect (the visual object). Old methods tried to take the whole fingerprint, blur it a bit to make it easier to handle, and then guess who it belongs to. But when you have three suspects all leaving fingerprints at the same time, blurring them together makes it impossible to tell who is who. The computer ends up guessing, "Oh, there's a sound, so there must be a person," but it can't tell which person, or if the sound has stopped.

Furthermore, these old detectives were very rigid. They looked at the world in fixed time blocks, like checking a clock every second. If a person stopped singing halfway through that second, the computer would still think they were singing because it was stuck in its rigid schedule. It couldn't adapt to the fact that the sound had vanished, leading to the computer "hallucinating" that a silent object was still making noise.

The Solution: Unmixing the Soup and Changing Gears

The "Hear to See" (H2S) model fixes this with two main tricks, which the authors call the Acoustic-Semantic Projector (ASP) and the Asynchronous Dynamics Modulator (ADM).

1. The Sound Unmixer (ASP)
Think of the audio signal as a giant smoothie made of strawberries, bananas, and blueberries all blended together. Old methods tried to guess the flavor of the smoothie to figure out what fruit was inside. H2S, however, uses a special tool called the Acoustic-Semantic Projector to separate the smoothie back into its original fruits. It takes that messy, mixed-up sound and splits it into distinct streams: one for the guitar, one for the ukulele, and one for the singer.

Once the sounds are separated, the model doesn't just look at the audio; it builds a bridge between the "meaning" of the sound and the "location" of the object. It's like matching the idea of a guitar sound to the shape of a guitar in the video. By first separating the sounds and then matching them to the visual world in steps, the computer can finally say, "That sound belongs to that specific guitar," even if three guitars are playing at once.

2. The Smart Speed Controller (ADM)
The second trick is about timing. Imagine driving a car. When you are on a straight, empty road, you cruise along, looking at the scenery ahead. But when you hit a sudden pothole or a child runs into the street, you slam on the brakes and focus entirely on the immediate danger.

The Asynchronous Dynamics Modulator (ADM) does exactly this for the computer's "brain." It uses a special type of memory system (based on something called a Mamba) that can change its speed.

  • When things are chaotic: If a sound suddenly starts or stops (like a person shouting or a door slamming), the model senses this change and speeds up its attention. It focuses heavily on the current moment to catch the sudden change, ensuring it doesn't miss a new sound or keep tracking a silent object.
  • When things are calm: If the scene is stable and the sounds are consistent, the model slows down and looks back at the history. It remembers what it saw a moment ago to keep the tracking smooth and steady.

This ability to switch between "fast reaction" and "steady memory" allows the computer to handle the weird, asynchronous nature of real life, where sound and sight don't always line up perfectly.

What They Found

The researchers tested their new model on a dataset called AVISeg, which contains hundreds of videos with complex sound and visual scenarios. They compared their "Hear to See" model against the best existing methods.

The results were quite impressive. Using a standard camera backbone (a ResNet50 trained on a large dataset called COCO), their model achieved a score of 48.54 mAP (a measure of how well it detected and tracked objects). This was a significant jump, beating the previous best method by 7.8%.

When they looked specifically at the hardest scenarios—where sounds were asynchronous (starting and stopping at weird times) and mixed together—their model pulled ahead even more. On a special "asynchronous subset" of the data, their model scored 46.75 mAP, while the previous best method only managed 32.66 mAP. That is a massive improvement of 14.09 mAP, showing that the model's ability to adapt its speed and untangle sounds really shines when things get messy.

Why It Matters

The paper shows that by giving computers the ability to "unmix" sounds and "change gears" based on how the world is moving, we can make them much better at understanding video. Instead of just seeing a blur of activity, the computer can now distinguish between a silent guitar and a playing one, or track a singer who stops mid-song without losing them.

The authors note that while this works great for watching recorded videos (offline), it hasn't been tested yet for live, real-time situations (online), where the computer can't look ahead to see what happens next. But for now, "Hear to See" proves that with the right mix of sound separation and smart timing, machines can finally learn to listen to the world as clearly as they see it.

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 →