← Latest papers
💻 computer science

Boxer: Robust Lifting of Open-World 2D Bounding Boxes to 3D

The paper proposes Boxer, a transformer-based framework that robustly lifts 2D open-vocabulary object detections into globally consistent, metric 3D bounding boxes by leveraging existing 2D detectors and incorporating uncertainty-aware regression with sparse or dense depth inputs, achieving state-of-the-art performance in open-world 3D localization.

Original authors: Daniel DeTone, Tianwei Shen, Fan Zhang, Lingni Ma, Julian Straub, Richard Newcombe, Jakob Engel

Published 2026-04-08
📖 5 min read🧠 Deep dive

Original authors: Daniel DeTone, Tianwei Shen, Fan Zhang, Lingni Ma, Julian Straub, Richard Newcombe, Jakob Engel

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 walking through your living room with a pair of smart glasses. You look at a coffee mug, a TV remote, and a potted plant. Your glasses can easily tell you what those things are (a "mug," a "remote," a "plant") and where they are in your 2D view (top-left, bottom-right). This is like having a very sharp pair of eyes that can read labels.

But here's the problem: Your glasses don't know how far away those things are, how big they really are, or how they are oriented in 3D space. To a computer, a coffee mug on a table looks exactly the same as a coffee mug floating in the sky or a giant mug the size of a car, unless the computer has a way to "lift" that flat image into a real, physical 3D object.

This is where Boxer comes in.

The Big Idea: The "Lifting" Machine

The paper introduces Boxer, a new AI system that acts like a magical crane. Its job is to take flat, 2D pictures of objects and "lift" them into the real, 3D world with accurate measurements.

Think of it this way:

  • The Input: You give Boxer a photo (or a video) and a list of things you want to find (e.g., "find all the chairs").
  • The Magic: Boxer doesn't just guess; it uses a special brain (called BoxerNet) to figure out the depth, size, and rotation of those chairs, turning a flat drawing into a solid, measurable 3D box.
  • The Output: It gives you a list of 3D objects with their exact location in the room, ready for a robot to pick them up or for an Augmented Reality (AR) game to place a virtual dragon on top of them.

How It Works: The Three-Step Dance

1. The "Eyes" (2D Detection)
First, Boxer uses existing, super-smart AI eyes (like OWLv2 or DETIC) to scan the image. These eyes are great at saying, "Hey, there's a spice jar in the top right corner!" They are like a librarian who can instantly find a book by its title on a shelf. They are already trained on the entire internet, so they know about millions of different objects.

2. The "Brain" (BoxerNet - The Lifter)
This is the secret sauce. Once the eyes spot the jar, BoxerNet steps in. It asks: "Okay, I see the jar in the picture. But how big is it? Is it 2 inches away or 2 feet? Is it tilted?"

  • The Trick: Instead of trying to learn how to find the jar (which is hard and requires millions of 3D photos), BoxerNet focuses only on the math of lifting it. It looks at the flat box the eyes found and uses clues like the camera angle and optional depth sensors (like a LiDAR or a depth camera) to calculate the 3D shape.
  • The Analogy: Imagine you have a flat paper cutout of a house. BoxerNet is the engineer who knows exactly how to fold that paper into a 3D model, knowing exactly how tall the roof should be based on the shadows and the angle of the sun.

3. The "Editor" (Fusion)
If you take a video, the camera moves, and the AI sees the same object from different angles. Sometimes it might think the object is in two places at once. Boxer has a final step called Multi-View Fusion. It's like a detective gathering clues from different witnesses. It says, "Okay, frame 1 says the remote is here, frame 2 says it's there. Let's merge those clues to find the one true location of the remote." It removes duplicates and creates a single, clean map of the room.

Why Is This a Big Deal?

1. It's "Open-World" (No More "Closed Sets")
Old 3D systems were like a menu at a restaurant with only 10 items. If you asked for a "spice jar" or a "hairdryer," they would say, "I don't know that." They only knew about chairs, tables, and cars.
Boxer is different. Because it borrows the "eyes" from modern AI that has seen the whole internet, it can find anything. It can lift a "spice jar," a "TV remote," or even a "hairdryer" into 3D, even if it was never specifically trained on those exact items.

2. It Doesn't Need a 3D Map of Everything
Training a robot to understand 3D usually requires massive, expensive datasets where humans manually measure every object in 3D. This is like hiring a surveyor to measure every single brick in a city.
Boxer is clever: it uses the cheap, easy-to-get 2D data (which is everywhere on the internet) and only learns the "lifting" math. This means it can be trained on a massive scale without needing expensive 3D surveys for every single object.

3. It's Robust (It Handles Messy Data)
Real life is messy. Sometimes you don't have a perfect depth sensor; sometimes you only have a few scattered dots (sparse points) or a blurry camera. Boxer is designed to work even when the data is incomplete. It's like a carpenter who can build a sturdy table even if they only have a few planks of wood and a tape measure, rather than needing a full 3D blueprint.

The Result

The paper shows that Boxer is significantly better than previous methods. In tests, it was able to find and measure objects in 3D space with much higher accuracy, especially in "egocentric" views (like what a person sees when walking around).

In summary: Boxer is the bridge between the flat world of photos and the real, physical world of 3D. It takes the "what" and "where" from our 2D images and adds the "how big" and "how far," allowing robots and AR apps to truly understand and interact with the world around them, no matter what weird or wonderful object they encounter.

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 →