Papers › PointASNL: Robust Point Clouds Processing using Nonlocal Neural Networks with Adaptive Sampling

PointASNL: Robust Point Clouds Processing using Nonlocal Neural Networks with Adaptive Sampling

1 Mar 2020CVPR 2020 6arXiv:2003.00492archive 2025-07-28

Xu Yan, Chaoda Zheng, Zhen Li, Sheng Wang, Shuguang Cui

Raw point clouds data inevitably contains outliers or noise through acquisition from 3D sensors or reconstruction algorithms. In this paper, we present a novel end-to-end network for robust point clouds processing, named PointASNL, which can deal with point clouds with noise effectively. The key component in our approach is the adaptive sampling (AS) module. It first re-weights the neighbors around the initial sampled points from farthest point sampling (FPS), and then adaptively adjusts the sampled points beyond the entire point cloud. Our AS module can not only benefit the feature learning of point clouds, but also ease the biased effect of outliers. To further capture the neighbor and long-range dependencies of the sampled point, we proposed a local-nonlocal (L-NL) module inspired by the nonlocal operation. Such L-NL module enables the learning process insensitive to noise. Extensive experiments verify the robustness and superiority of our approach in point clouds processing tasks regardless of synthesis data, indoor data, and outdoor data with or without noise. Specifically, PointASNL achieves state-of-the-art robust performance for classification and segmentation tasks on all datasets, and significantly outperforms previous methods on real-world outdoor SemanticKITTI dataset with considerate noise. Our code is released through https://github.com/yanx27/PointASNL.

PaperPDFConference PDFCodeCode 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="2003.00492")

Code

Syntology Ran 1 of 6 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract.

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

yanx27/PointASNL officialmentioned in papermentioned on GitHubtfMIT 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

6 samples harvested; 1 ran; 1 honoured the contract we drafted; 5 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
5unverified

Licence: 0 of the 6 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 yanx27/PointASNL. “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.

pc_normalize yanx27/PointASNL/modelnet_dataset.py official repository ran · honoured contract fingerprinted MIT (permissive) · 4783fbece52f500e · report
farthest_point_sample yanx27/PointASNL/modelnet_dataset.py official repository unverified MIT (permissive) · f80066a00e7156a2 · report
placeholder_inputs yanx27/PointASNL/models/pointasnl_cls.py official repository unverified MIT (permissive) · 336713a309d1bdf0 · report
placeholder_inputs yanx27/PointASNL/models/pointasnl_sem_seg.py official repository unverified MIT (permissive) · 109643a8ca7cd438 · report
remove_unano yanx27/PointASNL/ScanNet/prepare_scannet.py official repository unverified MIT (permissive) · 7a54878cb4726cca · report
sample_and_group_all yanx27/PointASNL/utils/pointnet_util.py official repository unverified MIT (permissive) · 142a56400c483118 · report

Tasks

3D Point Cloud ClassificationSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Point Cloud Classification ModelNet40 PointASNL Overall Accuracy 93.2 #69 of 111 Archive leaderboard report
Semantic Segmentation S3DIS PointASNL Mean IoU 68.7 #27 of 54 Archive leaderboard report
Semantic Segmentation S3DIS PointASNL Number of params N/A #27 of 54 Archive leaderboard report
Semantic Segmentation S3DIS PointASNL mAcc 79.0 #27 of 54 Archive leaderboard report
Semantic Segmentation S3DIS PointASNL oAcc 88.8 #27 of 54 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: PointASNL

PointASNL

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