paper-with-me

홈 › Papers

Rethinking Metrics and Diffusion Architecture for 3D Point Cloud Generation

2025-11-07 · Matteo Bastico, David Ryckelynck, Laurent Corté, Yannick Tillier, Etienne Decencière arxiv

As 3D point clouds become a cornerstone of modern technology, the need for sophisticated generative models and reliable evaluation metrics has grown exponentially. In this work, we first expose that some commonly used metrics for evaluating generated point clouds, particularly those based on Chamfer Distance (CD), lack robustness against defects and fail to capture geometric fidelity and local shape consistency when used as quality indicators. We further show that introducing samples alignment prior to distance calculation and replacing CD with Density-Aware Chamfer Distance (DCD) are simple yet essential steps to ensure the consistency and robustness of point cloud generative model evaluation metrics. While existing metrics primarily focus on directly comparing 3D Euclidean coordinates, we present a novel metric, named Surface Normal Concordance (SNC), which approximates surface similarity by comparing estimated point normals. This new metric, when combined with traditional ones, provides a more comprehensive evaluation of the quality of generated samples. Finally, leveraging recent advancements in transformer-based models for point cloud analysis, such as serialized patch attention , we propose a new architecture for generating high-fidelity 3D structures, the Diffusion Point Transformer. We perform extensive experiments and comparisons on the ShapeNet dataset, showing that our model outperforms previous solutions, particularly in terms of quality of generated point clouds, achieving new state-of-the-art. Code available at https://github.com/matteo-bastico/DiffusionPointTransformer.

📄 PDF Abstract BibTeX arXiv:2511.05308

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud GenerationPoint Clouds

Similar Papers 제목 키워드 기반

Rethinking Sampling in 3D Point Cloud Generative Adversarial Networks

2020-06-12 · He Wang, Zetian Jiang, Li Yi, Kaichun Mo 외

In this paper, we examine the long-neglected yet important effects of point sampling patterns in point cloud GANs. Through extensive experiments, we show that sampling-insensitive discriminators (e.g.PointNet-Max) produc…

Clusteringvalid

Rethinking 3D Shape Generation: Diffusion over Superquadrics

2026-06-08 · Zhiyang Liu, Wanze Li, Yuwei Wu, Chengran Yuan 외 arxiv

Diffusion models have advanced 3D shape generation, yet most methods still denoise in high-cardinality spaces (e.g., voxel/SDF grids, meshes, or point clouds), which is computationally and memory intensive and makes it d…

Point Clouds

Rethinking Task and Metrics of Instance Segmentation on 3D Point Clouds

2019-09-27 · Kosuke Arase, Yusuke Mukuta, Tatsuya Harada

Instance segmentation on 3D point clouds is one of the most extensively researched areas toward the realization of autonomous cars and robots. Certain existing studies have split input point clouds into small regions suc…

Instance SegmentationSemantic Segmentation

Efficient and Scalable Point Cloud Generation with Sparse Point-Voxel Diffusion Models

2024-08-12 · Ioannis Romanelis, Vlassios Fotis, Athanasios Kalogeras, Christos Alexakos 외

We propose a novel point cloud U-Net diffusion architecture for 3D generative modeling capable of generating high-quality and diverse 3D shapes while maintaining fast generation times. Our network employs a dual-branch a…

Computational EfficiencyPoint Cloud CompletionPoint Cloud GenerationSuper-Resolution

SeaLion: Semantic Part-Aware Latent Point Diffusion Models for 3D Generation

2025-01-01 · CVPR 2025 1 · Dekai Zhu, Yan Di, Stefan Gavranovic, Slobodan Ilic

Denoising diffusion probabilistic models have achieved significant success in point cloud generation, enabling numerous downstream applications, such as generative data augmentation and 3D model editing. However, lit…

3D GenerationData AugmentationDenoisingModel Editing+2