← Latest papers
💻 computer science

LARGO: Low-Rank Hypernetwork for Handling Missing Modalities

LARGO is a novel low-rank hypernetwork that addresses the challenge of missing modalities in multimodal image analysis by compressing multiple dedicated models into a single network via Canonical Polyadic tensor decomposition of convolutional weights, achieving state-of-the-art performance across diverse medical and non-medical datasets.

Original authors: Niels Vyncke, Pooya Ashtari, Aleksandra Pižurica

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

Original authors: Niels Vyncke, Pooya Ashtari, Aleksandra Pižurica

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 a doctor trying to diagnose a brain tumor. Usually, you have a full toolkit: four different types of MRI scans (like taking photos from four different angles or with four different filters). When you have all four, the diagnosis is easy and accurate.

But in the real world, things go wrong. Maybe the machine for one specific scan is broken, the patient can't stay still long enough for a second scan, or the hospital simply doesn't have the equipment. Suddenly, you only have one or two scans. Most computer programs (AI models) trained to diagnose tumors get confused or fail completely when they don't have their full set of tools. They are like a chef who can only cook a perfect meal if they have every ingredient in the kitchen; if they are missing salt, they can't make the soup.

The Old Way: One Chef Per Recipe

Traditionally, to solve this, researchers tried two main approaches:

  1. The "Jack-of-All-Trades" Chef: Train one giant AI to handle any combination of missing scans. The problem is, this chef gets confused. They try to be good at everything but end up being mediocre at specific tasks.
  2. The "Specialist" Team: Train a separate, perfect AI for every single possible combination (e.g., one AI for "T1 only," another for "T2 only," another for "T1 and T2," etc.). With 4 types of scans, there are 15 different combinations. This means you need 15 different AI models. This is like hiring 15 different chefs just to handle different missing ingredients. It takes up a massive amount of storage space and computing power, making it impractical for hospitals.

The New Solution: LARGO (The "Magic Blueprint")

The authors of this paper propose a clever new system called LARGO. Instead of hiring 15 chefs or training one confused chef, they built a "Magic Blueprint Generator."

Here is how it works, using an analogy:

1. The Family of Recipes
Imagine that all 15 different "Specialist" AIs are actually very similar. They all know how to look at a brain, they all know how to spot a tumor, and they all use similar "mathematical recipes" (weights) to do it. The only difference is which scan they are looking at.

2. The Compression Trick (CP Decomposition)
The authors realized that because these 15 models are so similar, they are full of redundancy. It's like having 15 books where 90% of the text is identical, and only the chapter titles change.
LARGO uses a mathematical trick called Canonical Polyadic (CP) decomposition. Think of this as taking those 15 books and compressing them into a single, tiny "Master Blueprint."

  • This Master Blueprint doesn't store 15 separate models.
  • Instead, it stores a few "factor matrices" (like a set of Lego bricks and a set of instructions).
  • One specific set of instructions tells the blueprint: "If the patient has only the T2 scan, assemble the model using these specific bricks."

3. The "On-Demand" Construction
When a patient arrives with missing scans, the LARGO system doesn't need to load a new model. It simply looks at the Master Blueprint, reads the instruction for that specific missing-scenario, and instantly reconstructs the perfect, specialized AI model for that exact situation.

  • It's like having a 3D printer that can print a specific tool for a specific job in seconds, rather than keeping a warehouse full of every possible tool.

What Did They Prove?

The researchers tested this "Magic Blueprint" on real medical data:

  • Brain Tumors (BraTS 2018): They tested it on 15 different scenarios of missing MRI scans. LARGO was the best at diagnosing tumors in 14 out of 15 scenarios compared to the best existing methods.
  • Stroke Detection (ISLES 2022): They tested it on 7 different scenarios of missing stroke scans. LARGO was the best in all 7 scenarios.
  • Non-Medical Test (avMNIST): To prove it wasn't just a medical trick, they tried it on a mix of images and audio (like recognizing a number from a picture and a sound). It worked well there too, showing the method is flexible.

The Bottom Line

LARGO is a way to have the specialized performance of 15 different AI models without the storage cost of keeping 15 different models. It does this by realizing that these models are cousins, not strangers, and compressing them into a single, efficient "weight space" blueprint that can rebuild the right model instantly whenever it's needed.

The paper claims this results in higher accuracy (better diagnoses) and better efficiency (less computer memory needed) compared to current state-of-the-art methods, without needing complex multi-step training or "hallucinating" fake data to fill in the gaps.

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 →