paper-with-me

Papers

Hierarchical Point Cloud Encoding and Decoding with Lightweight Self-Attention based Model

2022-02-13 · En Yen Puang, Hao Zhang, Hongyuan Zhu, Wei Jing

In this paper we present SA-CNN, a hierarchical and lightweight self-attention based encoding and decoding architecture for representation learning of point cloud data. The proposed SA-CNN introduces convolution and transposed convolution stacks to capture and generate contextual information among unordered 3D points. Following conventional hierarchical pipeline, the encoding process extracts feature in local-to-global manner, while the decoding process generates feature and point cloud in coarse-to-fine, multi-resolution stages. We demonstrate that SA-CNN is capable of a wide range of applications, namely classification, part segmentation, reconstruction, shape retrieval, and unsupervised classification. While achieving the state-of-the-art or comparable performance in the benchmarks, SA-CNN maintains its model complexity several order of magnitude lower than the others. In term of qualitative results, we visualize the multi-stage point cloud reconstructions and latent walks on rigid objects as well as deformable non-rigid human and robot models.

📄 PDF Abstract BibTeX arXiv:2202.06407

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningRetrieval

Methods 이 논문이 사용한 방법론

Transposed convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

End-to-end learned Lossy Dynamic Point Cloud Attribute Compression

2024-08-20 · Dat Thanh Nguyen, Daniel Zieger, Marc Stamminger, Andre Kaup

Recent advancements in point cloud compression have primarily emphasized geometry compression while comparatively fewer efforts have been dedicated to attribute compression. This study introduces an end-to-end learned dy…

Attribute

Hierarchy Denoising Recursive Autoencoders for 3D Scene Layout Prediction

2019-03-09 · CVPR 2019 6 · Yifei Shi, Angel Xuan Chang, Zhelun Wu, Manolis Savva 외

Indoor scenes exhibit rich hierarchical structure in 3D object layouts. Many tasks in 3D scene understanding can benefit from reasoning jointly about the hierarchical context of a scene, and the identities of objects. We…

DenoisingObjectobject-detectionObject Detection+1

Re-Densification Meets Cross-Scale Propagation: Real-Time Neural Compression of LiDAR Point Clouds

2025-08-28 · Pengpeng Yu, Haoran Li, Runqing Jiang, Jing Wang 외 arxiv

LiDAR point clouds are fundamental to various applications, yet high-precision scans incur substantial storage and transmission overhead. Existing methods typically convert unordered points into hierarchical octree or vo…

Point Clouds

Hierarchical Attention Networks for Lossless Point Cloud Attribute Compression

2025-04-01 · Yueru Chen, Wei zhang, Dingquan Li, Jing Wang 외

In this paper, we propose a deep hierarchical attention context model for lossless attribute compression of point clouds, leveraging a multi-resolution spatial structure and residual learning. A simple and effective Leve…

Attribute

L2G Auto-encoder: Understanding Point Clouds by Local-to-Global Reconstruction with Hierarchical Self-Attention

2019-08-02 · Xinhai Liu, Zhizhong Han, Xin Wen, Yu-Shen Liu 외

Auto-encoder is an important architecture to understand point clouds in an encoding and decoding procedure of self reconstruction. Current auto-encoder mainly focuses on the learning of global structure by global shape r…

DecoderRetrieval