arXiv Computer Vision

Voronoi-Assisted Optimization for Diffusing Unsigned Distance Fields from Unoriented Points

The paper introduces VAD, a lightweight, network‑free method for computing Unsigned Distance Fields (UDFs) from unoriented point clouds. It assigns bi‑directional normals using two Voronoi‑based criteria, diffuses these normals to approximate a UDF gradient field, and then integrates to recover the final UDF. Experiments show VAD handles watertight, open, non‑manifold, and non‑orientable geometries efficiently and stably.

Hugging Face Trending Papers
Jul 27

RODR: Riemannian Orthogonally Decoupled Regularization for Disentangled Manifold Representation

Point cloud denoising is essentially a geometric recovery task that aims to reconstruct the intrinsic structure of a smooth 2D Riemannian manifold embedded in R^3 from noisy, discrete ambient-space samples. Despite the remarkable progress of modern manifold-aware encoders and generative transport models in geometric representation learning, a fundamental objective-geometry mismatch remains underexplored.

arXiv Computer Vision
Aug 25

Differentiable Voxelization of Surface Representations

The paper introduces a differentiable voxelization technique that computes gradients of volumetric properties, such as winding numbers, with respect to surface mesh parameters. This method allows efficient optimization of triangle meshes using voxel-based volume samples on a regular grid. The authors demonstrate its utility in applications like resolving mesh intersections, designing manufacturable shapes for bandsaw cutting, and creating near-tiling 3D structures.

By Tobias Djuren, Ugo Finnendahl, Markus Worchel, Hendrik Meyer, Marc Alexa
arXiv Machine Learning
Jul 2

Efficient Compression of Structured and Unstructured Volumes via Learned 3D Gaussian Representation

arXiv:2607. 01164v1 Announce Type: new Abstract: Recent work has shown that implicit neural representations (INRs) can be trained to effectively compress structured and unstructured volume data, allowing for direct data querying with a reduced memory footprint.

By Landon Dyken, Sharmistha Chakrabarti, Nathan Debardeleben, Steve Petruzza, Qi Wu, Will Usher, Sidharth Kumar
Hugging Face Trending Papers
Jul 21

Fluid-SDF: Ultra-Lightweight and Editable Implicit Shape Representation via Differentiable Primitives

Implicit Neural Representations (INRs) have become the standard for continuous 2D shape modeling, but they suffer from black-box uneditability, vulnerability to noise, and high parameter counts that severely hinder deployment on edge devices. We introduce Fluid-SDF, a highly compressed, differentiable Constructive Solid Geometry (CSG) framework that models shapes using explicit geometric primitives blended via a smooth minimum function.

arXiv Computer Vision
1d ago

TriFlow: Generating Artist-Like 3D Mesh Topology via Nearest-Vertex Vector Fields

TriFlow introduces a generative method for creating compact 3D meshes with artist‑like triangle topology directly from input geometry such as signed distance fields. It represents mesh topology as a nearest‑vertex vector field (NVF) over the surface, trains a latent flow‑matching model to synthesize this field, and then clusters surface regions to guide a constrained quadric error metric simplification. The resulting meshes closely match the input geometry while exhibiting structured, artist‑like connectivity, achieving 90% lower Chamfer Distance and an 8× speedup over state‑of‑the‑art learning‑based approaches.

By Haoxuan Li, Ziya Erko\c{c}, Daniele Sirigatti, Vladislav Rosov, Lei Li, Angela Dai, Matthias Nie{\ss}ner