paper-with-me

Papers

DeepLA-Net: Very Deep Local Aggregation Networks for Point Cloud Analysis

2025-01-01 · CVPR 2025 1 · Ziyin Zeng, Mingyue Dong, Jian Zhou, Huan Qiu, Zhen Dong, Man Luo, Bijun Li

Due to the irregular and disordered data structure in 3D point clouds, prior works have focused on designing more sophisticated local representation methods to capture these complex local patterns. However, the recognition performance has saturated over the past few years, indicating that increasingly complex and redundant designs no longer make improvements to local learning. This phenomenon prompts us to diverge from the trend in 3D vision and instead pursue an alternative and successful solution: deeper neural networks. In this paper, we propose DeepLA-Net, a series of very deep networks for point cloud analysis. The key insight of our approach is to exploit a small but mighty local learning block, which reduces 10xfewer FLOPs, enabling the construction of very deep networks. Furthermore, we design a training supervision strategy to ensure smooth gradient backpropagation and optimization in very deep networks. We construct the DeepLA-Net family with a depth of up to 120 blocks --- at least 5xdeeper than recent methods --- trained on a single RTX 3090. An ensemble of the DeepLA-Net achieves state-of-the-art performance on classification and segmentation tasks of S3DIS Area5 (+2.2% mIoU), ScanNet test set (+1.6% mIoU), ScanObjectNN (+2.1% OA), and ShapeNetPart (+0.9% cls.mIoU).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

PAPooling: Graph-based Position Adaptive Aggregation of Local Geometry in Point Clouds

2021-11-28 · Jie Wang, Jianan Li, Lihe Ding, Ying Wang 외

Fine-grained geometry, captured by aggregation of point features in local regions, is crucial for object recognition and scene understanding in point clouds. Nevertheless, existing preeminent point cloud backbones usuall…

3D Shape Classificationgraph constructionObject RecognitionPosition+2

HGNet: Learning Hierarchical Geometry From Points, Edges, and Surfaces

2023-01-01 · CVPR 2023 1 · Ting Yao, Yehao Li, Yingwei Pan, Tao Mei

Parsing an unstructured point set into constituent local geometry structures (e.g., edges or surfaces) would be helpful for understanding and representing point clouds. This motivates us to design a deep architecture…

3D Object ClassificationAllSemantic Segmentation

Geometrically-driven Aggregation for Zero-shot 3D Point Cloud Understanding

2023-12-04 · CVPR 2024 1 · Guofeng Mei, Luigi Riz, Yiming Wang, Fabio Poiesi

Zero-shot 3D point cloud understanding can be achieved via 2D Vision-Language Models (VLMs). Existing strategies directly map Vision-Language Models from 2D pixels of rendered or captured views to 3D points, overlooking …

SegmentationSemantic Segmentation

GAM : Gradient Attention Module of Optimization for Point Clouds Analysis

2023-03-19 · Haotian Hu, Fanyi Wang, Jingwen Su, Hongtao Zhou 외

In point cloud analysis tasks, the existing local feature aggregation descriptors (LFAD) are unable to fully utilize information in the neighborhood of central points. Previous methods rely solely on Euclidean distance t…

DuMLP-Pin: A Dual-MLP-dot-product Permutation-invariant Network for Set Feature Extraction

2022-03-08 · Jiajun Fei, Ziyu Zhu, Wenlei Liu, Zhidong Deng 외

Existing permutation-invariant methods can be divided into two categories according to the aggregation scope, i.e. global aggregation and local one. Although the global aggregation methods, e. g., PointNet and Deep Sets,…

AttributePoint Cloud Classification