REVIEW 3 major objections 5 minor 62 references
HiERO: understanding the hierarchy of human behavior enhances reasoning on egocentric videos
T0 review · 3 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read HiERO shows that hierarchical activity threads, learned from narrations alone, make egocentric video features strong enough to beat supervised procedure learning in zero shot.
desk verdict A competent hierarchical-graph method with genuinely useful ablations, undermined by the abstract's unsupported claim of beating fully-supervised methods. 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 central mechanism is a spectral-clustering-based 'Cut & Match' module inside a Graph U-Net-style encoder-decoder. The video is a temporal graph of segment nodes; the Temporal Encoder aggregates information within local temporal neighborhoods at progressively coarser scales, while the Function-Aware Decoder, at each stage, partitions the current node set into K clusters by spectral clustering on a cosine-similarity graph, runs temporal reasoning inside each cluster separately, then reassembles the graph. This is what makes actions that are temporally distant but functionally related (e.g., 'cut onion' and 'cut carrot') become neighbors in feature space. Training combines a windowed video-narration contrastive loss, which makes co-occurring actions similar, with a functional-thread contrastive loss, which sharpens the clusters discovered by Cut & Match.
What would settle it
Re-run the EgoProceL zero-shot experiment with K set to each video's ground-truth number of key-steps (available in Table 6 of the paper) and compare F1 to the fixed-K=7 result; alternatively, sweep K for each video and check whether the F1 peak tracks the true step count. If performance depends on providing the correct K, the claim that steps emerge without task-specific supervision is weakened.
Extended reading notes
Core claim
On its own terms, the paper's claim is that hierarchical functional structure is not an annotation to be provided but a pattern that can emerge from data. HiERO models a long video as a graph whose nodes are fixed-length segments, trains an encoder-decoder that propagates information through temporally local neighborhoods while repeatedly cutting the graph into functionally similar clusters and matching nodes across those clusters, and supervises the whole process with a contrastive video-narration alignment loss applied at the decoder output and a contrastive loss that pulls same-cluster segments together. After training, procedure steps are detected by running spectral clustering on the learned segment features, with no task-specific fine-tuning. The paper reports that this zero-shot pipeline outperforms fully-supervised procedure learning baselines on EgoProceL (+12.5% F1), and that the same features improve EgoMCQ intra accuracy and EgoNLQ recall over strong video-text pretraining backbones.
Load-bearing premise
The load-bearing premise is that procedure steps show up as clean clusters in the learned feature space, yet the zero-shot evaluation fixes the cluster count at k=7 on EgoProceL while the benchmark's videos vary from 4 to 17 key-steps; if the true step count differs from K, spectral clustering cannot recover the correct segmentation and no mechanism in HiERO estimates K from the video content.
Editorial extensions
If this is right
- Procedure learning becomes a zero-shot clustering operation: given enough narrated egocentric video, key-steps can be recovered from segment features without a single step-level annotation.
- The same learned features transfer across tasks, so a single pretraining pass can support multiple-choice video-text retrieval, natural language temporal grounding, step grounding, and step localization.
- Because the method does not need multiple scripted demonstrations of the same procedure, it can be applied to unscripted daily-life video where the same task is never performed twice in the same way.
- The improvements hold across several base feature extractors, suggesting that the hierarchical enrichment is complementary to the choice of backbone.
- If the zero-shot results are correct, weakly-supervised hierarchy discovery should become a standard component of egocentric video representation learning.
Reading between the lines
- Not tested in the paper: the reported zero-shot procedure-learning results fix the cluster count at k=7 on EgoProceL even though benchmark videos contain between 4 and 17 key-steps, so an adaptive estimator of K is a natural extension and the strength of the 'zero-shot' claim depends on whether performance survives when K is not tuned or known.
- Not tested in the paper: the step-localization failures shown are mostly granularity mismatches with the annotation taxonomy, so the method appears to discover clusters at its own natural abstraction level; aligning that level with an external step/substep taxonomy is a separate open problem.
- Not tested in the paper: because step labels are assigned by cosine similarity between averaged cluster features and taxonomy text embeddings, using a language model to summarize a cluster's narrations before matching could sharpen zero-shot classification without changing the clustering.
- Extrapolating beyond the paper: the hierarchy learned from narrations alone could plausibly transfer to non-egocentric video of human activity, since the training signal is co-occurrence of narrated actions rather than camera viewpoint; the paper does not test this.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. HiERO is a weakly supervised graph encoder-decoder that enriches egocentric video segment features with hierarchical 'functional threads'. A video is represented as a graph whose nodes are fixed-length segments; a temporal encoder aggregates local context, while a function-aware decoder uses spectral clustering (Cut&Match) to partition nodes into K groups and applies temporal message passing within each group. Training combines a video-narration contrastive loss Lvna and a cluster-contrastive loss Lft, using EgoClip narrations as supervision. The authors evaluate the resulting features on EgoMCQ and EgoNLQ with a learned grounding head, and in zero-shot on EgoProceL procedure learning and Ego4D Goal-Step step grounding and localization. The abstract claims state-of-the-art results across all benchmarks and a +12.5% F1 gain over fully-supervised methods on EgoProceL.
Significance. The underlying idea is interesting and timely: if activity hierarchies can emerge from unscripted video plus narrations, then procedure learning and step grounding could be done without step-level supervision. The paper has real strengths: the training signal is anchored to external narrations, the downstream evaluations are external benchmarks, the approach is relatively cheap (under 20 GPU hours), the code is released, and the ablations (Table 5) and clustering comparisons (Tables 10-11) are useful. The qualitative analysis of failure modes is also candid. However, the headline quantitative claims are substantially overstated relative to the evidence, and the procedure-learning numbers depend on a fixed cluster count that is not adapted to the data. The contribution is defensible after the claims are aligned with the experiments.
major comments (3)
- [Abstract; Sec. 4.1.2; Table 2] The abstract's central quantitative claim, that HiERO 'outperforms fully-supervised methods by a large margin (+12.5% F1 on EgoProceL) in zero shot', is not supported by the experiments. Table 2 compares HiERO with Random, CnC, GPL-2D, GPL, and OPEL, all of which are unsupervised or self-supervised procedure-learning methods; no fully-supervised baseline appears in the table or elsewhere in the paper. The +12.5% figure is exactly the difference between Ours (EgoVLP), 44.5, and OPEL, 32.0, so the comparison is to an unsupervised method, not a fully-supervised one. Please add explicit supervised baselines on EgoProceL or, if none are available under the same protocol, reword the abstract and Section 4.1.2 so that the claim is limited to the methods actually compared.
- [Sec. 4.1.2; Table 2; Table 6; Appendix B.2] All EgoProceL results use a fixed number of clusters K=7, while Table 6 reports that the true number of key-steps in the benchmark ranges from 4 (Greek Salad, Sandwich) to 17 (MECCANO). With K=7, spectral clustering cannot represent a 17-step procedure, so the reported F1 and IoU are measured under a constraint that is not derived from video content and may cap the achievable score on several datasets. Please report per-dataset results with K equal to the true key-step count (or with an estimated K) in addition to the fixed-K protocol, and discuss how the mismatch affects HiERO and the baselines. Similarly, Tables 3 and 4 do not state the K used for zero-shot step grounding and localization; Appendix B.2 only mentions scikit-learn spectral clustering. This makes the Goal-Step zero-shot results irreproducible and leaves open the possibility that an undisclosed K drives the outcome. Please report K and any tuning used for each task.
- [Abstract; Sec. 4.1.3; Tables 3 and 4] The abstract's statement that HiERO 'achieves state-of-the-art performance in all the benchmarks' is too broad. In Table 3, zero-shot HiERO (EgoVLP) reaches R@1 11.57 at mIoU@0.3, below the supervised EgoVLP baseline at 15.64; in Table 4, zero-shot HiERO reaches average mAP 8.7, below supervised EgoOnly at 13.6. The paper may intend 'state of the art among zero-shot methods', but that is not what the abstract and conclusions say. Please qualify every SOTA claim by setting (supervised vs zero-shot, fixed-K vs free-K) and by metric, since several metrics in Table 1 also do not improve over the backbone (e.g., EgoNLQ R@5 at mIoU@0.3 decreases from 22.38 to 21.12 with LAVILA features).
minor comments (5)
- [Sec. 3.2.1, Eq. (6)] The functional-threads loss uses cluster assignments from the model's own Cut&Match module on its own current features. Because the main evaluations and the Lvna anchor are external, I do not see circularity in the evaluation sense, but the paper should briefly discuss potential degenerate solutions (e.g., trivial cluster assignments) and how the combination with Lvna avoids them.
- [Sec. 3.1, Eqs. (3)-(4)] The notation for the edge weight w_ij and the sign term s_ij should be clarified: in Eq. (3), w_ij appears to be a scalar computed in Eq. (4), but the expression 'w_ij ⊙ x'_j' uses an elementwise symbol; please reconcile the dimensions or explain the broadcasting.
- [Appendix B.1] The approximation that propagates cluster labels from a temporally subsampled graph to the original graph by the temporally closest node is a strong assumption, since functional threads need not be temporally contiguous; please validate this approximation or state its expected effect on training.
- [Tables 10 and 11] The differences between spectral clustering and K-Means on EgoProceL are small (e.g., 44.5 vs 44.2 F1 for Ours EgoVLP), and no variance is reported; consider reporting multiple runs or significance in the clustering comparison.
- [Throughout] There are minor typographical issues: 'LoRa' should be 'LoRA', 'L AVILA' should be 'LAVILA', and the figure labels in Fig. 3 ('Sampling Interp.', 'Func. Thread Generation') do not exactly match the terms defined in the text ('Cut & Match module'); please align them.
Circularity Check
No load-bearing self-citation or fitted-input circularity; the only self-referential element is the functional-threads loss Lft, which reinforces the model's own spectral clusters and is a minor contributor to the externally validated results.
-
self definitional
[Section 3.2.1 (Functional threads loss, Eq. 6); Cut & Match module in Sec. 3.2; zero-shot inference in Sec. 3.3]
"The functional threads loss Lft leverages the graph partition assignments from the Cut & Match modules in the decoder and pushes closer to each other samples that are assigned to the same cluster, while pushing away samples from other clusters."
Eq. (6) defines Lft using the cluster assignments c_i (and c_j) produced by the Cut & Match module, which builds the partitions by spectral clustering on the same node embeddings h_v(v_i) that Eq. (6) then updates. The functional threads are therefore not independently observed: they are clusters of the model's own features, and the loss only makes those features more consistent with their own clustering. At inference (Sec. 3.3) the procedure steps are recovered by applying the same spectral clustering to the decoder outputs, so the 'emergence' of threads is partly a self-consistency loop.
full rationale
The central training signal of HiERO, Lvna, is anchored to external video narrations, and the main evaluation numbers come from external benchmarks (EgoProceL, Goal-Step, EgoMCQ, EgoNLQ). The zero-shot procedure-learning pipeline clusters decoder features and matches them to ground-truth key-steps with the Hungarian algorithm; the ground truth is not an input to the training loss. The self-citations to the authors' prior work (Refs. [37,38]) are not load-bearing: the TDGC update equations are stated in the paper, and no uniqueness theorem or prior result is used to forbid alternative architectures. The abstract's claim of outperforming fully-supervised methods by +12.5% F1 on EgoProceL is not supported by Table 2, which only lists unsupervised baselines, but that is a correctness/support issue, not circularity. The only genuinely self-referential step is Lft, which uses cluster assignments computed by the model's own Cut&Match on its own features and then pulls those same features closer within those clusters. This is a real self-training loop, but it is a minor contributor to the final numbers and does not make the main results equivalent to the inputs by construction. Hence a low-moderate circularity score of 3 is appropriate.
Assumptions & free parameters
free parameters (8)
- Number of clusters K (k=7) =
7 (EgoProceL); not reported (Goal-Step)
- Similarity temperature kappa =
not reported
- Positive window alpha =
1
- Negative window beta =
all
- Context window Delta =
4
- Contrastive temperature tau =
0.05
- Temporal edge threshold d =
1
- Cut&Match subsample size =
not specified
assumptions (5)
- domain assumption Spectral clustering of a feature-similarity graph recovers functional threads that correspond to meaningful activity groups.
- domain assumption Narrations within a temporal window are semantically associated with the corresponding video segments.
- domain assumption Frequently co-occurring actions in unscripted videos are functionally dependent.
- ad hoc to paper Subsampling the video graph and propagating cluster labels by 1-NN preserves the full-graph clustering structure.
- domain assumption The hierarchical Graph U-Net architecture matches the natural abstraction levels of human behavior.
invented entities (1)
-
Functional threads
Cite this review
Pith. "Pith review of HiERO: understanding the hierarchy of human behavior enhances reasoning on egocentric videos." pith.science (2026). https://pith.science/paper/IO6FMK2Y
@misc{pith2026250512911,
author = {Pith},
title = {Pith review of: HiERO: understanding the hierarchy of human behavior enhances reasoning on egocentric videos},
year = {2026},
howpublished = {\url{https://pith.science/paper/IO6FMK2Y}},
note = {Machine review of arXiv:2505.12911}
}
read the original abstract
Human activities are particularly complex and variable, and this makes challenging for deep learning models to reason about them. However, we note that such variability does have an underlying structure, composed of a hierarchy of patterns of related actions. We argue that such structure can emerge naturally from unscripted videos of human activities, and can be leveraged to better reason about their content. We present HiERO, a weakly-supervised method to enrich video segments features with the corresponding hierarchical activity threads. By aligning video clips with their narrated descriptions, HiERO infers contextual, semantic and temporal reasoning with an hierarchical architecture. We prove the potential of our enriched features with multiple video-text alignment benchmarks (EgoMCQ, EgoNLQ) with minimal additional training, and in zero-shot for procedure learning tasks (EgoProceL and Ego4D Goal-Step). Notably, HiERO achieves state-of-the-art performance in all the benchmarks, and for procedure learning tasks it outperforms fully-supervised methods by a large margin (+12.5% F1 on EgoProceL) in zero shot. Our results prove the relevance of using knowledge of the hierarchy of human activities for multiple reasoning tasks in egocentric vision.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Ht-step: Aligning instructional articles with how-to videos
Triantafyllos Afouras, Effrosyni Mavroudi, Tushar Nagara- jan, Huiyu Wang, and Lorenzo Torresani. Ht-step: Aligning instructional articles with how-to videos. In NeurIPS, 2023. 2
work page 2023
-
[2]
Hiervl: Learning hierarchical video- language embeddings
Kumar Ashutosh, Rohit Girdhar, Lorenzo Torresani, and Kristen Grauman. Hiervl: Learning hierarchical video- language embeddings. In CVPR, 2023. 1, 2, 6
work page 2023
-
[3]
Video-mined task graphs for keystep recognition in instructional videos
Kumar Ashutosh, Santhosh Kumar Ramakrishnan, Tri- antafyllos Afouras, and Kristen Grauman. Video-mined task graphs for keystep recognition in instructional videos. NeurIPS, 2023. 2
work page 2023
-
[4]
My view is the best view: Procedure learning from egocentric videos
Siddhant Bansal, Chetan Arora, and CV Jawahar. My view is the best view: Procedure learning from egocentric videos. In ECCV, 2022. 1, 2, 6, 7, 8, 12, 13, 14, 15
work page 2022
-
[5]
United we stand, divided we fall: Unitygraph for unsupervised proce- dure learning from videos
Siddhant Bansal, Chetan Arora, and CV Jawahar. United we stand, divided we fall: Unitygraph for unsupervised proce- dure learning from videos. In WACV, 2024. 2, 7, 13
work page 2024
-
[6]
Soft-nms–improving object detection with one line of code
Navaneeth Bodla, Bharat Singh, Rama Chellappa, and Larry S Davis. Soft-nms–improving object detection with one line of code. In ICCV, 2017. 8
work page 2017
-
[7]
Hier- archically organized behavior and its neural foundations: A reinforcement learning perspective
Matthew M Botvinick, Yael Niv, and Andew G Barto. Hier- archically organized behavior and its neural foundations: A reinforcement learning perspective. Cognition, 2009. 1
work page 2009
-
[8]
Opel: Optimal transport guided procedure learning
Sayeed Shafayet Chowdhury, Soumyadeep Chandra, and Kaushik Roy. Opel: Optimal transport guided procedure learning. In NeurIPS, 2024. 1, 2, 7, 13, 15
work page 2024
Show all 62 references
-
[9]
Hierarchical schemas and goals in the control of sequential behavior
Richard P Cooper and Tim Shallice. Hierarchical schemas and goals in the control of sequential behavior. Psychologi- cal Review, 2006. 1
2006
-
[10]
Carnegie mellon university multimodal activity (cmu-mmac) database, 2008
Fernando De la Torre, Jessica Hodgins, J Montano, S Val- carcel, R Forcada, and J Macey. Carnegie mellon university multimodal activity (cmu-mmac) database, 2008. 7, 12, 13, 15
2008
-
[11]
Step- former: Self-supervised step discovery and localization in instructional videos
Nikita Dvornik, Isma Hadji, Ran Zhang, Konstantinos G Derpanis, Richard P Wildes, and Allan D Jepson. Step- former: Self-supervised step discovery and localization in instructional videos. In CVPR, 2023. 2
2023
-
[12]
Self-supervised multi- task procedure learning from instructional videos
Ehsan Elhamifar and Dat Huynh. Self-supervised multi- task procedure learning from instructional videos. In ECCV,
-
[13]
Slowfast networks for video recognition
Christoph Feichtenhofer, Haoqi Fan, Jitendra Malik, and Kaiming He. Slowfast networks for video recognition. In ICCV, 2019. 6
2019
-
[14]
Graph u-nets
Hongyang Gao and Shuiwang Ji. Graph u-nets. In ICML,
-
[15]
Omnivore: A sin- gle model for many visual modalities
Rohit Girdhar, Mannat Singh, Nikhila Ravi, Laurens van der Maaten, Armand Joulin, and Ishan Misra. Omnivore: A sin- gle model for many visual modalities. In CVPR, 2022. 1, 6, 8
2022
-
[16]
Amego: Active memory from long egocentric videos
Gabriele Goletto, Tushar Nagarajan, Giuseppe Averta, and Dima Damen. Amego: Active memory from long egocentric videos. In ECCV, 2024. 2
2024
-
[17]
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. 3, 6, 7, 14
2022
-
[18]
LoRA: Low-rank adaptation of large language models
Edward J Hu, yelong shen, Phillip Wallis, Zeyuan Allen- Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. LoRA: Low-rank adaptation of large language models. In ICLR, 2022. 13
2022
-
[19]
Improving action segmentation via graph-based temporal reasoning
Yifei Huang, Yusuke Sugano, and Yoichi Sato. Improving action segmentation via graph-based temporal reasoning. In CVPR, 2020. 4
2020
-
[20]
Video re- cap: Recursive captioning of hour-long videos
Md Mohaiminul Islam, Ngan Ho, Xitong Yang, Tushar Na- garajan, Lorenzo Torresani, and Gedas Bertasius. Video re- cap: Recursive captioning of hour-long videos. In CVPR,
-
[21]
Epic- tent: An egocentric video dataset for camping tent assembly
Youngkyoon Jang, Brian Sullivan, Casimir Ludwig, Iain Gilchrist, Dima Damen, and Walterio Mayol-Cuevas. Epic- tent: An egocentric video dataset for camping tent assembly. In ICCVW, 2019. 7, 12, 13, 15
2019
-
[22]
Egotaskqa: Understanding human tasks in egocentric videos
Baoxiong Jia, Ting Lei, Song-Chun Zhu, and Siyuan Huang. Egotaskqa: Understanding human tasks in egocentric videos. In NeurIPS, 2022. 2
2022
-
[23]
Quantifying and learning static vs
Matthew Kowal, Mennatullah Siam, Md Amirul Islam, Neil DB Bruce, Richard P Wildes, and Konstantinos G Der- panis. Quantifying and learning static vs. dynamic informa- tion in deep spatiotemporal networks. IEEE TPAMI, 2024. 2 9
2024
-
[24]
Kuehne, A
H. Kuehne, A. B. Arslan, and T. Serre. The language of ac- tions: Recovering the syntax and semantics of goal-directed human activities. In CVPR, 2014. 3
2014
-
[25]
The hungarian method for the assignment problem
Harold W Kuhn. The hungarian method for the assignment problem. Naval research logistics quarterly, 1955. 7
1955
-
[26]
Unsupervised action segmentation by joint representation learning and on- line clustering
Sateesh Kumar, Sanjay Haresh, Awais Ahmed, Andrey Konin, M Zeeshan Zia, and Quoc-Huy Tran. Unsupervised action segmentation by joint representation learning and on- line clustering. In CVPR, 2022. 2
2022
-
[27]
Set-constrained viterbi for set- supervised action segmentation
Jun Li and Sinisa Todorovic. Set-constrained viterbi for set- supervised action segmentation. In CVPR, 2020. 2
2020
-
[28]
In the eye of beholder: Joint learning of gaze and actions in first person video
Yin Li, Miao Liu, and James M Rehg. In the eye of beholder: Joint learning of gaze and actions in first person video. In ECCV, 2018. 7, 12, 13, 15
2018
-
[29]
Egocentric video-language pretraining
Kevin Qinghong Lin, Jinpeng Wang, Mattia Soldan, Michael Wray, Rui Yan, Eric Z XU, Difei Gao, Rong-Cheng Tu, Wen- zhe Zhao, Weijie Kong, et al. Egocentric video-language pretraining. In NeurIPS, 2022. 2, 4, 5, 6, 7, 8, 12, 13, 14, 15
2022
-
[30]
Learning to recognize procedural activities with distant supervision
Xudong Lin, Fabio Petroni, Gedas Bertasius, Marcus Rohrbach, Shih-Fu Chang, and Lorenzo Torresani. Learning to recognize procedural activities with distant supervision. In CVPR, 2022. 2
2022
-
[31]
Egoschema: A diagnostic benchmark for very long- form video language understanding
Karttikeya Mangalam, Raiymbek Akshulakov, and Jitendra Malik. Egoschema: A diagnostic benchmark for very long- form video language understanding. In NeurIPS, 2023. 2
2023
-
[32]
Learning to ground instructional articles in videos through narrations
Effrosyni Mavroudi, Triantafyllos Afouras, and Lorenzo Torresani. Learning to ground instructional articles in videos through narrations. In ICCV, 2023. 2
2023
-
[33]
Deep spectral methods: A surprisingly strong baseline for unsupervised semantic segmentation and localization
Luke Melas-Kyriazi, Christian Rupprecht, Iro Laina, and Andrea Vedaldi. Deep spectral methods: A surprisingly strong baseline for unsupervised semantic segmentation and localization. In CVPR, 2022. 2
2022
-
[34]
Grounded human-object interaction hotspots from video
Tushar Nagarajan, Christoph Feichtenhofer, and Kristen Grauman. Grounded human-object interaction hotspots from video. In ICCV, 2019. 2
2019
-
[35]
Ego-topo: Environment affordances from egocentric video
Tushar Nagarajan, Yanghao Li, Christoph Feichtenhofer, and Kristen Grauman. Ego-topo: Environment affordances from egocentric video. In CVPR, 2020. 2
2020
-
[36]
Procedure completion by learning from partial summaries
Zwe Naing and Ehsan Elhamifar. Procedure completion by learning from partial summaries. In BMVC, 2020. 2
2020
-
[37]
A backpack full of skills: Ego- centric video understanding with diverse task perspectives
Simone Alberto Peirone, Francesca Pistilli, Antonio Al- liegro, and Giuseppe Averta. A backpack full of skills: Ego- centric video understanding with diverse task perspectives. In CVPR, 2024. 2
2024
-
[38]
Hier- egopack: Hierarchical egocentric video understanding with diverse task perspectives
Simone Alberto Peirone, Francesca Pistilli, Antonio Al- liegro, Tatiana Tommasi, and Giuseppe Averta. Hier- egopack: Hierarchical egocentric video understanding with diverse task perspectives. arXiv preprint arXiv:2502.02487,
-
[39]
Egovlpv2: Egocentric video-language pre-training with fusion in the backbone
Shraman Pramanick, Yale Song, Sayan Nag, Kevin Qinghong Lin, Hardik Shah, Mike Zheng Shou, Rama Chellappa, and Pengchuan Zhang. Egovlpv2: Egocentric video-language pre-training with fusion in the backbone. In ICCV, 2023. 1, 2, 5, 6, 7, 12
2023
-
[40]
Unweavenet: Unweaving activity stories
Will Price, Carl V ondrick, and Dima Damen. Unweavenet: Unweaving activity stories. In CVPR, 2022. 1, 2
2022
-
[41]
Meccano: A multimodal egocentric dataset for hu- mans behavior understanding in the industrial-like domain
Francesco Ragusa, Antonino Furnari, and Giovanni Maria Farinella. Meccano: A multimodal egocentric dataset for hu- mans behavior understanding in the industrial-like domain. CVIU, 2023. 7, 12, 13, 15, 16
2023
-
[42]
Neuralnetwork-viterbi: A framework for weakly supervised video learning
Alexander Richard, Hilde Kuehne, Ahsan Iqbal, and Juer- gen Gall. Neuralnetwork-viterbi: A framework for weakly supervised video learning. In CVPR, 2018. 2
2018
-
[43]
Distilbert, a distilled version of bert: smaller, faster, cheaper and lighter
V Sanh. Distilbert, a distilled version of bert: smaller, faster, cheaper and lighter. arXiv preprint arXiv:1910.01108, 2019. 6, 13
1910 arXiv
-
[44]
Temporally-weighted hierarchical clustering for unsupervised action segmentation
Saquib Sarfraz, Naila Murray, Vivek Sharma, Ali Diba, Luc Van Gool, and Rainer Stiefelhagen. Temporally-weighted hierarchical clustering for unsupervised action segmentation. In CVPR, 2021. 1, 2, 7
2021
-
[45]
Differentiable task graph learning: Procedural ac- tivity representation and online mistake detection from ego- centric videos
Luigi Seminara, Giovanni Maria Farinella, and Antonino Furnari. Differentiable task graph learning: Procedural ac- tivity representation and online mistake detection from ego- centric videos. In NeurIPS, 2024. 2, 3
2024
-
[46]
Progress-aware online ac- tion segmentation for egocentric procedural task videos
Yuhan Shen and Ehsan Elhamifar. Progress-aware online ac- tion segmentation for egocentric procedural task videos. In CVPR, 2024. 2
2024
-
[47]
Normalized cuts and image segmentation
Jianbo Shi and Jitendra Malik. Normalized cuts and image segmentation. IEEE TPAMI, 2000. 2
2000
-
[48]
Ego4d goal-step: To- ward hierarchical understanding of procedural activities
Yale Song, Eugene Byrne, Tushar Nagarajan, Huiyu Wang, Miguel Martin, and Lorenzo Torresani. Ego4d goal-step: To- ward hierarchical understanding of procedural activities. In NeurIPS, 2024. 1, 2, 6, 7, 8, 12, 14, 15, 17
2024
-
[49]
Combining em- bedded accelerometers with computer vision for recognizing food preparation activities
Sebastian Stein and Stephen J McKenna. Combining em- bedded accelerometers with computer vision for recognizing food preparation activities. In Proceedings of the 2013 ACM international joint conference on Pervasive and ubiquitous computing, 2013. 3
2013
-
[50]
Videomae: Masked autoencoders are data-efficient learners for self-supervised video pre-training
Zhan Tong, Yibing Song, Jue Wang, and Limin Wang. Videomae: Masked autoencoders are data-efficient learners for self-supervised video pre-training. In NeurIPS, 2022. 1
2022
-
[51]
A tutorial on spectral clustering.Statis- tics and computing, 17:395–416, 2007
Ulrike V on Luxburg. A tutorial on spectral clustering.Statis- tics and computing, 17:395–416, 2007. 3
2007
-
[52]
Ego-only: Egocentric action detection without exocentric transferring
Huiyu Wang, Mitesh Kumar Singh, and Lorenzo Torresani. Ego-only: Egocentric action detection without exocentric transferring. In ICCV, 2023. 8
2023
-
[53]
Videocutler: Surprisingly simple unsuper- vised video instance segmentation
Xudong Wang, Ishan Misra, Ziyun Zeng, Rohit Girdhar, and Trevor Darrell. Videocutler: Surprisingly simple unsuper- vised video instance segmentation. In CVPR, 2024. 2
2024
-
[54]
Tokencut: Segmenting objects in images and videos with self-supervised transformer and normalized cut
Yangtao Wang, Xi Shen, Yuan Yuan, Yuming Du, Maomao Li, Shell Xu Hu, James L Crowley, and Dominique Vaufrey- daz. Tokencut: Segmenting objects in images and videos with self-supervised transformer and normalized cut. IEEE TPAMI, 2023. 2
2023
-
[55]
Actionformer: Localizing moments of actions with transformers
Chen-Lin Zhang, Jianxin Wu, and Yin Li. Actionformer: Localizing moments of actions with transformers. In ECCV,
-
[56]
Span-based localizing network for natural language video lo- calization
Hao Zhang, Aixin Sun, Wei Jing, and Joey Tianyi Zhou. Span-based localizing network for natural language video lo- calization. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics , 2020. 6, 7, 12, 14 10
2020
-
[57]
Learning video representations from large language models
Yue Zhao, Ishan Misra, Philipp Kr ¨ahenb¨uhl, and Rohit Gird- har. Learning video representations from large language models. In CVPR, 2023. 1, 2, 5, 6, 7, 12, 13, 14
2023
-
[58]
Learning procedure-aware video rep- resentation from instructional videos and their narrations
Yiwu Zhong, Licheng Yu, Yang Bai, Shangwen Li, Xuet- ing Yan, and Yin Li. Learning procedure-aware video rep- resentation from instructional videos and their narrations. In CVPR, 2023. 2
2023
-
[59]
Procedure-aware pretraining for instructional video understanding
Honglu Zhou, Roberto Mart ´ın-Mart´ın, Mubbasir Kapadia, Silvio Savarese, and Juan Carlos Niebles. Procedure-aware pretraining for instructional video understanding. In CVPR,
-
[60]
Towards automatic learning of procedures from web instructional videos
Luowei Zhou, Chenliang Xu, and Jason Corso. Towards automatic learning of procedures from web instructional videos. In AAAI, 2018. 2
2018
-
[61]
#C C stirs food in a frying pan with a spoon in his right hand
Dimitri Zhukov, Jean-Baptiste Alayrac, Ramazan Gokberk Cinbis, David Fouhey, Ivan Laptev, and Josef Sivic. Cross- task weakly supervised learning from instructional videos. In CVPR, 2019. 2 11 HiERO: understanding the hierarchy of human behavior enhances reasoning on egocentri...
2019
-
[62]
Bake or roast ingredients in oven
and Omnivore, and (ii) different temporal contexts used for feature extraction. We replace the ResNet-50 backbone in OPEL with Omnivore, varying the temporal context and stride used for features extraction (Table 13). The two back- bones show comparable performance, with an im...
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.