← Latest papers
🤖 machine learning

A Compositional Paradigm for Foundation Models: Towards Smarter Robotic Agents

This paper proposes integrating Continual Learning and Compositionality principles into Foundation Models to overcome their limitations in adapting to dynamic real-world scenarios, thereby enabling the development of more flexible, efficient, and smart robotic agents.

Original authors: Luigi Quarantiello, Elia Piccoli, Jack Bell, Malio Li, Giacomo Carfì, Eric Nuertey Coleman, Gerlando Gramaglia, Lanpei Li, Mauro Madeddu, Irene Testa, Vincenzo Lomonaco

Published 2026-07-31
📖 4 min read☕ Coffee break read

Original authors: Luigi Quarantiello, Elia Piccoli, Jack Bell, Malio Li, Giacomo Carfì, Eric Nuertey Coleman, Gerlando Gramaglia, Lanpei Li, Mauro Madeddu, Irene Testa, Vincenzo Lomonaco

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 teach a robot to do everything from making toast to fixing a leaky faucet. For a long time, the best way to do this was to build a "super-brain" for the robot—a massive, all-knowing model trained on terabytes of data. Think of this like hiring a genius who has read every book in the library and watched every video on the internet. These "Foundation Models" are incredibly smart; they can chat like a human, recognize pictures, and even control robot arms. But there's a catch: they are like a giant, heavy backpack. Once you put them on, they are hard to change. If the robot needs to learn a brand-new skill, like opening a specific type of jar, you often have to take the whole backpack off, retrain the genius from scratch, and put it back on. This takes forever, uses a lot of electricity, and if the robot forgets how to make toast while learning about jars, that's a problem called "catastrophic forgetting."

To fix this, scientists are looking at two different ideas: Continual Learning and Compositionality. Continual Learning is like a student who never stops studying; they keep adding new knowledge to their brain without forgetting the old stuff. Compositionality is like building with LEGO bricks. Instead of one giant, monolithic block of plastic, you have many small, specialized bricks. You can snap them together in different ways to build a castle, a car, or a spaceship. If you need to change the spaceship into a submarine, you just swap out a few bricks instead of melting down the whole thing. The big question is: Can we use these LEGO-like building blocks to make robots that are smarter, faster, and easier to update than the giant backpacks we have today?

This paper, titled "A Compositional Paradigm for Foundation Models: Towards Smarter Robotic Agents," suggests that the answer is yes. The authors argue that simply making AI models bigger and bigger is hitting a wall. They propose that instead of training one massive, rigid model, we should build systems that combine smaller, specialized parts. They tested this idea in two very different worlds: recognizing images and controlling robot arms.

First, they looked at image classification. Imagine showing a computer a stream of different types of pictures, like birds, cars, and flowers, one after another. Instead of retraining the whole computer vision system every time a new type of picture appears, the authors used a "LEGO" approach. They trained small, separate modules (called LoRA adapters) for each new task. Then, they used a smart merging process to snap these modules together. They found that this method was not only more accurate but also much faster to train. In their tests on a dataset with 50 different tasks, their "LEGO" method reached an accuracy of 55.17%, beating other methods that only managed 47.56% or 36.02%. Even better, it took only 170.61 seconds to train, whereas the competitors took over 300 seconds.

Next, they took this idea to the real world of robotics. They wanted to see if a robot could learn to manipulate objects without needing a super-computer. They built a system that used small, pre-trained "adapters" to tweak a robot's existing brain, allowing it to adapt to new contexts on the fly. The results were striking. In a robotic manipulation task, their lightweight method achieved a success rate of 0.91 (meaning it succeeded 91% of the time) and earned a reward of 0.60 per step. In contrast, much more complex and famous models like OpenVLA and InstructRL failed completely, achieving a success rate of 0.0. While the heavy-duty models took 40 to 92 hours to train, the authors' method did the job in just 14 hours.

The paper concludes that for robots to truly become smart agents that can handle the messy, changing real world, they need to stop being static giants and start being flexible collections of skills. By combining these small, efficient parts, we can create agents that learn new things without forgetting the old, all while using far less energy and time. It's a shift from building a single, unchangeable super-brain to assembling a team of specialized experts that can work together, adapt instantly, and solve problems with a level of flexibility that the old way simply couldn't match.

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 →