Pedestrian Motion State Estimation From 2D Pose
Fei Li, Shiwei Fan, Pengzhen Chen, and Xiangxu Li

TL;DR
This paper introduces a computationally efficient method using a gated recurrent neural network to estimate pedestrian motion states from 2D pose data, improving accuracy for safer road behavior prediction.
Contribution
It presents a novel approach combining micro motion features and a seq2seq model for pedestrian motion state estimation, enhancing accuracy over existing methods.
Findings
Accuracy improved by 11.6% on JAAD dataset
Uses micro motion features like position, angle, and distance
Employs a GRU-based seq2seq model for state transition learning
Abstract
Traffic violation and the flexible and changeable nature of pedestrians make it more difficult to predict pedestrian behavior or intention, which might be a potential safety hazard on the road. Pedestrian motion state (such as walking and standing) directly affects or reflects its intention. In combination with pedestrian motion state and other influencing factors, pedestrian intention can be predicted to avoid unnecessary accidents. In this paper, pedestrian is treated as non-rigid object, which can be represented by a set of two-dimensional key points, and the movement of key point relative to the torso is introduced as micro motion. Static and dynamic micro motion features, such as position, angle and distance, and their differential calculations in time domain, are used to describe its motion pattern. Gated recurrent neural network based seq2seq model is used to learn the dependence…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Anomaly Detection Techniques and Applications · Human Pose and Action Recognition
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Softmax · Gated Recurrent Unit · Sequence to Sequence
