paper-with-me

Papers

PolyhedronNet: Representation Learning for Polyhedra with Surface-attributed Graph

2025-02-03 · Dazhou Yu, Genpei Zhang, Liang Zhao

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}.

📄 PDF Abstract BibTeX arXiv:2502.01814

Code (1)

dyu62/3d_polyhedron 공식 구현 pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Cortical Surface Shape Analysis Based on Alexandrov Polyhedra

2021-01-01 · ICCV 2021 10 · Min Zhang, Yang Guo, Na lei, Zhou Zhao 외

Shape analysis has been playing an important role in early diagnosis and prognosis of neurodegenerative diseases such as Alzheimer's diseases (AD). However, obtaining effective shape representations remains challengi…

Prognosis

Polyhedral Surface: Self-supervised Point Cloud Reconstruction Based on Polyhedral Surface

2023-10-23 · Hui Tian, Kai Xu

Point cloud reconstruction from raw point cloud has been an important topic in computer graphics for decades, especially due to its high demand in modeling and rendering applications. An important way to solve this probl…

Point cloud reconstruction

Polyhedral Object Recognition by Indexing

2023-11-21 · Radu Horaud, Humberto Sossa

In computer vision, the indexing problem is the problem of recognizing a few objects in a large database of objects while avoiding the help of the classical image-feature-to-object-feature matching paradigm. In this pape…

ObjectObject Recognition

Interpolated corrected curvature measures for polygonal surfaces

2020-07-09 · Computer Graphics Forum (Proceedings of Symposium on Geometry Processing) 2020 7 · Jacques-Olivier Lachaud, Pascal Romon, Boris Thibert, David Coeurjolly

A consistent and yet practically accurate definition of curvature onto polyhedral meshes remains an open problem. We pro- pose a new framework to define curvature measures, based on the Corrected Normal Current, which ge…

Single-View 3D Scene Parsing by Attributed Grammar

2014-06-01 · CVPR 2014 6 · Xiaobai Liu, Yibiao Zhao, Song-Chun Zhu

In this paper, we present an attributed grammar for parsing man-made outdoor scenes into semantic surfaces, and recovering its 3D model simultaneously. The grammar takes superpixels as its terminal nodes and use five pro…

3D ReconstructionScene ParsingSuperpixels