Papers › SAM3-LoRA: Parameter-Efficient Adaptation of a Concept-Promptable Foundation Model for...

SAM3-LoRA: Parameter-Efficient Adaptation of a Concept-Promptable Foundation Model for Multi-Class Structural Defect Segmentation

31 Aug 2026arXiv:2609.00469added by Syntology

P. Malaisree, S. Youwai, S. Janrungautai, D. Amorndechaphon, P. Rojanavasu, W. Songkitti

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

Promptable segmentation foundation models such as SAM3 accept an open-vocabulary text concept and return every instance matching it, but adapting them to a specialized domain by full fine-tuning is computationally prohibitive for the organizations that would benefit most. This study applies Low-Rank Adaptation (LoRA) to SAM3 for multi-class structural defect segmentation and examines both how such a model can be supervised from conventional annotation and whether the resulting efficiency gain transfers across datasets. Two contributions are methodological. First, we describe a supervision procedure that trains a concept-promptable model directly from COCO-style class-labeled instance segmentation by using the category name itself as the prompt, requiring no prompt templates, no synonym expansion, and no learned class embeddings. Second, we identify and mitigate a failure mode specific to this setting: because a conventional annotation file yields positive prompts exclusively, the model's presence prediction decouples from the text condition and degenerates into responding to any prompt, a collapse that is invisible to every metric computed on positive prompts alone. Exhaustive hard-negative prompting, in which every dataset category absent from an image is issued as a zero-detection query, addresses this at no annotation cost. Two adapter placements were compared under an identical protocol, updating 0.121% and 1.341% of model parameters. On a purpose-built tunnel lining dataset, pixel intersection-over-union improved from 0.017 to 0.338 and instance-level recall from 0.375 to 0.672; on the independent public Structural Defects Dataset, from 0.017 to 0.855 and from 0.574 to 1.000. Improvements were directionally consistent across ten metrics on both datasets, and the largest per-category gains occurred precisely where zero-shot competence was absent.

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="2609.00469")

Code

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

By repository: found in paper text by Syntology: 11 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.

Sompote/sam3_lora 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

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

11unverified

Licence: 11 of the 11 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 Sompote/sam3_lora. “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.

apply_lora_to_model Sompote/sam3_lora/lora_layers.py found in paper text by Syntology unverified no licence file found · pointer only · f9317a8fcd7e2271 · report
compute_iou Sompote/sam3_lora/train_sam3_lora.py found in paper text by Syntology unverified no licence file found · pointer only · 1ba2f6771f6d4651 · report
count_parameters Sompote/sam3_lora/lora_layers.py found in paper text by Syntology unverified no licence file found · pointer only · 4c2968dbfac9ac03 · report
get_human_readable_count Sompote/sam3_lora/sam3_lora/train/native_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · 1edd0df7069943ec · report
get_lora_parameters Sompote/sam3_lora/lora_layers.py found in paper text by Syntology unverified no licence file found · pointer only · a07c0d34d404534b · report
get_lora_parameters Sompote/sam3_lora/sam3_lora/lora/lora_utils.py found in paper text by Syntology unverified no licence file found · pointer only · b392353fff0d48ac · report
get_lora_state_dict Sompote/sam3_lora/sam3_lora/lora/lora_utils.py found in paper text by Syntology unverified no licence file found · pointer only · db9e9efdf15aad0b · report
inject_lora_into_model Sompote/sam3_lora/sam3_lora/lora/lora_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 1f91dffaf19a3500 · report
merge_overlapping_masks Sompote/sam3_lora/train_sam3_lora_native.py found in paper text by Syntology unverified no licence file found · pointer only · c72ab3dc2bd67c6b · report
merge_overlapping_masks Sompote/sam3_lora/validate_sam3_lora.py found in paper text by Syntology unverified no licence file found · pointer only · be8d366b4b7f8c41 · report
unwrap_ddp_if_wrapped Sompote/sam3_lora/sam3_lora/train/native_trainer.py found in paper text by Syntology unverified no licence file found · pointer only · ece94fb363b9378c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.00469, was issued in September 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