← Latest papers
💻 computer science

FOUND-IT: Foundation-model-first Task-driven 3D Scene Graphs with Granularity on Demand

The paper introduces FOUND-IT, a real-time, task-driven framework that leverages geometric foundation models to dynamically generate hierarchical 3D scene graphs with adjustable granularity for evolving loco-manipulation tasks in uncalibrated monocular environments.

Original authors: Dominic Maggio, Nicolas Gorlo, Luca Carlone

Published 2026-05-26
📖 5 min read🧠 Deep dive

Original authors: Dominic Maggio, Nicolas Gorlo, Luca Carlone

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 teaching a robot to navigate a house. Most robots today are like students who memorize a map with a single, fixed level of detail. If they need to walk to the kitchen, they see the whole room. But if they need to turn a specific knob on the stove, they are stuck because their map is too blurry to see the knob, or too cluttered to see the whole room at once. They also usually need expensive, specialized 3D cameras to build this map.

The paper introduces FOUND-IT, a new system that acts like a smart, adaptable librarian for a robot's memory. Here is how it works, broken down into simple concepts:

1. The "Zoom Lens" Memory (Granularity on Demand)

Think of FOUND-IT not as a static map, but as a smart camera lens that changes its focus based on what the robot is asked to do.

  • The Problem: Traditional systems decide the "size" of objects when they first look at the room. They might decide a stove is just one big object. Later, if the robot needs to turn a knob, it can't see the knob because the map is too zoomed out.
  • The FOUND-IT Solution: It keeps a "visual memory" of the raw video frames but doesn't lock them into specific object sizes yet. When the robot gets a task, it zooms in or out instantly.
    • Task: "Go to the kitchen." -> The system zooms out and sees the whole room as one big area.
    • Task: "Turn off the stove." -> The system zooms in and identifies the specific knobs on the stove.
    • Task: "Find the kettle." -> It zooms in just enough to see the kettle.
    • Analogy: It's like having a Google Map that can instantly switch between showing you the entire city, a specific neighborhood, or a single street address, depending on your search query, without needing to redraw the map every time.

2. The "One-Eyed" Camera (Uncalibrated Monocular)

Most advanced robots need two cameras (stereo vision) or a depth sensor (like a laser scanner) to understand 3D space. This is heavy, expensive, and hard to set up.

  • The FOUND-IT Solution: It uses a single, standard camera (like the one on your phone) and a powerful AI "foundation model" (a pre-trained brain that already knows how 3D space works) to guess the depth and structure of the room.
  • Analogy: It's like how humans can walk through a dark room and know where the furniture is just by looking with one eye and using our brain's experience. FOUND-IT does this mathematically with a single camera feed.

3. The "Floor Plan" Generator (Places Layer)

To move around, a robot needs to know where it can walk (traversable space) and where it can't (walls, tables).

  • The FOUND-IT Solution: Instead of complex geometric calculations, the system adds a special "head" (a small extra AI tool) to the main camera brain. This tool looks at the video and instantly paints a "floor plan" on the ground, identifying tiles where the robot can walk.
  • Analogy: Imagine a robot looking at a video of a messy living room. While other systems struggle to figure out where the floor ends and the rug begins, FOUND-IT instantly highlights the walkable floor tiles in green, ignoring the walls and furniture, creating a safe path for the robot to follow.

4. The "Smart Grouping" System (Regions)

Robots often need to understand concepts like "the kitchen" or "the hallway," which aren't just single objects but groups of places.

  • The FOUND-IT Solution: It takes the "floor tiles" it found and groups them into regions based on what the robot is asking. If the robot asks for "the kitchen," the system gathers all the floor tiles that look like a kitchen and connects them.
  • Analogy: If you ask a human, "Where is the kitchen?", they might point to a specific area. If you ask, "Where is the play area?", they might point to a different corner of the same room. FOUND-IT does this dynamically, grouping floor tiles into "rooms" only when asked, rather than forcing the whole house into fixed rooms beforehand.

5. The "Agent" (The Brain)

The system includes an AI agent (a digital assistant) that talks to the robot.

  • How it works: When the robot gets a command (e.g., "Bring me the towel"), the agent doesn't just search a pre-made list. It actively builds the map as it goes, looking for towels, checking if they exist, and if not, realizing the towel isn't there and perhaps looking for a different object.
  • Analogy: It's like a detective who doesn't just read a file; they actively investigate the scene, looking for clues (objects) relevant to the specific case (task) at hand, and updating their mental map in real-time.

What They Actually Proved

The authors tested this system in several ways to show it works:

  • Accuracy: It was significantly better (79% improvement) at finding objects and understanding tasks compared to previous methods on standard benchmarks.
  • Speed: It runs in real-time on a robot (specifically a "Spot" robot dog) using a powerful onboard computer (Jetson Thor).
  • Real-World Use: They successfully built these 3D maps using casual videos taken by real estate agents on YouTube, proving it works on messy, uncontrolled video from the internet, not just perfect lab data.

In summary: FOUND-IT is a system that lets a robot build a 3D map of a room using just a single camera, and then instantly zooms in or out to see exactly what it needs to do the job, whether that's navigating a hallway or turning a tiny knob.

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 →