← Latest papers
🤖 AI

DRMOT: A Dataset and Framework for RGBD Referring Multi-Object Tracking

This paper introduces DRMOT, a novel RGBD Referring Multi-Object Tracking task, along with the DRSet dataset and the DRTrack framework, to address the limitations of 2D-only models by leveraging fused RGB, depth, and language modalities for robust 3D-aware target tracking and spatial-semantic grounding.

Original authors: Sijia Chen, Lijuan Ma, Yanqiu Yu, En Yu, Liman Liu, Wenbing Tao

Published 2026-02-09
📖 4 min read☕ Coffee break read

Original authors: Sijia Chen, Lijuan Ma, Yanqiu Yu, En Yu, Liman Liu, Wenbing Tao

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 friend in a crowded, busy room. You ask your smart assistant, "Find the person closest to the camera."

If your assistant only has a 2D photograph (like a flat picture on a phone), it gets confused. In a flat picture, everyone looks like they are on the same flat plane. The person standing right next to the lens and the person standing far back might look the same size if they are wearing similar clothes. The assistant might guess wrong, pointing at the person in the back instead of the one in front. This is the problem with current tracking technology: it sees the world like a flat painting, not a real room.

This paper introduces a new way to solve this by giving the assistant 3D glasses (depth information) and a super-brain (a large language model).

Here is a simple breakdown of what the authors did:

1. The New Game: DRMOT

The authors created a new challenge called DRMOT (Depth Referring Multi-Object Tracking).

  • The Old Way: You give the computer a video and a sentence like "Track the guy in the red hat." The computer tries to follow him using only the video colors.
  • The New Way: You give the computer the video, the sentence, AND a "depth map" (a special image that tells the computer exactly how far away every pixel is). Now, if you say "Track the person closest to the camera," the computer can actually measure the distance and pick the right person, even if they look identical to someone far away.

2. The New Map: DRSet

To teach computers this new skill, the authors built a special training library called DRSet.

  • Think of this as a massive library of 187 different "scenes" (like a park, a living room, or a street).
  • For every scene, they have the regular video, the 3D depth map, and 240 specific instructions written in human language.
  • Crucially, 56 of those instructions rely on distance (e.g., "the car behind the tree" or "the person nearest to us"). This forces the computer to learn how to use 3D space to understand language.

3. The New Brain: DRTrack

They also built a new system called DRTrack to solve these puzzles. It works in two steps, like a detective with two tools:

  • Step 1: The "Eagle Eye" (The MLLM):
    They use a powerful AI brain (a Multimodal Large Language Model) that looks at the video, the depth map, and the sentence all at once. It's like a detective who can see the room in 3D. When you say, "Find the closest person," this brain uses the depth map to instantly know who is actually in front and who is in the back. It draws a box around the correct person.

    • Analogy: It's like having a laser pointer that measures distance while you read a map.
  • Step 2: The "Sticky Tape" (The Tracker):
    Once the brain finds the person in the first frame, the system needs to keep following them as they move, even if they get blocked by a wall or a crowd. The authors added "depth tape" to their tracking method.

    • Usually, if two people walk close together, the computer might mix them up (swapping their IDs).
    • With DRTrack, the computer checks the 3D distance. If Person A is 2 meters away and Person B is 5 meters away, the computer knows they are different people, even if they look very similar. This keeps their identities separate and prevents confusion.

4. The Results

The authors tested their new system against old systems that only used flat 2D videos.

  • The Outcome: The new system (DRTrack) was much better at finding the right person and keeping track of them without getting confused.
  • Why it matters: It proved that giving AI "depth vision" is the key to understanding instructions that involve space and distance, which is something flat 2D cameras simply cannot do on their own.

In short: The paper says, "If you want an AI to understand instructions like 'the one closest to us,' you can't just show it a flat video. You have to show it the 3D depth of the room, too. We built a new dataset and a new AI brain to prove this works."

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 →