Papers › Interactive Video Object Segmentation Using Global and Local Transfer Modules

Interactive Video Object Segmentation Using Global and Local Transfer Modules

16 Jul 2020ECCV 2020 8arXiv:2007.08139archive 2025-07-28

Yuk Heo, Yeong Jun Koh, Chang-Su Kim

An interactive video object segmentation algorithm, which takes scribble annotations on query objects as input, is proposed in this paper. We develop a deep neural network, which consists of the annotation network (A-Net) and the transfer network (T-Net). First, given user scribbles on a frame, A-Net yields a segmentation result based on the encoder-decoder architecture. Second, T-Net transfers the segmentation result bidirectionally to the other frames, by employing the global and local transfer modules. The global transfer module conveys the segmentation information in an annotated frame to a target frame, while the local transfer module propagates the segmentation information in a temporally adjacent frame to the target frame. By applying A-Net and T-Net alternately, a user can obtain desired segmentation results with minimal efforts. We train the entire network in two stages, by emulating user scribbles and employing an auxiliary loss. Experimental results demonstrate that the proposed interactive video object segmentation algorithm outperforms the state-of-the-art conventional algorithms. Codes and models are available at https://github.com/yuk6heo/IVOS-ATNet.

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

Code

Syntology Ran 0 of 15 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run.

By repository: official repository: 3 samples from 1 repository, 0 ran; community (archive-listed): 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yuk6heo/IVOS-ATNet officialmentioned in papermentioned on GitHubpytorchMIT report
dongkwonjin/Semantic-Line-DRM mentioned on GitHubpytorchMIT report
dongkwonjin/Semantic-Line-SLNet mentioned on GitHubpytorchMIT report
yuk6heo/GIS-RAmap mentioned 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

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

15unverified

Licence: 0 of the 15 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

apply_pad yuk6heo/IVOS-ATNet/libs/utils.py official repository unverified MIT (permissive) · 066a8b05ecbb3bce · report
combine_masks_with_batch yuk6heo/IVOS-ATNet/libs/utils_torch.py official repository unverified MIT (permissive) · 2724e0efd0bcfecf · report
get_prop_list yuk6heo/IVOS-ATNet/libs/utils.py official repository unverified MIT (permissive) · bfb32f8653031cfa · report
divided_region_mask dongkwonjin/Semantic-Line-SLNet/Modelling/code/evaluation/eval_func.py community (archive-listed) unverified MIT (permissive) · ebe6247047d4ec42 · report
eval_AUC_A dongkwonjin/Semantic-Line-SLNet/Modelling/code/evaluation/eval_process.py community (archive-listed) unverified MIT (permissive) · a7ab087a5808adf4 · report
eval_AUC_PR dongkwonjin/Semantic-Line-SLNet/Modelling/code/evaluation/eval_process.py community (archive-listed) unverified MIT (permissive) · 5737458ee1231106 · report
measure_IoU dongkwonjin/Semantic-Line-SLNet/Modelling/code/evaluation/eval_func.py community (archive-listed) unverified MIT (permissive) · cd5023b2159c5f4c · report
measure_IoU_set dongkwonjin/Semantic-Line-SLNet/Modelling/code/evaluation/eval_func.py community (archive-listed) unverified MIT (permissive) · bbab9f755a20036f · report
non_maximum_suppression dongkwonjin/Semantic-Line-SLNet/Modelling/code/libs/modules.py community (archive-listed) unverified MIT (permissive) · 1952b3a21e3326a1 · report
prepare_model dongkwonjin/Semantic-Line-SLNet/Modelling/code/libs/prepare.py community (archive-listed) unverified MIT (permissive) · 2cdc3d3a4b27f434 · report
save_model_max dongkwonjin/Semantic-Line-SLNet/Modelling/code/libs/save_model.py community (archive-listed) unverified MIT (permissive) · 839736fe2e2c99ea · report
save_model_max_upper dongkwonjin/Semantic-Line-SLNet/Modelling/code/libs/save_model.py community (archive-listed) unverified MIT (permissive) · 5b352c4c9fc41c5a · report
to_np dongkwonjin/Semantic-Line-SLNet/Modelling/code/libs/utils.py community (archive-listed) unverified MIT (permissive) · 90d5599d1ec3e4be · report
to_np2 dongkwonjin/Semantic-Line-SLNet/Modelling/code/libs/utils.py community (archive-listed) unverified MIT (permissive) · 595a24f015a16800 · report
to_tensor dongkwonjin/Semantic-Line-SLNet/Modelling/code/libs/utils.py community (archive-listed) unverified MIT (permissive) · 60217905378521fd · report

Tasks

DecoderInteractive Video Object SegmentationSegmentationSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Interactive Video Object Segmentation DAVIS 2017 AT-Net AUC-J 0.778 #3 of 7 Archive leaderboard report
Interactive Video Object Segmentation DAVIS 2017 AT-Net AUC-J&F 0.809 #3 of 7 Archive leaderboard report
Interactive Video Object Segmentation DAVIS 2017 AT-Net J&F@60s 0.827 #3 of 7 Archive leaderboard report
Interactive Video Object Segmentation DAVIS 2017 AT-Net J@60s 0.790 #3 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