Search papers, labs, and topics across Lattice.
SCI-CLIP introduces a segment-centric inference framework that enhances training-free open-vocabulary segmentation by organizing all stages of dense prediction around a unified region abstraction. By inducing a region-consistent interaction graph over frozen visual tokens and utilizing selective cross-window support, the method effectively reconstructs dense features while maintaining spatial coherence and contextual awareness. The approach significantly improves structural quality, contextual reasoning robustness, and exemplar alignment across eight benchmarks, demonstrating its efficacy in open-vocabulary segmentation tasks.
Open-vocabulary segmentation can achieve spatially coherent and context-aware predictions without any training, thanks to SCI-CLIP's innovative use of a segment-centric inference framework.
Training-free open-vocabulary segmentation remains limited by a missing inference abstraction. Frozen vision-language features are produced at patch level, yet dense prediction requires a unit that simultaneously governs feature interaction, spatial support, contextual recovery, and retrieval-based correction. We present SCI-CLIP, a segment-centric inference framework built around the principle that the same region abstraction should organize all stages of dense open-vocabulary prediction. SCI-CLIP first induces a region-consistent interaction graph over frozen visual tokens, then reconstructs dense features by propagating values over this graph, augmenting them with selective cross-window support only where local evidence is insufficient. The same segment abstraction is subsequently used to construct and query an offline reference memory, aligning exemplar retrieval with the units on which prediction is made. SCI-CLIP turns frozen CLIP-style features into spatially coherent, context-aware, and retrieval-compatible dense predictions without any training. SCI-CLIP consistently improves the structural quality of dense predictions, the robustness of contextual reasoning, and the alignment of exemplar-based correction, yielding stronger open-vocabulary segmentation across eight benchmarks. Project code is available at: https://github.com/mzamini92/SCICLIP.