← Latest papers
💻 computer science

Conservative Proxy Prompting for Reliable Frozen Vision–Language Models with Missing Modalities

This paper proposes Conservative Proxy Prompting (CPP), a parameter-efficient framework that enhances the reliability of frozen vision-language models under missing modalities by constructing feature-space proxy representations and conservatively regulating their contribution to avoid misleading signals.

Original authors: Xiaoyong Mei, Wei Ji, Jiale Dong, Chao Duan, Mingyan Zhang, Fudan Zheng

Published 2026-09-02
📖 5 min read🧠 Deep dive

Original authors: Xiaoyong Mei, Wei Ji, Jiale Dong, Chao Duan, Mingyan Zhang, Fudan Zheng

Original paper licensed under CC BY 4.0 (https://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

In the world of artificial intelligence, there is a growing class of systems known as vision-language models. These are digital minds trained to understand the world by looking at pictures and reading text simultaneously, learning how images and words relate to one another. They have become remarkably skilled at tasks like describing a photo or answering questions about a scene, largely because they are trained on massive collections of paired images and text. However, these systems are built on a fragile assumption: that they will always receive both the picture and the description at the same time. In the messy reality of the real world, this is rarely guaranteed. Sensors fail, data gets lost in transmission, and privacy filters might strip away a description, leaving the system with only half the information it expects. When a model trained on complete pairs is suddenly forced to guess with only one piece of the puzzle, its confidence often crumbles, and its answers become unreliable. The challenge for researchers is not just to help the model guess what is missing, but to teach it to know the difference between what it actually sees and what it is merely inferring.

A team of researchers at Zhejiang Normal University and Sun Yat-Sen University has developed a new method to solve this problem, called Conservative Proxy Prompting. Their approach acknowledges a fundamental truth about artificial intelligence: when a model has to guess a missing piece of information based on what it can see, that guess is inherently uncertain. Imagine a person trying to identify a dish in a restaurant. If they can see the food and read the menu, they are certain. If the menu is missing, they can look at the food and guess the name, but they should remain slightly unsure of their answer. Existing methods often try to reconstruct the missing information as if it were real, effectively treating a guess with the same weight as a direct observation. The researchers argue that this is dangerous because the reconstructed data is just an estimate, and treating it as fact can mislead the system. Instead, their new framework treats these guesses as "proxy" evidence—useful, but requiring a cautious hand.

The core of their solution involves a two-step strategy that works with the existing, powerful AI models without needing to retrain them from scratch. First, the system uses a technique called prompt learning to gently nudge the model's understanding toward the specific task at hand, like identifying movie genres or food types, using only a tiny number of adjustable settings. This allows the model to stay sharp and ready for the specific job without overhauling its entire brain. Second, and most importantly, the system introduces a mechanism to handle missing data. When a picture is missing, the system uses the text to create a rough sketch of what the picture might look like. When the text is missing, it uses the picture to guess the words. But here is the crucial difference: before this guessed information is mixed with the real data, the system deliberately shrinks its influence. It applies a "conservative" filter, reducing the weight of the guess so that it supports the decision without overpowering the direct evidence. This ensures that if the guess is wrong, it doesn't drag the final answer down with it.

To test this idea, the researchers put their method through its paces on three very different real-world datasets. They used a collection of movie posters and plot summaries, a massive set of food images with recipes, and a challenging set of internet memes designed to test if a system can spot hate speech. In each case, they simulated real-world failures by randomly removing either the image or the text from the data, sometimes removing information from up to ninety percent of the samples. The results were clear: the new method consistently outperformed other approaches that tried to simply reconstruct the missing data. By keeping the influence of the guesses in check, the system maintained high accuracy even when it was missing most of its information. It proved that a model does not need to be perfect at guessing to be reliable; it just needs to know how much to trust its own guesses.

The study also revealed that this reliability comes without a heavy cost. The new method required only a very small number of adjustable parameters—roughly between 1.6 and 2.7 million—to achieve these results. In comparison, other methods that tried to achieve similar robustness often required nearly three times as many adjustable settings. This efficiency is significant because it means the system can be adapted to new tasks quickly and stored easily, without needing massive computing power. The researchers found that the specific number of "nudge" settings mattered, but there was no single magic number that worked for every situation; a moderate amount of adjustment was generally the sweet spot. Furthermore, the system showed it could handle situations it had never seen before. Even when trained only on complete data and then tested on missing data, it adapted well, suggesting that the principle of being cautious with guesses is a robust strategy that generalizes beyond the specific training examples.

Ultimately, this work shifts the focus from trying to perfectly recreate missing information to managing the uncertainty of that recreation. The researchers demonstrated that in a world where data is often incomplete, the most reliable AI systems are not necessarily the ones that try to fill every gap, but the ones that understand the limits of their own knowledge. By treating inferred information as a helpful but secondary voice, rather than an equal partner to direct observation, the system becomes more stable and trustworthy. This approach offers a practical path forward for deploying intelligent systems in the real world, where sensors break and data is lost, ensuring that these tools remain useful even when they are not seeing the whole picture.

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 →