Papers › Dynamic Graph CNN for Learning on Point Clouds

Dynamic Graph CNN for Learning on Point Clouds

24 Jan 2018arXiv:1801.07829archive 2025-07-28

Yue Wang, Yongbin Sun, Ziwei Liu, Sanjay E. Sarma, Michael M. Bronstein, Justin M. Solomon

Point clouds provide a flexible geometric representation suitable for countless applications in computer graphics; they also comprise the raw output of most 3D data acquisition devices. While hand-designed features on point clouds have long been proposed in graphics and vision, however, the recent overwhelming success of convolutional neural networks (CNNs) for image analysis suggests the value of adapting insight from CNN to the point cloud world. Point clouds inherently lack topological information so designing a model to recover topology can enrich the representation power of point clouds. To this end, we propose a new neural network module dubbed EdgeConv suitable for CNN-based high-level tasks on point clouds including classification and segmentation. EdgeConv acts on graphs dynamically computed in each layer of the network. It is differentiable and can be plugged into existing architectures. Compared to existing modules operating in extrinsic space or treating each point independently, EdgeConv has several appealing properties: It incorporates local neighborhood information; it can be stacked applied to learn global shape properties; and in multi-layer systems affinity in feature space captures semantic characteristics over potentially long distances in the original embedding. We show the performance of our model on standard benchmarks including ModelNet40, ShapeNetPart, and S3DIS.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 16 of 44 code samples harvested from 10 repositories linked to this paper; 28 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 7 ran · fixture could not drive it; 7 ran with no contract checked.

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

21 repositories listed; official and paper-mentioned ones first.

WangYueFt/dgcnn officialmentioned in papermentioned on GitHubtf report
AmitBracha/GIP_project mentioned on GitHubtf report
AnTao97/dgcnn.pytorch mentioned on GitHubpytorch report
JingfeiHuang/DGCNN-Paddle mentioned on GitHubpaddle report
Squanch-U/DGCNN mentioned on GitHubmindspore report
af13s/dgcnn-amino mentioned on GitHubtf report
brent-murray/tr3d_pointaugdgcnn mentioned on GitHubpytorch report
bupt-gamma/gammagl mentioned on GitHubtf report
cy-xu/spatially_aware_ai mentioned on GitHubpytorchAGPL-3.0 report
hansen7/NRS_3D mentioned on GitHubpytorch report
hqucms/ParticleNet mentioned on GitHubtf report
lingzhang1/ContrastNet mentioned on GitHubtf report
lingzhang1/dgcnn_sampling mentioned on GitHubtf report
lingzhang1/dgcnn_v2 mentioned on GitHubtf report
nnn911/MLSI mentioned on GitHubpytorch report
vinits5/learning3d mentioned on GitHubpytorch report
yossilevii100/critical_points2 mentioned on GitHubpytorch report
yossilevii100/refocusing mentioned on GitHubpytorch 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

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

2ran · our draft was wrong
7ran · fixture could not drive it
7ran
28unverified

Licence: 31 of the 44 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 10 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.

DGCNN WangYueFt/dgcnn/pytorch/model.py official repository ran MIT (permissive) · bd4d12ec0ab7479e · report
DGCNN princeton-vl/SimpleView/dgcnn/pytorch/model.py community (archive-listed) ran · metamorphic tier: deterministic BSD-3-Clause (permissive) · ad3b789a1f825e88 · report
DGCNN brent-murray/tr3d_pointaugdgcnn/models/dgcnn.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 105ce77f02aa8fc3 · report
DGCNN vinits5/learning3d/models/dgcnn.py community (archive-listed) ran MIT (permissive) · f746806bd48762f6 · report
DGCNN hansen7/NRS_3D/models/dgcnn_cls.py community (archive-listed) ran MIT (permissive) · 5225ebf366dff39c · report
DGCNN_cls AnTao97/dgcnn.pytorch/model.py community (archive-listed) ran MIT (permissive) · deae149da586b0cb · report
batch_distance_matrix_general hqucms/ParticleNet/tf-keras/tf_keras_model.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 4db0912e4435ab42 · report
edge_conv hqucms/ParticleNet/tf-keras/tf_keras_model.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 32c56f6033c6d2fb · report
get_graph_feature princeton-vl/SimpleView/dgcnn/pytorch/model.py community (archive-listed) ran · fixture could not drive it BSD-3-Clause (permissive) · 9a8756778dd8234a · report
get_graph_feature vinits5/learning3d/models/dgcnn.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 26b869462d7d37e6 · report
get_graph_feature hansen7/NRS_3D/models/dgcnn_cls.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · ffacb4286b9c5b79 · report
knn AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · afa67b67c8fbe518 · report
knn af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 9000f8e3010b8eb7 · report
knn hqucms/ParticleNet/tf-keras/tf_keras_model.py community (archive-listed) ran MIT (permissive) · 86fd210ea5960f23 · report
knn vinits5/learning3d/models/dgcnn.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · ee7b4d081c1fd7b3 · report
knn hansen7/NRS_3D/models/dgcnn_cls.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 999b1b3194e7ace2 · report
DGCNN_cls nnn911/MLSI/src/MLSI/DG_CNN_tools.py community (archive-listed) unverified licence not identified · pointer only · 340df50c5fa6ae0a · report
_variable_on_cpu AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · adf5846b3d969f1f · report
_variable_on_cpu af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 2918d47029a9f7b8 · report
_variable_with_weight_decay AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 469a43579e0ab430 · report
_variable_with_weight_decay af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 095d661fc452344e · report
batch_norm_dist_template AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · e836d5d02fbe1569 · report
batch_norm_dist_template af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · bd5dd2c726337fbb · report
batch_norm_for_conv2d AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · aa9412f2d47b5c71 · report
batch_norm_for_conv2d af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 278e89613b2fcc9d · report
batch_norm_for_fc AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 8563d3c5e43f3c8d · report
batch_norm_for_fc af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 3e5a9afaceaecb8e · report
batch_norm_template AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · df7b6d675ad1faf4 · report
conv2d AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 5caf714eb8eb5aa5 · report
conv2d af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 2f2a5221e029473a · report
dropout AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · a7e0217e7e46649e · report
fully_connected AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 65878b612b525cd9 · report
fully_connected af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 40bf1749410aa96f · report
get_edge_feature AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · f7b114580fc34243 · report
get_edge_feature af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · afb21d6165856bb0 · report
get_edge_feature_fc_momentum AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · a3b270bbc3562938 · report
get_model AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · aa032686f869c6ca · report
get_model af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · b15247159c9e74bf · report
get_tensor_second_momentum AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 3554079d199ef44d · report
input_transform_net AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · d07227089f4eb7c0 · report
input_transform_net af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · c5549fd76a62a77a · report
max_pool2d AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 5bd4731c81b94fda · report
pairwise_distance AmitBracha/GIP_project/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · c849266d759a5b88 · report
pairwise_distance af13s/dgcnn-amino/models/dgcnn.py community (archive-listed) unverified no licence file found · pointer only · 3d90b05b13b0c0b9 · report

Tasks

3D Part Segmentation3D Point Cloud Classification3D Semantic SegmentationFew-Shot 3D Point Cloud ClassificationPoint Cloud ClassificationPoint Cloud SegmentationSemantic SegmentationSupervised Only 3D Point Cloud Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Part Segmentation ShapeNet-Part DGCNN Instance Average IoU 85.2 #51 of 67 Archive leaderboard report
3D Point Cloud Classification IntrA DGCNN F1 score (5-fold) 0.738 #11 of 12 Archive leaderboard report
3D Point Cloud Classification ModelNet40 DGCNN Mean Accuracy 90.2 #78 of 111 Archive leaderboard report
3D Point Cloud Classification ModelNet40 DGCNN Number of params 1.81M #78 of 111 Archive leaderboard report
3D Point Cloud Classification ModelNet40 DGCNN Overall Accuracy 92.9 #78 of 111 Archive leaderboard report
3D Point Cloud Classification ModelNet40-C DGCNN Error Rate 0.259 #10 of 13 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN DGCNN Mean Accuracy 73.6 #73 of 77 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN DGCNN OBJ-BG (OA) 82.8 #73 of 77 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN DGCNN OBJ-ONLY (OA) 86.2 #73 of 77 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN DGCNN Overall Accuracy 78.1 #73 of 77 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 10-way (10-shot) DGCNN Overall Accuracy 19.85 #31 of 31 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 10-way (10-shot) DGCNN Standard Deviation 6.5 #31 of 31 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 10-way (20-shot) DGCNN Overall Accuracy 16.9 #31 of 31 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 10-way (20-shot) DGCNN Standard Deviation 1.5 #31 of 31 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 5-way (10-shot) DGCNN Overall Accuracy 31.6 #30 of 30 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 5-way (10-shot) DGCNN Standard Deviation 9.0 #30 of 30 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 5-way (20-shot) DGCNN Overall Accuracy 40.8 #30 of 30 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 5-way (20-shot) DGCNN Standard Deviation 14.6 #30 of 30 Archive leaderboard report
Point Cloud Classification PointCloud-C DGCNN mean Corruption Error (mCE) 1.000 #17 of 24 Archive leaderboard report
Point Cloud Segmentation PointCloud-C DGCNN mean Corruption Error (mCE) 1.000 #6 of 11 Archive leaderboard report
Supervised Only 3D Point Cloud Classification ScanObjectNN DGCNN GFLOPs 2.4 #9 of 12 Archive leaderboard report
Supervised Only 3D Point Cloud Classification ScanObjectNN DGCNN Number of params (M) 1.8 #9 of 12 Archive leaderboard report
Supervised Only 3D Point Cloud Classification ScanObjectNN DGCNN Overall Accuracy (PB_T50_RS) 78.1 #9 of 12 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