← Latest papers
💻 computer science

Kitchen Robotic Manipulation utilizing Foundation Models

This paper presents a modular perception pipeline for kitchen robotic manipulation that integrates multiple foundation models to achieve robust 6D pose estimation and grasp planning, demonstrating an 89.12% ADI on a cluttered benchmark and successful zero-shot deployment on physical robots for tasks like dish transfer and cup stacking.

Original authors: Myung-Hwan Jeon, Sankalp Yamsani, Joohyung Kim

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

Original authors: Myung-Hwan Jeon, Sankalp Yamsani, Joohyung 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 trying to teach a robot to help out in a messy kitchen. It sounds simple, but for a machine, a kitchen is a nightmare of chaos. Unlike a factory where every tool sits in the exact same spot, a kitchen is full of dishes piled up, hidden behind others, and sitting on slippery, shiny surfaces. For a robot to pick up a coffee mug, it first needs to "see" it clearly, figure out exactly where it is in 3D space, and know how to grab it without knocking over the whole stack. This is the world of robotic perception: the science of giving machines eyes and brains that can understand a messy, changing world.

To do this, scientists have been developing Foundation Models. Think of these as super-smart students who have read almost every book and looked at almost every picture on the internet before they ever start a specific job. Because they've seen so much, they don't need to be re-taught from scratch every time they enter a new room; they can just use their general knowledge to recognize a "cup" even if they've never seen that specific cup before. The big question researchers are asking is: Can we take these powerful, pre-trained "brains" and plug them directly into a robot's body so it can handle household chores without needing months of custom training for every single house?


The Kitchen Robot's New "Swiss Army Knife" Brain

In this paper, a team of researchers builds a robotic "perception pipeline" designed to help a robot arm navigate a cluttered kitchen sink and move dishes around. Instead of building one giant, rigid brain that only works for one specific kitchen, they created a modular system. Imagine a high-end camera where you can swap out the lens, the sensor, and the processor depending on what you are shooting. This robot system works the same way: it allows researchers to mix and match different "Foundation Models" to see which combination works best for finding and grabbing dishes.

The robot's job is to look at a sink full of plates, cups, and bowls, figure out exactly where each item is (its 6D pose, which means its location and its angle in 3D space), and then plan a safe way to pick it up. The team tested this system on a custom dataset of 20 real-world kitchen scenes, complete with messy piles and hidden objects.

The Recipe for Success

The researchers didn't just guess which models to use; they systematically tested 24 different combinations of visual and geometric models. They treated the system like a recipe, swapping ingredients to find the perfect flavor.

  • The Eyes (Visual Models): These models look at the 2D pictures to recognize what objects are there.
  • The Hands (Geometric Models): These models look at the 3D shape of the objects to understand their structure.
  • The Glue (Feature Fusion): They found that simply using the eyes or the hands wasn't enough. The secret sauce was fusing the 2D image features with the 3D point-cloud features. It's like having a detective who not only recognizes a face from a photo but also understands the shape of the person's body to know exactly how to shake their hand.

After running the numbers, the team discovered a "champion" configuration: LLMDet (for spotting objects), SAMv2 (for cutting out the object from the background), DINOv2 (for recognizing fine details), and GeoTransformer (for understanding 3D geometry). When these four worked together, the robot achieved an ADI (Average Distance of Indistinguishable views) of 89.12%. In plain English, this means the robot could estimate the position and angle of a dish with incredible accuracy, even when the dish was partially hidden or surrounded by clutter.

Real-World Proof

The best part? They didn't just stop at computer simulations. They took this "champion" configuration and put it on a physical robot arm in a real kitchen. They watched it successfully:

  1. Transfer dishes from a sink to a dishwasher.
  2. Stack cups on a counter.
  3. Pick up items from a messy sink.

The robot did all this without any retraining for the specific kitchen it was in. It didn't need to learn what a "cup" looked like in that specific house; it just used its pre-trained foundation knowledge. In a series of real-world tests, the robot succeeded in 87.5% of its attempts (259 successes out of 296 trials).

Where It Stumbles

The paper is honest about where the system isn't perfect yet. The main reason for failure wasn't the robot's "brain" failing to see the object; it was the robot's "hand" slipping. The robot uses a compliant gripper (a soft, adaptive hand) to hold things gently, but sometimes the object would slip out during transport, especially when stacking cups in a tight, crowded sink. The robot also occasionally tried to grab the wrong spot if the detection was slightly off. However, the authors note that these are physical challenges with the gripper, not failures of the perception system itself.

Why This Matters

This work suggests that we don't need to build a new, custom robot brain for every single house. Instead, we can use a flexible, modular system that swaps in the best available "foundation models" to handle the job. It proves that by combining the right mix of visual and geometric intelligence, robots can adapt to the messy, unpredictable reality of human homes without needing a teacher to show them every single task. While there is still work to be done on making the robot's grip stronger and its movements smoother, this pipeline offers a practical, scalable path toward robots that can actually help us with the dishes.

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 →