Papers › Spatial-Regularization-Aware Dual-Branch Collaborative Inference for Training-Free...

Spatial-Regularization-Aware Dual-Branch Collaborative Inference for Training-Free OVSS in Remote Sensing Imagery

29 Jan 2026arXiv:2601.21159added by Syntology

Jianzheng Wang, Huan Ni

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

High-resolution remote sensing images contain densely distributed objects with pronounced scale variations and complex boundaries, which impose higher demands on both the geometric localization and semantic prediction capabilities of semantic segmentation models. Existing training-free open-vocabulary semantic segmentation (OVSS) methods typically fuse Contrastive Language-Image Pretraining (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. Our code is available at https://github.com/yu-ni1989/SDCI.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.21159")

Code

Syntology Ran 2 of 12 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 2 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yu-ni1989/SDCI found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 2 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · fixture could not drive it
10unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from yu-ni1989/SDCI. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

drop_path yu-ni1989/SDCI/modified_clip/vision_transformer.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 55120f2026b56aa2 · report
trunc_normal_ yu-ni1989/SDCI/modified_clip/vision_transformer.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · fabe0899316ffaa5 · report
cam_to_label yu-ni1989/SDCI/util/miou.py found in paper text by Syntology unverified MIT (permissive) · 28fbb08ac4592534 · report
compute_ap yu-ni1989/SDCI/util/tools.py found in paper text by Syntology unverified MIT (permissive) · 8b0474ce348169e2 · report
compute_f1 yu-ni1989/SDCI/util/tools.py found in paper text by Syntology unverified MIT (permissive) · c3562972f2ab9e25 · report
div_backward yu-ni1989/SDCI/ovs/label_utils.py found in paper text by Syntology unverified MIT (permissive) · 941793a3319fabd3 · report
felzenszwalb_img2labels yu-ni1989/SDCI/ovs/label_utils.py found in paper text by Syntology unverified MIT (permissive) · 1142943d7b9c8398 · report
get_true_label yu-ni1989/SDCI/util/miou.py found in paper text by Syntology unverified MIT (permissive) · d95287e5755c6662 · report
grad_forward yu-ni1989/SDCI/ovs/label_utils.py found in paper text by Syntology unverified MIT (permissive) · 03bc00c3e031c484 · report
load_yaml yu-ni1989/SDCI/util/tools.py found in paper text by Syntology unverified MIT (permissive) · 7ecf19d7f6016dce · report
str2bool yu-ni1989/SDCI/util/args.py found in paper text by Syntology unverified MIT (permissive) · 5aeffcaa5e40f745 · report
vit_tiny yu-ni1989/SDCI/modified_clip/vision_transformer.py found in paper text by Syntology unverified MIT (permissive) · 0b8fa7e1c9f0aa21 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.21159, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections