paper-with-me

홈 › Papers

OmniOVCD: Streamlining Open-Vocabulary Change Detection with SAM 3

2026-01-20 · Xu Zhang, Danyang Li, Yingjie Xia, Xiaohang Dong, Hualong Yu, Jianye Wang, Qicheng Li arxiv

Change Detection (CD) is a fundamental task in remote sensing. It monitors the evolution of land cover over time. Based on this, Open-Vocabulary Change Detection (OVCD) introduces a new requirement. It aims to reduce the reliance on predefined categories. Existing training-free OVCD methods mostly use CLIP to identify categories. These methods also need extra models like DINO to extract features. However, combining different models often causes problems in matching features and makes the system unstable. Recently, the Segment Anything Model 3 (SAM 3) is introduced. It integrates segmentation and identification capabilities within one promptable model, which offers new possibilities for the OVCD task. In this paper, we propose OmniOVCD, a standalone framework designed for OVCD. By leveraging the decoupled output heads of SAM 3, we propose a Synergistic Fusion to Instance Decoupling (SFID) strategy. SFID first fuses the semantic, instance, and presence outputs of SAM 3 to construct land-cover masks, and then decomposes them into individual instance masks for change comparison. This design preserves high accuracy in category recognition and maintains instance-level consistency across images. As a result, the model can generate accurate change masks. Experiments on four public benchmarks (LEVIR-CD, WHU-CD, S2Looking, and SECOND) demonstrate SOTA performance, achieving IoU scores of 67.2, 66.5, 24.5, and 27.1 (class-average), respectively, surpassing all previous methods. The code is available at https://github.com/Erxucomeon/OmniOVCD.

📄 PDF Abstract BibTeX arXiv:2601.13895

Code (0)

등록된 구현이 없습니다.

Tasks

Change Detection

Similar Papers 제목 키워드 기반

Seg2Change: Adapting Open-Vocabulary Semantic Segmentation Model for Remote Sensing Change Detection

2026-04-13 · You Su, Yonghong Song, Jingqi Chen, Zehan Wen arxiv

Change detection is a fundamental task in remote sensing, aiming to quantify the impacts of human activities and ecological dynamics on land-cover changes. Existing change detection methods are limited to predefined clas…

Semantic SegmentationChange Detection

UniVCD: A New Method for Unsupervised Change Detection in the Open-Vocabulary Era

2025-12-15 · Ziqiang Zhu, Bowei Yang arxiv

Change detection (CD) identifies scene changes from multi-temporal observations and is widely used in urban development and environmental monitoring. Most existing CD methods rely on supervised learning, making performan…

Change Detection

Semantic-CD: Remote Sensing Image Semantic Change Detection towards Open-vocabulary Setting

2025-01-12 · Yongshuo Zhu, Lu Li, Keyan Chen, Chenyang Liu 외

Remote sensing image semantic change detection is a method used to analyze remote sensing images, aiming to identify areas of change as well as categorize these changes within images of the same location taken at differe…

Change DetectionDecoderMulti-Task Learning

MemOVCD: Training-Free Open-Vocabulary Change Detection via Cross-Temporal Memory Reasoning and Global-Local Adaptive Rectification

2026-04-29 · Zuzheng Kuang, Honghao Chang, Boqiang Liang, Haoqian Wang 외 arxiv

Open-vocabulary change detection aims to identify semantic changes in bi-temporal remote sensing images without predefined categories. Recent methods combine foundation models such as SAM, DINO and CLIP, but typically pr…

Change Detection

SegEarth-OV3: Exploring SAM 3 for Open-Vocabulary Semantic Segmentation in Remote Sensing Images

2025-12-09 · Kaiyu Li, Shengqi Zhang, Yujie Wang, Yupeng Deng 외 arxiv

Most existing methods for training-free open-vocabulary semantic segmentation are based on CLIP. While these approaches have made progress, they often face challenges in precise localization or require complex pipelines …

3D Semantic Segmentation2D Semantic SegmentationChange Detection