← Latest papers
💻 computer science

Equivariant Splitting: Self-supervised learning from incomplete data

This paper introduces a novel self-supervised learning strategy that combines a new definition of equivariance with splitting losses to enable unbiased, state-of-the-art reconstruction from single incomplete observations in inverse problems where ground-truth data is unavailable.

Original authors: Victor Sechaud, Jérémy Scanvic, Quentin Barthélemy, Patrice Abry, Julián Tachella

Published 2026-03-12
📖 5 min read🧠 Deep dive

Original authors: Victor Sechaud, Jérémy Scanvic, Quentin Barthélemy, Patrice Abry, Julián Tachella

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 trying to solve a massive jigsaw puzzle, but you've been handed a box where half the pieces are missing, and the ones you do have are covered in static noise. This is the daily struggle of scientists working on inverse problems in fields like medical imaging (MRI, CT scans) or astronomy. They have a blurry, incomplete picture of reality and need to reconstruct the clear, original image.

Usually, to teach a computer how to fix these puzzles, you need a "teacher" (ground truth data)—a perfect, clear image to show the computer what the answer should look like. But in many real-world scenarios (like looking at distant stars or scanning a patient's brain), getting that perfect "teacher" image is impossible or too expensive.

This paper introduces a clever new trick called Equivariant Splitting (ES). It's a way for computers to learn how to solve these puzzles using only the broken, noisy pieces, without ever seeing the solution.

Here is how it works, broken down into simple concepts:

1. The Problem: The "One-Handed" Puzzle

Most existing methods try to learn by looking at many different puzzles at once. If you have a puzzle where the missing pieces are in different spots for every image, the computer can guess what's missing by comparing them.

But what if you only have one type of puzzle? Imagine a scanner that always misses the same 50% of the image. The computer gets stuck because it never sees the missing parts to learn what they look like. This is the "single incomplete observation" problem.

2. The Old Tricks (and why they were slow)

  • The "Copycat" Method (Splitting): This tries to cut the available data in half, using one half as the "question" and the other as the "answer." It works great if you have many different types of scanners, but fails if you only have one type of scanner.
  • The "Mirror" Method (Equivariant Imaging): This assumes that the world is symmetrical. If you rotate a picture of a cat, it's still a cat. So, if the computer sees a blurry cat, it can try to rotate the image, fix it, and rotate it back to see if the result makes sense.
    • The Downside: This is like asking a student to solve a math problem, then solve it again after rotating the paper, then again after flipping it, just to check their work. It's incredibly accurate but very slow because the computer has to do the same work 2 or 3 times for every single step.

3. The New Trick: Equivariant Splitting (ES)

The authors combined the best of both worlds into a method that is fast and smart.

The "Magic Mirror" Architecture

Instead of forcing the computer to rotate the image and re-calculate everything (the slow way), they built the computer's brain (the neural network) so that it naturally understands symmetry.

  • Analogy: Imagine a chef who knows that if you rotate a pizza 90 degrees, the toppings are just in different spots, but the pizza is still the same. A normal chef has to physically rotate the pizza to check the toppings. Our "Equivariant Chef" knows the rules of the pizza so well that they can imagine the rotation instantly without moving a single slice.
  • Because the network is built this way, it doesn't need to do the extra work of rotating and re-solving. It gets the "symmetry" for free.

The "Split and Shuffle" Strategy

Now, here is the magic part. Because the network understands symmetry, the computer can pretend that the same image was taken by different scanners just by mathematically "rotating" the scanner's perspective in its mind.

  • It takes the single, incomplete image.
  • It "splits" the data into two parts (like the Copycat method).
  • It uses the symmetry rules to pretend one part is the input and the other is the target, effectively creating a million different "scenarios" from just one image.

4. Why This is a Big Deal

  • No Teacher Needed: It learns purely from the broken data, without needing perfect reference images.
  • Speed: Because the network is built to handle symmetry naturally, it doesn't have to do the slow, repetitive calculations of the old "Mirror" method. It's like switching from manually calculating a recipe to having a smart oven that does it automatically.
  • Accuracy: The authors proved mathematically that this method finds the "best possible guess" (the Minimum Mean Squared Error) for the missing parts, provided the network is smart enough.

The Real-World Impact

The team tested this on:

  • MRI Scans: Reconstructing clear brain images from fast, blurry scans.
  • CT Scans: Creating clear 3D views from very few X-ray angles (reducing radiation exposure).
  • Image Inpainting: Filling in missing parts of photos (like removing a tourist from a vacation photo).

In every test, their new method performed almost as well as the "supervised" methods (which use perfect teacher data) and significantly better than previous "self-supervised" methods.

The Bottom Line

This paper is like giving a student a broken jigsaw puzzle and teaching them a special rule: "If you know how the pieces fit together in one direction, you automatically know how they fit in every other direction." By building this rule directly into the student's brain, they can solve the puzzle incredibly fast and accurately, even without ever seeing the picture on the box.

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 →