Papers › DeVIS: Making Deformable Transformers Work for Video Instance Segmentation

DeVIS: Making Deformable Transformers Work for Video Instance Segmentation

22 Jul 2022arXiv:2207.11103archive 2025-07-28

Adrià Caelles, Tim Meinhardt, Guillem Brasó, Laura Leal-Taixé

Video Instance Segmentation (VIS) jointly tackles multi-object detection, tracking, and segmentation in video sequences. In the past, VIS methods mirrored the fragmentation of these subtasks in their architectural design, hence missing out on a joint solution. Transformers recently allowed to cast the entire VIS task as a single set-prediction problem. Nevertheless, the quadratic complexity of existing Transformer-based methods requires long training times, high memory requirements, and processing of low-single-scale feature maps. Deformable attention provides a more efficient alternative but its application to the temporal domain or the segmentation task have not yet been explored. In this work, we present Deformable VIS (DeVIS), a VIS method which capitalizes on the efficiency and performance of deformable Transformers. To reason about all VIS subtasks jointly over multiple frames, we present temporal multi-scale deformable attention with instance-aware object queries. We further introduce a new image and video instance mask head with multi-scale features, and perform near-online video processing with multi-cue clip tracking. DeVIS reduces memory as well as training time requirements, and achieves state-of-the-art results on the YouTube-VIS 2021, as well as the challenging OVIS dataset. Code is available at https://github.com/acaelles97/DeVIS.

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

Code

Syntology Ran 2 of 11 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong.

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

acaelles97/devis officialmentioned in papermentioned 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

11 samples harvested; 2 ran; 1 honoured the contract we drafted; 9 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 · our draft was wrong
9unverified

Licence: 11 of the 11 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 acaelles97/devis. “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.

convert_to_xywh acaelles97/devis/src/datasets/coco_eval.py official repository ran · honoured contract fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · f31a58bf6457ced5 · report
evaluate acaelles97/devis/src/datasets/coco_eval.py official repository ran · our draft was wrong Apache-2.0 recorded; this copy not marked cleared · pointer only · fe0ddcc2d420c9a0 · report
build_3D_conv_head acaelles97/devis/src/models/devis_segmentation.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 894e7d5a12a809b7 · report
crop acaelles97/devis/src/datasets/coco_transforms.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 8ea3bd3cae92680d · report
get_size_with_aspect_ratio acaelles97/devis/src/datasets/coco_transforms.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 2354640608431f61 · report
hflip acaelles97/devis/src/datasets/coco_transforms.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 344591b983c871de · report
make_coco_train_transforms acaelles97/devis/src/datasets/coco.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 9fc36974a286ba3c · report
make_coco_val_transforms acaelles97/devis/src/datasets/coco.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 08f78c9f2a7c5d05 · report
merge acaelles97/devis/src/datasets/coco_eval.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · eb4edcefd813ed1f · report
process_centroid acaelles97/devis/visualize_dataset.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · c1af59f873dcaf84 · report
un_normalize acaelles97/devis/visualize_dataset.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 96420c6020086b5c · report

Tasks

Instance SegmentationObject DetectionSegmentationSemantic SegmentationVideo Instance Segmentationobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Instance Segmentation OVIS validation DeVIS (Swin-L) AP50 59.3 #25 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DeVIS (Swin-L) AP75 38.3 #25 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DeVIS (Swin-L) AR1 16.6 #25 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DeVIS (Swin-L) AR10 39.8 #25 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DeVIS (Swin-L) mask AP 35.5 #25 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DeVIS (ResNet-50) AP50 47.6 #33 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DeVIS (ResNet-50) AP75 20.8 #33 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DeVIS (ResNet-50) AR1 12.0 #33 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DeVIS (ResNet-50) AR10 28.9 #33 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DeVIS (ResNet-50) mask AP 23.7 #33 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (Swin-L) AP50 77.7 #17 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (Swin-L) AP75 59.8 #17 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (Swin-L) AR1 43.8 #17 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (Swin-L) AR10 57.8 #17 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (Swin-L) mask AP 54.4 #17 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (ResNet-50) AP50 66.8 #24 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (ResNet-50) AP75 46.6 #24 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (ResNet-50) AR1 38.0 #24 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (ResNet-50) AR10 50.1 #24 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DeVIS (ResNet-50) mask AP 43.1 #24 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (Swin-L) AP50 80.8 #10 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (Swin-L) AP75 66.3 #10 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (Swin-L) AR1 50.8 #10 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (Swin-L) AR10 61.0 #10 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (Swin-L) mask AP 57.1 #10 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (ResNet-50) AP50 66.7 #23 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (ResNet-50) AP75 48.6 #23 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (ResNet-50) AR1 42.4 #23 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (ResNet-50) AR10 51.6 #23 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS validation DeVIS (ResNet-50) mask AP 44.4 #23 of 44 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

CLIP

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