REVIEW 2 major objections 4 minor 64 references
Is Tracking really more challenging in First Person Egocentric Vision?
T0 review · 2 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper claims that the performance drop once attributed to first-person egocentric tracking is substantially a property of the human-object activity domain, and uses synchronized FPV–TPV videos to isolate the true viewpoint-specific…
desk verdict Useful synchronized FPV/TPV benchmark, but the 'domain not viewpoint' claim rests on a frame-rate-confounded external comparison. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing instrument is the Synchronized One-Pass Evaluation (SOPE) protocol, an extension of the standard one-pass and semi-supervised evaluation to pairs of synchronized videos: each tracker is initialized separately on the first frame of the FPV and the TPV recording of the same activity, runs online on both, and is scored against aligned annotations. The difference between views is condensed into a mean weighted signed difference $\Delta\sigma$ for AUC, normalized precision, and generalized success robustness, and displayed on a Performance Difference Plot whose diagonal marks view-independent behavior. The substrate is VISTA, a dataset of 544 test and 1,831 training FPV–TPV pairs built from synchronized ego and exo streams, resized, frame-aligned, and annotated with masks at one frame per second, plus per-frame attributes — motion blur, scale variation, distractor presence, hand-object interaction, field-of-view position, and others — that let the authors attribute the gap to specific factors.
What would settle it
Run the same trackers under SOPE on VISTA paired with a different TPV camera per activity — the average across all available exocentric cameras, or a randomly selected one — instead of only the clearest annotated view; if the FPV-minus-TPV differences shrink to zero or reverse under that choice, the viewpoint-specific penalty is an artifact of the yardstick, while persistence across camera choices would support the paper's claim. A second check: if a tracker trained from the same data but only on the TPV half of VISTA's training set matches or beats the FPV-trained version on long-term FPV tracking, the paper's claim that TPV optimization is the weaker training signal would be contradicted.
Extended reading notes
Core claim
The paper's central claim, stated in its results section, is that a significant portion of the performance drop is due to challenges of the human-object interaction domain rather than only the FPV perspective itself. Concretely, generic trackers show negative mean signed differences (FPV minus TPV) on all three metrics — AUC, normalized precision, and generalized success robustness — confirming that FPV retains a genuine extra difficulty even when the scene, activity, and object are identical. But the same trackers' absolute scores in both views sit far below their published results on standard benchmarks such as LaSOT and YouTube-VOS, evidence that human-object activity videos are themselves hard from any viewpoint. The paper also argues the opposite of a common assumption: objects involved in hand interactions are actually easier to track in FPV because they appear larger and at higher resolution, and in long-term tracking a model optimized on TPV underperforms one optimized on FPV in its own view, contradicting earlier claims that long-term FPV tracking is uniquely hard. Foundation-model trackers (SAM2-based) show almost no viewpoint bias during periods of target visibility, indicating that the FPV penalty is concentrated in object disappearances and re-detection.
Load-bearing premise
Each FPV video is compared against the single third-person camera that the source dataset selected because it gives the clearest view of the activity; if that camera is an atypically easy or well-framed viewpoint, then the measured FPV-versus-TPV gap misstates how much of the difficulty is truly about the first-person perspective.
Editorial extensions
If this is right
- Improving object re-detection after disappearance is the highest-leverage direction for FPV tracking, since occlusion and out-of-view events drive most of the viewpoint penalty.
- Hand-object interaction does not need to be treated as an egocentric-specific failure mode; it favors FPV if anything, so FPV trackers should be tested for generalization to the same interactions seen from third-person cameras.
- Training on a single viewpoint teaches viewpoint bias: models tuned on TPV sacrifice FPV accuracy and vice versa, while fine-tuning on generic data plus both views narrows the gap.
- Foundation-model trackers are essentially viewpoint-agnostic while the target is visible, so the FPV gap is not a fixed property of the data but a feature of how smaller models handle re-detection.
- Future egocentric tracking benchmarks should include a matched TPV control stream, otherwise domain difficulty and viewpoint difficulty cannot be separated.
Reading between the lines
- Extension: the comparison pairs each FPV video with the single TPV camera that the source dataset selected as the clearest view of the scene, so the measured FPV penalty could understate the role of camera geometry; re-running SOPE against other or averaged TPV cameras would test how much of the gap is truly viewpoint-specific.
- Extension: the same confound — comparing an embodied-camera domain against mismatched external datasets — likely inflates the apparent difficulty of other egocentric tasks such as action recognition or hand-object interaction understanding, and the matched-view protocol could be imported there.
- Extension: a large part of what the field calls egocentric challenges may be a training-distribution mismatch, since models trained on largely static, natural-scene videos are not built for human-object activity at all; this points toward activity-centric pretraining rather than viewpoint-specific architectures.
- Extension: if TPV-optimized trackers genuinely underperform FPV-optimized ones on long-term tracking, then the large static-camera benchmarks that dominate tracker pretraining may be teaching a bias that hurts models even in realistic third-person footage of human activity.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces VISTA, a benchmark of 544 synchronized FPV-TPV video pairs from EgoExo4D, to disentangle whether the performance drop of visual object trackers in egocentric vision is caused by the first-person viewpoint or by the broader human-object activity domain. The authors propose a Synchronized One-Pass Evaluation (SOPE) protocol, evaluate 16 state-of-the-art VOT/VOS/VOTS trackers, and report that generic trackers consistently underperform in FPV relative to TPV on matched content, but that the absolute scores in both views are far below those on generic benchmarks such as LaSOT and YouTubeVOS. They interpret this as evidence that a significant portion of the drop is due to the human-object interaction domain rather than the FPV perspective alone. Additional analyses attribute FPV difficulty to object disappearances, egomotion, wide field-of-view distortion, and distractors, while finding that hand-object interactions are not harder in FPV. The paper also shows that viewpoint-specific training biases trackers toward the trained viewpoint.
Significance. If the main claim holds, the paper is a valuable contribution: it is the first controlled comparison of tracking in synchronized FPV and TPV videos of the same activities, and it provides a reusable protocol (SOPE) and a sizeable synchronized dataset. The internal FPV-vs-TPV comparison on matched content is a meaningful advance over prior cross-dataset benchmark comparisons, and the finding that hand-object interaction is not FPV-specific challenges a common assumption in egocentric vision. The paper ships public code, data, and results, which strengthens reproducibility. However, the external 'domain, not viewpoint' conclusion hinges on comparisons to published numbers from different temporal-sampling protocols, which needs to be addressed before the central claim is fully supported.
major comments (2)
- [Sec. 5 / Sec. 3.2] The load-bearing claim that a significant portion of the performance drop is due to the human-object activity domain is supported by comparing VISTA TPV scores to published LaSOT/YouTubeVOS numbers, e.g., 'OSTrack achieves an AUC-TPV of 49.2, down from a 71.1 AUC on the LaSOT benchmark' and 'SAM2-M ... AUC-TPV of 58.8, lower than its Gscore of 89.3 on YouTubeVOS.' This comparison is not controlled for temporal sampling: VISTA videos are stored at 5 FPS with annotations at 1 FPS (Sec. 3.2), while LaSOT and YouTubeVOS are evaluated on native 30 FPS frames with dense annotations. Tracking performance is known to be frame-rate sensitive; a 6x reduction in frame rate increases inter-frame displacement and makes re-acquisition substantially harder. A nontrivial part of the 20+ point gap could therefore be a subsampling artifact rather than a property of the human-object activity domain. Because the 'domain, not viewpoint' conclusion explicitly rests on this absolute scale comparison, this confound is load-bearing. Please control for frame rate, for example by subsampling LaSOT/YouTubeVOS to 5 FPS and 1 FPS annotations, or by comparing against another 5 FPS benchmark such as EgoTracks, or by reporting both native and matched frame-rate numbers. The internal FPV-TPV delta is matched in frame rate and is not affected by this issue.
- [Supp. A.4] The SOPE comparison assumes that the chosen TPV view is a fair and representative yardstick for third-person vision. However, Supp. A.4 states that 'we select the TPV view that was originally annotated with object tracks in EgoExo4D, as it provides the clearest observation of the scene.' Deliberately selecting the clearest TPV view makes TPV easier than a typical third-person observation, which can inflate the measured FPV-vs-TPV gap and distort the magnitude of the 'FPV is harder' conclusion. The limitation section acknowledges that TPV camera placement was not controlled, but the specific selection criterion should be justified quantitatively (e.g., by reporting results with multiple TPV views or by analyzing how the chosen view compares to alternative ones in terms of occlusion, target size, and distance). This does not undermine the direction of the internal comparison, but it does affect the external validity of the reported delta magnitudes and the nuanced claim that FPV is less hard than previously suggested.
minor comments (4)
- [Sec. 5] The only statistical test reported is 'A T-Test on pov-AUC scores yielded a p-value<0.004.' This is insufficiently specified: no test statistic, degrees of freedom, or number of sequences is given, and it is unclear whether the test is across trackers or across sequences. Given the consistent sign across many trackers, this is not fatal, but the paper should report per-sequence delta distributions (e.g., confidence intervals or box plots) to support the significance claim.
- [Supp. A.6] The HOI attribute is computed using only the FPV view and then assigned to the synchronized TPV frames. This could introduce label noise in TPV, where the hand-object overlap may differ. Please clarify whether the HOI labels were validated in TPV or discuss the potential impact on the Fig. 6 conclusion.
- [Fig. 3] The caption states 'Scores in brackets are ordered in descending order by Δσ,' but the bracketed triples in the plots appear to be [FPV, TPV, Δ]. Please clarify the ordering convention or rephrase to avoid confusion.
- [Throughout] The manuscript contains several typos and grammatical slips: 'contstraints' (Sec. 3.2), 'previuosly' (Sec. 3.2), 'wether' (Introduction), 'continusouly' (Fig. 4 caption), 'becuase' (Supp. A.6), 'readibility' (Supp. Table 4), and 'development an benchmarking' (Supp. A.2). These should be corrected.
Circularity Check
No circularity: VISTA's FPV-vs-TPV delta is a direct synchronized measurement, and the domain-effect comparison uses independent external benchmark scores; self-citations are motivational or consistency checks, not load-bearing.
full rationale
The paper is an empirical benchmark study, not a derivation, so the circularity burden is low. The central FPV-vs-TPV comparison uses the SOPE protocol on synchronized, frame-aligned videos from EgoExo4D, with ground-truth annotations taken from an external dataset. The reported delta (Eq. 1) is a direct measurement of performance difference, not a fitted parameter later renamed as a prediction. The claim that 'a significant portion of the performance drop is due to challenges of the human-object interaction domain rather than only the FPV perspective' rests on comparing VISTA TPV scores to published scores on LaSOT and YouTubeVOS. Those external benchmark numbers are independent evidence; the comparison may be confounded by frame-rate and annotation-density differences (VISTA stores 5 FPS video with 1 FPS annotations versus native 30 FPS benchmarks), but a confound is a validity concern, not a circular reduction. No equation defines FPV difficulty in terms of TPV difficulty, and no self-citation is used to establish the benchmark's conclusions: TREK-150 and EgoTracks are cited to motivate the question and to note consistency with prior findings, while the new measurements are self-contained. The TPV camera selection in Supp. A.4 is a dataset-construction assumption, not a circular step. I find no instance where a result is equivalent to its inputs by construction, and no fitted input is presented as a prediction. Score 0.
Assumptions & free parameters
free parameters (3)
- sequence-length weighting (omega_i = |A_i|) =
annotation count per sequence
- attribute thresholds =
0.15 (IV), 100 (MB Laplacian variance), 0.5 IoU (STA/MOV and HOI), 0.5 cosine similarity (distractors)
- TPV camera selection =
'clearest observation of the scene'
assumptions (4)
- domain assumption Synchronized FPV and TPV frames capture the same scene, so delta_sigma isolates viewpoint effects.
- domain assumption Ground-truth masks from EgoExo4D are correct and remain aligned after filtering and resizing.
- domain assumption A single TPV camera is a representative sample of third-person observation for the activity.
- domain assumption Published scores on LaSOT and YouTubeVOS are comparable despite different evaluation protocols.
Cite this review
Pith. "Pith review of Is Tracking really more challenging in First Person Egocentric Vision?." pith.science (2026). https://pith.science/paper/BUTPVIHD
@misc{pith2026250716015,
author = {Pith},
title = {Pith review of: Is Tracking really more challenging in First Person Egocentric Vision?},
year = {2026},
howpublished = {\url{https://pith.science/paper/BUTPVIHD}},
note = {Machine review of arXiv:2507.16015}
}
read the original abstract
Visual object tracking and segmentation are becoming fundamental tasks for understanding human activities in egocentric vision. Recent research has benchmarked state-of-the-art methods and concluded that first person egocentric vision presents challenges compared to previously studied domains. However, these claims are based on evaluations conducted across significantly different scenarios. Many of the challenging characteristics attributed to egocentric vision are also present in third person videos of human-object activities. This raises a critical question: how much of the observed performance drop stems from the unique first person viewpoint inherent to egocentric vision versus the domain of human-object activities? To address this question, we introduce a new benchmark study designed to disentangle such factors. Our evaluation strategy enables a more precise separation of challenges related to the first person perspective from those linked to the broader domain of human-object activity understanding. By doing so, we provide deeper insights into the true sources of difficulty in egocentric tracking and segmentation, facilitating more targeted advancements on this task.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Ar- trackv2: Prompting autoregressive tracker where to look and how to describe
Yifan Bai, Zeyang Zhao, Yihong Gong, and Xing Wei. Ar- trackv2: Prompting autoregressive tracker where to look and how to describe. InCVPR, 2024. 5
work page 2024
-
[2]
Seqtrack: Sequence to sequence learning for visual ob- ject tracking
Xin Chen, Houwen Peng, Dong Wang, Huchuan Lu, and Han Hu. Seqtrack: Sequence to sequence learning for visual ob- ject tracking. InCVPR, 2023. 5
work page 2023
-
[3]
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. InECCV, 2022. 5, 4
work page 2022
-
[4]
Putting the object back into video object segmentation
Ho Kei Cheng, Seoung Wug Oh, Brian Price, Joon-Young Lee, and Alexander Schwing. Putting the object back into video object segmentation. InCVPR, 2024. 5
work page 2024
-
[5]
Scaling egocentric vision: The epic-kitchens dataset
Dima Damen, Hazel Doughty, Giovanni Maria Farinella, Sanja Fidler, Antonino Furnari, Evangelos Kazakos, Davide Moltisanti, Jonathan Munro, Toby Perrett, Will Price, et al. Scaling egocentric vision: The epic-kitchens dataset. In ECCV, 2018. 3, 7, 8
work page 2018
-
[6]
Epic-kitchens visor benchmark: Video segmenta- tions and object relations.NeurIPS, 2022
Ahmad Darkhalil, Dandan Shan, Bin Zhu, Jian Ma, Amlan Kar, Richard Higgins, Sanja Fidler, David Fouhey, and Dima Damen. Epic-kitchens visor benchmark: Video segmenta- tions and object relations.NeurIPS, 2022. 1, 2, 4, 5, 6, 7
work page 2022
-
[7]
Egopoints: Advancing point tracking for ego- centric videos
Ahmad Darkhalil, Rhodri Guerrier, Adam W Harley, and Dima Damen. Egopoints: Advancing point tracking for ego- centric videos. InWACV, 2025. 2, 4
work page 2025
-
[8]
Mose: A new dataset for video object segmentation in complex scenes
Henghui Ding, Chang Liu, Shuting He, Xudong Jiang, Philip HS Torr, and Song Bai. Mose: A new dataset for video object segmentation in complex scenes. InICCV, 2023. 3
work page 2023
Show all 64 references
-
[9]
Is first person vision challenging for object tracking? InICCVW, 2021
Matteo Dunnhofer, Antonino Furnari, Giovanni Maria Farinella, and Christian Micheloni. Is first person vision challenging for object tracking? InICCVW, 2021. 2
2021
-
[10]
Visual object tracking in first person vision.IJCV, 2023
Matteo Dunnhofer, Antonino Furnari, Giovanni Maria Farinella, and Christian Micheloni. Visual object tracking in first person vision.IJCV, 2023. 1, 2, 4, 5, 6, 8, 3
2023
-
[11]
Tracking skiers from the top to the bottom
Matteo Dunnhofer, Luca Sordi, Niki Martinel, and Christian Micheloni. Tracking skiers from the top to the bottom. In WACV, 2024. 2
2024
-
[12]
Project aria: A new tool for egocentric multi-modal ai research.arXiv preprint arXiv:2308.13561, 2023
Jakob Engel, Kiran Somasundaram, Michael Goesele, Albert Sun, Alexander Gamino, Andrew Turner, Arjang Talattof, Arnie Yuan, Bilal Souti, Brighid Meredith, et al. Project aria: A new tool for egocentric multi-modal ai research.arXiv preprint arXiv:2308.13561, 2023. 7, 2
2023 arXiv
-
[13]
LaSOT: A High-quality Benchmark for Large-scale Single Object Tracking
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. InCVPR, 2019. 1, 2, 4, 5, 6
2019
-
[14]
Amego: Active memory from long egocentric videos
Gabriele Goletto, Tushar Nagarajan, Giuseppe Averta, and Dima Damen. Amego: Active memory from long egocentric videos. InECCV, 2024. 1, 3
2024
-
[15]
Ego4d: Around the world in 3,000 hours of egocentric video
Kristen Grauman, Andrew Westbury, Eugene Byrne, Zachary Chavis, Antonino Furnari, Rohit Girdhar, Jackson Hamburger, Hao Jiang, Miao Liu, Xingyu Liu, et al. Ego4d: Around the world in 3,000 hours of egocentric video. In CVPR, 2022. 1, 3, 4, 7, 8
2022
-
[16]
Ego-exo4d: Understanding skilled human activity from first-and third-person perspectives
Kristen Grauman, Andrew Westbury, Lorenzo Torresani, Kris Kitani, Jitendra Malik, Triantafyllos Afouras, Kumar Ashutosh, Vijay Baiyya, Siddhant Bansal, Bikram Boote, et al. Ego-exo4d: Understanding skilled human activity from first-and third-person perspectives. InCVPR, 2024. ...
2024
-
[17]
Ego3dt: Tracking every 3d object in ego-centric videos
Shengyu Hao, Wenhao Chai, Zhonghan Zhao, Meiqi Sun, Wendi Hu, Jieyang Zhou, Yixian Zhao, Qi Li, Yizhou Wang, Xi Li, et al. Ego3dt: Tracking every 3d object in ego-centric videos. InACM MM, 2024. 1
2024
-
[18]
Particle video revisited: Tracking through occlusions using point trajectories
Adam W Harley, Zhaoyuan Fang, and Katerina Fragkiadaki. Particle video revisited: Tracking through occlusions using point trajectories. InECCV, 2022. 2
2022
-
[19]
Lvos: A benchmark for long-term video object segmentation
Lingyi Hong, Wenchao Chen, Zhongying Liu, Wei Zhang, Pinxue Guo, Zhaoyu Chen, and Wenqiang Zhang. Lvos: A benchmark for long-term video object segmentation. In ICCV, 2023. 3
2023
-
[20]
GOT-10k: A Large High-Diversity Benchmark for Generic Object Track- ing in the Wild.IEEE TPAMI, 2019
Lianghua Huang, Xin Zhao, and Kaiqi Huang. GOT-10k: A Large High-Diversity Benchmark for Generic Object Track- ing in the Wild.IEEE TPAMI, 2019. 1, 2, 5, 4
2019
-
[21]
Co- tracker: It is better to track together
Nikita Karaev, Ignacio Rocco, Benjamin Graham, Natalia Neverova, Andrea Vedaldi, and Christian Rupprecht. Co- tracker: It is better to track together. InECCV, 2024. 2
2024
-
[22]
Need for speed: A benchmark for higher frame rate object tracking
Hamed Kiani Galoogahi, Ashton Fagg, Chen Huang, Deva Ramanan, and Simon Lucey. Need for speed: A benchmark for higher frame rate object tracking. InICCV, 2017. 2
2017
-
[23]
The vi- sual object tracking vot2015 challenge results
Matej Kristan, Jiri Matas, Ales Leonardis, Michael Fels- berg, Luka Cehovin, Gustavo Fernandez, Tomas V ojir, Gus- tav Hager, Georg Nebehay, and Roman Pflugfelder. The vi- sual object tracking vot2015 challenge results. InICCVW,
-
[24]
A novel performance evaluation methodology for single-target trackers.IEEE TPAMI, 2016
Matej Kristan, Jiri Matas, Ale ˇs Leonardis, Tom´aˇs V oj´ıˇr, Ro- man Pflugfelder, Gustavo Fernandez, Georg Nebehay, Fatih Porikli, and Luka ˇCehovin. A novel performance evaluation methodology for single-target trackers.IEEE TPAMI, 2016. 4, 2, 3
2016
-
[25]
The sixth visual object tracking vot2018 challenge results
Matej Kristan, Ales Leonardis, Jiri Matas, Michael Fels- berg, Roman Pflugfelder, LukaˇCehovin Zajc, Tomas V ojir, Goutam Bhat, Alan Lukezic, Abdelrahman Eldesokey, et al. The sixth visual object tracking vot2018 challenge results. In ECCVW, 2018. 2
2018
-
[26]
The seventh visual object tracking vot2019 chal- lenge results
Matej Kristan, Jiri Matas, Ales Leonardis, Michael Fels- berg, Roman Pflugfelder, Joni-Kristian Kamarainen, Luka ˇCehovin Zajc, Ondrej Drbohlav, Alan Lukezic, Amanda Berg, et al. The seventh visual object tracking vot2019 chal- lenge results. InICCVW, 2019. 2, 1
2019
-
[27]
The eighth visual object tracking vot2020 chal- lenge results
Matej Kristan, Ale ˇs Leonardis, Ji ˇr´ı Matas, Michael Fels- berg, Roman Pflugfelder, Joni-Kristian K ¨am¨ar¨ainen, Martin Danelljan, Luka ˇCehovin Zajc, Alan Luke ˇziˇc, Ondrej Dr- 9 bohlav, et al. The eighth visual object tracking vot2020 chal- lenge results. InECCVW, 2020. 2, 3, 4
2020
-
[28]
The first visual object tracking segmentation vots2023 chal- lenge results
Matej Kristan, Ji ˇr´ı Matas, Martin Danelljan, Michael Fels- berg, Hyung Jin Chang, Luka ˇCehovin Zajc, Alan Luke ˇziˇc, Ondrej Drbohlav, Zhongqun Zhang, Khanh-Tung Tran, et al. The first visual object tracking segmentation vots2023 chal- lenge results. InICCVW, 2023. 1, 2, 4, 3
2023
-
[29]
The second visual object tracking segmentation vots2024 challenge re- sults
Matej Kristan, Ji ˇr´ı Matas, Pavel Tokmakov, Michael Fels- berg, Luka ˇCehovin Zajc, Alan Luke ˇziˇc, et al. The second visual object tracking segmentation vots2024 challenge re- sults. InECCVW, 2024. 2, 3
2024
-
[30]
Delving into egocen- tric actions
Yin Li, Zhefan Ye, and James M Rehg. Delving into egocen- tric actions. InCVPR, 2015. 3
2015
-
[31]
Encoding color information for visual tracking: Algorithms and bench- mark.IEEE TIP, 2015
Pengpeng Liang, Erik Blasch, and Haibin Ling. Encoding color information for visual tracking: Algorithms and bench- mark.IEEE TIP, 2015. 2
2015
-
[32]
Microsoft coco: Common objects in context
Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Doll´ar, and C Lawrence Zitnick. Microsoft coco: Common objects in context. In ECCV, 2014. 2, 3, 4
2014
-
[33]
Nt- vot211: A large-scale benchmark for night-time visual object tracking
Yu Liu, Arif Mahmood, and Muhammad Haris Khan. Nt- vot211: A large-scale benchmark for night-time visual object tracking. InACCV, 2024. 2
2024
-
[34]
Hota: A higher order metric for evaluating multi-object tracking.IJCV, 2021
Jonathon Luiten, Aljosa Osep, Patrick Dendorfer, Philip Torr, Andreas Geiger, Laura Leal-Taix´e, and Bastian Leibe. Hota: A higher order metric for evaluating multi-object tracking.IJCV, 2021. 1
2021
-
[35]
Cdtb: A color and depth visual object tracking dataset and benchmark
Alan Lukezic, Ugur Kart, Jani Kapyla, Ahmed Durmush, Joni-Kristian Kamarainen, Jiri Matas, and Matej Kristan. Cdtb: A color and depth visual object tracking dataset and benchmark. InICCV, 2019. 2
2019
-
[36]
Performance evaluation methodology for long-term single-object tracking.IEEE Transactions on Cy- bernetics, 2020
Alan Luke ´ziˇc, Luka ˇCehovin Zajc, Tom´aˇs V oj´ıˇr, Jiˇr´ı Matas, and Matej Kristan. Performance evaluation methodology for long-term single-object tracking.IEEE Transactions on Cy- bernetics, 2020. 4
2020
-
[37]
Online episodic memory visual query localization with egocentric streaming object memory.arXiv preprint arXiv:2411.16934,
Zaira Manigrasso, Matteo Dunnhofer, Antonino Furnari, Moritz Nottebaum, Antonio Finocchiaro, Davide Marana, Giovanni Maria Farinella, and Christian Micheloni. Online episodic memory visual query localization with egocentric streaming object memory.arXiv preprint arXiv:2411.16934,
-
[38]
Learning target candidate association to keep track of what not to track
Christoph Mayer, Martin Danelljan, Danda Pani Paudel, and Luc Van Gool. Learning target candidate association to keep track of what not to track. InICCV, 2021. 5
2021
-
[39]
Beyond sot: Tracking multiple generic objects at once
Christoph Mayer, Martin Danelljan, Ming-Hsuan Yang, Vit- torio Ferrari, Luc Van Gool, and Alina Kuznetsova. Beyond sot: Tracking multiple generic objects at once. InWACV,
-
[40]
TrackingNet: A Large-Scale Dataset and Benchmark for Object Tracking in the Wild
Matthias M ¨uller, Adel Bibi, Silvio Giancola, Salman Alsub- aihi, and Bernard Ghanem. TrackingNet: A Large-Scale Dataset and Benchmark for Object Tracking in the Wild. In ECCV, 2018. 1, 2, 5, 4
2018
-
[41]
Avist: A benchmark for visual object tracking in adverse visibility
Mubashir Noman, Wafa Al Ghallabi, Daniya Najiha, Christoph Mayer, Akshay Dudhane, Martin Danelljan, Hisham Cholakkal, Salman Khan, Luc Van Gool, and Fa- had Shahbaz Khan. Avist: A benchmark for visual object tracking in adverse visibility. InBMVC, 2022. 2
2022
-
[42]
Dinov2: Learning robust visual features without supervision
Maxime Oquab, Timoth ´ee Darcet, Th ´eo Moutakanni, Huy V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, et al. Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193, 2023. 2
2023 arXiv
-
[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. InCVPR, 2016. 1, 2, 3, 4, 5, 6
2016
-
[44]
Detecting activities of daily living in first-person camera views
Hamed Pirsiavash and Deva Ramanan. Detecting activities of daily living in first-person camera views. InCVPR, 2012. 3
2012
-
[45]
Spatial cognition from egocentric video: Out of sight, not out of mind
Chiara Plizzari, Shubham Goel, Toby Perrett, Jacob Chalk, Angjoo Kanazawa, and Dima Damen. Spatial cognition from egocentric video: Out of sight, not out of mind. In3DV,
-
[46]
The 2017 davis challenge on video object segmentation.arXiv preprint arXiv:1704.00675, 2017
Jordi Pont-Tuset, Federico Perazzi, Sergi Caelles, Pablo Ar- bel´aez, Alex Sorkine-Hornung, and Luc Van Gool. The 2017 davis challenge on video object segmentation.arXiv preprint arXiv:1704.00675, 2017. 3
2017 arXiv
-
[47]
Sam 2: Seg- ment anything in images and videos
Nikhila Ravi, Valentin Gabeur, Yuan-Ting Hu, Ronghang Hu, Chaitanya Ryali, Tengyu Ma, Haitham Khedr, Roman R¨adle, Chloe Rolland, Laura Gustafson, et al. Sam 2: Seg- ment anything in images and videos. InICLR, 2025. 5, 6, 2, 3
2025
-
[48]
Understanding human hands in contact at internet scale
Dandan Shan, Jiaqi Geng, Michelle Shu, and David F Fouhey. Understanding human hands in contact at internet scale. InCVPR, 2020. 3
2020
-
[49]
Egotracks: A long-term egocentric visual object tracking dataset.NeurIPS, 2023
Hao Tang, Kevin J Liang, Kristen Grauman, Matt Feiszli, and Weiyao Wang. Egotracks: A long-term egocentric visual object tracking dataset.NeurIPS, 2023. 1, 2, 4, 5, 6, 7
2023
-
[50]
Breaking the” object” in video object segmentation
Pavel Tokmakov, Jie Li, and Adrien Gaidon. Breaking the” object” in video object segmentation. InCVPR, 2023. 2, 4
2023
-
[51]
A distractor-aware memory for visual object tracking with sam2
Jovana Videnovic, Alan Lukezic, and Matej Kristan. A distractor-aware memory for visual object tracking with sam2. InCVPR, 2025. 5, 7, 8
2025
-
[52]
Some comments on the evaluation of model performance.Bulletin of the American Meteorological Soci- ety, 1982
Cort J Willmott. Some comments on the evaluation of model performance.Bulletin of the American Meteorological Soci- ety, 1982. 4
1982
-
[53]
Online object tracking: A benchmark
Yi Wu, Jongwoo Lim, and Ming-Hsuan Yang. Online object tracking: A benchmark. InCVPR, 2013. 1, 2, 3, 4
2013
-
[54]
Object track- ing benchmark.IEEE TPAMI, 2015
Yi Wu, Jongwoo Lim, and Ming-Hsuan Yang. Object track- ing benchmark.IEEE TPAMI, 2015. 2, 3, 1
2015
-
[55]
Youtube-vos: Sequence-to-sequence video object segmentation
Ning Xu, Linjie Yang, Yuchen Fan, Jianchao Yang, Dingcheng Yue, Yuchen Liang, Brian Price, Scott Cohen, and Thomas Huang. Youtube-vos: Sequence-to-sequence video object segmentation. InECCV, 2018. 1, 3, 6, 4
2018
-
[56]
Learning spatio-temporal transformer for vi- sual tracking
Bin Yan, Houwen Peng, Jianlong Fu, Dong Wang, and Huchuan Lu. Learning spatio-temporal transformer for vi- sual tracking. InICCV, 2021. 5, 3
2021
-
[57]
Towards grand unification of object tracking
Bin Yan, Yi Jiang, Peize Sun, Dong Wang, Zehuan Yuan, Ping Luo, and Huchuan Lu. Towards grand unification of object tracking. InECCV, 2022. 5
2022
-
[58]
Samurai: Adapting segment anything model for zero-shot visual tracking with motion-aware memory.arXiv preprint arXiv:2411.11922,
Cheng-Yen Yang, Hsiang-Wei Huang, Wenhao Chai, Zhongyu Jiang, and Jenq-Neng Hwang. Samurai: Adapting segment anything model for zero-shot visual tracking with motion-aware memory.arXiv preprint arXiv:2411.11922,
-
[59]
Associating ob- jects with transformers for video object segmentation
Zongxin Yang, Yunchao Wei, and Yi Yang. Associating ob- jects with transformers for video object segmentation. In NeurIPS, 2021. 5
2021
-
[60]
Joint feature learning and relation modeling for tracking: A one-stream framework
Botao Ye, Hong Chang, Bingpeng Ma, Shiguang Shan, and Xilin Chen. Joint feature learning and relation modeling for tracking: A one-stream framework. InECCV, 2022. 5, 6
2022
-
[61]
Instance tracking in 3d scenes from egocentric videos
Yunhan Zhao, Haoyu Ma, Shu Kong, and Charless Fowlkes. Instance tracking in 3d scenes from egocentric videos. In CVPR, 2024. 1, 4
2024
-
[62]
Pointodyssey: A large-scale synthetic dataset for long-term point tracking
Yang Zheng, Adam W Harley, Bokui Shen, Gordon Wet- zstein, and Leonidas J Guibas. Pointodyssey: A large-scale synthetic dataset for long-term point tracking. InICCV,
-
[1280]
In each FPV-TPV pair, we select the TPV view that was originally annotated with object tracks in Ego-Exo4D, as it provides the clearest observation of the scene [16]
The placement and number of these exocentric cam- eras vary per scenario to ensure optimal coverage without obstructing participants’ activities [16]. In each FPV-TPV pair, we select the TPV view that was originally annotated with object tracks in Ego-Exo4D, as it provides the...
-
[2023]
We emphasize that the goal of this paper is not to develop new tracking methods for FPV but to enhance understand- ing of the task of object tracking in FPV
2 11 Is Tracking really more challenging in First Person Egocentric Vision? Supplementary Material In this appendix, we present additional motivations, de- tails, and results regarding our benchmark study. We emphasize that the goal of this paper is not to develop new tracking...
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.