Papers › Cost-efficient Active Learning for Referring Image Segmentation and Grounding

Cost-efficient Active Learning for Referring Image Segmentation and Grounding

31 Aug 2026arXiv:2608.30621added by Syntology

Junbeom Hong, Seonghoon Yu, Hyung Rok Jung, Sundong Kim, Jeany Son

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

Collecting natural-language referring expressions along with region annotations, such as masks or boxes, is a major bottleneck in visual grounding (VG), as annotators must write descriptions that distinguish target regions from visually similar ones. We tackle this by formulating active learning (AL) for VG under the realistic setting where only raw images are available without accompanying text. Since ground-truth text is unavailable, sample selection must estimate which images contain ambiguous regions that would require discriminative referring expressions. To address this, we generate auxiliary region-text pairs using foundation models, and introduce Referred Region Ambiguity, a new acquisition function that measures whether the model's confidence collapses onto a single region or disperses across multiple candidates. It allows our method to prioritize images with strong cross-region competition, which are more informative due to their visual ambiguity. We also design a referring-expression annotation interface that helps annotators quickly focus on writing discriminative language with a few clicks. Experiments on RIS and REC benchmarks show that our AL framework consistently outperforms several AL baselines, while a user study shows up to 1.6X faster description labeling of ours.

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

Code

Syntology Ran 2 of 21 code samples harvested from 1 repository linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran with no contract checked.

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

junbum766/ALRIS 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

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

1ran · our draft was wrong
1ran
19unverified

Licence: 21 of the 21 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 junbum766/ALRIS. “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.

conv_layer junbum766/ALRIS/model/layers_detris.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · dbfe3357dc25ca5f · report
linear_layer junbum766/ALRIS/model/layers_detris.py found in paper text by Syntology ran no licence file found · pointer only · 89f9fd49ddec76ba · report
adapt_position_encoding junbum766/ALRIS/model/clip_detris.py found in paper text by Syntology unverified no licence file found · pointer only · 98ab2f374bc768a9 · report
build_model junbum766/ALRIS/model/clip_detris.py found in paper text by Syntology unverified no licence file found · pointer only · fd39a00b70046a6a · report
deconv_layer junbum766/ALRIS/model/layers_detris.py found in paper text by Syntology unverified no licence file found · pointer only · db55fb2ff4ac93bb · report
entropy_bits_from_monogram_counts junbum766/ALRIS/annotation_tool/text_annotation_info.py found in paper text by Syntology unverified no licence file found · pointer only · 9e361d73527a5b87 · report
estimate_polygon_clicks junbum766/ALRIS/annotation_tool/mask_annotation_sam.py found in paper text by Syntology unverified no licence file found · pointer only · 6eb4393b180c53db · report
full_gt_cost_separate junbum766/ALRIS/al/active_learning.py found in paper text by Syntology unverified no licence file found · pointer only · cf665c3f06eb2501 · report
gather_lists junbum766/ALRIS/active_train.py found in paper text by Syntology unverified no licence file found · pointer only · 4432f7d3d127a470 · report
iou junbum766/ALRIS/annotation_tool/mask_annotation_sam.py found in paper text by Syntology unverified no licence file found · pointer only · c16a9125da421e48 · report
iou_binary junbum766/ALRIS/annotation_tool/make_pseudo_to_gt.py found in paper text by Syntology unverified no licence file found · pointer only · 557a303bedb4c7cb · report
load_cfg_from_cfg_file junbum766/ALRIS/utils/config.py found in paper text by Syntology unverified no licence file found · pointer only · cc23416cff396c39 · report
load_cost_tables_separate junbum766/ALRIS/al/active_learning.py found in paper text by Syntology unverified no licence file found · pointer only · 17ec806ffaf063ec · report
load_counts_file junbum766/ALRIS/annotation_tool/text_annotation_info.py found in paper text by Syntology unverified no licence file found · pointer only · b332877839e1eb3a · report
load_data_meta junbum766/ALRIS/al/active_learning.py found in paper text by Syntology unverified no licence file found · pointer only · 339349ae96f28882 · report
load_mask junbum766/ALRIS/annotation_tool/make_pseudo_to_gt.py found in paper text by Syntology unverified no licence file found · pointer only · 88d9998202bec8bf · report
mask_clicks_to_gt junbum766/ALRIS/annotation_tool/mask_annotation_sam.py found in paper text by Syntology unverified no licence file found · pointer only · 3f56cd046add484c · report
merge_cfg_from_list junbum766/ALRIS/utils/config.py found in paper text by Syntology unverified no licence file found · pointer only · 022883c7911679b3 · report
normalize_chars_for_ngram junbum766/ALRIS/annotation_tool/text_annotation_info.py found in paper text by Syntology unverified no licence file found · pointer only · ba42f02a31e64f26 · report
resize_to junbum766/ALRIS/annotation_tool/make_pseudo_to_gt.py found in paper text by Syntology unverified no licence file found · pointer only · 80f1371a5c917e0c · report
strip_module_prefix junbum766/ALRIS/active_train.py found in paper text by Syntology unverified no licence file found · pointer only · a6ffd9b56d71b72b · report

Results from the paper

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