Projector Is All You Train
This paper demonstrates that for 3D multimodal large language models, training only the projector while keeping the language model backbone frozen is sufficient to achieve strong performance, avoid capability drift, and double training throughput compared to joint training.
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 rapidly evolving world of artificial intelligence, researchers are teaching computers to understand the world not just through words, but through sight, sound, and three-dimensional shapes. Imagine a computer that can look at a digital model of a chair, a car, or a sculpture and then hold a conversation about it, answering questions or describing its features. To build these systems, scientists typically combine two powerful tools: a massive language model, which is the engine that understands and generates human language, and a specialized encoder that translates raw 3D data into a format the language model can read. Connecting these two parts requires a bridge, a small but crucial component that translates the 3D information into the language model's internal language.
For years, the standard approach to building these systems has been to train both the bridge and the language engine together. The idea was that to make the language model truly understand 3D shapes, you would need to tweak its internal settings while teaching it to look at these new objects. This process is computationally expensive and time-consuming, often requiring vast amounts of computing power. However, a recent investigation by researchers at Ramen VR and the University of California, Berkeley, challenges this long-held assumption. They asked a simple but profound question: is it actually necessary to change the language engine at all, or can we simply train the bridge to do the heavy lifting?
The researchers set out to test this hypothesis using 3D models of objects, ranging from simple geometric shapes to complex furniture and vehicles. They took several different, pre-existing language models—some designed for text only, others already capable of understanding images—and paired them with a 3D encoder. They then ran two different training experiments. In the first, they followed the traditional method, adjusting both the bridge and the language engine simultaneously. In the second, they froze the language engine completely, leaving its internal settings untouched, and trained only the bridge to connect the 3D data to the language model. They ran these experiments on powerful graphics cards for sixteen hours, carefully tracking how well the resulting systems could identify objects and describe them.
The results were striking. The systems that trained only the bridge, leaving the language engine frozen, performed just as well as, and in many cases better than, the systems that trained both components together. When tested on their ability to identify objects from a list of categories or to write detailed descriptions of what they saw, the "bridge-only" models achieved scores that rivaled the best existing systems in the field. Perhaps more surprisingly, the bridge-only models learned twice as fast. Because they did not have to update the massive language engine during training, they could process twice as many examples in the same amount of time, reaching high levels of performance with greater efficiency.
The study also revealed a hidden cost to the traditional method of training both parts together. When the researchers examined the language engines after they had been jointly trained with the 3D data, they found that the models had begun to forget what they already knew. Their ability to follow complex instructions, solve math problems, or reason about spatial relationships in two-dimensional images had degraded significantly. In some cases, the models became so confused by the new 3D training that they could no longer generate coherent text or follow basic commands. The bridge-only approach avoided this problem entirely; because the language engine was never touched, it retained all of its original capabilities while gaining the new ability to understand 3D shapes.
This finding suggests a more modular and efficient way to build intelligent systems. Instead of retraining the entire brain of the AI every time a new type of data is introduced, researchers can simply build a new bridge to connect that data to the existing brain. This means the same powerful language model could potentially be connected to encoders for sound, video, or 3D data independently, without the risk of one new skill erasing another. The researchers conclude that for adapting large language models to new types of sensory input, the complex process of retraining the core language engine is unnecessary. The key to success lies not in changing the engine, but in building a better bridge.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.