CVDec 9, 2024

Knowledge Transfer and Domain Adaptation for Fine-Grained Remote Sensing Image Segmentation

arXiv:2412.06664v32 citationsh-index: 7ICME
Originality Incremental advance
AI Analysis

This addresses domain adaptation challenges for remote sensing applications, though it appears incremental as it builds on existing vision transformer and CNN methods.

The paper tackles domain shift in fine-grained remote sensing image segmentation by introducing a novel end-to-end learning paradigm combining knowledge guidance with domain refinement, achieving improvements of 2.57 mIoU on a grass dataset and 3.73 mIoU on a cloud dataset.

Fine-grained remote sensing image segmentation is essential for accurately identifying detailed objects in remote sensing images. Recently, vision transformer models (VTMs) pre-trained on large-scale datasets have demonstrated strong zero-shot generalization. However, directly applying them to specific tasks may lead to domain shift. We introduce a novel end-to-end learning paradigm combining knowledge guidance with domain refinement to enhance performance. We present two key components: the Feature Alignment Module (FAM) and the Feature Modulation Module (FMM). FAM aligns features from a CNN-based backbone with those from the pretrained VTM's encoder using channel transformation and spatial interpolation, and transfers knowledge via KL divergence and L2 normalization constraint. FMM further adapts the knowledge to the specific domain to address domain shift. We also introduce a fine-grained grass segmentation dataset and demonstrate, through experiments on two datasets, that our method achieves a significant improvement of 2.57 mIoU on the grass dataset and 3.73 mIoU on the cloud dataset. The results highlight the potential of combining knowledge transfer and domain adaptation to overcome domain-related challenges and data limitations. The project page is available at https://xavierjiezou.github.io/KTDA/.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes