← Latest papers
💻 computer science

See More, Store Less: Memory-Efficient Resolution for Video Moment Retrieval

The paper proposes SMORE, a memory-efficient framework for Video Moment Retrieval that utilizes query-guided captions, importance modulation, and adaptive frame compression to achieve state-of-the-art performance on multiple benchmarks while overcoming the memory constraints of dense frame processing.

Original authors: Mingyu Jeon, Sungjin Han, Jinkwon Hwang, Minchol Kwon, Jonghee Kim, Junyeong Kim

Published 2026-01-15
📖 4 min read☕ Coffee break read

Original authors: Mingyu Jeon, Sungjin Han, Jinkwon Hwang, Minchol Kwon, Jonghee Kim, Junyeong Kim

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 have a 2-hour movie, but you only have a tiny notepad to write down what happens in it. You need to find a specific scene based on a description like, "The moment the puppy chases the red ball."

The Problem:
Most current AI systems try to solve this in one of two ways, and both have flaws:

  1. The "Sparse Snapshot" approach: They take a few random pictures of the movie every few seconds. If the puppy runs across the screen between those snapshots, the AI misses it completely. It's like trying to read a book by only looking at page 1, page 50, and page 100.
  2. The "Full Description" approach: They try to write a detailed summary of every single second of the movie. This captures everything, but it fills up your notepad (memory) so fast that the computer crashes before it can finish.

The Solution: SMORE (See MORE, store less)
The authors propose a new framework called SMORE. Think of it as a super-smart, memory-efficient assistant who knows exactly what you are looking for before they even start reading the script.

Here is how SMORE works, using three simple tricks:

1. The "Customized Highlighter" (Query-Guided Captions)

Instead of writing generic notes like "A dog is walking," SMORE listens to your specific question first.

  • Old Way: The AI writes, "A dog is walking." (Generic, might not help you find the specific scene).
  • SMORE Way: If you ask, "Where is the puppy chasing the ball?", the AI looks at the video and writes, "A puppy is chasing a ball."
  • The Analogy: Imagine a librarian who, instead of just cataloging every book by its color, reads your request ("I need a book about space") and then writes a special note on the relevant books saying, "This one is about space!" This ensures the notes match exactly what you are looking for.

2. The "Volume Knob" (Query-Aware Importance)

Not all notes are equally important. Some scenes are just background noise; others are the main event.

  • How it works: SMORE gives a "volume knob" to every note it writes. If a note perfectly matches your search, it turns the volume up (high importance). If a note is about something irrelevant (like a cat sleeping in the background when you asked about a puppy), it turns the volume down.
  • The Analogy: It's like a DJ mixing a playlist. When the song you want to hear comes on, the DJ cranks the volume. When a song you don't care about plays, they fade it out so it doesn't distract you. This helps the AI focus only on the "loud" (important) parts of the video.

3. The "Smart Compressor" (Structured Visual Compression)

Videos often have many frames that look almost identical (e.g., a car driving on a straight road for 10 seconds). Storing every single frame is a waste of space.

  • How it works: SMORE looks at consecutive frames. If two frames are nearly the same, it doesn't throw one away (which loses information). Instead, it mathematically "squashes" them together into a single, compact summary that keeps the most important details.
  • The Analogy: Imagine you have a stack of 100 photos of a sunset where the sun barely moves. Instead of keeping all 100 photos, you take the best 5 and blend them into one high-quality "super-photo" that captures the whole movement without needing 100 separate files.

The Results

The paper tested this system on three major video databases (QVHighlights, Charades-STA, and ActivityNet-Captions).

  • Performance: SMORE beat the current best models (like Chrono and LLaVA-MR) in finding the right video moments.
  • Efficiency: It did this while using less memory. While other top models needed a massive, expensive computer chip (80GB of memory) to run, SMORE could achieve better results on a smaller, more common chip (48GB of memory).

In a Nutshell:
SMORE is like a detective who doesn't just read the whole case file blindly. Instead, they read the specific clue you give them, highlight the relevant pages, turn down the noise, and summarize the boring parts so they can solve the mystery faster and with less paper.

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 →