paper-with-me

홈 › Papers

C-SAW: Self-Supervised Prompt Learning for Image Generalization in Remote Sensing

2023-11-27 · Avigyan Bhattacharya, Mainak Singha, Ankit Jha, Biplab Banerjee

We focus on domain and class generalization problems in analyzing optical remote sensing images, using the large-scale pre-trained vision-language model (VLM), CLIP. While contrastively trained VLMs show impressive zero-shot generalization performance, their effectiveness is limited when dealing with diverse domains during training and testing. Existing prompt learning techniques overlook the importance of incorporating domain and content information into the prompts, which results in a drop in performance while dealing with such multi-domain data. To address these challenges, we propose a solution that ensures domain-invariant prompt learning while enhancing the expressiveness of visual features. We observe that CLIP's vision encoder struggles to identify contextual image information, particularly when image patches are jumbled up. This issue is especially severe in optical remote sensing images, where land-cover classes exhibit well-defined contextual appearances. To this end, we introduce C-SAW, a method that complements CLIP with a self-supervised loss in the visual space and a novel prompt learning technique that emphasizes both visual domain and content-specific features. We keep the CLIP backbone frozen and introduce a small set of projectors for both the CLIP encoders to train C-SAW contrastively. Experimental results demonstrate the superiority of C-SAW across multiple remote sensing benchmarks and different generalization tasks.

📄 PDF Abstract BibTeX arXiv:2311.15812

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingPrompt LearningZero-shot Generalization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

ReSAM: Refine, Requery, and Reinforce: Self-Prompting Point-Supervised Segmentation for Remote Sensing Images

2025-11-26 · M. Naseer Subhani arxiv

Interactive segmentation models such as the Segment Anything Model (SAM) have demonstrated remarkable generalization on natural images, but they perform suboptimally on remote sensing imagery (RSI) due to severe domain s…

Interactive Segmentation

SAMST: A Transformer framework based on SAM pseudo label filtering for remote sensing semi-supervised semantic segmentation

2025-07-16 · Jun Yin, Fei Wu, Yupeng Ren, Jisheng Huang 외

Public remote sensing datasets often face limitations in universality due to resolution variability and inconsistent land cover category definitions. To harness the vast pool of unlabeled remote sensing data, we propose …

Boundary DetectionPseudo LabelPseudo Label FilteringSemantic Segmentation+2

Few-Shot Remote Sensing Image Scene Classification with CLIP and Prompt Learning

2025-10-28 · Ivica Dimitrovski, Vlatko Spasev, Ivan Kitanovski arxiv

Remote sensing applications increasingly rely on deep learning for scene classification. However, their performance is often constrained by the scarcity of labeled data and the high cost of annotation across diverse geog…

Scene Classification

Evaluating Self and Semi-Supervised Methods for Remote Sensing Segmentation Tasks

2021-11-19 · Chaitanya Patel, Shashank Sharma, Valerie J. Pasquarella, Varun Gulshan

Self- and semi-supervised machine learning techniques leverage unlabeled data for improving downstream task performance. These methods are especially valuable for remote sensing tasks where producing labeled ground truth…

Segmentation

FrogDogNet: Fourier frequency Retained visual prompt Output Guidance for Domain Generalization of CLIP in Remote Sensing

2025-04-23 · Hariseetharam Gunduboina, Muhammad Haris Khan, Biplab Banerjee

In recent years, large-scale vision-language models (VLMs) like CLIP have gained attention for their zero-shot inference using instructional text prompts. While these models excel in general computer vision, their potent…

Domain GeneralizationPrompt LearningScene Classification