Papers › A Simple Video Segmenter by Tracking Objects Along Axial Trajectories

A Simple Video Segmenter by Tracking Objects Along Axial Trajectories

30 Nov 2023arXiv:2311.18537archive 2025-07-28

Ju He, Qihang Yu, Inkyu Shin, Xueqing Deng, Alan Yuille, Xiaohui Shen, Liang-Chieh Chen

Video segmentation requires consistently segmenting and tracking objects over time. Due to the quadratic dependency on input size, directly applying self-attention to video segmentation with high-resolution input features poses significant challenges, often leading to insufficient GPU memory capacity. Consequently, modern video segmenters either extend an image segmenter without incorporating any temporal attention or resort to window space-time attention in a naive manner. In this work, we present Axial-VS, a general and simple framework that enhances video segmenters by tracking objects along axial trajectories. The framework tackles video segmentation through two sub-tasks: short-term within-clip segmentation and long-term cross-clip tracking. In the first step, Axial-VS augments an off-the-shelf clip-level video segmenter with the proposed axial-trajectory attention, sequentially tracking objects along the height- and width-trajectories within a clip, thereby enhancing temporal consistency by capturing motion trajectories. The axial decomposition significantly reduces the computational complexity for dense features, and outperforms the window space-time attention in segmentation quality. In the second step, we further employ axial-trajectory attention to the object queries in clip-level segmenters, which are learned to encode object information, thereby aiding object tracking across different clips and achieving consistent segmentation throughout the video. Without bells and whistles, Axial-VS showcases state-of-the-art results on video segmentation benchmarks, emphasizing its effectiveness in addressing the limitations of modern clip-level video segmenters. Code and models are available at https://github.com/TACJu/Axial-VS.

PaperPDFCode

Code

tacju/axial-vs officialmentioned in papermentioned on GitHubpytorch report
tacju/maxtron 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

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

ObjectObject TrackingPanoptic SegmentationSegmentationVideo ClassificationVideo Panoptic SegmentationVideo SegmentationVideo Semantic Segmentation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Panoptic Segmentation VIPSeg MaXTron (ConvNeXtV2-L) VPQ 58.0 #3 of 12 Archive leaderboard report
Video Panoptic Segmentation VIPSeg MaXTron (ConvNeXt-L) VPQ 57.1 #5 of 12 Archive leaderboard report
Video Panoptic Segmentation VIPSeg MaXTron (ResNet-50) VPQ 46.7 #10 of 12 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

CLIPHigh-resolution input

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