CVLGFeb 3, 2025

PolyhedronNet: Representation Learning for Polyhedra with Surface-attributed Graph

arXiv:2502.01814v21 citationsh-index: 8Has CodeICLR
Originality Incremental advance
AI Analysis

This work addresses the need for better geometric modeling in polyhedra representation learning, which is important for applications like 3D shape analysis, but it appears incremental as it builds on existing graph-based methods with specific enhancements.

The paper tackles the problem of learning representations for 3D polyhedral objects by introducing PolyhedronNet, which uses a surface-attributed graph to model vertices, edges, faces, and their relationships, achieving improved performance in classification and retrieval tasks across four datasets.

Ubiquitous geometric objects can be precisely and efficiently represented as polyhedra. The transformation of a polyhedron into a vector, known as polyhedra representation learning, is crucial for manipulating these shapes with mathematical and statistical tools for tasks like classification, clustering, and generation. Recent years have witnessed significant strides in this domain, yet most efforts focus on the vertex sequence of a polyhedron, neglecting the complex surface modeling crucial in real-world polyhedral objects. This study proposes \textbf{PolyhedronNet}, a general framework tailored for learning representations of 3D polyhedral objects. We propose the concept of the surface-attributed graph to seamlessly model the vertices, edges, faces, and their geometric interrelationships within a polyhedron. To effectively learn the representation of the entire surface-attributed graph, we first propose to break it down into local rigid representations to effectively learn each local region's relative positions against the remaining regions without geometric information loss. Subsequently, we propose PolyhedronGNN to hierarchically aggregate the local rigid representation via intra-face and inter-face geometric message passing modules, to obtain a global representation that minimizes information loss while maintaining rotation and translation invariance. Our experimental evaluations on four distinct datasets, encompassing both classification and retrieval tasks, substantiate PolyhedronNet's efficacy in capturing comprehensive and informative representations of 3D polyhedral objects. Code and data are available at {https://github.com/dyu62/3D_polyhedron}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes