← Latest papers
💻 computer science

UNIV: Unified Foundation Model for Infrared and Visible Modalities

The paper introduces UNIV, a unified foundation model for infrared and visible modalities that leverages Patch Cross-modal Contrastive Learning (PCCL) to overcome cross-modal degradation caused by pattern shortcuts, alongside the new MVIP benchmark, achieving superior performance on infrared tasks while maintaining competitive RGB accuracy.

Original authors: Fangyuan Mao, Shuo Wang, Jilin Mei, Shun Lu, Chen Min, Fuyang Liu, Xiaokun Feng, Meiqi Wu, Yu Hu

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

Original authors: Fangyuan Mao, Shuo Wang, Jilin Mei, Shun Lu, Chen Min, Fuyang Liu, Xiaokun Feng, Meiqi Wu, Yu Hu

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 have two different pairs of eyes trying to see the world.

One pair sees in Visible Light (like your normal eyes). It sees colors, textures, and details clearly during the day, but gets confused in the dark or when it's raining.
The other pair sees in Infrared (like night-vision goggles). It sees heat signatures and works great in the dark, but it's "colorblind" and often misses fine details like textures.

For a long time, scientists built two separate "brains" (AI models) for these two pairs of eyes. One brain learned only from visible light, and the other learned only from heat. The problem? When you tried to use the "visible light brain" to look at a heat image, it got confused. It tried to look for colors that weren't there. When you used the "heat brain" to look at a normal photo, it got confused by the lack of heat patterns. They were like two people speaking different languages who couldn't agree on what a "car" or a "person" actually looked like.

The paper introduces UNIV (Unified Foundation Model), a new kind of AI brain designed to speak both languages fluently at the same time.

The Problem: The "Shortcut" Trap

The authors noticed that existing AI models take a "shortcut."

  • The Visible Light AI gets lazy: It learns that "cars are red" or "grass is green." If you show it a black-and-white photo, it panics because the color shortcut is gone.
  • The Infrared AI gets lazy: It learns that "people are bright white blobs." If you show it a normal photo, it gets confused because the brightness shortcut doesn't work.

They are focusing on the sensor patterns (color or heat) instead of the actual meaning (the shape and structure of the object).

The Solution: A "Universal Translator"

UNIV solves this by forcing the AI to learn the meaning of things, not just the sensor patterns. It does this using a clever training trick called Patch Cross-modal Contrastive Learning (PCCL).

Here is how it works, using an analogy:

  1. The "Frozen Teacher": The researchers start with a very smart, pre-trained AI that only knows Visible Light (like a master art teacher). This teacher is "frozen," meaning we don't change its brain; we just use it as a reference.
  2. The "Patch" Game: Imagine cutting a photo into thousands of tiny puzzle pieces (patches).
    • The teacher looks at a visible photo and says, "This puzzle piece is a wheel, and this one is a tire. They belong together."
    • The teacher also looks at the matching infrared photo (which looks like a blurry heat blob) and says, "Even though this looks different, this heat blob is also a wheel."
  3. The Alignment: The new UNIV model is trained to arrange its own puzzle pieces so that the "wheel" in the visible photo and the "wheel" in the infrared photo end up in the same spot in its memory.
    • It pulls similar things together (like two wheels).
    • It pushes different things apart (like a wheel and a person).

By doing this, the AI learns a Unified Feature Space. Think of this as a single, shared filing cabinet where "cars" are stored in the same drawer, regardless of whether the file came from a color camera or a heat camera. The AI stops caring about the color or the heat and starts caring about the shape and structure.

The New Dataset: The "Giant Library"

To teach this AI, the authors built a massive new library called MVIP.

  • It contains nearly 99,000 pairs of perfectly matched visible and infrared photos.
  • These photos cover everything from driving on highways to watching security cameras and flying drones.
  • Before this, researchers had to stitch together small, messy datasets. Now, they have a clean, huge library to train on.

The Results: Best of Both Worlds

When they tested UNIV, the results were impressive:

  • Better Infrared Vision: On tasks like finding cars in the dark (object detection) or drawing outlines around objects (segmentation), UNIV beat all previous models. It improved accuracy by a significant margin.
  • No Loss in Daylight: Crucially, teaching the AI to understand heat didn't make it worse at seeing colors. It kept its "daytime vision" just as sharp as before.
  • Efficiency: They managed to get these results by only tweaking a tiny fraction of the model's brain (using a technique called LoRA), making it very efficient to train.

Summary

In short, UNIV is a new AI that stops treating visible light and infrared as two separate worlds. By using a "teacher" to guide it and a massive new library of paired photos, it learned to see the essence of objects. Whether it's day or night, color or heat, UNIV now understands what it's looking at, making it much more robust and reliable for real-world applications.

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 →