Papers › CTVIS: Consistent Training for Online Video Instance Segmentation

CTVIS: Consistent Training for Online Video Instance Segmentation

24 Jul 2023ICCV 2023 1arXiv:2307.12616archive 2025-07-28

Kaining Ying, Qing Zhong, Weian Mao, Zhenhua Wang, Hao Chen, Lin Yuanbo Wu, Yifan Liu, Chengxiang Fan, Yunzhi Zhuge, Chunhua Shen

The discrimination of instance embeddings plays a vital role in associating instances across time for online video instance segmentation (VIS). Instance embedding learning is directly supervised by the contrastive loss computed upon the contrastive items (CIs), which are sets of anchor/positive/negative embeddings. Recent online VIS methods leverage CIs sourced from one reference frame only, which we argue is insufficient for learning highly discriminative embeddings. Intuitively, a possible strategy to enhance CIs is replicating the inference phase during training. To this end, we propose a simple yet effective training strategy, called Consistent Training for Online VIS (CTVIS), which devotes to aligning the training and inference pipelines in terms of building CIs. Specifically, CTVIS constructs CIs by referring inference the momentum-averaged embedding and the memory bank storage mechanisms, and adding noise to the relevant embeddings. Such an extension allows a reliable comparison between embeddings of current instances and the stable representations of historical instances, thereby conferring an advantage in modeling VIS challenges such as occlusion, re-identification, and deformation. Empirically, CTVIS outstrips the SOTA VIS models by up to +5.0 points on three VIS benchmarks, including YTVIS19 (55.1% AP), YTVIS21 (50.1% AP) and OVIS (35.5% AP). Furthermore, we find that pseudo-videos transformed from images can train robust models surpassing fully-supervised ones.

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

Code

Syntology Ran 4 of 7 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran with no contract checked.

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

kainingying/ctvis officialmentioned in paperpytorchMIT 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

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

3ran · honoured contract
1ran
3unverified

Licence: 0 of the 7 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 kainingying/ctvis. “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.

box_cxcywh_to_xyxy kainingying/ctvis/ctvis/utils/utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · e0a06ded5d4f6c3c · report
box_iou kainingying/ctvis/ctvis/utils/utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · ce749f837424dd8c · report
box_xyxy_to_cxcywh kainingying/ctvis/ctvis/utils/utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · 031b02fb990284ba · report
retry_if_cuda_oom kainingying/ctvis/ctvis/utils/memory.py official repository ran MIT (permissive) · 0c1f7797c3d1f89d · report
get_sine_pos_embed kainingying/ctvis/ctvis/modeling/transformer_decoder/base_arch.py official repository unverified MIT (permissive) · 8e5e8f7bf1306736 · report
loss_reid kainingying/ctvis/ctvis/modeling/cl_plugin/ct_cl_plugin.py official repository unverified MIT (permissive) · 48a9de57443c5046 · report
loss_reid kainingying/ctvis/ctvis/modeling/cl_plugin/multi_ref_cl_plugin.py official repository unverified MIT (permissive) · 4037603d511c526c · report

Tasks

Instance SegmentationSemantic SegmentationVideo Instance Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Instance Segmentation OVIS validation CTVIS (Swin-L) AP50 71.5 #9 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation CTVIS (Swin-L) AP75 47.5 #9 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation CTVIS (Swin-L) APho 19.1 #9 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation CTVIS (Swin-L) APmo 52.1 #9 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation CTVIS (Swin-L) mask AP 46.9 #9 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation CTVIS (ResNet-50) AP50 60.8 #24 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation CTVIS (ResNet-50) AP75 34.9 #24 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation CTVIS (ResNet-50) APho 16.1 #24 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation CTVIS (ResNet-50) APmo 41.9 #24 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation CTVIS (ResNet-50) mask AP 35.5 #24 of 44 Archive leaderboard report
Video Instance Segmentation Youtube-VIS 2022 Validation CTVIS (Swin-L) mAP_L 46.4 #3 of 7 Archive leaderboard report
Video Instance Segmentation Youtube-VIS 2022 Validation CTVIS (ResNet-50) mAP_L 39.4 #5 of 7 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.

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