paper-with-me

홈 › Papers

EventFormer: A Node-graph Hierarchical Attention Transformer for Action-centric Video Event Prediction

2025-10-19 · Qile Su, Shoutai Zhu, Shuai Zhang, Baoyu Liang, Chao Tong arxiv

Script event induction, which aims to predict the subsequent event based on the context, is a challenging task in NLP, achieving remarkable success in practical applications. However, human events are mostly recorded and presented in the form of videos rather than scripts, yet there is a lack of related research in the realm of vision. To address this problem, we introduce AVEP (Action-centric Video Event Prediction), a task that distinguishes itself from existing video prediction tasks through its incorporation of more complex logic and richer semantic information. We present a large structured dataset, which consists of about $35K$ annotated videos and more than $178K$ video clips of event, built upon existing video event datasets to support this task. The dataset offers more fine-grained annotations, where the atomic unit is represented as a multimodal event argument node, providing better structured representations of video events. Due to the complexity of event structures, traditional visual models that take patches or frames as input are not well-suited for AVEP. We propose EventFormer, a node-graph hierarchical attention based video event prediction model, which can capture both the relationships between events and their arguments and the coreferencial relationships between arguments. We conducted experiments using several SOTA video prediction models as well as LVLMs on AVEP, demonstrating both the complexity of the task and the value of the dataset. Our approach outperforms all these video prediction models. We will release the dataset and code for replicating the experiments and annotations.

📄 PDF Abstract BibTeX arXiv:2510.21786

Code (0)

등록된 구현이 없습니다.

Tasks

Video Prediction

Similar Papers 제목 키워드 기반

Event-aware Video Corpus Moment Retrieval

2024-02-21 · Danyang Hou, Liang Pang, HuaWei Shen, Xueqi Cheng

Video Corpus Moment Retrieval (VCMR) is a practical video retrieval task focused on identifying a specific moment within a vast corpus of untrimmed videos using the natural language query. Existing methods for VCMR typic…

Contrastive LearningMoment RetrievalPartially Relevant Video RetrievalRetrieval+2

EventFormer: AU Event Transformer for Facial Action Unit Event Detection

2022-03-12 · Yingjie Chen, Jiarui Zhang, Tao Wang, Yun Liang

Facial action units (AUs) play an indispensable role in human emotion analysis. We observe that although AU-based high-level emotion analysis is urgently needed by real-world applications, frame-level AU results provided…

Emotion RecognitionEvent Detection

Enhancing Graph Transformers with Hierarchical Distance Structural Encoding

2023-08-22 · Yuankai Luo, Hongkang Li, Lei Shi, Xiao-Ming Wu

Graph transformers need strong inductive biases to derive meaningful attention scores. Yet, current methods often fall short in capturing longer ranges, hierarchical structures, or community structures, which are common …

Graph ClassificationGraph RegressionNode Classification

Hierarchical Transformer for Scalable Graph Learning

2023-05-04 · Wenhao Zhu, Tianyu Wen, Guojie Song, Xiaojun Ma 외

Graph Transformer is gaining increasing attention in the field of machine learning and has demonstrated state-of-the-art performance on benchmarks for graph representation learning. However, as current implementations of…

Graph LearningGraph Representation LearningRepresentation Learning

Hierarchical Graph Transformer with Adaptive Node Sampling

2022-10-08 · Zaixi Zhang, Qi Liu, Qingyong Hu, Chee-Kong Lee

The Transformer architecture has achieved remarkable success in a number of domains including natural language processing and computer vision. However, when it comes to graph-structured data, transformers have not achiev…