paper-with-me

Papers

Fast 3D Point Cloud Denoising via Bipartite Graph Approximation & Total Variation

2018-04-28

Acquired 3D point cloud data, whether from active sensors directly or from stereo-matching algorithms indirectly, typically contain non-negligible noise. To address the point cloud denoising problem, we propose a fast graph-based local algorithm. Specifically, given a k-nearest-neighbor graph of the 3D points, we first approximate it with a bipartite graph(independent sets of red and blue nodes) using a KL divergence criterion. For each partite of nodes (say red), we first define surface normal of each red node using 3D coordinates of neighboring blue nodes, so that red node normals n can be written as a linear function of red node coordinates p. We then formulate a convex optimization problem, with a quadratic fidelity term ||p-q||_2^2 given noisy observed red coordinates q and a graph total variation (GTV) regularization term for surface normals of neighboring red nodes. We minimize the resulting l2-l1-norm using alternating direction method of multipliers (ADMM) and proximal gradient descent. The two partites of nodes are alternately optimized until convergence. Experimental results show that compared to state-of-the-art schemes with similar complexity, our proposed algorithm achieves the best overall denoising performance objectively and subjectively.

📄 PDF Abstract BibTeX arXiv:1804.10831

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingStereo Matching

Similar Papers 제목 키워드 기반

3D Point Cloud Denoising via Bipartite Graph Approximation and Reweighted Graph Laplacian

2018-12-19

Point cloud is a collection of 3D coordinates that are discrete geometric samples of an object's 2D surfaces. Imperfection in the acquisition process means that point clouds are often corrupted with noise. Building on re…

Denoising

Fast graph-based denoising for point cloud color information

2024-01-18 · Ryosuke Watanabe, Keisuke Nonaka, Eduardo Pavez, Tatsuya Kobayashi 외

Point clouds are utilized in various 3D applications such as cross-reality (XR) and realistic 3D displays. In some applications, e.g., for live streaming using a 3D point cloud, real-time point cloud denoising methods ar…

Denoisinggraph construction

3D Dynamic Point Cloud Denoising via Spatial-Temporal Graph Learning

2019-04-28 · Wei Hu, Qianjiang Hu, Zehua Wang, Xiang Gao

The prevalence of accessible depth sensing and 3D laser scanning techniques has enabled the convenient acquisition of 3D dynamic point clouds, which provide efficient representation of arbitrarily-shaped objects in motio…

Denoisinggraph constructionGraph Learning

Dynamic Point Cloud Denoising via Manifold-to-Manifold Distance

2020-03-17 · Wei Hu, Qianjiang Hu, Zehua Wang, Xiang Gao

3D dynamic point clouds provide a natural discrete representation of real-world objects or scenes in motion, with a wide range of applications in immersive telepresence, autonomous driving, surveillance, \etc. Neverthele…

Autonomous DrivingDenoisingGraph Learning

Point Cloud Denoising and Outlier Detection with Local Geometric Structure by Dynamic Graph CNN

2023-10-11 · Kosuke Nakayama, Hiroto Fukuta, Hiroshi Watanabe

The digitalization of society is rapidly developing toward the realization of the digital twin and metaverse. In particular, point clouds are attracting attention as a media format for 3D space. Point cloud data is conta…

DenoisingOutlier Detection