Papers › MPG-SAM 2: Adapting SAM 2 with Mask Priors and Global Context for Referring Video...

MPG-SAM 2: Adapting SAM 2 with Mask Priors and Global Context for Referring Video Object Segmentation

23 Jan 2025arXiv:2501.13667archive 2025-07-28

Fu Rong, Meng Lan, Qian Zhang, Lefei Zhang

Referring video object segmentation (RVOS) aims to segment objects in a video according to textual descriptions, which requires the integration of multimodal information and temporal dynamics perception. The Segment Anything Model 2 (SAM 2) has shown great effectiveness across various video segmentation tasks. However, its application to offline RVOS is challenged by the translation of the text into effective prompts and a lack of global context awareness. In this paper, we propose a novel RVOS framework, termed MPG-SAM 2, to address these challenges. Specifically, MPG-SAM 2 employs a unified multimodal encoder to jointly encode video and textual features, generating semantically aligned video and text embeddings, along with multimodal class tokens. A mask prior generator utilizes the video embeddings and class tokens to create pseudo masks of target objects and global context. These masks are fed into the prompt encoder as dense prompts along with multimodal class tokens as sparse prompts to generate accurate prompts for SAM 2. To provide the online SAM 2 with a global view, we introduce a hierarchical global-historical aggregator, which allows SAM 2 to aggregate global and historical information of target objects at both pixel and object levels, enhancing the target representation and temporal consistency. Extensive experiments on several RVOS benchmarks demonstrate the superiority of MPG-SAM 2 and the effectiveness of our proposed modules.

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

Code

Syntology Ran 5 of 16 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 16 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rongfu-dsb/MPG-SAM2 officialmentioned 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

16 samples harvested; 5 ran; 1 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.

1ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
11unverified

Licence: 0 of the 16 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 rongfu-dsb/MPG-SAM2. “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.

compute_axial_cis rongfu-dsb/MPG-SAM2/models/sam2/modeling/position_encoding.py official repository ran · violated contract Apache-2.0 (permissive) · 7ceaad42da42edd5 · report
get_1d_sine_pe rongfu-dsb/MPG-SAM2/models/sam2/modeling/sam2_utils.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · a6c3974188a5ffb0 · report
init_t_xy rongfu-dsb/MPG-SAM2/models/sam2/modeling/position_encoding.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · bb060d29525f90eb · report
reshape_for_broadcast rongfu-dsb/MPG-SAM2/models/sam2/modeling/position_encoding.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · f8f09f78b474ee7c · report
select_closest_cond_frames rongfu-dsb/MPG-SAM2/models/sam2/modeling/sam2_utils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 4ee20f090e58c425 · report
box_xyxy_to_xywh rongfu-dsb/MPG-SAM2/models/sam2/utils/amg.py official repository unverified Apache-2.0 (permissive) · ca78fd1ad096a766 · report
build_sam2 rongfu-dsb/MPG-SAM2/models/sam2/build_sam.py official repository unverified Apache-2.0 (permissive) · df0caf7e54b2c61e · report
build_sam2_hf rongfu-dsb/MPG-SAM2/models/sam2/build_sam.py official repository unverified Apache-2.0 (permissive) · c83fb75d631af894 · report
build_sam2_video_predictor rongfu-dsb/MPG-SAM2/models/sam2/build_sam.py official repository unverified Apache-2.0 (permissive) · b6bf96dd6b61e154 · report
get_activation_fn rongfu-dsb/MPG-SAM2/models/sam2/modeling/sam2_utils.py official repository unverified Apache-2.0 (permissive) · f2e72d81f39d65cd · report
get_connected_components rongfu-dsb/MPG-SAM2/models/sam2/utils/misc.py official repository unverified Apache-2.0 (permissive) · baff5f8846f48223 · report
is_box_near_crop_edge rongfu-dsb/MPG-SAM2/models/sam2/utils/amg.py official repository unverified Apache-2.0 (permissive) · 3aac722b6505ee55 · report
load_video_frames rongfu-dsb/MPG-SAM2/models/sam2/utils/misc.py official repository unverified Apache-2.0 (permissive) · 5cc4935655a7476a · report
mask_to_box rongfu-dsb/MPG-SAM2/models/sam2/utils/misc.py official repository unverified Apache-2.0 (permissive) · b91b1a2983dbf738 · report
mask_to_rle_pytorch rongfu-dsb/MPG-SAM2/models/sam2/utils/amg.py official repository unverified Apache-2.0 (permissive) · bfa3b8111ef40247 · report
parse_args rongfu-dsb/MPG-SAM2/merge_lora_weights_and_save_hf_model.py official repository unverified Apache-2.0 (permissive) · 77c6e8c3acbaea40 · report

Tasks

Referring Expression SegmentationReferring Video Object SegmentationSemantic SegmentationVideo Object SegmentationVideo SegmentationVideo Semantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Referring Expression Segmentation Refer-YouTube-VOS (2021 public validation) MPG-SAM 2 F 76.1 #1 of 33 Archive leaderboard report
Referring Expression Segmentation Refer-YouTube-VOS (2021 public validation) MPG-SAM 2 J 71.7 #1 of 33 Archive leaderboard report
Referring Expression Segmentation Refer-YouTube-VOS (2021 public validation) MPG-SAM 2 J&F 73.9 #1 of 33 Archive leaderboard report
Referring Video Object Segmentation MeViS MPG-SAM 2 F 56.7 #1 of 16 Archive leaderboard report
Referring Video Object Segmentation MeViS MPG-SAM 2 J 50.7 #1 of 16 Archive leaderboard report
Referring Video Object Segmentation MeViS MPG-SAM 2 J&F 53.7 #1 of 16 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