Bidirectional Cross-Perception for Open-Vocabulary Semantic Segmentation in Remote Sensing Imagery
Jianzheng Wang, Huan Ni
TL;DR
This work tackles open-vocabulary semantic segmentation in remote sensing by addressing the limitations of training-free approaches that rely on one-way fusion and shallow post-processing. It introduces SDCI, a training-free framework with three core modules—CAF for cross-model attention fusion, BCDR for bidirectional cross-graph diffusion, and CSCP for superpixel-guided convex optimization—that jointly fuse CLIP’s semantic knowledge with DINO’s structural representations and pixel-level priors. The method demonstrates consistent performance gains across multiple datasets and prompt settings (Original vs Generalized labels), with CSCP proving especially effective at sharpening boundaries and maintaining semantic coherence. The results emphasize that integrating traditional geometric priors with deep learning representations can substantially improve boundary precision and generalization in OVSS for remote sensing, while preserving training-free flexibility.
Abstract
High-resolution remote sensing imagery is characterized by densely distributed land-cover objects and complex boundaries, which places higher demands on both geometric localization and semantic prediction. Existing training-free open-vocabulary semantic segmentation (OVSS) methods typically fuse CLIP and vision foundation models (VFMs) using "one-way injection" and "shallow post-processing" strategies, making it difficult to satisfy these requirements. To address this issue, we propose a spatial-regularization-aware dual-branch collaborative inference framework for training-free OVSS, termed SDCI. First, during feature encoding, SDCI introduces a cross-model attention fusion (CAF) module, which guides collaborative inference by injecting self-attention maps into each other. Second, we propose a bidirectional cross-graph diffusion refinement (BCDR) module that enhances the reliability of dual-branch segmentation scores through iterative random-walk diffusion. Finally, we incorporate low-level superpixel structures and develop a convex-optimization-based superpixel collaborative prediction (CSCP) mechanism to further refine object boundaries. Experiments on multiple remote sensing semantic segmentation benchmarks demonstrate that our method achieves better performance than existing approaches. Moreover, ablation studies further confirm that traditional object-based remote sensing image analysis methods leveraging superpixel structures remain effective within deep learning frameworks. Code: https://github.com/yu-ni1989/SDCI.
