← Latest papers
💻 computer science

Multi-View Relational Distillation for Spatial Reasoning with Vision-Language Models

This paper proposes Multi-View Relational Distillation (MVRD), a method that enhances the geometric reasoning capabilities of Vision-Language Models by distilling patch-wise cosine similarities across views from geometry-grounded teachers, thereby improving spatial understanding while preserving pretrained language alignment and avoiding the computational overhead of feature fusion.

Original authors: Kiet T. Nguyen, Hanbo Shim, Jinwoo Kim, Seunghoon Hong

Published 2026-08-12
📖 4 min read☕ Coffee break read

Original authors: Kiet T. Nguyen, Hanbo Shim, Jinwoo Kim, Seunghoon Hong

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 teaching a robot to understand the world. You give it a camera and a microphone, and you want it to not just recognize a "cup" or a "chair," but to understand where those things are in 3D space, how far apart they are, and how they relate to each other. This is the world of Vision-Language Models (VLMs). Think of these models as super-smart students who have read every book in the library and seen millions of pictures. They are great at matching words to images—like knowing that the word "dog" goes with a picture of a furry animal. But here's the catch: while they are brilliant at language, they are often terrible at geometry. They might know what a "microwave" looks like, but they struggle to figure out if it's to the left or right of the toaster, or how big it actually is. This is a huge problem for robots, self-driving cars, and AI assistants that need to navigate real physical spaces. Scientists have been trying to fix this "spatial blindness" by teaching these models geometry, but the usual methods have been like trying to fix a leaky roof by replacing the whole house: they either break the model's ability to understand language, or they make the model so huge and slow that it's useless for real-time tasks.

Enter a new idea called Multi-View Relational Distillation (MVRD), proposed by researchers Kiet T. Nguyen and colleagues. Instead of forcing the student model to memorize the exact "shape" of the teacher's knowledge (which breaks its language skills), they decided to teach it the relationships between things. Imagine you are trying to teach someone the layout of a city. The old way was to force them to memorize the exact GPS coordinates of every building. If they got the coordinates slightly wrong, they might end up in the wrong neighborhood, forgetting where the bakery was. The new way, MVRD, is like saying, "Don't worry about the exact coordinates. Just remember that the bakery is next to the park, and the library is across the street from the bakery." By focusing on these relative connections (the "relations") rather than the absolute positions, the model learns to understand space without losing its ability to speak and understand language.

The researchers tested this on a model called LLaVA-Video-7B. They compared their new method against the old "feature distillation" approach (the coordinate memorization method). The results were clear: the old method made the model better at geometry but caused it to fail at simple language tasks, like counting objects or tracking the order in which things appeared. It was like a student who could draw a perfect map but forgot how to read the street signs. In contrast, MVRD improved the model's spatial reasoning significantly—boosting its average accuracy on a spatial reasoning test (VSI-Bench) to 59.9% for the standard version and 60.4% for a special "Dual Pathway" version—while keeping its language skills intact. In fact, this new method came within just 0.5 points of the best existing method that uses a massive, separate geometry engine, but it did so with far fewer extra parameters (only 0.19B additional parameters) and much lower delay (latency).

The paper suggests that by focusing on "cosine similarities" (a mathematical way of measuring how similar the angles between different pieces of information are) across multiple views of a scene, the model can learn the "skeleton" of 3D space without overwriting its "flesh" of language understanding. This approach also proved robust, working well on different types of base models and generalizing to complex 3D tasks like finding specific objects in a room or describing a scene in detail. Essentially, the researchers found a way to give AI a sense of direction and depth without making it forget how to talk, offering a lighter, faster, and smarter path for robots to navigate our physical world.

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 →