← Latest papers
🤖 AI

One Trajectory, One Token: Grounded Video Tokenization via Panoptic Sub-object Trajectory

The paper introduces TrajViT, a grounded video tokenization method that replaces inefficient space-time patches with panoptic sub-object trajectories to significantly reduce computational costs while achieving superior performance in video retrieval and understanding tasks compared to traditional ViT3D encoders.

Original authors: Chenhao Zheng, Jieyu Zhang, Mohammadreza Salehi, Ziqi Gao, Vishnu Iyengar, Norimasa Kobori, Quan Kong, Ranjay Krishna

Published 2026-05-12
📖 4 min read☕ Coffee break read

Original authors: Chenhao Zheng, Jieyu Zhang, Mohammadreza Salehi, Ziqi Gao, Vishnu Iyengar, Norimasa Kobori, Quan Kong, Ranjay Krishna

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 describe a movie to a friend, but you are only allowed to use a limited number of words.

The Old Way: The "Grid" Approach
Currently, most AI models watch videos like a security guard looking at a giant grid of tiny squares (pixels) on a screen. Every time the video plays, the AI has to write a note for every single square in every single frame.

  • The Problem: If the video is long, or if the camera is just panning across a static wall, the AI is writing thousands of notes about empty space or the same wall over and over again. It's like writing "wall, wall, wall, wall" for a minute of a video where nothing happens. This wastes a huge amount of computer memory and energy.
  • The Flaw: Even if the AI tries to delete the "boring" notes, it often gets confused when the camera moves, because it's still just looking at squares, not the actual objects.

The New Way: "One Trajectory, One Token"
The researchers behind this paper (TrajViT) came up with a smarter way to watch movies. Instead of looking at a grid of squares, they look at stories of movement.

They treat the video like a collection of characters (objects) moving through a scene.

  • The Analogy: Imagine a soccer game.
    • Old AI: Counts every blade of grass, every speck of dirt, and every patch of the sky in every frame. If the camera pans, it counts the grass again.
    • TrajViT: Says, "Okay, I see a soccer ball moving from left to right, and a player running after it." It creates one single note for the ball's entire path and one single note for the player's path.
  • The Result: Instead of thousands of notes for a minute of video, the AI might only need a few dozen notes—one for each object's journey.

How They Did It (The "Detective" Pipeline)
To make this work, they built a three-step process:

  1. Spotting the Start: They scan the video to find "key moments" where new things appear (like a ball entering the frame).
  2. Following the Trail: They use a tracking system to follow those objects as they move, even if they get temporarily hidden or the camera shakes.
  3. Summarizing the Journey: They take the entire path of an object (its "trajectory") and compress it into a single, smart "token" (a digital summary) that tells the AI what the object looked like and where it went.

Why It's a Big Deal
The paper claims this new method is a game-changer for two main reasons:

  1. It's Much Faster and Lighter: Because they are summarizing whole movements instead of counting pixels, they use 10 times fewer notes (tokens) than the old method. This means the computer uses way less energy and memory.
  2. It's Actually Smarter: Despite using fewer notes, the AI understands the video better. In tests, it was better at:
    • Finding videos based on text descriptions (e.g., "Find the video where the dog chases the ball").
    • Answering questions about what happened in the video.
    • Recognizing actions, even in long videos.

The "VideoLLM" Test
The researchers also plugged this new system into a "Video Large Language Model" (an AI that can chat about videos).

  • The Result: The AI using their new system was 4 times faster to train and required 18 times less computing power to run than the standard system. Yet, it answered questions about videos more accurately.

In a Nutshell
Think of the old method as trying to understand a book by counting every single letter on every page. The new method (TrajViT) reads the sentences and understands the plot. It ignores the empty space and focuses on the characters and their journeys, making it much faster, cheaper, and more accurate at understanding what's actually happening in a video.

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 →