OV-Stitcher: A Global Context-Aware Framework for Training-Free Open-Vocabulary Semantic Segmentation

arXiv cs.CV / 4/10/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • OV-Stitcher is introduced as a training-free framework for open-vocabulary semantic segmentation that improves upon existing methods that rely on sliding-window crops due to encoder input-resolution limits.
  • Instead of processing sub-images independently, OV-Stitcher “stitches” fragmented sub-image features inside the final encoder block to reconstruct attention representations for global, full-image context.
  • This design yields more coherent context aggregation and spatially consistent, semantically aligned segmentation outputs compared with prior training-free baselines.
  • Experiments across eight benchmarks show an mIoU improvement from 48.7 to 50.7 relative to existing training-free approaches, indicating better scalable performance for open-vocabulary segmentation.

Abstract

Training-free open-vocabulary semantic segmentation(TF-OVSS) has recently attracted attention for its ability to perform dense prediction by leveraging the pretrained knowledge of large vision and vision-language models, without requiring additional training. However, due to the limited input resolution of these pretrained encoders, existing TF-OVSS methods commonly adopt a sliding-window strategy that processes cropped sub-images independently. While effective for managing high-resolution inputs, this approach prevents global attention over the full image, leading to fragmented feature representations and limited contextual reasoning. We propose OV-Stitcher, a training-free framework that addresses this limitation by stitching fragmented sub-image features directly within the final encoder block. By reconstructing attention representations from fragmented sub-image features, OV-Stitcher enables global attention within the final encoder block, producing coherent context aggregation and spatially consistent, semantically aligned segmentation maps. Extensive evaluations across eight benchmarks demonstrate that OV-Stitcher establishes a scalable and effective solution for open-vocabulary segmentation, achieving a notable improvement in mean Intersection over Union(mIoU) from 48.7 to 50.7 compared with prior training-free baselines.