Papers › Per-Clip Video Object Segmentation

Per-Clip Video Object Segmentation

3 Aug 2022CVPR 2022 1arXiv:2208.01924archive 2025-07-28

KwanYong Park, Sanghyun Woo, Seoung Wug Oh, In So Kweon, Joon-Young Lee

Recently, memory-based approaches show promising results on semi-supervised video object segmentation. These methods predict object masks frame-by-frame with the help of frequently updated memory of the previous mask. Different from this per-frame inference, we investigate an alternative perspective by treating video object segmentation as clip-wise mask propagation. In this per-clip inference scheme, we update the memory with an interval and simultaneously process a set of consecutive frames (i.e. clip) between the memory updates. The scheme provides two potential benefits: accuracy gain by clip-level optimization and efficiency gain by parallel computation of multiple frames. To this end, we propose a new method tailored for the per-clip inference. Specifically, we first introduce a clip-wise operation to refine the features based on intra-clip correlation. In addition, we employ a progressive matching mechanism for efficient information-passing within a clip. With the synergy of two modules and a newly proposed per-clip based training, our network achieves state-of-the-art performance on Youtube-VOS 2018/2019 val (84.6% and 84.6%) and DAVIS 2016/2017 val (91.9% and 86.1%). Furthermore, our model shows a great speed-accuracy trade-off with varying memory update intervals, which leads to huge flexibility.

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

Code

Syntology Ran 4 of 12 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

pkyong95/PCVOS officialmentioned in papermentioned on GitHubpytorch 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

12 samples harvested; 4 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.

3ran · our draft was wrong
1ran · fixture could not drive it
8unverified

Licence: 12 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 pkyong95/PCVOS. “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.

aggregate pkyong95/PCVOS/inference_core_yv.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · e7f0c41c3a51a187 · report
compute_mask pkyong95/PCVOS/inference_core_yv.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 16139a51bd773319 · report
softmax_w_top pkyong95/PCVOS/inference_core_yv.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · d062b5d27d1addee · report
window_partition pkyong95/PCVOS/inference_core_yv.py official repository ran · fixture could not drive it GPL-3.0 (copyleft) · pointer only · 4876d8faacbd6927 · report
BasicLayer pkyong95/PCVOS/inference_core_yv.py official repository unverified GPL-3.0 (copyleft) · pointer only · 4efb16c4894ebc50 · report
ICR pkyong95/PCVOS/inference_core_yv.py official repository unverified GPL-3.0 (copyleft) · pointer only · 0b794cfed5a3d19c · report
InferenceCore_Per_Clip pkyong95/PCVOS/inference_core_yv.py official repository unverified GPL-3.0 (copyleft) · pointer only · f4eaf70ba0d5babe · report
MemoryBank pkyong95/PCVOS/inference_core_yv.py official repository unverified GPL-3.0 (copyleft) · pointer only · e1b6bc0bb5d9568c · report
PCVOS pkyong95/PCVOS/inference_core_yv.py official repository unverified GPL-3.0 (copyleft) · pointer only · d8b149bcaec9e608 · report
SwinTransformerBlock3D pkyong95/PCVOS/inference_core_yv.py official repository unverified GPL-3.0 (copyleft) · pointer only · 100ffb20b54172cc · report
WindowAttention3D pkyong95/PCVOS/inference_core_yv.py official repository unverified GPL-3.0 (copyleft) · pointer only · 4a096c4688483280 · report
build_Intra_Clip_Refinement pkyong95/PCVOS/inference_core_yv.py official repository unverified GPL-3.0 (copyleft) · pointer only · e2791c3e738b1049 · report

Tasks

ObjectSegmentationSemantic SegmentationSemi-Supervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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