Three-dimensional object detection from point clouds has become a crucial capability for embodied artificial intelligence, supporting perception and in- teraction in robotics, autonomous navigation, and mixed reality. Although recent detectors achieve...
Three-dimensional object detection from point clouds has become a crucial capability for embodied artificial intelligence, supporting perception and in- teraction in robotics, autonomous navigation, and mixed reality. Although recent detectors achieve strong overall performance, they still fail to localize objects that exhibit high structural complexity. Objects such as furniture, ap- pliances, and composite assemblies contain multiple interleaved components and fine geometric details. These heterogeneous structures lead to inconsistent feature aggregation within the same object, which causes fragmented or over- sized bounding boxes. A major contributing factor is the inability of volumet- ric IoU-based supervision to provide stable and continuous gradients—par- ticularly when predicted and ground-truth boxes barely overlap-resulting in unreliable boundary learning in sparse indoor point clouds. To address this limitation, we propose PointRefine3D, a geometry-aware refinement framework that improves the localization precision of existing 3D detectors without modifying their backbones. The framework consists of two complementary components. First, the Point IoU Loss optimizes the align- ment between predicted boxes and observed object points rather than vol- umetric overlap. This point-based formulation produces smooth gradients near object boundaries and enforces surface-level coverage, even for sparsely sampled or partially missing shapes. Because initial box predictions are of- ten unstable in sparse point clouds, an additional refinement mechanism be- comes necessary. Accordingly, we introduce an IoU Regression Head that predicts the localization quality of each detected box and guides selective re- finement. During inference, boxes with low predicted IoU values are refined by an Object-Aware Refinement module that recomputes the box center and size from the spatial distribution of surrounding points while discarding pla- nar outliers. This selective strategy improves boundary accuracy with minimal computational overhead. We also note that our baseline detector (UniDet3D) adopts axis-aligned ground-truth annotations, meaning that all ground-truth yaw angles are θ = 0, which we explicitly account for in our formulation. Experiments on four indoor benchmarks—ScanNetV2, S3DIS, MultiScan, and 3RScan—demonstrate that PointRefine3D consistently outperforms UniDet3D. The method achieves an average gain of +1.8 mAP@0.5 and up to +4.1 on the challenging 3RScan dataset. These results verify that combining point-level geometric supervision with selective refinement yields robust and precise 3D detection, especially for complex, multi-part objects with interleaved geome-