paper-with-me

Papers

Sparse Ellipsoidal Radial Basis Function Network for Point Cloud Surface Representation

2025-05-05 · Bobo Lian, Dandan Wang, Chenjian Wu, Minxin Chen

Point cloud surface representation is a fundamental problem in computer graphics and vision. This paper presents a machine learning approach for approximating the signed distance function (SDF) of a point cloud using a sparse ellipsoidal radial basis function network, enabling a compact and accurate surface representation. Given the SDF values defined on the grid points constructed from the point cloud, our method approximates the SDF accurately with as few ellipsoidal radial basis functions (ERBFs) as possible, i.e., represents the SDF of a point cloud by sparse ERBFs. To balance sparsity and approximation precision, a dynamic multi-objective optimization strategy is introduced, which adaptively adds the regularization terms and jointly optimizes the weights, centers, shapes, and orientations of ERBFs. To improve computational efficiency, a nearest-neighbor-based data structure is employed, restricting function calculations to points near each Gaussian kernel center. The computations for each kernel are further parallelized on CUDA, which significantly improves the optimization speed. Additionally, a hierarchical octree-based refinement strategy is designed for training. Specifically, the initialization and optimization of network parameters are conducted using coarse grid points in the octree lattice structure. Subsequently, fine lattice points are progressively incorporated to accelerate model convergence and enhance training efficiency. Extensive experiments on multiple benchmark datasets demonstrate that our method outperforms previous sparse representation approaches in terms of accuracy, robustness, and computational efficiency. The corresponding executable program is publicly available at https://github.com/lianbobo/SE-RBFNet.git.

📄 PDF Abstract BibTeX arXiv:2505.02350

Code (1)

lianbobo/se-rbfnet 공식 구현

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Multi-modal 3D Shape Reconstruction Under Calibration Uncertainty using Parametric Level Set Methods

2019-04-23 · Moshe Eliasof, Andrei Sharf, Eran Treister

We consider the problem of 3D shape reconstruction from multi-modal data, given uncertain calibration parameters. Typically, 3D data modalities can be in diverse forms such as sparse point sets, volumetric slices, 2D pho…

3D Shape Reconstruction

Solving multiscale elliptic problems by sparse radial basis function neural networks

2023-09-01 · Zhiwen Wang, Minxin Chen, Jingrun Chen

Machine learning has been successfully applied to various fields of scientific computing in recent years. In this work, we propose a sparse radial basis function neural network method to solve elliptic partial differenti…

Screening Data Points in Empirical Risk Minimization via Ellipsoidal Regions and Safe Loss Functions

2019-12-05 · Grégoire Mialon, Alexandre d'Aspremont, Julien Mairal

We design simple screening tests to automatically discard data samples in empirical risk minimization without losing optimization guarantees. We derive loss functions that produce dual objectives with a sparse solution. …

regression

Kolmogorov-Arnold Networks are Radial Basis Function Networks

2024-05-10 · Ziyao Li

This short paper is a fast proof-of-concept that the 3-order B-splines used in Kolmogorov-Arnold Networks (KANs) can be well approximated by Gaussian radial basis functions. Doing so leads to FastKAN, a much faster imple…

Kolmogorov-Arnold Networks

Deep RBFNet: Point Cloud Feature Learning using Radial Basis Functions

2018-12-11 · Weikai Chen, Xiaoguang Han, Guanbin Li, Chao Chen 외

Three-dimensional object recognition has recently achieved great progress thanks to the development of effective point cloud-based learning frameworks, such as PointNet and its extensions. However, existing methods rely …

3D Object RecognitionObject Recognition