Papers › SAM-Assisted Remote Sensing Imagery Semantic Segmentation with Object and Boundary Constraints

SAM-Assisted Remote Sensing Imagery Semantic Segmentation with Object and Boundary Constraints

5 Dec 2023arXiv:2312.02464archive 2025-07-28

Xianping Ma, Qianqian Wu, Xingyu Zhao, Xiaokang Zhang, Man-on Pun, Bo Huang

Semantic segmentation of remote sensing imagery plays a pivotal role in extracting precise information for diverse down-stream applications. Recent development of the Segment Anything Model (SAM), an advanced general-purpose segmentation model, has revolutionized this field, presenting new avenues for accurate and efficient segmentation. However, SAM is limited to generating segmentation results without class information. Consequently, the utilization of such a powerful general vision model for semantic segmentation in remote sensing images has become a focal point of research. In this paper, we present a streamlined framework aimed at leveraging the raw output of SAM by exploiting two novel concepts called SAM-Generated Object (SGO) and SAM-Generated Boundary (SGB). More specifically, we propose a novel object loss and further introduce a boundary loss as augmentative components to aid in model optimization in a general semantic segmentation framework. Taking into account the content characteristics of SGO, we introduce the concept of object consistency to leverage segmented regions lacking semantic information. By imposing constraints on the consistency of predicted values within objects, the object loss aims to enhance semantic segmentation performance. Furthermore, the boundary loss capitalizes on the distinctive features of SGB by directing the model's attention to the boundary information of the object. Experimental results on two well-known datasets, namely ISPRS Vaihingen and LoveDA Urban, demonstrate the effectiveness of our proposed method. The source code for this work will be accessible at https://github.com/sstary/SSRS.

PaperPDFCodeCode 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="2312.02464")

Code

Syntology Ran 0 of 13 code samples harvested from 1 repository linked to this paper; 13 have no recorded run.

By repository: community (archive-listed): 13 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sstary/ssrs officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
ctrlovefly/df4lcz mentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 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.

13unverified

Licence: 0 of the 13 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 ctrlovefly/df4lcz. “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.

cohen_kappa ctrlovefly/df4lcz/fusion.py community (archive-listed) unverified MIT (permissive) · 3401d0b189909f84 · report
convert_to_binary_adjacency ctrlovefly/df4lcz/data_loader_single.py community (archive-listed) unverified MIT (permissive) · 4dd45258f3b7cd08 · report
convolutional_block ctrlovefly/df4lcz/utils.py community (archive-listed) unverified MIT (permissive) · 7a157ccf306a9b96 · report
dense_block ctrlovefly/df4lcz/model.py community (archive-listed) unverified MIT (permissive) · f0506533eea30438 · report
get_model ctrlovefly/df4lcz/call_model.py community (archive-listed) unverified MIT (permissive) · a950387c2c634731 · report
identity_block ctrlovefly/df4lcz/utils.py community (archive-listed) unverified MIT (permissive) · 2ce069bd528094fd · report
overall_accuracy_last_classes ctrlovefly/df4lcz/fusion.py community (archive-listed) unverified MIT (permissive) · 3e9fda97b5d4ccf3 · report
overall_accuracy_top_classes ctrlovefly/df4lcz/fusion.py community (archive-listed) unverified MIT (permissive) · 1b2799c803962944 · report
se_block ctrlovefly/df4lcz/utils.py community (archive-listed) unverified MIT (permissive) · d7a2e386f04634f5 · report
step_decay_schedule ctrlovefly/df4lcz/lr.py community (archive-listed) unverified MIT (permissive) · 5f189803b90f4a97 · report
to_one_hot ctrlovefly/df4lcz/data_loader_single.py community (archive-listed) unverified MIT (permissive) · 6736ce9253a49a0d · report
transition_block ctrlovefly/df4lcz/model.py community (archive-listed) unverified MIT (permissive) · bca427442a2f9bbe · report
xywh_to_center ctrlovefly/df4lcz/testmask.py community (archive-listed) unverified MIT (permissive) · aa78d3677c5d9a1d · report

Tasks

Model OptimizationNovel ConceptsObjectSegmentationSegmentation Of Remote Sensing ImagerySemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SAM

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