中文
相关论文

相关论文: A Circular Window-based Cascade Transformer for On…

200 篇论文

Most recent approaches for online action detection tend to apply Recurrent Neural Network (RNN) to capture long-range temporal structure. However, RNN suffers from non-parallelism and gradient vanishing, hence it is hard to be optimized. In…

计算机视觉与模式识别 · 计算机科学 2021-06-22 Xiang Wang , Shiwei Zhang , Zhiwu Qing , Yuanjie Shao , Zhengrong Zuo , Changxin Gao , Nong Sang

Online Temporal Action Localization (On-TAL) aims to immediately provide action instances from untrimmed streaming videos. The model is not allowed to utilize future frames and any processing techniques to modify past predictions, making…

计算机视觉与模式识别 · 计算机科学 2022-11-10 Tuan N. Tang , Jungin Park , Kwonyoung Kim , Kwanghoon Sohn

Online action detection has attracted increasing research interests in recent years. Current works model historical dependencies and anticipate the future to perceive the action evolution within a video segment and improve the detection…

计算机视觉与模式识别 · 计算机科学 2022-03-23 Le Yang , Junwei Han , Dingwen Zhang

This paper proposes a novel multi-modal transformer network for detecting actions in untrimmed videos. To enrich the action features, our transformer network utilizes a new multi-modal attention mechanism that computes the correlations…

计算机视觉与模式识别 · 计算机科学 2023-06-01 Matthew Korban , Scott T. Acton , Peter Youngs

We present Long Short-term TRansformer (LSTR), a temporal modeling algorithm for online action detection, which employs a long- and short-term memory mechanism to model prolonged sequence data. It consists of an LSTR encoder that…

计算机视觉与模式识别 · 计算机科学 2021-12-23 Mingze Xu , Yuanjun Xiong , Hao Chen , Xinyu Li , Wei Xia , Zhuowen Tu , Stefano Soatto

Online action detection is the task of predicting the action as soon as it happens in a streaming video. A major challenge is that the model does not have access to the future and has to solely rely on the history, i.e., the frames observed…

计算机视觉与模式识别 · 计算机科学 2022-06-10 Junwen Chen , Gaurav Mittal , Ye Yu , Yu Kong , Mei Chen

Online action detection, which aims to identify an ongoing action from a streaming video, is an important subject in real-world applications. For this task, previous methods use recurrent neural networks for modeling temporal relations in…

计算机视觉与模式识别 · 计算机科学 2022-11-21 Sumin Lee , Hyunjun Eun , Jinyoung Moon , Seokeon Choi , Yoonhyung Kim , Chanho Jung , Changick Kim

Online temporal action localization (On-TAL) is the task of identifying multiple action instances given a streaming video. Since existing methods take as input only a video segment of fixed size per iteration, they are limited in…

计算机视觉与模式识别 · 计算机科学 2024-08-07 Youngkil Song , Dongkeun Kim , Minsu Cho , Suha Kwak

We study the parametric online changepoint detection problem, where the underlying distribution of the streaming data changes from a known distribution to an alternative that is of a known parametric form but with unknown parameters. We…

统计理论 · 数学 2023-05-22 Liyan Xie , George V. Moustakides , Yao Xie

We introduce Activity Graph Transformer, an end-to-end learnable model for temporal action localization, that receives a video as input and directly predicts a set of action instances that appear in the video. Detecting and localizing…

计算机视觉与模式识别 · 计算机科学 2021-01-29 Megha Nawhal , Greg Mori

Online action detection (OAD) aims to identify ongoing actions from streaming video in real-time, without access to future frames. Since these actions manifest at varying scales of granularity, ranging from coarse to fine, projecting an…

计算机视觉与模式识别 · 计算机科学 2024-06-03 Zhipeng Yang , Ruoyu Wang , Yang Tan , Liping Xie

Action recognition is an important research topic in computer vision. It is the basic work for visual understanding and has been applied in many fields. Since human actions can vary in different environments, it is difficult to infer…

计算机视觉与模式识别 · 计算机科学 2019-10-23 Dong Cao , Lisha Xu , Dongdong Zhang

We aim to tackle a novel task in action detection - Online Detection of Action Start (ODAS) in untrimmed, streaming videos. The goal of ODAS is to detect the start of an action instance, with high categorization accuracy and low detection…

计算机视觉与模式识别 · 计算机科学 2018-07-24 Zheng Shou , Junting Pan , Jonathan Chan , Kazuyuki Miyazawa , Hassan Mansour , Anthony Vetro , Xavier Giro-i-Nieto , Shih-Fu Chang

Skeleton-based human action recognition leverages sequences of human joint coordinates to identify actions performed in videos. Owing to the intrinsic spatiotemporal structure of skeleton data, Graph Convolutional Networks (GCNs) have been…

计算机视觉与模式识别 · 计算机科学 2025-09-03 Yusen Peng , Alper Yilmaz

Recently, live streaming platforms have gained immense popularity. Traditional video highlight detection mainly focuses on visual features and utilizes both past and future content for prediction. However, live streaming requires models to…

多媒体 · 计算机科学 2024-07-18 Jiaxin Deng , Shiyao Wang , Dong Shen , Liqin Zhao , Fan Yang , Guorui Zhou , Gaofeng Meng

In this paper, we propose Two-Stream AMTnet, which leverages recent advances in video-based action representation[1] and incremental action tube generation[2]. Majority of the present action detectors follow a frame-based representation, a…

计算机视觉与模式识别 · 计算机科学 2020-04-06 Suman Saha , Gurkirt Singh , Fabio Cuzzolin

Current approaches for activity recognition often ignore constraints on computational resources: 1) they rely on extensive feature computation to obtain rich descriptors on all frames, and 2) they assume batch-mode access to the entire test…

计算机视觉与模式识别 · 计算机科学 2016-04-05 Yu-Chuan Su , Kristen Grauman

Detecting activities in untrimmed videos is an important but challenging task. The performance of existing methods remains unsatisfactory, e.g., they often meet difficulties in locating the beginning and end of a long complex action. In…

计算机视觉与模式识别 · 计算机科学 2017-03-09 Yuanjun Xiong , Yue Zhao , Limin Wang , Dahua Lin , Xiaoou Tang

The task of action detection aims at deducing both the action category and localization of the start and end moment for each action instance in a long, untrimmed video. While vision Transformers have driven the recent advances in video…

计算机视觉与模式识别 · 计算机科学 2022-07-22 Yuetian Weng , Zizheng Pan , Mingfei Han , Xiaojun Chang , Bohan Zhuang

As a critical task in video sequence classification within computer vision, Online Action Detection (OAD) has garnered significant attention. The sensitivity of mainstream OAD models to varying video viewpoints often hampers their…

计算机视觉与模式识别 · 计算机科学 2025-10-15 Liping Xie , Yang Tan , Shicheng Jing , Huimin Lu , Kanjian Zhang