PRENet: A Plane-Fit Redundancy Encoding Point Cloud Sequence Network for Real-Time 3D Action Recognition
Recognizing human actions from point cloud sequence has attracted tremendous attention from both academia and industry due to its wide applications. However, most previous studies on point cloud action recognition typically require complex networks to extract intra-frame spatial features and inter-frame temporal features, resulting in an excessive number of redundant computations. This leads to high latency, rendering them impractical for real-world applications. To address this problem, we propose a Plane-Fit Redundancy Encoding point cloud sequence network named PRENet. The primary concept of our approach involves the utilization of plane fitting to mitigate spatial redundancy within the sequence, concurrently encoding the temporal redundancy of the entire sequence to minimize redundant computations. Specifically, our network comprises two principal modules: a Plane-Fit Embedding module and a Spatio-Temporal Consistency Encoding module. The Plane-Fit Embedding module capitalizes on the observation that successive point cloud frames exhibit unique geometric features in physical space, allowing for the reuse of spatially encoded data for temporal stream encoding. The Spatio-Temporal Consistency Encoding module amalgamates the temporal structure of the temporally redundant part with its corresponding spatial arrangement, thereby enhancing recognition accuracy. We have done numerous experiments to verify the effectiveness of our network. The experimental results demonstrate that our method achieves almost identical recognition accuracy while being nearly four times faster than other state-of-the-art methods.
Code (0)
등록된 구현이 없습니다.
Tasks
3D Action RecognitionAction RecognitionSimilar Papers 제목 키워드 기반
GndNet: Fast Ground Plane Estimation and Point Cloud Segmentation for Autonomous Vehicles
Ground plane estimation and ground point seg-mentation is a crucial precursor for many applications in robotics and intelligent vehicles like navigable space detection and occupancy grid generation, 3D object detection, …
3D Object DetectionAutonomous Vehiclesobject-detectionObject Detection+3Oriented Point Sampling for Plane Detection in Unorganized Point Clouds
Plane detection in 3D point clouds is a crucial pre-processing step for applications such as point cloud segmentation, semantic mapping and SLAM. In contrast to many recent plane detection methods that are only applicabl…
Point Cloud SegmentationPoint-PlaneNet: Plane kernel based convolutional neural network for point clouds analysis
Point cloud is accepted as an adequate representation for 3D data and most 3D sensors have the ability to generate this data. Due to point cloud's irregular format, analyzing this data using deep learning algorithms is q…
3D Part Segmentation3D Point Cloud ClassificationPoint Cloud ClassificationSemantic Segmentation3D Point Cloud Denoising via Deep Neural Network based Local Surface Estimation
We present a neural-network-based architecture for 3D point cloud denoising called neural projection denoising (NPD). In our previous work, we proposed a two-stage denoising algorithm, which first estimates reference pla…
DenoisingPreNeT: Leveraging Computational Features to Predict Deep Neural Network Training Time
Training deep learning models, particularly Transformer-based architectures such as Large Language Models (LLMs), demands substantial computational resources and extended training periods. While optimal configuration and…