TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Advanced Feature Learning on Point Clouds using Multi-reso...

Advanced Feature Learning on Point Clouds using Multi-resolution Features and Learnable Pooling

Kevin Tirta Wijaya, Dong-Hee Paek, Seung-Hyun Kong

2022-05-203D Point Cloud Classification
PaperPDFCode(official)Code(official)

Abstract

Existing point cloud feature learning networks often incorporate sequences of sampling, neighborhood grouping, neighborhood-wise feature learning, and feature aggregation to learn high-semantic point features that represent the global context of a point cloud. Unfortunately, the compounded loss of information concerning granularity and non-maximum point features due to sampling and max pooling could adversely affect the high-semantic point features from existing networks such that they are insufficient to represent the local context of a point cloud, which in turn may hinder the network in distinguishing fine shapes. To cope with this problem, we propose a novel point cloud feature learning network, PointStack, using multi-resolution feature learning and learnable pooling (LP). The multi-resolution feature learning is realized by aggregating point features of various resolutions in the multiple layers, so that the final point features contain both high-semantic and high-resolution information. On the other hand, the LP is used as a generalized pooling function that calculates the weighted sum of multi-resolution point features through the attention mechanism with learnable queries, in order to extract all possible information from all available point features. Consequently, PointStack is capable of extracting high-semantic point features with minimal loss of information concerning granularity and non-maximum point features. Therefore, the final aggregated point features can effectively represent both global and local contexts of a point cloud. In addition, both the global structure and the local shape details of a point cloud can be well comprehended by the network head, which enables PointStack to advance the state-of-the-art of feature learning on point clouds. The codes are available at https://github.com/kaist-avelab/PointStack.

Results

TaskDatasetMetricValueModel
Shape Representation Of 3D Point CloudsScanObjectNNMean Accuracy86.2PointStack
Shape Representation Of 3D Point CloudsScanObjectNNOverall Accuracy87.2PointStack
Shape Representation Of 3D Point CloudsModelNet40Mean Accuracy89.6PointStack
Shape Representation Of 3D Point CloudsModelNet40Overall Accuracy93.3PointStack
3D Point Cloud ClassificationScanObjectNNMean Accuracy86.2PointStack
3D Point Cloud ClassificationScanObjectNNOverall Accuracy87.2PointStack
3D Point Cloud ClassificationModelNet40Mean Accuracy89.6PointStack
3D Point Cloud ClassificationModelNet40Overall Accuracy93.3PointStack
3D Point Cloud ReconstructionScanObjectNNMean Accuracy86.2PointStack
3D Point Cloud ReconstructionScanObjectNNOverall Accuracy87.2PointStack
3D Point Cloud ReconstructionModelNet40Mean Accuracy89.6PointStack
3D Point Cloud ReconstructionModelNet40Overall Accuracy93.3PointStack

Related Papers

Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning2025-06-26Rethinking Gradient-based Adversarial Attacks on Point Cloud Classification2025-05-28SMART-PC: Skeletal Model Adaptation for Robust Test-Time Training in Point Clouds2025-05-26DG-MVP: 3D Domain Generalization via Multiple Views of Point Clouds for Classification2025-04-16Introducing the Short-Time Fourier Kolmogorov Arnold Network: A Dynamic Graph CNN Approach for Tree Species Classification in 3D Point Clouds2025-03-31Point-LN: A Lightweight Framework for Efficient Point Cloud Classification Using Non-Parametric Positional Encoding2025-01-24AdaCrossNet: Adaptive Dynamic Loss Weighting for Cross-Modal Contrastive Point Cloud Learning2025-01-02Rethinking Masked Representation Learning for 3D Point Cloud Understanding2024-12-26