paper-with-me

홈 › Papers

PRENet: A Plane-Fit Redundancy Encoding Point Cloud Sequence Network for Real-Time 3D Action Recognition

2024-05-11 · Shenglin He, Xiaoyang Qu, Jiguang Wan, Guokuan Li, Changsheng Xie, Jianzong Wang

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.

📄 PDF Abstract BibTeX arXiv:2405.06929

Code (0)

등록된 구현이 없습니다.

Tasks

3D Action RecognitionAction Recognition

Similar Papers 제목 키워드 기반

GndNet: Fast Ground Plane Estimation and Point Cloud Segmentation for Autonomous Vehicles

2020-11-15 · Anshul Paigwar, Özgür Erkent, David Sierra González, Christian Laugier

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+3

Oriented Point Sampling for Plane Detection in Unorganized Point Clouds

2019-05-04 · Bo Sun, Philippos Mordohai

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 Segmentation

Point-PlaneNet: Plane kernel based convolutional neural network for point clouds analysis

2020-05-01 · S.M. Moein Peyghambarzadeh, Fatemeh Azizmalayeri, Hassan Khotanlou, Amir Salarpour

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 Segmentation

3D Point Cloud Denoising via Deep Neural Network based Local Surface Estimation

2019-04-09 · Chaojing Duan, Siheng Chen, Jelena Kovacevic

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…

Denoising

PreNeT: Leveraging Computational Features to Predict Deep Neural Network Training Time

2024-12-20 · Alireza Pourali, Arian Boukani, Hamzeh Khazaei

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…