Long Range Pooling for 3D Large-Scale Scene Understanding
Xiang-Li Li, Meng-Hao Guo, Tai-Jiang Mu, Ralph R. Martin, Shi-Min Hu

TL;DR
This paper introduces a long range pooling (LRP) module that enhances 3D scene understanding by expanding receptive fields and increasing non-linearity, leading to improved performance with fewer parameters.
Contribution
The paper proposes the LRP module and LRPNet architecture, demonstrating their effectiveness for 3D scene understanding with better results and reduced computation.
Findings
LRP outperforms large kernel convolution with fewer parameters
LRPNet achieves state-of-the-art results on ScanNet
LRP enhances receptive field and non-linearity in 3D CNNs
Abstract
Inspired by the success of recent vision transformers and large kernel design in convolutional neural networks (CNNs), in this paper, we analyze and explore essential reasons for their success. We claim two factors that are critical for 3D large-scale scene understanding: a larger receptive field and operations with greater non-linearity. The former is responsible for providing long range contexts and the latter can enhance the capacity of the network. To achieve the above properties, we propose a simple yet effective long range pooling (LRP) module using dilation max pooling, which provides a network with a large adaptive receptive field. LRP has few parameters, and can be readily added to current CNNs. Also, based on LRP, we present an entire network architecture, LRPNet, for 3D understanding. Ablation studies are presented to support our claims, and show that the LRP module achieves…
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
TopicsAdvanced Neural Network Applications · Advanced Vision and Imaging · Video Surveillance and Tracking Methods
MethodsConvolution
