paper-with-me

Papers

3DMambaComplete: Exploring Structured State Space Model for Point Cloud Completion

2024-04-10 · Yixuan Li, Weidong Yang, Ben Fei

Point cloud completion aims to generate a complete and high-fidelity point cloud from an initially incomplete and low-quality input. A prevalent strategy involves leveraging Transformer-based models to encode global features and facilitate the reconstruction process. However, the adoption of pooling operations to obtain global feature representations often results in the loss of local details within the point cloud. Moreover, the attention mechanism inherent in Transformers introduces additional computational complexity, rendering it challenging to handle long sequences effectively. To address these issues, we propose 3DMambaComplete, a point cloud completion network built on the novel Mamba framework. It comprises three modules: HyperPoint Generation encodes point cloud features using Mamba's selection mechanism and predicts a set of Hyperpoints. A specific offset is estimated, and the down-sampled points become HyperPoints. The HyperPoint Spread module disperses these HyperPoints across different spatial locations to avoid concentration. Finally, a deformation method transforms the 2D mesh representation of HyperPoints into a fine-grained 3D structure for point cloud reconstruction. Extensive experiments conducted on various established benchmarks demonstrate that 3DMambaComplete surpasses state-of-the-art point cloud completion methods, as confirmed by qualitative and quantitative analyses.

📄 PDF Abstract BibTeX arXiv:2404.07106

Code (0)

등록된 구현이 없습니다.

Tasks

MambaPoint Cloud CompletionPoint cloud reconstruction

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Exploring Spatial Context for 3D Semantic Segmentation of Point Clouds

2018-02-05 · Francis Engelmann, Theodora Kontogianni, Alexander Hermans, Bastian Leibe

Deep learning approaches have made tremendous progress in the field of semantic segmentation over the past few years. However, most current approaches operate in the 2D image space. Direct semantic segmentation of unstru…

3D Semantic SegmentationSegmentationSemantic Segmentation

Structured Graph Learning for Scalable Subspace Clustering: From Single-view to Multi-view

2021-02-16 · Zhao Kang, Zhiping Lin, Xiaofeng Zhu, Wenbo Xu

Graph-based subspace clustering methods have exhibited promising performance. However, they still suffer some of these drawbacks: encounter the expensive time overhead, fail in exploring the explicit clusters, and cannot…

ClusteringGraph Learning

Learning a Structured Latent Space for Unsupervised Point Cloud Completion

2022-03-29 · CVPR 2022 1 · Yingjie Cai, Kwan-Yee Lin, Chao Zhang, Qiang Wang 외

Unsupervised point cloud completion aims at estimating the corresponding complete point cloud of a partial point cloud in an unpaired manner. It is a crucial but challenging problem since there is no paired partial-compl…

Point Cloud Completion

Unsupervised Learning of Visual 3D Keypoints for Control

2021-06-14 · Boyuan Chen, Pieter Abbeel, Deepak Pathak

Learning sensorimotor control policies from high-dimensional images crucially relies on the quality of the underlying visual representations. Prior works show that structured latent space such as visual keypoints often o…

Flow of Spans: Generalizing Language Models to Dynamic Span-Vocabulary via GFlowNets

2026-02-11 · Bo Xue, Yunchong Song, Fanghao Shao, Xuekai Zhu 외 arxiv

Standard autoregressive language models generate text token-by-token from a fixed vocabulary, inducing a tree-structured state space when viewing token sampling as an action, which limits flexibility and expressiveness. …

Text Generation