← Latest papers
⚡ electrical engineering

OTLesMix: Wasserstein Barycenter and Optimal Transport Map for Synthetic Lesion Generation with Diverse Shapes and Locations

This paper introduces OTLesMix, a novel data augmentation method that leverages Wasserstein barycenters and optimal transport maps to generate realistic synthetic brain lesions with diverse shapes and locations, significantly improving segmentation model performance compared to existing mix-based approaches.

Original authors: Robin Trombetta, Carole Lartizien

Published 2026-08-07
📖 6 min read🧠 Deep dive

Original authors: Robin Trombetta, Carole Lartizien

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 teach a robot to recognize a specific type of cloud in the sky. You show it a thousand pictures of fluffy white cumulus clouds, and it gets pretty good. But then you show it a picture of a cloud that looks like a dragon, or a cloud that is shaped like a teapot, and the robot gets confused. It hasn't seen those shapes before. This is a common problem in the world of medical imaging, where computers need to learn to spot diseases like tumors or strokes in brain scans. The problem is that real medical data is hard to get; it takes hours for a human expert to carefully draw a map of exactly where a disease is on a single 3D brain scan. Because there aren't enough examples, the computer often only learns to recognize the "standard" shapes and locations it has already seen.

To fix this, scientists use a trick called "data augmentation." Think of it like a chef trying to teach a student to bake. If the student only ever sees one recipe, they might fail if the ingredients change slightly. So, the chef gives them a few extra practice batches. In computer science, this means taking the existing images and tweaking them—rotating them, changing the brightness, or even cutting a piece of one image and pasting it onto another. The goal is to create a massive library of "fake" but realistic examples so the computer learns to handle any shape or location a disease might take. However, the old ways of doing this often result in weird, blurry, or impossible-looking images that don't teach the computer much about new shapes.

This is where a new method called OTLesMix comes in, proposed by researchers Robin Trombetta and Carole Lartizien. They wanted to create a smarter way to mix medical images that could invent brand-new, realistic-looking disease shapes and locations, rather than just shuffling the old ones around.

The Magic of the "Perfect Blend"

The researchers' big idea relies on a branch of math called Optimal Transport. To understand this, imagine you have two piles of sand. One pile is shaped like a star, and the other is shaped like a circle. You want to move the sand from both piles to create a new pile that is a perfect blend of the two—maybe a star-circle hybrid. The "Optimal Transport" problem asks: What is the most efficient way to move every grain of sand so that you use the least amount of energy?

In the world of medical images, the "sand" is the pixels that make up a tumor or a lesion. The researchers use a specific type of optimal transport called a Wasserstein barycenter. If you think of two brain scans with tumors as two different "maps," this math tool finds a "middle ground" map. It doesn't just average the pictures (which would make a blurry mess); instead, it calculates a new, unique shape that sits perfectly between the two original shapes. It's like taking a photo of a cat and a photo of a dog, and mathematically generating a brand-new animal that has the ears of the cat and the tail of the dog, but looks like a real, living creature in between.

How OTLesMix Works

The process happens in two main steps, like a two-stage cooking recipe:

  1. Cooking the Shape: First, the computer picks two real brain scans that have lesions (diseased areas). It uses the "Wasserstein barycenter" math to calculate a brand-new lesion shape and location. This new shape is a smooth, realistic interpolation between the two originals. It might be a tumor that is slightly larger, slightly shifted, or shaped differently than anything in the original training set.
  2. Painting the Picture: Once the new shape is decided, the computer needs to figure out what the inside of this new lesion should look like. It uses an "optimal transport plan" to figure out exactly which pixels from the original images should be moved to fill this new shape. It's like taking the texture and color from the original tumors and carefully "inpainting" them into the new shape. Finally, this new, synthetic lesion is pasted onto a healthy brain scan (or one of the original ones) to create a completely new training example.

Does It Actually Work?

The researchers tested this method on three different brain imaging datasets involving different types of brain issues: glioblastoma (a type of brain cancer), stroke, and ischemic stroke lesions. They compared their new method against older, popular mixing techniques like MixUp (which just blends images linearly) and CutMix (which cuts and pastes rectangles).

The results were quite promising. When they trained a computer model to segment (identify) these brain lesions, the model that used the OTLesMix synthetic data performed significantly better than models trained without it.

  • On the brain cancer dataset (BraTS 2020), the model's accuracy improved by 2.9 to 6.6 points on a standard scoring metric called the Dice score compared to a model that didn't use synthetic data.
  • It also beat the other mixing methods (MixUp, CutMix, and CarveMix) on all three datasets. For example, on the BraTS dataset, OTLesMix achieved a score of 83.3% for the whole tumor, while the next best method (CarveMix) scored 82.5%.

The authors note that the difference wasn't just a tiny fluke; statistical tests showed that OTLesMix was consistently better than the others. Visually, the new method also produced lesions that looked more diverse in shape and location, whereas the older methods tended to produce shapes that looked a bit too similar to the originals or just awkwardly cut-and-pasted.

The Catch

While the method is a success, the authors are honest about its current limits. Generating these new images takes time. For a 2D slice of a brain, it takes about 1 second. But for full 3D brain scans, it can take anywhere from 1 to 3 minutes per image. This is much slower than just cutting and pasting a rectangle.

Also, the method relies on a simple linear interpolation of pixel colors. If the two original brain scans came from very different machines or had very different lighting conditions, the new "blended" lesion might look a bit unrealistic, like a photo that was poorly edited. The authors suggest that in the future, they could combine this shape-generation math with powerful AI image generators to fix those texture issues.

In short, OTLesMix is a clever new tool that uses advanced math to invent realistic, diverse examples of brain diseases. By doing so, it helps teach medical AI to recognize diseases in shapes and places it has never seen before, potentially leading to better diagnosis tools in the future.

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 →