← Latest papers
📊 statistics

Latent Diffusion for Missing Data

This paper proposes a two-stage framework that combines a robust VAE-based imputer with a latent-space diffusion model, demonstrating that shifting generative modeling to a learned latent representation significantly improves imputation stability and quality compared to pixel-space diffusion under high levels of missing data.

Original authors: Alberte Heering Estad, Ignacio Peis, Jes Frellsen

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

Original authors: Alberte Heering Estad, Ignacio Peis, Jes Frellsen

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 a giant photo album, but someone has spilled coffee on half the pages, blurring out important details. Your goal is to guess what the missing parts of the photos look like. This is the problem of missing data imputation.

For a long time, computers have tried to solve this by looking at the "pixels" (the tiny dots that make up the image) directly. But the paper you shared, titled "Latent Diffusion for Missing Data," argues that there's a smarter way to do this, especially when the photos are really badly damaged.

Here is the story of their discovery, explained simply:

The Problem: Trying to Fix a Blurry Photo Pixel-by-Pixel

The researchers looked at existing methods (called Pixel-Space Diffusion). Imagine trying to restore a damaged painting by looking at every single tiny dot of paint individually. If the painting is 50% covered in coffee, the computer gets confused. It sees a lot of "zero" values (the coffee spots) and tries to guess the colors based on them. As the damage gets worse, the computer starts hallucinating—making the image look grainy, noisy, and full of static, like an old TV with a bad signal.

The Solution: The "Sketch First" Approach (Latent Diffusion)

The authors, Alberte Heering, Ignacio Peis, and Jes Frellsen, proposed a new method called LDMiss. Instead of looking at every tiny dot of paint, they ask the computer to first learn the "gist" or the "sketch" of the image.

Think of it like this:

  1. The Encoder (The Artist's Sketch): First, the computer compresses the messy, coffee-stained photo into a simplified, low-resolution sketch. It ignores the tiny details and focuses on the big shapes (like "this is a nose," "this is an eye").
  2. The Diffusion (The Restoration): The computer then tries to fix the missing parts of this sketch, not the original photo. Because the sketch is simpler and cleaner, it's much easier to guess what the missing lines should look like, even if half the paper is stained.
  3. The Decoder (The Final Painting): Once the sketch is fixed, the computer expands it back into a full, high-quality photo.

The Experiment: A Race Against the Coffee Spills

The team tested this on the famous MNIST dataset (which is just thousands of handwritten numbers like 0, 1, 2, etc.). They simulated "missing data" by randomly turning pixels black (like coffee spots) at different rates: 10%, 30%, 50%, and even up to 80% missing.

They compared their "Sketch First" method (LDMiss) against the old "Pixel-by-Pixel" method (DDPM) and a few other competitors.

The Results: Who Won the Race?

  • The Old Method (Pixel-Space): When the damage was light (10% missing), it did okay. But as soon as the damage hit 20-30%, the images started to look like static noise. By 50% missing, the results were terrible. It was like trying to fix a painting by staring at the coffee stains; the computer just got overwhelmed.
  • The New Method (LDMiss): This method stayed calm. Even when 50% of the data was missing, the generated numbers looked sharp and clear. It only started to get a little blurry when the damage was extreme (60-80%).
  • The "Fill-in" Test: When they used these models to actually fill in the missing parts of the photos, LDMiss was consistently better. It didn't just look good; it actually guessed the missing numbers more accurately than the others.

Why Does This Work?

The paper suggests that the "Sketch First" approach acts like a filter. When you look at raw pixels, a missing spot is just a confusing black square. But when you look at the "latent" (sketch) version, the computer understands the meaning of the image. It knows, "This is a '3', so even if the top loop is missing, I know it should be round." This prevents the computer from amplifying the "zero" errors caused by the missing data.

The Bottom Line

The paper concludes that if you are trying to fix incomplete data, don't stare at the raw pixels. Instead, teach the computer to understand the underlying "vibe" or "structure" of the data first, and then do the fixing there.

What the paper doesn't say:

  • They did not test this on medical records, stock markets, or climate data (yet).
  • They did not claim this works for "Missing Not At Random" (where the missing data is related to the value itself, like sick people dropping out of a study). They only tested "Missing Completely At Random" (purely random coffee spills).
  • They only tested on handwritten numbers (MNIST), not complex photos of cats or cars.

In short: LDMiss is a more robust way to guess missing pieces of a puzzle because it focuses on the big picture rather than getting lost in the tiny, damaged details.

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 →