LP-3DCNN: Unveiling Local Phase in 3D Convolutional Neural Networks
Sudhakar Kumawat, Shanmuganathan Raman

TL;DR
This paper introduces the ReLPV block, an efficient alternative to standard 3D CNN layers that leverages local phase information via 3D STFT, leading to better feature learning, fewer parameters, and state-of-the-art results on 3D datasets.
Contribution
The paper proposes the ReLPV block, a novel 3D local phase extraction method that improves feature learning and reduces parameters compared to standard 3D convolutions.
Findings
Achieves state-of-the-art accuracy on ModelNet10 and ModelNet40 datasets.
Improves action recognition accuracy on UCF-101 by 5.68%.
Uses significantly fewer parameters than existing methods.
Abstract
Traditional 3D Convolutional Neural Networks (CNNs) are computationally expensive, memory intensive, prone to overfit, and most importantly, there is a need to improve their feature learning capabilities. To address these issues, we propose Rectified Local Phase Volume (ReLPV) block, an efficient alternative to the standard 3D convolutional layer. The ReLPV block extracts the phase in a 3D local neighborhood (e.g., 3x3x3) of each position of the input map to obtain the feature maps. The phase is extracted by computing 3D Short Term Fourier Transform (STFT) at multiple fixed low frequency points in the 3D local neighborhood of each position. These feature maps at different frequency points are then linearly combined after passing them through an activation function. The ReLPV block provides significant parameter savings of at least, 3^3 to 13^3 times compared to the standard 3D…
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
TopicsHuman Pose and Action Recognition · Advanced Neural Network Applications · Hand Gesture Recognition Systems
