Papers › PC²-AD: Point Cloud Upsampling to Safeguard 3D Anomaly Detection with...

PC²-AD: Point Cloud Upsampling to Safeguard 3D Anomaly Detection with Resolution-constrained Edge Devices

13 Sep 2026arXiv:2609.14722added by Syntology

Yutong Gu, Yingxi Xie, Kejin Huang, Jian Ning, Hanzhe Liang, Linlin Shen, Jinbao Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Low-cost and low-resolution sensors used in edge deployments can produce test point clouds that are substantially sparser than the normal training data. This train-test sampling-resolution gap changes the local geometry available to a 3D anomaly detector. We propose PC²-AD, a point cloud upsampling framework that compensates sparse test inputs before downstream detection. Target Domain Candidate Generation (TCG) adapts a pretrained upsampler to normal training geometry and generates a dense candidate pool. Geometry-Aware Candidate Filtering (GACF) selects candidates according to geometric spacing and spatial coverage. Normality-Preserving Point Compensation (NPPC) refines the selection by comparing candidate normality scores with those of their input anchors. The selected points are combined with the unchanged input points and processed by the existing detector. Experiments with six detectors on two Anomaly-ShapeNet settings and Real3D-AD show improvements in the mean of object-level and point-level AUROC for all six detectors in each Anomaly-ShapeNet setting and four on Real3D-AD. These results support point cloud compensation as an input-level approach to improving 3D anomaly detection under low-resolution sensing conditions. Code is publicly available at https://github.com/gyutong406-commits/PC2-AD.

PaperPDFCode 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="2609.14722")

Code

Syntology Ran 0 of 30 code samples harvested from 1 repository linked to this paper; 30 have no recorded run.

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

gyutong406-commits/PC2-AD found in paper text by SyntologyApache-2.0 report

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

30 samples harvested; 0 ran; 0 honoured the contract we drafted; 30 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.

30unverified

Licence: 0 of the 30 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 gyutong406-commits/PC2-AD. “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.

align_gt_to_test_order gyutong406-commits/PC2-AD/approach/data_preparation/common/gt_alignment.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 011a5646655b348d · report
anomaly_shapenet_resolution gyutong406-commits/PC2-AD/approach/data_preparation/common/plan_schema.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 135ced43d7159bd2 · report
audit_plan gyutong406-commits/PC2-AD/approach/data_preparation/anomaly_shapenet/audit.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b3ac13ee3f64696c · report
audit_sample gyutong406-commits/PC2-AD/approach/data_preparation/common/audit_core.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3f318d1063f508bf · report
augment_batch gyutong406-commits/PC2-AD/approach/train/contrastive_normality/contrastive_core.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8dc4d570e3d816db · report
build_aligned_gt gyutong406-commits/PC2-AD/approach/data_preparation/common/gt_alignment.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9ec207cf13c2799c · report
build_morton_blocks gyutong406-commits/PC2-AD/approach/data_preparation/common/fps_sampling.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5021029aef1d8f78 · report
build_plan_rows gyutong406-commits/PC2-AD/approach/data_preparation/anomaly_shapenet/build_plan.py found in paper text by Syntology unverified Apache-2.0 (permissive) · baf2acbb57d1fef3 · report
build_state_arrays gyutong406-commits/PC2-AD/approach/data_preparation/common/output_writer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 46807b270ff8372c · report
check_equal gyutong406-commits/PC2-AD/environments/gradpu118fix/verify.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a62fb7b850f2bdd8 · report
contains_forbidden_public_token gyutong406-commits/PC2-AD/approach/data_preparation/common/plan_schema.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 25924b38d2bca762 · report
contrastive_loss_and_metrics gyutong406-commits/PC2-AD/approach/train/contrastive_normality/contrastive_core.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cb133a02450c2bf7 · report
decode_h5_string gyutong406-commits/PC2-AD/approach/train/contrastive_normality/contrastive_core.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 809127532d86b9a4 · report
is_normal_sample gyutong406-commits/PC2-AD/approach/data_preparation/anomaly_shapenet/build_plan.py found in paper text by Syntology unverified Apache-2.0 (permissive) · dd8f4aad21ca37dc · report
load_config gyutong406-commits/PC2-AD/approach/data_preparation/normality_training/build_normality_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · bdd6242c037f6238 · report
load_gt_txt gyutong406-commits/PC2-AD/approach/data_preparation/common/gt_alignment.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 33ffd4e96640bc66 · report
load_metadata gyutong406-commits/PC2-AD/approach/data_preparation/common/audit_core.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 795221c9231146f1 · report
morton_codes gyutong406-commits/PC2-AD/approach/data_preparation/common/fps_sampling.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0476e3fd59c102cb · report
output_paths gyutong406-commits/PC2-AD/approach/data_preparation/anomaly_shapenet/build_plan.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 349f6f1344150971 · report
parse_args gyutong406-commits/PC2-AD/approach/data_preparation/normality_training/build_normality_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3b58384c53c034e6 · report
parse_config_gpu_ids gyutong406-commits/PC2-AD/approach/data_preparation/normality_training/build_normality_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cba24a83b92c41f9 · report
prepare_row gyutong406-commits/PC2-AD/approach/data_preparation/anomaly_shapenet/prepare.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b8d7a611007ed4b3 · report
read_pcd_point_count gyutong406-commits/PC2-AD/approach/data_preparation/common/pcd_io.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c8a6713868d17edc · report
read_pcd_points gyutong406-commits/PC2-AD/approach/data_preparation/common/pcd_io.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7f838db7f406a43e · report
real3d_ad_resolution gyutong406-commits/PC2-AD/approach/data_preparation/common/plan_schema.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 11363b99ceae2d1d · report
row_output_paths gyutong406-commits/PC2-AD/approach/data_preparation/anomaly_shapenet/prepare.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 89da1d0a91bf0395 · report
run_plan gyutong406-commits/PC2-AD/approach/data_preparation/anomaly_shapenet/prepare.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 471844260d549674 · report
split_by_3 gyutong406-commits/PC2-AD/approach/data_preparation/common/fps_sampling.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3ce2f4dbf0c5aa8f · report
validate_xyz gyutong406-commits/PC2-AD/approach/data_preparation/common/pcd_io.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 11dd43439e267c4b · report
version_of gyutong406-commits/PC2-AD/environments/gradpu118fix/verify.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 91768e9a14df8e38 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.14722, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

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