Papers › VideoSEG-O3: A Multi-turn Reinforcement Learning Framework for Reasoning Video Object...

VideoSEG-O3: A Multi-turn Reinforcement Learning Framework for Reasoning Video Object Segmentation

5 Jun 2026ICMLarXiv:2606.06819added by Syntology

Ming Dai, Sen Yang, Boqiang Duan, Boyuan Tong, Jiedong Zhuang, Wankou Yang, Jingdong Wang

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

Reasoning Video Object Segmentation (RVOS) demands a sophisticated integration of temporal dynamics, spatial details, and linguistic reasoning to achieve precise pixel-level localization. Existing methods are limited to reasoning over fixed initial inputs and lack the capacity to actively acquire further visual evidence, which is often essential for resolving complex references in long or intricate videos. To address this, we propose \textbf{VideoSEG-O3}, the first multi-turn reinforcement learning framework for RVOS that emulates the human \textit{``coarse-to-fine''} cognitive process. It employs a \textit{multi-turn temporal-spatial chain-of-thought} to capture fine-grained details by iteratively pinpointing critical intervals and keyframes. Additionally, to enable the policy to perceive segmentation quality beyond mere text probability of \texttt{[SEG]} during the RL stage, we introduce \textit{SEG-aware logit calibration}, which integrates pixel-wise segmentation feedback directly into the token-level logits. Furthermore, we design a \textit{decoupled thinking trace} to hierarchically decompose the reasoning process into temporal, spatial, and linguistic dimensions, and construct \textbf{VTS-CoT}, a specialized cold-start dataset featuring comprehensive reasoning trajectories. The code and models will be released at https://github.com/Dmmm1997/VideoSEG-O3.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

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

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

Dmmm1997/VideoSEG-O3 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

12 samples harvested; 12 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

12ran

Licence: 0 of the 12 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 Dmmm1997/VideoSEG-O3. “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.

dice_loss Dmmm1997/VideoSEG-O3/projects/open_r1/trainer/sam_loss.py found in paper text by Syntology ran Apache-2.0 (permissive) · 27e0ec37f99eb303 · report
format_reward Dmmm1997/VideoSEG-O3/projects/open_r1/rewards.py found in paper text by Syntology ran Apache-2.0 (permissive) · 09e6ed2ece2264f7 · report
get_mask_from_json Dmmm1997/VideoSEG-O3/projects/open_r1/dataset.py found in paper text by Syntology ran Apache-2.0 (permissive) · 555397b8c8e37d9b · report
iou_loss Dmmm1997/VideoSEG-O3/projects/open_r1/trainer/sam_loss.py found in paper text by Syntology ran Apache-2.0 (permissive) · e40a43378d8a1fb1 · report
lr_keyframe_vs_mask_reward_dense Dmmm1997/VideoSEG-O3/projects/open_r1/rewards_dense.py found in paper text by Syntology ran Apache-2.0 (permissive) · f00c0b416be367d1 · report
lr_progressive_keyframe_reward_dense Dmmm1997/VideoSEG-O3/projects/open_r1/rewards_dense.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8e18f662aafb6741 · report
lr_vtg_iou_reward_dense Dmmm1997/VideoSEG-O3/projects/open_r1/rewards_dense.py found in paper text by Syntology ran Apache-2.0 (permissive) · ce95cb2555ca57ce · report
resize_longest Dmmm1997/VideoSEG-O3/projects/open_r1/dataset.py found in paper text by Syntology ran Apache-2.0 (permissive) · f198b4c1897d05e3 · report
resize_shortest Dmmm1997/VideoSEG-O3/projects/open_r1/dataset.py found in paper text by Syntology ran Apache-2.0 (permissive) · a95077549e0188f3 · report
sigmoid_bce_loss Dmmm1997/VideoSEG-O3/projects/open_r1/trainer/sam_loss.py found in paper text by Syntology ran Apache-2.0 (permissive) · 96a68d44c9a31965 · report
think_format_reward Dmmm1997/VideoSEG-O3/projects/open_r1/rewards.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3bfb2a61622e10cb · report
think_select_format_reward Dmmm1997/VideoSEG-O3/projects/open_r1/rewards.py found in paper text by Syntology ran Apache-2.0 (permissive) · fd576996738fc5b8 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.06819, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 4 leaderboards for this paper and placed the paper on none of them: 4 refused by a rule. What is not shown.

Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.

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