Should This Case Be Adapted? Prediction Fragmentation Controls Test-Time Adaptation for Segmentation
Field: Computer Vision Authors: Lili Wang, Jing Li, Xiaowen Sun, Xiangyu Hu, Zhuangzhuang Gu, Jian Liu, Srihari Nelakuditi, Yan Tong Published: 2026-09-17 arXiv: 2609.20700
Summary
Episodic test-time adaptation (TTA) resets a frozen segmenter to source weights M0 on each case and adapts for a fixed step count. A fixed horizon conflates a cohort-level question — how far to adapt — with an irreducibly per-case one — whether this case should be adapted at all. Cohort means hide that decision: on cross-vendor cardiac MRI, the mean ΔDice from adaptation is statistically indistinguishable from zero, while 58.7% of cases are individually made worse.
The authors quantify this harm as harmful accepted area (HA) — the harmful fraction of the edited area that a controller deploys. Held-out tuning yields a stronger baseline than a fixed horizon, but the budget it selects does not transfer across the two main medical benchmarks, and no global budget can condition on the individual case.
Key contribution: prediction fragmentation — the disagreement geometry between the source mask M0 and the adapted mask Mk — predicts HA without labels and without extra backpropagation at decision time. It performs comparably on three benchmarks (Spearman ρ 0.50–0.60) at one-quarter the latency of gradient norms.
A case-level router based on this signal:
- Reduces HA on an out-of-design benchmark from 0.228 to 0.139 (only the threshold recalibrated; the benchmark was not used in design).
- On its design-selected cardiac benchmark, reduces HA from 0.129 to 0.013 (comparable Dice, averaging only 1.10 deployment updates per case) versus the best post-hoc budget found with evaluation labels, and lowers the harmful-case rate from 58.7% to 20.0% (an upper bound the authors quantify).
- On prostate (a scenario with no net benefit), still reduces HA but at a precision cost — a boundary honestly reported.
Original Abstract
Episodic test-time adaptation resets a frozen segmenter to source weights \(M_0\) on each case and adapts for a fixed step count. A fixed horizon conflates a cohort-level question, how far to adapt, with an irreducibly per-case one, whether this case should be adapted at all. Cohort means hide that decision: on cross-vendor cardiac MRI the mean \(Δ\)Dice from adaptation is statistically indistinguishable from zero while 58.7% of cases are individually made worse. We quantify this harm as harmful accepted area (HA), the harmful fraction of the edited area a controller deploys. Held-out tuning gives a stronger baseline than a fixed horizon, but the budget it selects transfers on neither of the two main medical benchmarks, and no global budget can condition on the case. We show that prediction fr... (truncated)
--- *Auto-collected on 2026-09-20*