English

Adapt Before Comparison: A New Perspective on Cross-Domain Few-Shot Segmentation

Computer Vision and Pattern Recognition 2024-05-20 v2

Abstract

Few-shot segmentation performance declines substantially when facing images from a domain different than the training domain, effectively limiting real-world use cases. To alleviate this, recently cross-domain few-shot segmentation (CD-FSS) has emerged. Works that address this task mainly attempted to learn segmentation on a source domain in a manner that generalizes across domains. Surprisingly, we can outperform these approaches while eliminating the training stage and removing their main segmentation network. We show test-time task-adaption is the key for successful CD-FSS instead. Task-adaption is achieved by appending small networks to the feature pyramid of a conventionally classification-pretrained backbone. To avoid overfitting to the few labeled samples in supervised fine-tuning, consistency across augmented views of input images serves as guidance while learning the parameters of the attached layers. Despite our self-restriction not to use any images other than the few labeled samples at test time, we achieve new state-of-the-art performance in CD-FSS, evidencing the need to rethink approaches for the task.

Keywords

Cite

@article{arxiv.2402.17614,
  title  = {Adapt Before Comparison: A New Perspective on Cross-Domain Few-Shot Segmentation},
  author = {Jonas Herzog},
  journal= {arXiv preprint arXiv:2402.17614},
  year   = {2024}
}

Comments

accepted to CVPR 2024

R2 v1 2026-06-28T15:02:07.755Z