English

MVSDet: Multi-View Indoor 3D Object Detection via Efficient Plane Sweeps

Computer Vision and Pattern Recognition 2024-10-30 v1

Abstract

The key challenge of multi-view indoor 3D object detection is to infer accurate geometry information from images for precise 3D detection. Previous method relies on NeRF for geometry reasoning. However, the geometry extracted from NeRF is generally inaccurate, which leads to sub-optimal detection performance. In this paper, we propose MVSDet which utilizes plane sweep for geometry-aware 3D object detection. To circumvent the requirement for a large number of depth planes for accurate depth prediction, we design a probabilistic sampling and soft weighting mechanism to decide the placement of pixel features on the 3D volume. We select multiple locations that score top in the probability volume for each pixel and use their probability score to indicate the confidence. We further apply recent pixel-aligned Gaussian Splatting to regularize depth prediction and improve detection performance with little computation overhead. Extensive experiments on ScanNet and ARKitScenes datasets are conducted to show the superiority of our model. Our code is available at https://github.com/Pixie8888/MVSDet.

Keywords

Cite

@article{arxiv.2410.21566,
  title  = {MVSDet: Multi-View Indoor 3D Object Detection via Efficient Plane Sweeps},
  author = {Yating Xu and Chen Li and Gim Hee Lee},
  journal= {arXiv preprint arXiv:2410.21566},
  year   = {2024}
}

Comments

Accepted by NeurIPS 2024

R2 v1 2026-06-28T19:38:54.758Z