Qi et al., CVPR 2017

Reviewer: Hyunjin Kim

arXiv: https://arxiv.org/abs/1612.00593

1. Abstract

Point clouds are an important geometric data structure, but due to their irregular format, many studies have converted them into voxel grids or images for use. However, these approaches have led to inefficiencies and various issues. Therefore, the authors propose PointNet, a unified architecture that utilizes point clouds for various tasks such as classification and segmentation. PointNet is structurally simple yet highly efficient and effective, achieving state-of-the-art performance.

2. Introduction

3. Problem Statement

PointNet takes an unordered set of points as input. Each point has coordinates (x, y, z) and may also have additional values such as normal or color, but for simplicity and clarity, PointNet only utilizes (x, y, z). PointNet returns output values corresponding to each task, which are as follows.