paper-with-me

홈 › Papers

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

2024-12-09 · Shun Zhang, Xuechao Zou, Kai Li, Congyan Lang, Shiying Wang, Pin Tao, Tengfei Cao

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/.

📄 PDF Abstract BibTeX arXiv:2412.06664

Code (1)

XavierJiezou/KTDA

Tasks

Domain AdaptationImage SegmentationSemantic SegmentationSpatial InterpolationTransfer LearningZero-shot Generalization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Fine-grained Knowledge Fusion for Sequence Labeling Domain Adaptation

2019-09-10 · IJCNLP 2019 11 · Huiyun Yang, Shu-Jian Huang, Xin-yu Dai, Jia-Jun Chen

In sequence labeling, previous domain adaptation methods focus on the adaptation from the source domain to the entire target domain without considering the diversity of individual target domain samples, which may lead to…

DiversityDomain Adaptation

Progressive Adversarial Networks for Fine-Grained Domain Adaptation

2020-06-01 · CVPR 2020 6 · Sinan Wang, Xinyang Chen, Yunbo Wang, Mingsheng Long 외

Fine-grained visual categorization has long been considered as an important problem, however, its real application is still restricted, since precisely annotating a large fine-grained image dataset is a laborious task an…

Domain AdaptationFine-Grained Visual Categorization

Bridge-Based Active Domain Adaptation for Aspect Term Extraction

2021-08-01 · ACL 2021 5 · Zhuang Chen, Tieyun Qian

As a fine-grained task, the annotation cost of aspect term extraction is extremely high. Recent attempts alleviate this issue using domain adaptation that transfers common knowledge across domains. Since most aspect term…

Domain AdaptationTerm Extraction

Knowledge-inspired Subdomain Adaptation for Cross-Domain Knowledge Transfer

2023-08-17 · Liyue Chen, Linian Wang, Jinyu Xu, Shuai Chen 외

Most state-of-the-art deep domain adaptation techniques align source and target samples in a global fashion. That is, after alignment, each source sample is expected to become similar to any target sample. However, globa…

Domain AdaptationFraud DetectionSubdomain adaptationTransfer Learning

Domain Adaptation for Arabic Cross-Domain and Cross-Dialect Sentiment Analysis from Contextualized Word Embedding

2021-06-01 · NAACL 2021 4 · Abdellah El Mekki, Abdelkader El Mahdaouy, Ismail Berrada, Ahmed Khoumsi

Finetuning deep pre-trained language models has shown state-of-the-art performances on a wide range of Natural Language Processing (NLP) applications. Nevertheless, their generalization performance drops under domain shi…

Domain AdaptationSentiment AnalysisTransfer LearningUnsupervised Domain Adaptation