paper-with-me

홈 › Papers

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

2022-05-20 · Kevin Tirta Wijaya, Dong-Hee Paek, Seung-Hyun Kong

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.

📄 PDF Abstract BibTeX arXiv:2205.09962

Code (2)

LongerVision/PointStack 공식 구현 pytorch
kaist-avelab/PointStack 공식 구현 pytorch

Tasks

3D Point Cloud Classification

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Progressive Point Cloud Deconvolution Generation Network

2020-07-10 · ECCV 2020 8 · Le Hui, Rui Xu, Jin Xie, Jianjun Qian 외

In this paper, we propose an effective point cloud generation method, which can generate multi-resolution point clouds of the same shape from a latent vector. Specifically, we develop a novel progressive deconvolution ne…

Point Cloud Generation

BlendPCR: Seamless and Efficient Rendering of Dynamic Point Clouds captured by Multiple RGB-D Cameras

2024-12-01 · ICAT-EGVE 2024 12 · Andre Mühlenbrock, Rene Weller, Gabriel Zachmann

Traditional techniques for rendering continuous surfaces from dynamic, noisy point clouds using multi-camera setups often suffer from disruptive artifacts in overlapping areas, similar to z-fighting. We introduce BlendPC…

GPUNeRF

SRMamba: Mamba for Super-Resolution of LiDAR Point Clouds

2025-05-15 · Chuang Chen, Wenyi Ge

In recent years, range-view-based LiDAR point cloud super-resolution techniques attract significant attention as a low-cost method for generating higher-resolution point cloud data. However, due to the sparsity and irreg…

MambaPoint Cloud Super Resolutionpoint cloud upsamplingSuper-Resolution

Road Segmentation on low resolution Lidar point clouds for autonomous vehicles

2020-05-27 · Leonardo Gigli, B Ravi Kiran, Thomas Paul, Andres Serna 외

Point cloud datasets for perception tasks in the context of autonomous driving often rely on high resolution 64-layer Light Detection and Ranging (LIDAR) scanners. They are expensive to deploy on real-world autonomous dr…

Autonomous DrivingAutonomous VehiclesRoad SegmentationSegmentation

CompleteDT: Point Cloud Completion with Dense Augment Inference Transformers

2022-05-30 · Jun Li, Shangwei Guo, Shaokun Han

Point cloud completion task aims to predict the missing part of incomplete point clouds and generate complete point clouds with details. In this paper, we propose a novel point cloud completion network, namely CompleteDT…

Point Cloud Completion