arXiv AI

Pretrained, Curriculum-Tuned, and Ensembled: A Tracer-Aware Interactive Segmentation Pipeline for AutoPET V

arXiv Computer Vision
4d ago

Anatomy-Aware Promptable Segmentation with Online Interactive Training for AUTOPET V

The paper introduces an anatomy-aware, promptable segmentation model for whole-body lesion detection in FDG and PSMA PET/CT scans, tailored for the AUTOPET V challenge. The approach builds on nnU-Net, employing a two-stage training process: an initial pre-training phase for strong baseline segmentation and an online interactive phase that refines predictions using scribble prompts. Anatomical context is integrated via organ supervision with a shared head predicting both lesions and organs, reducing false positives, while a tracer classifier directs studies to either a combined FDG+PSMA model or a PSMA-specific model. Cross-validation results show that organ-supervised training yields the most stable performance, the interactive stage consistently improves Dice scores, and PSMA-specific training delivers the best tracer-wise results.

By Pablo Lozano-Jimenez, Sergio Romero-Tapiador, Ruben Tolosana
arXiv Computer Vision
4d ago

Prompt-Guided Interactive Segmentation of Interstitial Lung Disease in Thoracic CT

The paper introduces the first adaptation of the MedSAM2 foundation model for interactive 3D segmentation of interstitial lung disease (ILD) on thoracic CT scans. It evaluates three fine‑tuning strategies and four prompt types—bounding‑boxes, points, lassos, and scribbles—finding that full model fine‑tuning yields the best performance, improving Dice scores by 4.7 percentage points over the baseline. A proof‑of‑concept workflow is presented where MedSAM2 is first initialized with an automatic prior and then refined by radiologist prompts, with all resources released on GitHub.

By Vasilis Dedousis, Lubnaa Abdur Rahman, Lorenzo Brigat{\omicron}, Ethan Dack, Andreas Christe, Christoph Frank, Manuela Funke-Chambour, Justus Roos, Adrian Huber, Lukas Ebner, Stavroula Mougiakakou
arXiv Computer Vision
Aug 21

MUST-PET: MUltimodal Self-supervised learning across Tracers for whole-body PET/CT-based lesion segmentation

arXiv:2608. 19666v1 Announce Type: new Abstract: Deep learning-based whole-body PET-CT lesion segmentation can support cancer staging, treatment planning, and response assessment, but generalization is limited by scarce annotations and domain shifts.

By Bashirul Azam Biswas, Amartya Bhattacharya, Biratal Raj Wagle, Matthew E. Maeder, James B. Yu, Indrani Bhattacharya
arXiv AI
1d ago

InstEditSeg: Instruction-Driven Image Editing for Polyp and Skin Lesion Segmentation

InstEditSeg is a generative framework that treats medical segmentation as an instruction-driven image editing task. Instead of producing binary masks, it renders a color-coded overlay on the original image guided by textual instructions, leveraging latent diffusion models to align with natural image distributions and reduce domain gaps. The method incorporates a DINOv3 visual encoder and a multi-scale feature pyramid fused into the diffusion U‑Net, and uses a dual‑branch classifier‑free guidance strategy to lower inference cost, achieving competitive accuracy on polyp and skin lesion datasets while improving cross‑domain generalization and multi‑lesion segmentation.

By Ziquan Liu, Zhewei Zhu, Xuyang Shi
arXiv Computer Vision
Aug 25

Three-Phase Scribble-Adaptive Curriculum Learning for autoPETV Grand Challenge

The paper presents Libo Zhang’s algorithmic solution for the autoPETV Grand Challenge, focusing on interactive lesion segmentation in whole-body PET/CT scans. The method encodes user scribbles as two additional input channels and trains a large residual‑encoder U‑Net (≈140 M parameters) through a three‑phase curriculum over 4000 epochs, progressively moving from fully automatic segmentation to handling user‑provided scribbles and finally correcting its own mistakes via simulated error‑driven steps. Using 1811 studies for training and an ensemble of five‑fold checkpoints, the approach achieves a mean AUC‑Dice of 3.836 and a mean AUC‑DMM of 3.869 in interactive five‑fold cross‑validation, with significant gains from the first corrective scribble.

By Libo Zhang