paper-with-me

Papers

InfoGCN++: Learning Representation by Predicting the Future for Online Human Skeleton-based Action Recognition

2023-10-16 · Seunggeun Chi, Hyung-gun Chi, QiXing Huang, Karthik Ramani

Skeleton-based action recognition has made significant advancements recently, with models like InfoGCN showcasing remarkable accuracy. However, these models exhibit a key limitation: they necessitate complete action observation prior to classification, which constrains their applicability in real-time situations such as surveillance and robotic systems. To overcome this barrier, we introduce InfoGCN++, an innovative extension of InfoGCN, explicitly developed for online skeleton-based action recognition. InfoGCN++ augments the abilities of the original InfoGCN model by allowing real-time categorization of action types, independent of the observation sequence's length. It transcends conventional approaches by learning from current and anticipated future movements, thereby creating a more thorough representation of the entire sequence. Our approach to prediction is managed as an extrapolation issue, grounded on observed actions. To enable this, InfoGCN++ incorporates Neural Ordinary Differential Equations, a concept that lets it effectively model the continuous evolution of hidden states. Following rigorous evaluations on three skeleton-based action recognition benchmarks, InfoGCN++ demonstrates exceptional performance in online action recognition. It consistently equals or exceeds existing techniques, highlighting its significant potential to reshape the landscape of real-time action recognition applications. Consequently, this work represents a major leap forward from InfoGCN, pushing the limits of what's possible in online, skeleton-based action recognition. The code for InfoGCN++ is publicly available at https://github.com/stnoah1/infogcn2 for further exploration and validation.

📄 PDF Abstract BibTeX arXiv:2310.10547

Code (2)

stnoah1/infogcn2 공식 구현 pytorch
stnoah1/sode 공식 구현 pytorch

Tasks

Action RecognitionSkeleton Based Action Recognition

Similar Papers 제목 키워드 기반

InfoGCN: Representation Learning for Human Skeleton-Based Action Recognition

2022-01-01 · CVPR 2022 1 · Hyung-gun Chi, Myoung Hoon Ha, Seunggeun Chi, Sang Wan Lee 외

Human skeleton-based action recognition offers a valuable means to understand the intricacies of human behavior because it can handle the complex relationships between physical constraints and intention. Although sev…

Action RecognitionRepresentation LearningSkeleton Based Action Recognition

Memory Warps for Learning Long-Term Online Video Representations

2018-03-28 · Tuan-Hung Vu, Wongun Choi, Samuel Schulter, Manmohan Chandraker

This paper proposes a novel memory-based online video representation that is efficient, accurate and predictive. This is in contrast to prior works that often rely on computationally heavy 3D convolutions, ignore actual …

object-detectionObject Detection

Deep Sequence Learning for Video Anticipation: From Discrete and Deterministic to Continuous and Stochastic

2020-10-09 · Sadegh Aliakbarian

Video anticipation is the task of predicting one/multiple future representation(s) given limited, partial observation. This is a challenging task due to the fact that given limited observation, the future representation …

Action Anticipation

1st Place Solution to the 1st SkatingVerse Challenge

2024-04-22 · Tao Sun, Yuanzi Fu, Kaicheng Yang, Jian Wu 외

This paper presents the winning solution for the 1st SkatingVerse Challenge. We propose a method that involves several steps. To begin, we leverage the DINO framework to extract the Region of Interest (ROI) and perform p…

Predicting Shape Development: a Riemannian Method

2022-12-09 · Doğa Türkseven, Islem Rekik, Christoph von Tycowicz, Martin Hanik

Predicting the future development of an anatomical shape from a single baseline observation is a challenging task. But it can be essential for clinical decision-making. Research has shown that it should be tackled in cur…

Decision MakingHippocampus