Papers › SpiderCNN: Deep Learning on Point Sets with Parameterized Convolutional Filters

SpiderCNN: Deep Learning on Point Sets with Parameterized Convolutional Filters

30 Mar 2018ECCV 2018 9arXiv:1803.11527archive 2025-07-28

Yifan Xu, Tianqi Fan, Mingye Xu, Long Zeng, Yu Qiao

Deep neural networks have enjoyed remarkable success for various vision tasks, however it remains challenging to apply CNNs to domains lacking a regular underlying structures such as 3D point clouds. Towards this we propose a novel convolutional architecture, termed SpiderCNN, to efficiently extract geometric features from point clouds. SpiderCNN is comprised of units called SpiderConv, which extend convolutional operations from regular grids to irregular point sets that can be embedded in R^n, by parametrizing a family of convolutional filters. We design the filter as a product of a simple step function that captures local geodesic information and a Taylor polynomial that ensures the expressiveness. SpiderCNN inherits the multi-scale hierarchical architecture from classical CNNs, which allows it to extract semantic deep features. Experiments on ModelNet40 demonstrate that SpiderCNN achieves state-of-the-art accuracy 92.4% on standard benchmarks, and shows competitive performance on segmentation task.

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

Code

Syntology Ran 2 of 8 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: community (archive-listed): 8 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.

xyf513/SpiderCNN mentioned 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

8 samples harvested; 2 ran; 0 honoured the contract we drafted; 6 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 · fixture could not drive it
1ran
6unverified

Licence: 0 of the 8 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 xyf513/SpiderCNN. “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.

rotate_point_cloud xyf513/SpiderCNN/utils/provider.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · adb85367d5bf360a · report
shuffle_data xyf513/SpiderCNN/utils/provider.py community (archive-listed) ran MIT (permissive) · 06353aadebc1724b · report
average_gradients xyf513/SpiderCNN/train_xyz.py community (archive-listed) unverified MIT (permissive) · 0e0c2135e80629bb · report
conv2d xyf513/SpiderCNN/utils/tf_util.py community (archive-listed) unverified MIT (permissive) · 02e468c63bb128ee · report
get_loss xyf513/SpiderCNN/models/spidercnn_cls.py community (archive-listed) unverified MIT (permissive) · e5aa560083378fbc · report
get_loss xyf513/SpiderCNN/models/spidercnn_part_seg_one_hot.py community (archive-listed) unverified MIT (permissive) · ed8954d15f37f496 · report
placeholder_inputs xyf513/SpiderCNN/models/spidercnn_part_seg_one_hot.py community (archive-listed) unverified MIT (permissive) · 68dc0303fa0b7ba8 · report
rotate_point_cloud_with_normal xyf513/SpiderCNN/utils/provider.py community (archive-listed) unverified MIT (permissive) · 7934ceb30d97e468 · report

Tasks

3D Part Segmentation3D Point Cloud ClassificationDeep Learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Part Segmentation IntrA SpiderCNN DSC (A) 75.82 #6 of 7 Archive leaderboard report
3D Part Segmentation IntrA SpiderCNN DSC (V) 94.53 #6 of 7 Archive leaderboard report
3D Part Segmentation IntrA SpiderCNN IoU (A) 67.25 #6 of 7 Archive leaderboard report
3D Part Segmentation IntrA SpiderCNN IoU (V) 90.16 #6 of 7 Archive leaderboard report
3D Part Segmentation ShapeNet-Part SpiderCNN Class Average IoU 82.4 #49 of 67 Archive leaderboard report
3D Part Segmentation ShapeNet-Part SpiderCNN Instance Average IoU 85.3 #49 of 67 Archive leaderboard report
3D Point Cloud Classification IntrA SpiderCNN F1 score (5-fold) 0.872 #7 of 12 Archive leaderboard report
3D Point Cloud Classification ModelNet40 SpiderCNN Overall Accuracy 92.4 #89 of 111 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN SpiderCNN Mean Accuracy 69.8 #75 of 77 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN SpiderCNN Overall Accuracy 73.7 #75 of 77 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.

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