← Latest papers
💬 NLP

CMAP: Cross-Modal Adaptive Prompting for Multi-Domain Task-Incremental Learning

CMAP introduces a parameter-efficient framework for multi-domain task-incremental learning that leverages CLIP's unexploited text embedding space for robust task routing, confidence estimation, and encoder adaptation, achieving state-of-the-art performance on the MTIL benchmark without external data or task identity information.

Original authors: Sriram Mandalika

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

Original authors: Sriram Mandalika

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 hiring a super-smart art critic who has already read millions of books and seen millions of paintings. This critic (the AI model) knows how to describe a "cat" or a "car" perfectly based on text alone. However, you want to teach this critic to recognize new, specific types of objects (like a specific breed of dog or a rare flower) one by one, without ever showing them the old examples again.

The big problem in this scenario is forgetting. If you teach the critic about "Golden Retrievers," they might forget how to recognize "Siamese cats." If you teach them too aggressively, they might get confused when they see a new type of bird they haven't learned yet.

Current methods try to solve this by looking only at the pictures. They ask, "Does this new photo look like the photos I've seen before?" The paper argues this is like trying to identify a person in a crowd by only looking at their shoes, ignoring their face and voice. It's inefficient and prone to errors, especially when you don't have many photos to learn from.

The authors propose a new system called CMAP (Cross-Modal Adaptive Prompting). Here is how it works, using simple analogies:

1. The "Text-Based ID Card" (Text-Space Task Routing)

The Old Way: When a new photo arrives, the old system tries to match it against a blurry cloud of previous photos it has seen. If the photo is slightly different (like a dog in a different pose), the system gets confused about which "task" (category) it belongs to.
The CMAP Way: Instead of guessing based on the photo's appearance, CMAP looks at the text description of the categories. It asks, "Does this photo match the idea of a 'Golden Retriever' or a 'Siamese Cat'?"

  • The Analogy: Imagine you have a library of books. Instead of trying to guess which book a person is looking for by the color of their shirt (visual), you ask them, "Which book title sounds like what you are looking for?" (text). Since the book titles (text prototypes) never change, this method is super stable, even if you only have one or two photos to learn from. It costs nothing extra to set up.

2. The "Double-Check System" (Multi-Prototype Confidence)

The Old Way: The system assumes every object looks exactly the same (like a perfect circle). If a photo is a bit weird or blurry, the system gets unsure and might guess wrong.
The CMAP Way: CMAP realizes that a "dog" can look many different ways (running, sleeping, from the side). It creates multiple "mental snapshots" (prototypes) for each category.

  • The Analogy: Instead of having one single rule for "What is a dog?", the system keeps a folder with three different sketches of dogs: one running, one sleeping, and one sitting. When a new photo comes in, it checks against all three sketches.
  • The Twist: It doesn't just check the sketches; it also checks the text description. It asks, "Does this photo look like the sketch AND does it match the word 'dog'?" If both agree, the system is very confident. If they disagree, it knows to be careful.

3. The "Synchronized Gatekeepers" (Symmetric Cross-Modal Gating)

The Old Way: The system has two doors: one for the image and one for the text. In the past, if the image door was closed (because the photo was weird or unknown), the text door would still stay wide open. This caused a mismatch, like a translator speaking a language the listener doesn't understand.
The CMAP Way: CMAP installs a linked mechanism. If the image door closes because the photo is confusing, the text door closes at the exact same time.

  • The Analogy: Imagine a security guard at a museum. If the guard sees a suspicious painting (image), they immediately lock the audio guide (text) so the visitor doesn't get confused by mixed signals. This ensures the "picture" and the "words" stay in perfect harmony, even when the system encounters something it has never seen before.

The Results

The authors tested this on a massive challenge involving 11 different datasets (from cars to flowers to handwritten numbers) with over 1,200 different categories.

  • Performance: CMAP beat the previous best methods by a significant margin (improving accuracy by about 3 to 5 percentage points).
  • Efficiency: It did all this while only adding a tiny amount of "brain power" (about 2.5 million adjustable parameters), which is roughly the size of a small app, rather than retraining the whole massive model.
  • Data Scarcity: It worked especially well when the system was given very few examples (only 16 photos per category) to learn from, proving that using the "text ID cards" is a smarter way to learn than just staring at more photos.

In short: CMAP teaches an AI to learn new tasks by listening to its own internal "text voice" as much as it looks at the pictures. This keeps the AI from forgetting old lessons, helps it handle weird new inputs, and does it all without needing a massive computer or a huge library of past photos.

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 →