Papers › Arbitrary-Scale Point Cloud Upsampling by Voxel-Based Network with Latent...

Arbitrary-Scale Point Cloud Upsampling by Voxel-Based Network with Latent Geometric-Consistent Learning

8 Mar 2024arXiv:2403.05117archive 2025-07-28

Hang Du, Xuejun Yan, Jingjing Wang, Di Xie, ShiLiang Pu

Recently, arbitrary-scale point cloud upsampling mechanism became increasingly popular due to its efficiency and convenience for practical applications. To achieve this, most previous approaches formulate it as a problem of surface approximation and employ point-based networks to learn surface representations. However, learning surfaces from sparse point clouds is more challenging, and thus they often suffer from the low-fidelity geometry approximation. To address it, we propose an arbitrary-scale Point cloud Upsampling framework using Voxel-based Network (\textbf{PU-VoxelNet}). Thanks to the completeness and regularity inherited from the voxel representation, voxel-based networks are capable of providing predefined grid space to approximate 3D surface, and an arbitrary number of points can be reconstructed according to the predicted density distribution within each grid cell. However, we investigate the inaccurate grid sampling caused by imprecise density predictions. To address this issue, a density-guided grid resampling method is developed to generate high-fidelity points while effectively avoiding sampling outliers. Further, to improve the fine-grained details, we present an auxiliary training supervision to enforce the latent geometric consistency among local surface patches. Extensive experiments indicate the proposed approach outperforms the state-of-the-art approaches not only in terms of fixed upsampling rates but also for arbitrary-scale upsampling.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.05117")

Code

Syntology Ran 14 of 14 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 4 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hikvision-research/3dvision officialmentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 14 ran; 1 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
4ran · fixture could not drive it
8ran

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from hikvision-research/3DVision. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

fit_Wjet hikvision-research/3DVision/Normal-Estimation/ZTEE/models/AdaFit_ms_HG.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 67196e77547ae476 · report
get_pts hikvision-research/3DVision/PointCompletion/FBNet/vis_utils.py official repository ran Apache-2.0 (permissive) · 889d52e22e118dee · report
knn hikvision-research/3DVision/Normal-Estimation/ZTEE/models/AdaFit_ms_HG.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · c779aa8bd2f53710 · report
l2_norm hikvision-research/3DVision/Normal-Estimation/ZTEE/evaluate.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 7f8230b3084eaaab · report
load_shape hikvision-research/3DVision/Normal-Estimation/ZTEE/dataset.py official repository ran Apache-2.0 (permissive) · 49e600ee63c3fa98 · report
load_shape hikvision-research/3DVision/Normal-Estimation/ZTEE/utils/pcpnet_dataset.py official repository ran Apache-2.0 (permissive) · 1a8e2c70d1e5c35a · report
query_knn hikvision-research/3DVision/PointUpsampling/PUCRN/network/PUCRN.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 1825be6622bab350 · report
query_knn hikvision-research/3DVision/PointCompletion/FBNet/FBNet.py official repository ran Apache-2.0 (permissive) · cf0046cf40271347 · report
query_knn hikvision-research/3DVision/Normal-Estimation/ZTEE/models/utils.py official repository ran Apache-2.0 (permissive) · d20869ed02f749dc · report
query_knn_point hikvision-research/3DVision/Normal-Estimation/ZTEE/models/utils.py official repository ran Apache-2.0 (permissive) · 5524dd810616aa27 · report
query_knn_point hikvision-research/3DVision/PointUpsampling/PUCRN/network/PUCRN.py official repository ran Apache-2.0 (permissive) · bba815f3d353d9b4 · report
solve_linear_system hikvision-research/3DVision/Normal-Estimation/ZTEE/models/AdaFit_ms_HG.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · bc24576fff5169fd · report
square_distance hikvision-research/3DVision/Normal-Estimation/ZTEE/models/utils.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 580dee6761649b29 · report
square_distance hikvision-research/3DVision/PointCompletion/FBNet/FBNet.py official repository ran fingerprinted Apache-2.0 (permissive) · 5dca87aba0a5901c · report

Tasks

point cloud upsampling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections