PQ-Transformer: Jointly Parsing 3D Objects and Layouts from Point Clouds
Xiaoxue Chen, Hao Zhao, Guyue Zhou, Ya-Qin Zhang

TL;DR
The paper introduces PQ-Transformer, a novel neural network architecture that jointly predicts 3D objects and room layouts from point clouds, improving efficiency and accuracy in 3D scene understanding for robotics.
Contribution
It presents the first transformer-based model for simultaneous 3D object and layout parsing from point clouds, with a new quad-based layout representation and a physical constraint loss.
Findings
Achieves near real-time performance at 8.91 FPS.
Significantly improves room layout F1-score from 37.9% to 57.9%.
Outperforms existing methods on the ScanNet benchmark.
Abstract
3D scene understanding from point clouds plays a vital role for various robotic applications. Unfortunately, current state-of-the-art methods use separate neural networks for different tasks like object detection or room layout estimation. Such a scheme has two limitations: 1) Storing and running several networks for different tasks are expensive for typical robotic platforms. 2) The intrinsic structure of separate outputs are ignored and potentially violated. To this end, we propose the first transformer architecture that predicts 3D objects and layouts simultaneously, using point cloud inputs. Unlike existing methods that either estimate layout keypoints or edges, we directly parameterize room layout as a set of quads. As such, the proposed architecture is termed as P(oint)Q(uad)-Transformer. Along with the novel quad representation, we propose a tailored physical constraint loss…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Advanced Neural Network Applications · 3D Surveying and Cultural Heritage
MethodsAttention Is All You Need · Linear Layer · Softmax · Residual Connection · Layer Normalization · Non Maximum Suppression · Multi-Head Attention · Dense Connections · PointQuad-Transformer
