PSP: Harnessing Position and Shape Priors for Cross-Domain Few-Shot Medical Image Segmentation

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Medical Image Analysis · Depth: Expert, long

Summary

The PSP (Position and Shape Priors) framework introduces a novel solution for Cross-Domain Few-Shot Medical Image Segmentation (CD-FSMIS), tackling the challenge of performance degradation caused by drastic texture discrepancies across different imaging modalities. Unlike existing methods that struggle with domain-specific intensity distributions, PSP capitalizes on the robust consistency of organ position and geometric shape across modalities. The framework integrates three core modules: a Position Coordinate Embedding (PCE) module for injecting relative spatial coordinates, a Shape Prototype Modulation (SPM) module that constructs domain-invariant structural prototypes using explicit shape priors, and a Hybrid-Prototype Prediction (HPP) module for adaptively calibrating prototypes to query feature distributions. Extensive experiments on two public medical imaging datasets demonstrated PSP's superior performance, outperforming leading methods by up to 7.05% in Dice scores on cross-sequence tasks and 3.75% on cross-modality tasks.

Key takeaway

For Machine Learning Engineers developing few-shot medical image segmentation models that struggle with cross-domain generalization, you should consider integrating explicit position and shape priors. This approach, exemplified by the PSP framework, effectively mitigates performance degradation caused by texture discrepancies between modalities. Implement modules for spatial coordinate embedding and shape prototype modulation to decouple semantic structure from domain-specific noise, significantly improving segmentation accuracy and robustness across diverse imaging scenarios.

Key insights

Harnessing invariant anatomical position and shape priors enables robust cross-domain medical image segmentation despite texture discrepancies.

Principles

Method

PSP uses a ResNet-50 encoder, then PCE for spatial awareness, SPM for shape-aware prototypes via geometric and spectral descriptors, and HPP for prototype calibration using a coarse-to-fine strategy.

In practice

Topics

Code references

Best for: AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.