PC-SAM: Patch-Constrained Fine-Grained Interactive Road Segmentation in High-Resolution Remote Sensing Images

arXiv cs.CV / 4/2/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces PC-SAM, a unified framework that combines fully automatic road segmentation with interactive refinement for high-resolution remote sensing imagery.
  • It addresses SAM’s limitations in this domain by using a fine-tuning strategy that constrains the effect of point prompts to corresponding image patches, enabling fine-grained local corrections.
  • Experiments on multiple remote sensing road segmentation datasets show that PC-SAM with point prompts significantly improves road mask quality over state-of-the-art fully automatic methods.
  • The approach also supports flexible local refinement and local road segmentation of regions of interest, rather than producing only a single fully automatic mask.
  • The authors report that the implementation will be released on GitHub, facilitating reproducibility and further research.

Abstract

Road masks obtained from remote sensing images effectively support a wide range of downstream tasks. In recent years, most studies have focused on improving the performance of fully automatic segmentation models for this task, achieving significant gains. However, current fully automatic methods are still insufficient for identifying certain challenging road segments and often produce false positive and false negative regions. Moreover, fully automatic segmentation does not support local segmentation of regions of interest or refinement of existing masks. Although the SAM model is widely used as an interactive segmentation model and performs well on natural images, it shows poor performance in remote sensing road segmentation and cannot support fine-grained local refinement. To address these limitations, we propose PC-SAM, which integrates fully automatic road segmentation and interactive segmentation within a unified framework. By carefully designing a fine-tuning strategy, the influence of point prompts is constrained to their corresponding patches, overcoming the inability of the original SAM to perform fine local corrections and enabling fine-grained interactive mask refinement. Extensive experiments on several representative remote sensing road segmentation datasets demonstrate that, when combined with point prompts, PC-SAM significantly outperforms state-of-the-art fully automatic models in road mask segmentation, while also providing flexible local mask refinement and local road segmentation. The code will be available at https://github.com/Cyber-CCOrange/PC-SAM.