Point Clouds News
The latest Point Clouds coverage curated for game developers.
arXiv cs.GR details PointGrade, a machine-learning method that grades MoonBoard bouldering problems by sampling point clouds from pre-scanned hold meshes. By folding geometric priors into a sequence-based predictor, the model …
A new reconstruction method uses a Lipschitz-extension pass to stabilize Moving Least Squares on sparse, irregular samples. The result is better accuracy and fewer failures when data points are unevenly …
PointGT is a new point-based 3D representation that lets teams edit geometry and texture at the same time. The method targets a long-standing gap in neural reconstruction: photorealistic assets are …
A new self-supervised method called P-CORE aims to make point-based neural editing survive large non-rigid deformations without ground-truth views of the edited shape. It enforces surface consistency before and after …
A new humanoid retargeting system uses learned point-cloud correspondence to map human motion onto robots without hand-built keypoint pairs. That matters for teams training embodied agents: it promises denser pose …
A new 3D anomaly detection method, MVFM-3DAD, uses multi-view flow matching to score point clouds by how well they fit a learned normal distribution. It avoids both memory-bank coverage gaps …
A new graphics paper proposes HD-PEA, a learning-based pipeline for turning unstructured point clouds into compact anisotropic surface approximations. The method embeds points into a high-dimensional manifold, then estimates tangent …
A new point-cloud distance method turns each sample into a locally fitted torus, giving fast signed-distance queries without global optimization or voxelization. For graphics teams, that means point clouds can …
A new reconstruction method turns streaming point-cloud data into an orientable manifold mesh in real time, aiming to help underwater teams spot coverage gaps while they are still on site. …
Federated learning for 3D point-cloud classification is looking far less plug-and-play than it sounds. A 504-run benchmark across 13 FL methods and 10 distillation objectives found that extreme non-IID label …
A new 3D shape representation uses internal skeletal anchors plus dual-channel spherical harmonics to capture both surface detail and structural organization. For graphics teams, the interesting part is that it …
RigPAPR tackles a common failure mode in neural character animation: joint-boundary artifacts when Gaussian splats are driven by rigid skinning. The paper claims a static PAPR point cloud can be …
GPU-side compression/decompression for dynamic Gaussian splats is the real story here: GS-NFS claims full-frame-rate streaming with 1-2 orders of magnitude better encode/decode speed than prior work. For teams watching 3D …
A new arXiv paper argues function systems can do more than fractals: they can serve as a meshless rendering and simulation framework with very low GPU/CPU memory use. The author …
A new AI pipeline can turn point clouds into physically buildable brick assemblies instead of just plausible-looking shapes. BrickAnything adds structure-aware tree tokenization plus validity checks, rollback, and preference-based alignment …
This paper pushes curve skeletonization out of the usual discrete graph setup and into a continuous domain, which matters if you care about cleaner topology from messy meshes or point …
A 55K-sample dataset is the real headline here: the authors use chain-of-thought supervision to make 3D point-cloud models reason instead of just classify. For teams working on scan-heavy games, tools, …
A new diffusion-based pipeline can generate polycube representations for hexahedral meshing directly from point clouds, skipping the usual manual segmentation and template-heavy setup. For teams doing simulation-heavy work, the interesting …
QuadLink tackles a real production pain point for 3D teams: turning point clouds into usable quad-dominant meshes with coherent edge flow. The paper claims better geometric fidelity and topology than …
A diffusion model now does capacity-constrained stippling in one pass, instead of relying on slow iterative optimizers that must be rerun for every target image. The paper says the sampler …