paper-with-me

홈 › Papers

Revisiting Point Cloud Shape Classification with a Simple and Effective Baseline

2021-06-09 · Ankit Goyal, Hei Law, Bowei Liu, Alejandro Newell, Jia Deng

Processing point cloud data is an important component of many real-world systems. As such, a wide variety of point-based approaches have been proposed, reporting steady benchmark improvements over time. We study the key ingredients of this progress and uncover two critical results. First, we find that auxiliary factors like different evaluation schemes, data augmentation strategies, and loss functions, which are independent of the model architecture, make a large difference in performance. The differences are large enough that they obscure the effect of architecture. When these factors are controlled for, PointNet++, a relatively older network, performs competitively with recent methods. Second, a very simple projection-based method, which we refer to as SimpleView, performs surprisingly well. It achieves on par or better results than sophisticated state-of-the-art methods on ModelNet40 while being half the size of PointNet++. It also outperforms state-of-the-art methods on ScanObjectNN, a real-world point cloud benchmark, and demonstrates better cross-dataset generalization. Code is available at https://github.com/princeton-vl/SimpleView.

📄 PDF Abstract BibTeX arXiv:2106.05304

Code (3)

princeton-vl/SimpleView 공식 구현 pytorch
axeber01/point-tnt pytorch
jiachens/ModelNet40-C pytorch

Tasks

3D Point Cloud ClassificationPoint Cloud Classification

Similar Papers 제목 키워드 기반

Revisiting Point Cloud Classification with a Simple and Effective Baseline

2021-01-01 · Ankit Goyal, Hei Law, Bowei Liu, Alejandro Newell 외

Processing point cloud data is an important component of many real-world systems. As such, a wide variety of point-based approaches have been proposed, reporting steady benchmark improvements over time. We study the key …

3D Point Cloud ClassificationClassificationGeneral ClassificationPoint Cloud Classification

ABD-Net: Attention Based Decomposition Network for 3D Point Cloud Decomposition

2021-07-09 · Siddharth Katageri, Shashidhar V Kudari, Akshaykumar Gunari, Ramesh Ashok Tabib 외

In this paper, we propose Attention Based Decomposition Network (ABD-Net), for point cloud decomposition into basic geometric shapes namely, plane, sphere, cone and cylinder. We show improved performance of 3D object cla…

3D Object Classification

Unsupervised Contrastive Learning with Simple Transformation for 3D Point Cloud Data

2021-10-13 · Jincen Jiang, Xuequan Lu, Wanli Ouyang, Meili Wang

Though a number of point cloud learning methods have been proposed to handle unordered points, most of them are supervised and require labels for training. By contrast, unsupervised learning of point cloud data has recei…

3D Object ClassificationClassificationContrastive LearningRepresentation Learning+3

POINTVIEW-GCN: 3D SHAPE CLASSIFICATION WITH MULTI-VIEW POINT CLOUDS

2021-09-22 · IEEE International Conference on Image Processing 2021 9 · Seyed Saber Mohammadi, Yiming Wang, Alessio Del Bue

We address 3D shape classification with partial point cloud inputs captured from multiple viewpoints around the object. Different from existing methods that perform classification on the complete point cloud by first re…

3D Point Cloud Classification3D Shape ClassificationClassificationObject

Revisiting Point Cloud Completion: Are We Ready For The Real-World?

2024-11-26 · Stuti Pathak, Prashant Kumar, Nicholus Mboga, Gunther Steenackers 외

Point clouds acquired in constrained and challenging real-world settings are incomplete, non-uniformly sparse, or both. These obstacles present acute challenges for a vital task - point cloud completion. Using tools from…

Point Cloud Completion