# 3D Object Detection Using Scale Invariant and Feature Reweighting   Networks

**Authors:** Xin Zhao, Zhe Liu, Ruolan Hu, Kaiqi Huang

arXiv: 1901.02237 · 2019-09-25

## TL;DR

This paper introduces a novel 3D object detection network that leverages scale-invariant features and feature reweighting, improving detection accuracy especially in sparse point cloud scenarios.

## Contribution

The proposed network combines PointSIFT and SENet modules to enhance 3D segmentation and feature selection, advancing 3D detection performance over existing methods.

## Key findings

- Outperforms state-of-the-art on KITTI and SUN-RGBD datasets
- Improves detection accuracy with sparse point clouds
- Enhances 3D bounding box estimation effectiveness

## Abstract

3D object detection plays an important role in a large number of real-world applications. It requires us to estimate the localizations and the orientations of 3D objects in real scenes. In this paper, we present a new network architecture which focuses on utilizing the front view images and frustum point clouds to generate 3D detection results. On the one hand, a PointSIFT module is utilized to improve the performance of 3D segmentation. It can capture the information from different orientations in space and the robustness to different scale shapes. On the other hand, our network obtains the useful features and suppresses the features with less information by a SENet module. This module reweights channel features and estimates the 3D bounding boxes more effectively. Our method is evaluated on both KITTI dataset for outdoor scenes and SUN-RGBD dataset for indoor scenes. The experimental results illustrate that our method achieves better performance than the state-of-the-art methods especially when point clouds are highly sparse.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.02237/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1901.02237/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1901.02237/full.md

---
Source: https://tomesphere.com/paper/1901.02237