paper-with-me

홈 › Papers

ChangeViT: Unleashing Plain Vision Transformers for Change Detection

2024-06-18 · Duowang Zhu, Xiaohu Huang, Haiyan Huang, Zhenfeng Shao, Qimin Cheng

Change detection in remote sensing images is essential for tracking environmental changes on the Earth's surface. Despite the success of vision transformers (ViTs) as backbones in numerous computer vision applications, they remain underutilized in change detection, where convolutional neural networks (CNNs) continue to dominate due to their powerful feature extraction capabilities. In this paper, our study uncovers ViTs' unique advantage in discerning large-scale changes, a capability where CNNs fall short. Capitalizing on this insight, we introduce ChangeViT, a framework that adopts a plain ViT backbone to enhance the performance of large-scale changes. This framework is supplemented by a detail-capture module that generates detailed spatial features and a feature injector that efficiently integrates fine-grained spatial information into high-level semantic learning. The feature integration ensures that ChangeViT excels in both detecting large-scale changes and capturing fine-grained details, providing comprehensive change detection across diverse scales. Without bells and whistles, ChangeViT achieves state-of-the-art performance on three popular high-resolution datasets (i.e., LEVIR-CD, WHU-CD, and CLCD) and one low-resolution dataset (i.e., OSCD), which underscores the unleashed potential of plain ViTs for change detection. Furthermore, thorough quantitative and qualitative analyses validate the efficacy of the introduced modules, solidifying the effectiveness of our approach. The source code is available at https://github.com/zhuduowang/ChangeViT.

📄 PDF Abstract BibTeX arXiv:2406.12847

Code (1)

zhuduowang/changevit 공식 구현 pytorch

Tasks

Change Detection

Similar Papers 제목 키워드 기반

Explainability of Vision Transformers: A Comprehensive Review and New Perspectives

2023-11-12 · Rojina Kashefi, Leili Barekatain, Mohammad Sabokrou, Fatemeh Aghaeipoor

Transformers have had a significant impact on natural language processing and have recently demonstrated their potential in computer vision. They have shown promising results over convolution neural networks in fundament…

Decision Making

Habitat and Land Cover Change Detection in Alpine Protected Areas: A Comparison of AI Architectures

2025-10-29 · Harald Kristen, Daniel Kulmer, Manuela Hirschmugl arxiv

Rapid climate change and other disturbances in alpine ecosystems demand frequent habitat monitoring, yet manual mapping remains prohibitively expensive for the required temporal resolution. We employ deep learning for ch…

Semantic SegmentationChange Detection

Dynamic Token Pruning in Plain Vision Transformers for Semantic Segmentation

2023-08-02 · ICCV 2023 1 · Quan Tang, BoWen Zhang, Jiajun Liu, Fagui Liu 외

Vision transformers have achieved leading performance on various visual tasks yet still suffer from high computational complexity. The situation deteriorates in dense prediction tasks like semantic segmentation, as high-…

image-classificationImage ClassificationSegmentationSemantic Segmentation

IBiT: Utilizing Inductive Biases to Create a More Data Efficient Attention Mechanism

2025-09-24 · Adithya Giri arxiv

In recent years, Transformer-based architectures have become the dominant method for Computer Vision applications. While Transformers are explainable and scale well with dataset size, they lack the inductive biases of Co…

Knowledge Distillation

A Mechanistic Analysis of Adversarial Fine-tuning of Vision Transformers

2026-05-28 · Hannah Gao, Isha Agarwal, Dylan Hadfield-Menell, Rachel Ma arxiv

The widespread use of image classification models in high-risk, real-world situations necessitates making these models robust to slight disturbances or perturbations, such as blurring or sharpening, in the input images. …

Image Classification