Adapter Naturally Serves as Decoupler for Cross-Domain Few-Shot Semantic Segmentation
About
Cross-domain few-shot segmentation (CD-FSS) is proposed to pre-train the model on a source-domain dataset with sufficient samples, and then transfer the model to target-domain datasets where only a few samples are available for efficient fine-tuning. There are majorly two challenges in this task: (1) the domain gap and (2) fine-tuning with scarce data. To solve these challenges, we revisit the adapter-based methods, and discover an intriguing insight not explored in previous works: the adapter not only helps the fine-tuning of downstream tasks but also naturally serves as a domain information decoupler. Then, we delve into this finding for an interpretation, and find the model's inherent structure could lead to a natural decoupling of domain information. Building upon this insight, we propose the Domain Feature Navigator (DFN), which is a structure-based decoupler instead of loss-based ones like current works, to capture domain-specific information, thereby directing the model's attention towards domain-agnostic knowledge. Moreover, to prevent the potential excessive overfitting of DFN during the source-domain training, we further design the SAM-SVN method to constrain DFN from learning sample-specific knowledge. On target domains, we freeze the model and fine-tune the DFN to learn target-specific knowledge specific. Extensive experiments demonstrate that our method surpasses the state-of-the-art method in CD-FSS significantly by 2.69% and 4.68% MIoU in 1-shot and 5-shot scenarios, respectively.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Few-shot Semantic Segmentation | CD-FSS 1-shot 1.0 (test) | mIoU (Average)64 | 53 | |
| Few-shot Segmentation | ISIC 2018 | mIoU58.5 | 51 | |
| Semantic segmentation | FSS-1000 1-shot | mIoU83 | 32 | |
| Few-shot Semantic Segmentation | CD-FSS 5-shot 1.0 (test) | Score (Chest X-ray)87.14 | 31 | |
| Semantic segmentation | FSS-1000 5-shot | mIoU85.7 | 29 | |
| Cross-Domain Few-Shot Segmentation | ISIC | mIoU (1-shot)50.36 | 23 | |
| Cross-Domain Few-Shot Segmentation | Chest X-ray | mIoU (1-shot)83.18 | 23 | |
| Few-shot Segmentation | FSS-1000 | mIoU (1-shot)82.97 | 23 | |
| Cross-Domain Few-Shot Segmentation | DeepGlobe | mIoU (1-shot)39.45 | 23 | |
| Few-shot Semantic Segmentation | Chest X-ray 5-shot | mIoU87.1 | 22 |