More input isn't better input
Giving a model more information during training didn't sharpen its edges on its own. How information shapes learning matters more than how much of it there is.
Research
We're building segmentation that follows a tumour's true boundary and is honest about where it's unsure. Here's what we've learned so far, including what didn't work.
The problem
Pancreatic cancer is infiltrative. It wraps vessels, blends into surrounding tissue and often extends past the gland itself. A useful outline has to show where it really ends.
Most segmentation pipelines are tuned to find tumours. They approximate the shape, then trim anything outside the organ. That's fine for detection and wrong at exactly the edge a radiologist cares about.
We change how the model learns, not what it needs at the point of use. CT in, soft contour out: no report, no extra inputs.
What we've learned
Each comes from a controlled internal study on development scans. They describe the problem; they are not claims about clinical performance.
Share of expert-labelled tumour that falls outside the region a standard pipeline lets the model search. 143 training cases.
One in seven tumour voxels can sit outside the search region. In an earlier check, 7 of 8 tumours extended past the organ outline, and a strict cut would have deleted 27.9 mL of correctly found tumour to remove 1.7 mL of false alarms.
That trade is backwards for delineation, and it's the core problem Soft Contour is built to fix.
The obvious fix, simply letting the model look wider, barely moved overlap. It was far below the gain we set in advance, and it added roughly 80 voxels of wrong tissue for every voxel of tumour recovered. The edge needs a smarter signal, not a bigger search.
Giving a model more information during training didn't sharpen its edges on its own. How information shapes learning matters more than how much of it there is.
Several changes corrected errors where we looked and made the full outline worse. Every change we ship is judged on the whole scan, not a flattering slice.
How we work
Medical AI loses trust fastest when it overclaims. So we hold ourselves to rules set before we look at results.
See it working
The live demo runs the product on real scans. Scroll through the slices and compare the soft contour with a hard mask.