Papers › Modeling Local Geometric Structure of 3D Point Clouds using Geo-CNN

Modeling Local Geometric Structure of 3D Point Clouds using Geo-CNN

19 Nov 2018CVPR 2019 6arXiv:1811.07782archive 2025-07-28

Shiyi Lan, Ruichi Yu, Gang Yu, Larry S. Davis

Recent advances in deep convolutional neural networks (CNNs) have motivated researchers to adapt CNNs to directly model points in 3D point clouds. Modeling local structure has been proven to be important for the success of convolutional architectures, and researchers exploited the modeling of local point sets in the feature extraction hierarchy. However, limited attention has been paid to explicitly model the geometric structure amongst points in a local region. To address this problem, we propose Geo-CNN, which applies a generic convolution-like operation dubbed as GeoConv to each point and its local neighborhood. Local geometric relationships among points are captured when extracting edge features between the center and its neighboring points. We first decompose the edge feature extraction process onto three orthogonal bases, and then aggregate the extracted features based on the angles between the edge vector and the bases. This encourages the network to preserve the geometric structure in Euclidean space throughout the feature extraction hierarchy. GeoConv is a generic and efficient operation that can be easily integrated into 3D point cloud analysis pipelines for multiple applications. We evaluate Geo-CNN on ModelNet40 and KITTI and achieve state-of-the-art performance.

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

Code

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

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

cy69855522/Geo-CNN-Pytorch-PYG mentioned on GitHubpytorch report
voidrank/Geo-CNN mentioned on GitHubtfApache-2.0 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

15 samples harvested; 6 ran; 0 honoured the contract we drafted; 9 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.

1ran · our draft was wrong
1ran · fixture could not drive it
4ran
9unverified

Licence: 0 of the 15 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 voidrank/Geo-CNN. “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.

in_hull voidrank/Geo-CNN/kitti/dataset.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · aab935d4b7b55c2c · report
extract_pc_in_box3d voidrank/Geo-CNN/kitti/dataset.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 50bdbf961c28b4b2 · report
get_lidar_in_image_fov voidrank/Geo-CNN/kitti/kitti_object.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 47397a2377a470c7 · report
rotx voidrank/Geo-CNN/kitti/kitti_util.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 8843d80ab666c4e9 · report
roty voidrank/Geo-CNN/kitti/kitti_util.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · ae86074e10e1dfd7 · report
rotz voidrank/Geo-CNN/kitti/kitti_util.py community (archive-listed) ran Apache-2.0 (permissive) · 082920adf6e29c94 · report
conv1d voidrank/Geo-CNN/models/tf_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 18d51d8d06002af3 · report
conv2d voidrank/Geo-CNN/models/tf_util.py community (archive-listed) unverified Apache-2.0 (permissive) · dd4ea839e0207aea · report
extract_pc_in_box2d voidrank/Geo-CNN/kitti/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · c1c81b9614b5c990 · report
get_box3d_corners voidrank/Geo-CNN/models/model_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 3967747ca77d105b · report
get_box3d_corners_helper voidrank/Geo-CNN/models/model_util.py community (archive-listed) unverified Apache-2.0 (permissive) · a40bf46fcddcbcc1 · report
perceptron voidrank/Geo-CNN/models/tf_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 2877e6c3454ad533 · report
sample_and_group_all voidrank/Geo-CNN/models/geoconv_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 142a56400c483118 · report
show_lidar_on_image voidrank/Geo-CNN/kitti/kitti_object.py community (archive-listed) unverified Apache-2.0 (permissive) · 12502f21d75c671f · report
tf_gather_object_pc voidrank/Geo-CNN/models/model_util.py community (archive-listed) unverified Apache-2.0 (permissive) · c2360b0773935ea1 · report

Tasks

Modeling Local Geometric Structure

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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