Papers › IF-Defense: 3D Adversarial Point Cloud Defense via Implicit Function based Restoration

IF-Defense: 3D Adversarial Point Cloud Defense via Implicit Function based Restoration

11 Oct 2020arXiv:2010.05272archive 2025-07-28

Ziyi Wu, Yueqi Duan, He Wang, Qingnan Fan, Leonidas J. Guibas

Point cloud is an important 3D data representation widely used in many essential applications. Leveraging deep neural networks, recent works have shown great success in processing 3D point clouds. However, those deep neural networks are vulnerable to various 3D adversarial attacks, which can be summarized as two primary types: point perturbation that affects local point distribution, and surface distortion that causes dramatic changes in geometry. In this paper, we simultaneously address both the aforementioned attacks by learning to restore the clean point clouds from the attacked ones. More specifically, we propose an IF-Defense framework to directly optimize the coordinates of input points with geometry-aware and distribution-aware constraints. The former aims to recover the surface of point cloud through implicit function, while the latter encourages evenly-distributed points. Our experimental results show that IF-Defense achieves the state-of-the-art defense performance against existing 3D adversarial attacks on PointNet, PointNet++, DGCNN, PointConv and RS-CNN. For example, compared with previous methods, IF-Defense presents 20.02% improvement in classification accuracy against salient point dropping attack and 16.29% against LG-GAN attack on PointNet. Our code is available at https://github.com/Wuziyi616/IF-Defense.

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="2010.05272")

Code

Syntology Ran 4 of 20 code samples harvested from 2 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 6 samples from 1 repository, 2 ran; community (archive-listed): 14 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Wuziyi616/IF-Defense officialmentioned in papermentioned on GitHubpytorchMIT report
KaidongLi/pytorch-LatticePointClassifier mentioned on GitHubpytorchMIT 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

20 samples harvested; 4 ran; 1 honoured the contract we drafted; 16 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 · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
16unverified

Licence: 0 of the 20 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

index_points Wuziyi616/IF-Defense/ConvONet/defense/pn_utils.py official repository ran · fixture could not drive it MIT (permissive) · 449a0265144f6530 · report
str2bool Wuziyi616/IF-Defense/ConvONet/opt_defense.py official repository ran · violated contract MIT (permissive) · 25c7475539e39da4 · report
farthest_point_sample Wuziyi616/IF-Defense/ConvONet/defense/pn_utils.py official repository unverified MIT (permissive) · e8b95eed79a86b6b · report
fps_points Wuziyi616/IF-Defense/ConvONet/defense/pn_utils.py official repository unverified MIT (permissive) · 6bc6b4d5f13a296d · report
normalize_batch_pc Wuziyi616/IF-Defense/ConvONet/opt_defense.py official repository unverified MIT (permissive) · 9555a6e5f89c8d47 · report
normalize_pc Wuziyi616/IF-Defense/ONet/remesh_defense.py official repository unverified MIT (permissive) · 0c7f640a543dac45 · report
logits_info KaidongLi/pytorch-LatticePointClassifier/ctri_attack.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 1a65698a4ceb9300 · report
pc_normalize KaidongLi/pytorch-LatticePointClassifier/data_utils/AttackModelNetLoader.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 4783fbece52f500e · report
farthest_point_sample KaidongLi/pytorch-LatticePointClassifier/data_utils/AttackModelNetLoader.py community (archive-listed) unverified MIT (permissive) · f80066a00e7156a2 · report
get_critical_points KaidongLi/pytorch-LatticePointClassifier/independent_attack.py community (archive-listed) unverified MIT (permissive) · 6d4650e09a86da2d · report
get_critical_points_simple KaidongLi/pytorch-LatticePointClassifier/cluster_attack.py community (archive-listed) unverified MIT (permissive) · d5492c0376063d18 · report
get_initial_cluster KaidongLi/pytorch-LatticePointClassifier/cluster_attack.py community (archive-listed) unverified MIT (permissive) · f4f5f9e8c35bebe4 · report
grouped_shuffle KaidongLi/pytorch-LatticePointClassifier/data_utils/AttackScanNetLoader.py community (archive-listed) unverified MIT (permissive) · 75ef0a2731957067 · report
iso_penalty KaidongLi/pytorch-LatticePointClassifier/ctri_attack.py community (archive-listed) unverified MIT (permissive) · 0b3628082aec98d2 · report
pc_normalize KaidongLi/pytorch-LatticePointClassifier/data_utils/AttackScanNetLoader.py community (archive-listed) unverified MIT (permissive) · 7f7aa628837f4b3b · report
rotation KaidongLi/pytorch-LatticePointClassifier/isometry_init.py community (archive-listed) unverified MIT (permissive) · 46bfcc9fc0b2f12b · report
rotation_axis_angle KaidongLi/pytorch-LatticePointClassifier/isometry_init.py community (archive-listed) unverified MIT (permissive) · 2f5b0b8ec05fab7e · report
rotation_xyz KaidongLi/pytorch-LatticePointClassifier/isometry_init.py community (archive-listed) unverified MIT (permissive) · 09ba264276d7fb5f · report
spectral_penalty KaidongLi/pytorch-LatticePointClassifier/ctri_attack.py community (archive-listed) unverified MIT (permissive) · 1ef3ef28cc0e8539 · report
test KaidongLi/pytorch-LatticePointClassifier/cluster_attack.py community (archive-listed) unverified MIT (permissive) · 1f1a30d62ca94b83 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DGCNN

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