When More Foundation Models Means Less: Diagnosing and Addressing Multi-View Fusion Failure
This paper identifies that indiscriminately fusing multiple foundation models often degrades performance due to redundancy and misalignment, and proposes KAGES, a label-aware, efficient greedy selection method that optimizes view-set composition to achieve superior downstream accuracy with a compact, task-aligned encoder subset.
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
In the modern era of artificial intelligence, researchers have access to a vast library of pre-trained computer programs, often called foundation models. These are massive systems that have already learned to recognize patterns, understand language, or interpret images by studying enormous amounts of data. Think of them as expert tools that have been sharpened but not yet applied to a specific job. For years, the standard approach to solving a new problem with these tools was to combine as many of them as possible, operating under the assumption that more information always leads to better results. The logic was simple: if one tool sees a picture in one way and another sees it in a different way, putting them together should create a perfect, all-encompassing view. This idea, known as multi-view learning, has long been a cornerstone of how scientists try to build smarter systems by merging different sources of information.
However, a new study challenges this fundamental belief. Researchers from Beijing University of Posts and Telecommunications discovered that when you start mixing a large number of these pre-trained experts, adding more does not necessarily make the final result better. In fact, after a certain point, adding another tool can actually make the system worse. The team found that the best performance is usually achieved by selecting a small, specific group of these models rather than using a large, haphazard collection. They observed that while the first few models added to the mix provide fresh and useful insights, subsequent additions often repeat information the system already has or introduce confusing signals that have nothing to do with the task at hand. This phenomenon creates a curve where performance rises quickly, hits a peak, and then begins to fall as more models are forced into the mix.
To solve this problem, the researchers developed a new method called KAGES, which acts as a smart selector for these AI models. Instead of blindly fusing every available tool, KAGES carefully evaluates which specific models should be combined and how many should be used. It works by measuring how well the combined information from a group of models aligns with the correct answers for a specific task, without needing to train a new system to test them first. The method greedily adds the next best model that offers the most new, useful information while avoiding those that simply repeat what is already known or add noise. This approach allows the system to stop adding models exactly when the extra information stops being helpful, ensuring the final combination is compact and highly effective.
The team tested this idea across a wide variety of tasks, including recognizing objects in images, identifying textures, and even understanding language. In every case, they found that the "more is better" assumption failed. On some tasks, the performance peaked after just three or four models were combined, and adding more caused the accuracy to drop. For example, on a task involving recognizing traffic signs, the system performed best with a very small set of models, while on a task involving geolocation, a single model was already so good that adding others provided no benefit and sometimes hurt performance. The researchers also noted that the ideal number of models changes depending on how much data is available; with more data, the system can handle a few more models before the performance starts to decline, but the peak is always reached with a surprisingly small number.
The results showed that KAGES consistently outperformed other methods, including those that tried to combine all available models or those that simply picked models that were different from each other. By focusing on the quality of the combination rather than the quantity, KAGES was able to find the sweet spot where the models worked together most effectively. In many instances, it performed nearly as well as a perfect, theoretical selector that would have to test every possible combination to find the best one, but it did so much faster and without needing to train new systems for every test. This discovery suggests that the future of building powerful AI systems lies not in accumulating more tools, but in the careful, intelligent selection of the right ones. As the library of available AI models continues to grow, the ability to choose the perfect small team of experts will become more important than ever, turning the challenge of managing vast resources into an opportunity for precision and efficiency.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.