Pith. sign in

REVIEW 4 major objections 6 minor 1 cited by

Leader360V: The Large-scale, Real-world 360 Video Dataset for Multi-task Learning in Diverse Environment

T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Leader360V claims to be the first 10K+ labeled real-world 360-degree video dataset for segmentation and tracking.

desk verdict An important 360 video dataset in the making, but the current eval split leaks source videos between train and test, and the source counts are inconsistent; the headline performance claim isn't yet supported. read the letter →

arxiv 2506.14271 v1 pith:XMQFKBZB submitted 2025-06-17 cs.CV

classification cs.CV
keywords 360videodatasetobjectsegmentationmulti-objecttrackingpanoramicunderstandingautomaticannotationlargelanguagemodelsSAM2instance
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces Leader360V, a claimed first large-scale real-world 360 video dataset with over 10,180 videos and 198 object categories, annotated for both instance segmentation and tracking. To build it affordably, the authors propose A3360V, an automatic annotation pipeline that combines pre-trained 2D segmentors with large language models, followed by manual refinement. The central claim is that fine-tuning existing models on Leader360V significantly improves their performance on 360 video segmentation and tracking. A sympathetic reader would care because it addresses a bottleneck: the lack of large, labeled panoramic video data for foundation-model-era training.

What carries the argument

The central object is the A3360V annotation pipeline, whose load-bearing component is the Semantic- and Distortion-aware Refinement (SDR) module. SDR merges patch-wise mask proposals from multiple 2D segmentors, uses an LLM-based semantic label checker to unify labels, and feeds the resulting masks as prompts into SAM2, with a mask-prompt shifting step that selects the most consistent distortion-aware mask. The pipeline then propagates annotations through frames, using a coverage-rate threshold to trigger a Motion-Continuity Refinement module that resolves ERP border discontinuities, missing masks, and new objects before a final LLM-guided human revision pass.

What would settle it

Train a segmentation or tracking model on the Leader360V training clips and evaluate it on a holdout of videos whose source videos never appear in training; if the J&F or Sdual gains shrink to the level of the untrained baselines, the dataset's claimed value as a generalization resource would be refuted.

Watch

Extended reading notes

Core claim

On its own terms, the paper establishes Leader360V as the first 10K+ labeled real-world 360 video dataset for instance segmentation and tracking, spanning 198 object types across indoor, urban, natural, and dynamic outdoor scenes. It further claims that its three-phase A3360V annotation pipeline—initial annotation with a Semantic- and Distortion-aware Refinement module, auto-refinement with a Motion-Continuity Refinement module, and LLM-assisted manual revision—produces high-quality annotations at a fraction of manual cost. Experiments on segmentation and tracking benchmarks report that models fine-tuned on Leader360V gain, for example, +36.3 J&F for PSCFormer and +12.6 Sdual for SimTrack over their untrained counterparts.

Load-bearing premise

The reported performance gains rest on the assumption that the validation and test clips, 66% of which are cut from the training set's own source videos, actually test generalization rather than memory of the same scenes.

Editorial extensions

If this is right

  • Fine-tuning on Leader360V becomes a practical recipe for adapting 2D video segmentation models to 360 input, closing part of the domain gap from distortion and border discontinuity.
  • The dataset provides a unified mask-and-box annotation resource that can support training of 360-specific instance segmentation and multi-object tracking models end to end.
  • The A3360V pipeline offers a reusable template for scaling annotation of other 360 video collections without prohibitive human effort.
  • Performance comparisons on Leader360V can serve as a new benchmark for panoramic VOS and VOT, complementing the smaller 360VOTS and PanoVOS sets.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the leakage concern is real, the headline gains may overstate the benefit; a video-disjoint evaluation could still rank the dataset fairly but with smaller numbers.
  • The pipeline's reliance on SAM2 and GPT-4o means its quality ceiling may track improvements in those foundation models, so the dataset could become richer automatically as base models improve.
  • Because the taxonomy merges rare classes from COCO, ADE20K, and Cityscapes, models trained on Leader360V may inherit coarse-grained labels that limit fine-grained recognition; this trade-off is worth testing explicitly.
  • The 360-degree nature of the data makes it a natural testbed for evaluating whether models learn true spherical consistency rather than merely ERP-specific artifacts.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper introduces Leader360V, presented as the first large-scale (10K+) real-world 360 video dataset with instance segmentation and tracking annotations covering 198 object categories, built from a combination of existing 360 video datasets, online collections, and self-captured footage. To reduce annotation cost, the authors propose A3360V, a three-phase automatic annotation pipeline that combines pre-trained 2D segmentors, SAM2, and LLM-based checkers to produce and refine masks. Experiments on a 500-video sample and domain-transfer settings report substantial improvements on 360 VOS and VOT benchmarks after fine-tuning on Leader360V. The paper also includes user studies and ablations to support the pipeline's effectiveness.

Significance. If the dataset and pipeline claims are substantiated, Leader360V would be a valuable community resource, addressing the scarcity of large-scale annotated 360 video for segmentation and tracking, and the A3360V pipeline could lower annotation costs. The paper's strengths include a modular pipeline design, a broad 198-category taxonomy, explicit failure-case discussion in Appendix C.7, and a user study with multiple skill levels. However, the current evaluation protocol introduces potential video-level leakage between training and test clips, and internal dataset statistics are inconsistent, so the headline performance gains and dataset composition claims are not yet established.

major comments (4)
  1. [Sec. 4.1 (Evaluation Subset)] The split protocol states that 66% of validation and test clips are clipped from the original train set videos, meaning the same source recordings appear in both training and evaluation. This creates a video-level leakage that can inflate the reported fine-tuning gains (e.g., +36.3 J&F for PSCFormer in Table 4, +12.6 Sdual for SimTrack in Table 5) by allowing models to memorize scene-specific backgrounds and object instances. The paper does not report source-video IDs or a video-disjoint split, so the central claim that Leader360V significantly enhances model performance is not currently supported.
  2. [Table 10 and Sec. B.1] Appendix B.1 states that the 360VOTS dataset comprises 120 high-resolution video sequences, yet Table 10 reports selecting 232 videos from 360VOTS at an 80% selection rate. This is arithmetically impossible and indicates a factual error in the dataset composition statistics. The related row labeled 'Self-Collected 360VOTS' is also ambiguous. The authors should correct these entries and provide a source-by-source reconciliation that sums to the claimed 10,180 videos.
  3. [Sec. 4.3 / Table 8] The ablation study evaluates Phase I and Phase II outputs against 'the final annotations' as ground truth, but those final annotations are themselves the output of the same pipeline after human revision in Phase III. This is a self-consistency check rather than an external validation of annotation quality. The claim that A3360V produces high-quality annotations would be strengthened by a comparison with a fully manual annotation set or by reporting inter-annotator agreement between Phase III outputs and independent human annotations.
  4. [General (Dataset Release)] No dataset release artifacts or project page are provided in the paper. For a dataset contribution of this type, a download link, benchmark server, and code/data documentation are essential for the stated claims to be verifiable and usable by the community. The authors should clearly state data availability and provide these artifacts.
minor comments (6)
  1. [Abstract] In the abstract, 'appications' should be 'applications', and the phrase 'the first large-scale (10K+), labeled real-world 360 video datasets' mixes singular and plural; it should be 'dataset'.
  2. [Table 1] Table 1 uses the citation [10] for '360VOT', but the tracking benchmark 360VOT is correctly cited as [13] in the introduction; the table also seems to conflate 360VOT and 360VOTS.
  3. [Tables 4 and 5] The heading of Table 4 and Table 5 says 'Qualitative comparison', but the content is quantitative; the heading should say 'Quantitative comparison'.
  4. [Sec. 4.1] The evaluation subset description is ambiguous: it is unclear whether the 500-video sample includes the 250 training videos plus 125 val plus 125 test, and the relationship between 'clips' and 'videos' should be clarified; the paper should report the exact overlap in source video IDs between the training and test splits.
  5. [Table 10] In Table 10, the 'Source*' column includes a row 'Self-Collected 360VOTS' which appears to be a typographical error; this row should likely be 'Self-Collected' only, and the table's 'Task' and 'Pct' fields for open-source and self-collected rows are vague.
  6. [Tables 6 and 7] Tables 6 and 7 have a confusing header structure for the 'Training Dataset' columns; please clarify what 'Self-Collected' means in those tables (likely the Leader360V fine-tuning data) and ensure the column labels are self-explanatory.

Circularity Check

1 steps flagged · score 6.0 of 10

Leader360V's central model-improvement claim rests on an evaluation split where 66% of test clips come from the same source videos as training clips, so the reported gains are not an independent test of generalization.

  1. fitted input called prediction [Section 4.1, Evaluation Subset]
    "For the validation set and test set, 66% of the clips are clipped from the original train set videos as val and test sets, and the rest are used as the train set. The remaining clips in the validation and test sets were selected from new and unseen scenarios."

    The test set is constructed so that 66% of its clips are temporally clipped from the same source videos that supply training clips. A model fine-tuned on clips from a source video can then be evaluated on other clips from that same source video, succeeding by memorizing scene-specific content, static backgrounds, lighting, and even the same object instances rather than by learning generalizable 360-degree video representations.

full rationale

This paper constructs a dataset and an annotation pipeline, so there is no mathematical derivation chain whose prediction equals its input by definition. The strongest circularity concern is empirical rather than algebraic: the evaluation protocol in Section 4.1 creates train and test sets that share source videos, with 66% of test and validation clips clipped from the original train-set videos. Consequently, the fine-tuning gains that constitute the central claim that Leader360V significantly enhances model performance can be inflated by video-level leakage, making the test result a partial self-consistency check on overlapping content rather than an external generalization test. The pipeline ablations in Table 8 use final manual-refined annotations as ground truth, which is a self-consistency check with human correction providing some independence, but it is not a fitted-input-as-prediction step. The self-citations, GoodSAM [4] and E-SAM [31], are not load-bearing: GoodSAM is evaluated and performs poorly, while E-SAM is only listed as an optional entity segmentor and is not used in the main implementation. Therefore, the main circularity is the overlapping evaluation split, which warrants a score of 6 under the rubric of predictions reducing by construction.

Assumptions & free parameters 2 free parameters · 5 assumptions · 0 invented entities

No new physical entities or forces are introduced. The central claim depends on hand-set thresholds and on the reliability of pretrained segmentors, LLM agents, SAM2 propagation, and human review as annotation authorities; none of these are independently verified in the paper.

free parameters (2)
  • IoU threshold tau = not reported
    Used in Eq. (1) for patch mask matching and in Eq. (2) for SAM2 mask selection; hand-set and affects merge decisions.
  • Coverage rate rho = not reported
    Triggers the Motion-Continuity Refinement module in the Auto-Refine phase; hand-set threshold.
assumptions (5)
  • domain assumption Pre-trained 2D entity and panoptic segmentors produce mask proposals reliable enough to serve as the initial annotation pool.
    Section 3.2.1 assumes CropFormer, OneFormer, Mask2Former, and similar models provide complementary and largely correct proposals.
  • domain assumption The LLM semantic label checker (GPT-4o) resolves label conflicts and blank regions correctly.
    Section 3.2.1 and Section 3.2.2 rely on LLM outputs for final semantic labels and object retrieval.
  • domain assumption SAM2 video propagation maintains mask identity across frames for most objects.
    Section 3.2.1 uses SAM2 as the VOT model to track entities; Section C.7 admits failures for thin objects, but the pipeline assumes general success.
  • domain assumption Final manual-revised annotations are accurate enough to serve as ground truth for evaluating pipeline phases and model benchmarks.
    Tables 8 and 9 compare earlier phases against final annotations that include human edits.
  • domain assumption The 500-video sampled subset is representative of the full Leader360V distribution.
    Section 4.1 asserts scenario and category distribution similarity without quantitative verification.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Leader360V: The Large-scale, Real-world 360 Video Dataset for Multi-task Learning in Diverse Environment." pith.science (2026). https://pith.science/paper/XMQFKBZB

@misc{pith2026250614271,
  author       = {Pith},
  title        = {Pith review of: Leader360V: The Large-scale, Real-world 360 Video Dataset for Multi-task Learning in Diverse Environment},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/XMQFKBZB}},
  note         = {Machine review of arXiv:2506.14271}
}
read the original abstract

360 video captures the complete surrounding scenes with the ultra-large field of view of 360X180. This makes 360 scene understanding tasks, eg, segmentation and tracking, crucial for appications, such as autonomous driving, robotics. With the recent emergence of foundation models, the community is, however, impeded by the lack of large-scale, labelled real-world datasets. This is caused by the inherent spherical properties, eg, severe distortion in polar regions, and content discontinuities, rendering the annotation costly yet complex. This paper introduces Leader360V, the first large-scale, labeled real-world 360 video datasets for instance segmentation and tracking. Our datasets enjoy high scene diversity, ranging from indoor and urban settings to natural and dynamic outdoor scenes. To automate annotation, we design an automatic labeling pipeline, which subtly coordinates pre-trained 2D segmentors and large language models to facilitate the labeling. The pipeline operates in three novel stages. Specifically, in the Initial Annotation Phase, we introduce a Semantic- and Distortion-aware Refinement module, which combines object mask proposals from multiple 2D segmentors with LLM-verified semantic labels. These are then converted into mask prompts to guide SAM2 in generating distortion-aware masks for subsequent frames. In the Auto-Refine Annotation Phase, missing or incomplete regions are corrected either by applying the SDR again or resolving the discontinuities near the horizontal borders. The Manual Revision Phase finally incorporates LLMs and human annotators to further refine and validate the annotations. Extensive user studies and evaluations demonstrate the effectiveness of our labeling pipeline. Meanwhile, experiments confirm that Leader360V significantly enhances model performance for 360 video segmentation and tracking, paving the way for more scalable 360 scene understanding.

Figures

Figures reproduced from arXiv: 2506.14271 by the authors.

Figure 1
Figure 1. The overall of our Leader360V dataset. Abstract 360 video captures the complete surrounding scenes with the ultra-large field of view of 360×180. This makes 360 scene understanding tasks, e.g., segmentation and tracking, crucial for appications, such as autonomous driving, robotics. With the recent emergence of foundation models, the community is, however, impeded by the lack of large-scale, labelled real-world data… view at source ↗
Figure 2
Figure 2. Samples from different scenarios of the Leader360V dataset. This disparity raises a key scientific question: Can we build a large-scale 360 video dataset with rich annotations for both segmentation and tracking tasks, while substantially reduc￾ing the human labeling cost? In this paper, we present Leader360V (Sec. 3.1), the first large￾scale (10K+), real-world 360 video dataset with dense, frame-level annotations fo… view at source ↗
Figure 3
Figure 3. Category distribution of Leader360V dataset. Richer Data Acquisition Methods. We employ a variety of recording techniques to capture diverse camera motion patterns, including static camera setups, handheld recordings by moving photographer, and vehicle-based capture. In contrast to previous datasets that rely on limited recording methods, our approach enriches the diversity of 360 videos by simulating a wider range … view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: The overall of our A3 360V pipeline. It consists of three phases: Initial Annotation Phase, Auto-Refine Annotation Phase, and Manual Revise Phase. 3.1.2 Pre-Processing All videos in our Leader360V, whether sourced from existing datasets or self-collected, underwent a s…
Figure 5
Figure 5. Figure 5: Illustration of the process of SDR Module. To address the object distor￾tion introduced by ERP and unify the semantics across heterogeneous predictions from multiple segmentors, we propose the Semantic￾and Distortion-aware Re￾finement (SDR) Module, as illustrated in […
Figure 6
Figure 6. Figure 6: Visualization of an example of the feedback provided by the annotation checker, who scores the annotation and points out where bad annotations lie. To identify unannotated areas in the current frame, we employ an LLM-based agent, referred to as the Blank Area Checker, …
Figure 7
Figure 7. Figure 7: Example visualizations of the sequential application of entity segmentor, 2D segmentor, and semantic label checker in SDR Module. Right-Out-Left-In SAM2 Propagation Auto-Refined New Object Blank Input Image Auto-Labeled Manual-Refined [PITH_FULL_IMAGE:figures/full_fig…
Figure 9
Figure 9. Figure 9: Example visualizations for the ablation of Manual Modification [PITH_FULL_IMAGE:figures/full_fig_p010_9.png]
Figure 10
Figure 10. Figure 10: The user study of our Leader360V dataset. To further investigate the effectiveness of our annotation pipeline, we randomly selected 100 videos (0.98% of the entire dataset) from Leader360V, along with 500 images randomly selected from these videos. We invited three gr…
Figure 11
Figure 11. Figure 11: INDOOR Samples in Leader360V. Moreover, the existing datasets exhibit imbalances in scene diversity, as shown in [PITH_FULL_IMAGE:figures/full_fig_p018_11.png]
Figure 12
Figure 12. Figure 12: OUTDOOR Samples in Leader360V. an uneven and unreasonable distribution of labels. Additionally, the number of outdoor videos is several times greater than that of indoor videos. However, our dataset addresses these imbalances by deliberately controlling the number of …
Figure 13
Figure 13. Figure 13: Comparison of category diversity among ours, PanoVOS, and 360VOTS Number of Videos in Indoor/Outdoor Scenarios Indoor Outdoor 48 102 52 238 4581 5599 PanoVOS 360VOTS Ours [PITH_FULL_IMAGE:figures/full_fig_p020_13.png]
Figure 14
Figure 14. Figure 14: The overall of our Leader360V dataset. Online Sources. To construct the first large-scale 360 video dataset, we additionally curated a set of newly uploaded high-resolution 360 videos from online platforms. The collection process followed four key criteria: (1) no vio…
Figure 15
Figure 15. Figure 15: Samples of the bounding box annota￾tion for VOT in the Leader360V dataset. In addition to mask annotations, the Leader360V dataset includes bounding box annotations, which play a critical role in supporting various computer vision tasks such as object detection and tr…
Figure 16
Figure 16. Figure 16: Visualization of A3 360V failure cases. Case A shows the unsegmented part. Case B is the wrong segmentation near the pole. Case C visualizes the failure case of window stitching. Case D shows disability of the employed MOT model to track long and thin objects (like ra…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. A Multi-Layer System for Ultra-High-Resolution Static 360-Degree Telepresence

    cs.HC 2026-08 conditional novelty 6.0 of 10

    Combining an 8K 360-degree camera with a 4K PTZ camera, the system builds a 24K static panorama, overlays live foreground motion, and streams a 4K region of interest, improving perceived detail in VR telepresence.

Reference graph

Works this paper leans on

57 extracted references · 39 canonical work pages · cited by 1 Pith paper

  1. [1]

    Panacea: Panoramic and controllable video generation for autonomous driving

    Yuqing Wen, Yucheng Zhao, Yingfei Liu, Fan Jia, Yanhui Wang, Chong Luo, Chi Zhang, Tiancai Wang, Xiaoyan Sun, and Xiangyu Zhang. Panacea: Panoramic and controllable video generation for autonomous driving. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6902–6912, 2024

  2. [2]

    Openmpd: An open multimodal perception dataset for autonomous driving.IEEE Transactions on Vehicular Technology, 71(3):2437–2447, 2022

    Xinyu Zhang, Zhiwei Li, Yan Gong, Dafeng Jin, Jun Li, Li Wang, Yanzhang Zhu, and Huaping Liu. Openmpd: An open multimodal perception dataset for autonomous driving.IEEE Transactions on Vehicular Technology, 71(3):2437–2447, 2022

  3. [3]

    Semantic cameras for 360-degree environment perception in automated urban driving.IEEE Transactions on Intelligent Transportation Systems, 23(10):17271–17283, 2022

    Andra Petrovai and Sergiu Nedevschi. Semantic cameras for 360-degree environment perception in automated urban driving.IEEE Transactions on Intelligent Transportation Systems, 23(10):17271–17283, 2022

  4. [4]

    Goodsam: Bridging domain and capacity gaps via segment anything model for distortion-aware panoramic semantic segmentation.arXiv preprint arXiv:2403.16370, 2024

    Weiming Zhang, Yexin Liu, Xu Zheng, and Lin Wang. Goodsam: Bridging domain and capacity gaps via segment anything model for distortion-aware panoramic semantic segmentation.arXiv preprint arXiv:2403.16370, 2024

  5. [5]

    Panovos: Bridging non-panoramic and panoramic views with transformer for video segmentation

    Shilin Yan, Xiaohao Xu, Lingyi Hong, Wenchao Chen, Wenqiang Zhang, and Wei Zhang. Panovos: Bridging non-panoramic and panoramic views with transformer for video segmentation. InEuropean Conference on Computer Vision, 2023

  6. [6]

    Detection thresholds for rotation and translation gains in 360 video-based telepresence systems.IEEE transactions on visualization and computer graphics, 24(4):1671–1680, 2018

    Jingxin Zhang, Eike Langbehn, Dennis Krupke, Nicholas Katzakis, and Frank Steinicke. Detection thresholds for rotation and translation gains in 360 video-based telepresence systems.IEEE transactions on visualization and computer graphics, 24(4):1671–1680, 2018

  7. [7]

    360vo: Visual odometry using a single 360 camera

    Huajian Huang and Sai-Kit Yeung. 360vo: Visual odometry using a single 360 camera. In2022 International Conference on Robotics and Automation (ICRA), pages 5594–5600. IEEE, 2022

  8. [8]

    360+ x: A panoptic multi-modal scene understanding dataset

    Hao Chen, Yuqi Hou, Chenyuan Qu, Irene Testini, Xiaohan Hong, and Jianbo Jiao. 360+ x: A panoptic multi-modal scene understanding dataset. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 19373–19382, 2024

Show all 57 references
  1. [9]

    Omniscribe: Authoring immersive audio descriptions for 360 videos

    Ruei-Che Chang, Chao-Hsien Ting, Chia-Sheng Hung, Wan-Chen Lee, Liang-Jin Chen, Yu-Tzu Chao, Bing-Yu Chen, and Anhong Guo. Omniscribe: Authoring immersive audio descriptions for 360 videos. In Proceedings of the 35th Annual ACM Symposium on User Interface Software and Technolo...

  2. [10]

    360vots: Visual object tracking and segmentation in omnidirectional videos.ArXiv, abs/2404.13953, 2024

    Yinzhe Xu, Huajian Huang, Yingshu Chen, and Sai-Kit Yeung. 360vots: Visual object tracking and segmentation in omnidirectional videos.ArXiv, abs/2404.13953, 2024

  3. [11]

    Omnidirectional multi-object tracking.ArXiv, abs/2503.04565, 2025

    Kai Luo, Haowen Shi, Sheng Wu, Fei Teng, Mengfei Duan, Chang Huang, Yuhang Wang, Kaiwei Wang, and Kailun Yang. Omnidirectional multi-object tracking.ArXiv, abs/2503.04565, 2025

  4. [12]

    Ryali, Tengyu Ma, Haitham Khedr, Roman Rädle, Chloé Rolland, Laura Gustafson, Eric Mintun, Junting Pan, Kalyan Vasudev Alwala, Nicolas Carion, Chao-Yuan Wu, Ross B

    Nikhila Ravi, Valentin Gabeur, Yuan-Ting Hu, Ronghang Hu, Chaitanya K. Ryali, Tengyu Ma, Haitham Khedr, Roman Rädle, Chloé Rolland, Laura Gustafson, Eric Mintun, Junting Pan, Kalyan Vasudev Alwala, Nicolas Carion, Chao-Yuan Wu, Ross B. Girshick, Piotr Doll’ar, and Christoph Fe...

  5. [13]

    360vot: A new benchmark dataset for omnidirectional visual object tracking.2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 20509–20519, 2023

    Huajian Huang, Yin Xu, Yingshu Chen, and Sai-Kit Yeung. 360vot: A new benchmark dataset for omnidirectional visual object tracking.2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 20509–20519, 2023

  6. [15]

    High quality entity segmentation

    Lu Qi, Jason Kuen, Tiancheng Shen, Jiuxiang Gu, Weidong Guo, Jiaya Jia, Zhe Lin, and Ming-Hsuan Yang. High quality entity segmentation. InICCV, 2023

  7. [16]

    Oneformer: One transformer to rule universal image segmentation

    Jitesh Jain, Jiachen Li, Mang Tik Chiu, Ali Hassani, Nikita Orlov, and Humphrey Shi. Oneformer: One transformer to rule universal image segmentation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2989–2998, 2023

  8. [17]

    Roberto Martín-Martín, Mihir Patel, Hamid Rezatofighi, Abhijeet Shenoi, JunYoung Gwak, Eric Frankel, Amir Sadeghian, and Silvio Savarese. Jrdb: A dataset and benchmark of egocentric robot visual perception of humans in built environments.IEEE Transactions on Pattern Analysis a...

  9. [18]

    Waymo open dataset: Panoramic video panoptic segmentation

    Jieru Mei, Alex Zihao Zhu, Xinchen Yan, Han Yan, Siyuan Qiao, Yukun Zhu, Liang-Chieh Chen, Henrik Kretzschmar, and Dragomir Anguelov. Waymo open dataset: Panoramic video panoptic segmentation. ArXiv, abs/2206.07704, 2022

  10. [19]

    Fine-grained perception in panoramic scenes: A novel task, dataset, and method for object importance ranking

    Jia Song, Chenglizhao Chen, Xu Yu, and Shanchen Pang. Fine-grained perception in panoramic scenes: A novel task, dataset, and method for object importance ranking. InAAAI Conference on Artificial Intelligence, 2025

  11. [20]

    Lvos: A benchmark for long-term video object segmentation.2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 13434–13446, 2022

    Li Hong, Wen-Chao Chen, Zhongying Liu, Wei Zhang, Pinxue Guo, Zhaoyu Chen, and Wenqiang Zhang. Lvos: A benchmark for long-term video object segmentation.2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 13434–13446, 2022

  12. [21]

    Large-scale video panoptic segmentation in the wild: A benchmark.2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 21001–21011, 2022

    Jiaxu Miao, Xiaohan Wang, Yu Wu, Wei Li, Xu Zhang, Yunchao Wei, and Yi Yang. Large-scale video panoptic segmentation in the wild: A benchmark.2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 21001–21011, 2022

  13. [22]

    Openannotate2: Multi-modal auto-annotating for autonomous driving.IEEE Transactions on Intelligent Vehicles, 2024

    Yijie Zhou, Likun Cai, Xianhui Cheng, Qiming Zhang, Xiangyang Xue, Wenchao Ding, and Jian Pu. Openannotate2: Multi-modal auto-annotating for autonomous driving.IEEE Transactions on Intelligent Vehicles, 2024

  14. [23]

    Algpt: Multi-agent cooperative framework for open-vocabulary multi-modal auto-annotating in autonomous driving.IEEE Transactions on Intelligent Vehicles, 2024

    Yijie Zhou, Xianhui Cheng, Qiming Zhang, Lei Wang, Wenchao Ding, Xiangyang Xue, Chunbo Luo, and Jian Pu. Algpt: Multi-agent cooperative framework for open-vocabulary multi-modal auto-annotating in autonomous driving.IEEE Transactions on Intelligent Vehicles, 2024

  15. [24]

    Mevis: A large-scale benchmark for video segmentation with motion expressions.2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 2694–2703, 2023

    Henghui Ding, Chang Liu, Shuting He, Xudong Jiang, and Chen Change Loy. Mevis: A large-scale benchmark for video segmentation with motion expressions.2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 2694–2703, 2023

  16. [25]

    Trackingnet: A large-scale dataset and benchmark for object tracking in the wild.ArXiv, abs/1803.10794, 2018

    Matthias Müller, Adel Bibi, Silvio Giancola, Salman Al-Subaihi, and Bernard Ghanem. Trackingnet: A large-scale dataset and benchmark for object tracking in the wild.ArXiv, abs/1803.10794, 2018

  17. [26]

    Lasot: A high-quality benchmark for large-scale single object tracking.2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 5369–5378, 2018

    Heng Fan, Liting Lin, Fan Yang, Peng Chu, Ge Deng, Sijia Yu, Hexin Bai, Yong Xu, Chunyuan Liao, and Haibin Ling. Lasot: A high-quality benchmark for large-scale single object tracking.2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 5369–5378, 2018

  18. [27]

    Tao: A large-scale benchmark for tracking any object.ArXiv, abs/2005.10356, 2020

    Achal Dave, Tarasha Khurana, Pavel Tokmakov, Cordelia Schmid, and Deva Ramanan. Tao: A large-scale benchmark for tracking any object.ArXiv, abs/2005.10356, 2020

  19. [28]

    360dvd: Controllable panorama video generation with 360-degree video diffusion model

    Qian Wang, Weiqi Li, Chong Mou, Xinhua Cheng, and Jian Zhang. 360dvd: Controllable panorama video generation with 360-degree video diffusion model. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6913–6923, 2024

  20. [29]

    Imagine360: Immersive 360 video generation from perspective anchor.arXiv preprint arXiv:2412.03552, 2024

    Jing Tan, Shuai Yang, Tong Wu, Jingwen He, Yuwei Guo, Ziwei Liu, and Dahua Lin. Imagine360: Immersive 360 video generation from perspective anchor.arXiv preprint arXiv:2412.03552, 2024

  21. [30]

    Segment anything

    Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer Whitehead, Alexander C Berg, Wan-Yen Lo, et al. Segment anything. InProceedings of the IEEE/CVF international conference on computer vision, pages 4015–4026, 2023

  22. [31]

    E-sam: Training-free segment every entity model.arXiv preprint arXiv:2503.12094, 2025

    Weiming Zhang, Dingwen Xiao, Lei Chen, and Lin Wang. E-sam: Training-free segment every entity model.arXiv preprint arXiv:2503.12094, 2025

  23. [32]

    Schwing, Alexander Kirillov, and Rohit Girdhar

    Bowen Cheng, Ishan Misra, Alexander G. Schwing, Alexander Kirillov, and Rohit Girdhar. Masked- attention mask transformer for universal image segmentation. 2022

  24. [33]

    Schwing, and Alexander Kirillov

    Bowen Cheng, Alexander G. Schwing, and Alexander Kirillov. Per-pixel classification is not all you need for semantic segmentation. 2021

  25. [34]

    Omg-seg: Is one model good enough for all segmentation? InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 27948–27959, 2024

    Xiangtai Li, Haobo Yuan, Wei Li, Henghui Ding, Size Wu, Wenwei Zhang, Yining Li, Kai Chen, and Chen Change Loy. Omg-seg: Is one model good enough for all segmentation? InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 27948–27959, 2024

  26. [35]

    Microsoft coco: Common objects in context

    Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Dollár, and C Lawrence Zitnick. Microsoft coco: Common objects in context. InComputer vision–ECCV 2014: 13th European conference, zurich, Switzerland, September 6-12, 2014, proceedings,...

  27. [36]

    Semantic understanding of scenes through the ade20k dataset.International Journal of Computer Vision, 127(3):302–321, 2019

    Bolei Zhou, Hang Zhao, Xavier Puig, Tete Xiao, Sanja Fidler, Adela Barriuso, and Antonio Torralba. Semantic understanding of scenes through the ade20k dataset.International Journal of Computer Vision, 127(3):302–321, 2019. 13

  28. [37]

    The cityscapes dataset for semantic urban scene understanding

    Marius Cordts, Mohamed Omran, Sebastian Ramos, Timo Rehfeld, Markus Enzweiler, Rodrigo Benenson, Uwe Franke, Stefan Roth, and Bernt Schiele. The cityscapes dataset for semantic urban scene understanding. InProc. of the IEEE Conference on Computer Vision and Pattern Recognition...

  29. [38]

    Edgetam: On-device track anything model.arXiv preprint arXiv:2501.07256, 2025

    Chong Zhou, Chenchen Zhu, Yunyang Xiong, Saksham Suri, Fanyi Xiao, Lemeng Wu, Raghuraman Krishnamoorthi, Bo Dai, Chen Change Loy, Vikas Chandra, and Bilge Soran. Edgetam: On-device track anything model.arXiv preprint arXiv:2501.07256, 2025

  30. [39]

    Sam2mot: A novel paradigm of multi-object tracking by segmentation.arXiv preprint arXiv:2504.04519, 2025

    Junjie Jiang, Zelin Wang, Manqi Zhao, Yin Li, and DongSheng Jiang. Sam2mot: A novel paradigm of multi-object tracking by segmentation.arXiv preprint arXiv:2504.04519, 2025

  31. [40]

    Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023

  32. [41]

    Personalize segment anything model with one shot.arXiv preprint arXiv:2305.03048, 2023

    Renrui Zhang, Zhengkai Jiang, Ziyu Guo, Shilin Yan, Junting Pan, Xianzheng Ma, Hao Dong, Peng Gao, and Hongsheng Li. Personalize segment anything model with one shot.arXiv preprint arXiv:2305.03048, 2023

  33. [42]

    Segment anything meets point tracking.arXiv:2307.01197, 2023

    Frano Raji ˇc, Lei Ke, Yu-Wing Tai, Chi-Keung Tang, Martin Danelljan, and Fisher Yu. Segment anything meets point tracking.arXiv:2307.01197, 2023

  34. [43]

    A benchmark dataset and evaluation methodology for video object segmentation

    Federico Perazzi, Jordi Pont-Tuset, Brian McWilliams, Luc Van Gool, Markus Gross, and Alexander Sorkine-Hornung. A benchmark dataset and evaluation methodology for video object segmentation. In Proceedings of the IEEE conference on computer vision and pattern recognition, page...

  35. [44]

    Xmem: Long-term video object segmentation with an atkinson- shiffrin memory model

    Ho Kei Cheng and Alexander G Schwing. Xmem: Long-term video object segmentation with an atkinson- shiffrin memory model. InEuropean Conference on Computer Vision, pages 640–658. Springer, 2022

  36. [45]

    Associating objects with transformers for video object segmentation.Advances in Neural Information Processing Systems, 34:2491–2502, 2021

    Zongxin Yang, Yunchao Wei, and Yi Yang. Associating objects with transformers for video object segmentation.Advances in Neural Information Processing Systems, 34:2491–2502, 2021

  37. [46]

    Siamx: An efficient long-term tracker using cross-level feature correlation and adaptive tracking scheme

    Huajian Huang and Sai-Kit Yeung. Siamx: An efficient long-term tracker using cross-level feature correlation and adaptive tracking scheme. In2022 International Conference on Robotics and Automation (ICRA), pages 1237–1243, 2022

  38. [47]

    Aiatrack: Attention in attention for transformer visual tracking

    Shenyuan Gao, Chunluan Zhou, Chao Ma, Xinggang Wang, and Junsong Yuan. Aiatrack: Attention in attention for transformer visual tracking. InEuropean conference on computer vision, pages 146–164. Springer, 2022

  39. [48]

    Procontext: Exploring progressive context transformer for tracking

    Jin-Peng Lan, Zhi-Qi Cheng, Jun-Yan He, Chenyang Li, Bin Luo, Xu Bao, Wangmeng Xiang, Yifeng Geng, and Xuansong Xie. Procontext: Exploring progressive context transformer for tracking. InICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing ...

  40. [49]

    Backbone is all your need: A simplified architecture for visual object tracking.arXiv preprint arXiv:2203.05328, 2022

    Boyu Chen, Peixia Li, Lei Bai, Lei Qiao, Qiuhong Shen, Bo Li, Weihao Gan, Wei Wu, and Wanli Ouyang. Backbone is all your need: A simplified architecture for visual object tracking.arXiv preprint arXiv:2203.05328, 2022

  41. [50]

    Siamx: An efficient long-term tracker using cross-level feature correlation and adaptive tracking scheme

    Huajian Huang and Sai-Kit Yeung. Siamx: An efficient long-term tracker using cross-level feature correlation and adaptive tracking scheme. InInternational Conference on Robotics and Automation (ICRA). IEEE, 2022

  42. [51]

    Youtube-vos: A large-scale video object segmentation benchmark.arXiv preprint arXiv:1809.03327, 2018

    Ning Xu, Linjie Yang, Yuchen Fan, Dingcheng Yue, Yuchen Liang, Jianchao Yang, and Thomas Huang. Youtube-vos: A large-scale video object segmentation benchmark.arXiv preprint arXiv:1809.03327, 2018

  43. [52]

    Rethinking space-time networks with improved memory coverage for efficient video object segmentation

    Ho Kei Cheng, Yu-Wing Tai, and Chi-Keung Tang. Rethinking space-time networks with improved memory coverage for efficient video object segmentation. InNeurIPS, 2021

  44. [53]

    Recurrent dynamic embedding for video object segmentation

    Mingxing Li, Li Hu, Zhiwei Xiong, Bang Zhang, Pan Pan, and Dong Liu. Recurrent dynamic embedding for video object segmentation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1332–1341, 2022

  45. [54]

    Xmem++: Production-level video segmentation from few annotated frames

    Maksym Bekuzarov, Ariana Bermudez, Joon-Young Lee, and Hao Li. Xmem++: Production-level video segmentation from few annotated frames. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 635–644, 2023

  46. [55]

    Trackingnet: A large-scale dataset and benchmark for object tracking in the wild

    Matthias Muller, Adel Bibi, Silvio Giancola, Salman Alsubaihi, and Bernard Ghanem. Trackingnet: A large-scale dataset and benchmark for object tracking in the wild. InProceedings of the European Conference on Computer Vision (ECCV), pages 300–317, 2018. 14

  47. [56]

    Pct”: percentage of selected data.“Sel

    Yutao Cui, Cheng Jiang, Limin Wang, and Gangshan Wu. Mixformer: End-to-end tracking with iterative mixed attention. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 13608–13618, 2022. 15 A User Study /uni0000003a/uni000001b5/uni0000017...

  48. [57]

    an uneven and unreasonable distribution of labels

    and 360VOTS [10] exclude labels for categories other than animals and vehicles, resulting in 18 Road Road Beach Wilderness AlleySkateboard ParkGrassland Grassland Snowfield Grassland WildernessStreet Park Station Street Basketball Court Overpass Crossroad Road Zoo RoadUnderwat...

  49. [58]

    penguin" or

    Various capturing strategies were employed, including tripod-mounted stationary recording, handheld shooting with a selfie stick for walk-through scenes, and vehicle-mounted setups to simulate autonomous driving scenarios. In addition, we captured multiple views of the same sc...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.