← Latest papers
💻 computer science

Denoise-then-Retrieve: Text-Conditioned Video Denoising for Video Moment Retrieval

This paper proposes Denoise-then-Retrieve Network (DRNet), a novel paradigm that improves Video Moment Retrieval by employing a Text-Conditioned Denoising module to filter irrelevant video clips and a Text-Reconstruction Feedback module for auxiliary supervision, thereby achieving state-of-the-art performance on benchmark datasets.

Original authors: Weijia Liu, Jiuxin Cao, Bo Miao, Zhiheng Fu, Xuelin Zhu, Jiawei Ge, Bo Liu, Mehwish Nasim, Ajmal Mian

Published 2026-08-07
📖 3 min read☕ Coffee break read

Original authors: Weijia Liu, Jiuxin Cao, Bo Miao, Zhiheng Fu, Xuelin Zhu, Jiawei Ge, Bo Liu, Mehwish Nasim, Ajmal Mian

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 trying to find a specific scene in a massive, unedited home video of a family vacation. You have a text clue, like "the moment the dog jumps into the pool." In the world of computer science, this task is called Video Moment Retrieval. It's a branch of artificial intelligence where computers learn to understand both images and language to pinpoint exactly when an event happens in a long video. The challenge is that most videos are filled with "noise"—hours of scenery, people walking around, or unrelated chatter that has nothing to do with your search. If a computer tries to analyze every single second of the video equally, it gets overwhelmed by the irrelevant stuff, much like trying to find a specific needle in a haystack while the wind is blowing the whole pile around. Researchers have been trying to build better "search engines" for video, but many existing methods get distracted by the junk in the video, leading to inaccurate results.

This paper introduces a clever new strategy called "Denoise-then-Retrieve." Instead of trying to find the needle while the haystack is still messy, the authors propose a two-step process: first, clean up the haystack by throwing away the junk, and then look for the needle. They built a system called DRNet (Denoise-then-Retrieve Network) that acts like a smart filter. Before the computer even tries to answer the question, it uses the text query to scan the video and generate a "noise mask." Think of this mask as a pair of magical sunglasses that instantly blur out the boring or irrelevant parts of the video (like the sky or a person walking by) and highlight only the clips that actually match the description (like the dog jumping).

The paper argues against the old way of doing things, where computers treat every clip in a video as equally important. The authors show that in most videos, the actual "target moment" takes up less than 30% of the time, while the "noisy" clips make up the majority. By forcing the computer to ignore the noise first, the system can focus its brainpower on the relevant parts. To make sure this filtering is working correctly, the system also has a built-in "self-check" feature. It tries to rewrite the original text clue using only the cleaned-up video clips. If the rewritten clue doesn't match the original, the system knows it filtered out something important or kept too much junk, and it adjusts itself.

The results are quite promising. When tested on two popular video datasets, Charades-STA and QVHighlights, this new method outperformed the best existing techniques on every single metric. For example, on the Charades-STA dataset, the new method improved the accuracy of finding the right moment by 4.36 percentage points compared to the nearest competitor. The authors also found that this "clean first, then find" idea isn't just good for their own system; they could plug it into other existing video-search models and make those models work better too. In short, the paper suggests that the secret to finding the right moment in a video isn't just looking harder at everything, but learning to ignore the things that don't matter.

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 →