Papers › GSVA: Generalized Segmentation via Multimodal Large Language Models

GSVA: Generalized Segmentation via Multimodal Large Language Models

15 Dec 2023CVPR 2024 1arXiv:2312.10103archive 2025-07-28

Zhuofan Xia, Dongchen Han, Yizeng Han, Xuran Pan, Shiji Song, Gao Huang

Generalized Referring Expression Segmentation (GRES) extends the scope of classic RES to refer to multiple objects in one expression or identify the empty targets absent in the image. GRES poses challenges in modeling the complex spatial relationships of the instances in the image and identifying non-existing referents. Multimodal Large Language Models (MLLMs) have recently shown tremendous progress in these complicated vision-language tasks. Connecting Large Language Models (LLMs) and vision models, MLLMs are proficient in understanding contexts with visual inputs. Among them, LISA, as a representative, adopts a special [SEG] token to prompt a segmentation mask decoder, e.g., SAM, to enable MLLMs in the RES task. However, existing solutions to GRES remain unsatisfactory since current segmentation MLLMs cannot correctly handle the cases where users might reference multiple subjects in a singular prompt or provide descriptions incongruent with any image target. In this paper, we propose Generalized Segmentation Vision Assistant (GSVA) to address this gap. Specifically, GSVA reuses the [SEG] token to prompt the segmentation model towards supporting multiple mask references simultaneously and innovatively learns to generate a [REJ] token to reject the null targets explicitly. Experiments validate GSVA's efficacy in resolving the GRES issue, marking a notable enhancement and setting a new record on the GRES benchmark gRefCOCO dataset. GSVA also proves effective across various classic referring segmentation and comprehension tasks.

PaperPDFConference PDFCodeCode 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.10103")

Code

Syntology Ran 2 of 10 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: official repository: 10 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.

leaplabthu/gsva officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

10 samples harvested; 2 ran; 0 honoured the contract we drafted; 8 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
8unverified

Licence: 0 of the 10 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 leaplabthu/gsva. “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.

get_logger leaplabthu/gsva/utils/logger.py official repository ran Apache-2.0 (permissive) · 7e11d9ec27335f5b · report
process_images leaplabthu/gsva/model/llava/mm_utils.py official repository ran Apache-2.0 (permissive) · 1df990c375318896 · report
build_sam_vit_b leaplabthu/gsva/model/segment_anything/build_sam.py official repository unverified Apache-2.0 (permissive) · e11c7f60d91192ce · report
build_sam_vit_h leaplabthu/gsva/model/segment_anything/build_sam.py official repository unverified Apache-2.0 (permissive) · 06cfc37f79036a2c · report
build_sam_vit_l leaplabthu/gsva/model/segment_anything/build_sam.py official repository unverified Apache-2.0 (permissive) · 7cea226e4ef7b90d · report
dice_loss leaplabthu/gsva/model/losses.py official repository unverified Apache-2.0 (permissive) · 6ec47ecac3fe27fc · report
init_vision_seg_for_model leaplabthu/gsva/model/prepare_model_tokenizer.py official repository unverified Apache-2.0 (permissive) · 0a8545604f9b15d8 · report
iou_loss leaplabthu/gsva/model/losses.py official repository unverified Apache-2.0 (permissive) · af6fc3d42a9de09a · report
load_image_from_base64 leaplabthu/gsva/model/llava/mm_utils.py official repository unverified Apache-2.0 (permissive) · 0dde2e782959c0bd · report
sigmoid_ce_loss leaplabthu/gsva/model/losses.py official repository unverified Apache-2.0 (permissive) · 13c0bb91f8009d9c · report

Tasks

DecoderGeneralized Referring Expression SegmentationReferring ExpressionReferring Expression SegmentationSegmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Generalized Referring Expression Segmentation gRefCOCO GSVA-Llama2-13B cIoU 66.38 #2 of 13 Archive leaderboard report
Generalized Referring Expression Segmentation gRefCOCO GSVA-Llama2-13B gIoU 70.04 #2 of 13 Archive leaderboard report
Generalized Referring Expression Segmentation gRefCOCO GSVA-Vicuna-13B-v1.1 cIoU 64.05 #5 of 13 Archive leaderboard report
Generalized Referring Expression Segmentation gRefCOCO GSVA-Vicuna-13B-v1.1 gIoU 68.01 #5 of 13 Archive leaderboard report
Generalized Referring Expression Segmentation gRefCOCO GSVA-Vicuna-7B-v1.1 cIoU 63.29 #7 of 13 Archive leaderboard report
Generalized Referring Expression Segmentation gRefCOCO GSVA-Vicuna-7B-v1.1 gIoU 66.47 #7 of 13 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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