Papers › RISurConv: Rotation Invariant Surface Attention-Augmented Convolutions for 3D Point...

RISurConv: Rotation Invariant Surface Attention-Augmented Convolutions for 3D Point Cloud Classification and Segmentation

12 Aug 2024arXiv:2408.06110archive 2025-07-28

Zhiyuan Zhang, Licheng Yang, Zhiyu Xiang

Despite the progress on 3D point cloud deep learning, most prior works focus on learning features that are invariant to translation and point permutation, and very limited efforts have been devoted for rotation invariant property. Several recent studies achieve rotation invariance at the cost of lower accuracies. In this work, we close this gap by proposing a novel yet effective rotation invariant architecture for 3D point cloud classification and segmentation. Instead of traditional pointwise operations, we construct local triangle surfaces to capture more detailed surface structure, based on which we can extract highly expressive rotation invariant surface properties which are then integrated into an attention-augmented convolution operator named RISurConv to generate refined attention features via self-attention layers. Based on RISurConv we build an effective neural network for 3D point cloud analysis that is invariant to arbitrary rotations while maintaining high accuracy. We verify the performance on various benchmarks with supreme results obtained surpassing the previous state-of-the-art by a large margin. We achieve an overall accuracy of 96.0% (+4.7%) on ModelNet40, 93.1% (+12.8%) on ScanObjectNN, and class accuracies of 91.5% (+3.6%), 82.7% (+5.1%), and 78.5% (+9.2%) on the three categories of the FG3D dataset for the fine-grained classification task. Additionally, we achieve 81.5% (+1.0%) mIoU on ShapeNet for the segmentation task. Code is available here: https://github.com/cszyzhang/RISurConv

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

Code

Syntology Ran 11 of 16 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 6 ran · fixture could not drive it; 2 ran with no contract checked.

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

cszyzhang/RISurConv officialmentioned in papermentioned 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

16 samples harvested; 11 ran; 0 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.

3ran · our draft was wrong
6ran · fixture could not drive it
2ran
5unverified

Licence: 0 of the 16 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 cszyzhang/RISurConv. “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.

RISP_features cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · fixture could not drive it MIT (permissive) · 43cf46f25fd17bf8 · report
SA_Layer cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · df1d41f48a849dc1 · report
SA_Layer_2d cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 1094b06a1786c824 · report
calculate_new_surface_feature cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 1f0459a13258d8d5 · report
calculate_surface_norm cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 8f64768fc45382ea · report
calculate_two_surface_feature cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 8feced39236919ff · report
calculate_unit cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 3c5cec821dd98f4a · report
compute_LRA_one cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 23d2fbe28c8f69fd · report
group_index cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · fixture could not drive it MIT (permissive) · d95836fa7aed2ad6 · report
knn_point cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · fixture could not drive it MIT (permissive) · 004f60206cdb3858 · report
square_distance cszyzhang/RISurConv/models/risurconv_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · bba5dc7caf857cd2 · report
RISurConvSetAbstraction cszyzhang/RISurConv/models/risurconv_utils.py official repository unverified MIT (permissive) · 2307abca234405a4 · report
order_index cszyzhang/RISurConv/models/risurconv_utils.py official repository unverified MIT (permissive) · 48ba9ee2d2d9ee39 · report
sample cszyzhang/RISurConv/models/risurconv_utils.py official repository unverified MIT (permissive) · 349f491c52f4f205 · report
sample_and_group cszyzhang/RISurConv/models/risurconv_utils.py official repository unverified MIT (permissive) · 78296b62cc2e5ef7 · report
sample_and_group_all cszyzhang/RISurConv/models/risurconv_utils.py official repository unverified MIT (permissive) · 5ff6e719b0d1ec24 · report

Tasks

3D Point Cloud ClassificationPoint Cloud Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionAttention-augmented ConvolutionConvolutionFocusLinear LayerMulti-Head AttentionSoftmax

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