Polygonnet
Polygonnet is a class of geometric deep learning models designed to operate directly on polygonal meshes and polygon networks. It extends graph neural networks to irregular polygons, enabling learning on faces and edges in addition to vertices. Polygonnet aims to capture local and global mesh structure while preserving geometric properties such as edge orientation and face adjacency.
Core mechanisms include polygon-level message passing, where feature vectors attach to vertices, edges, and polygon faces;
Inputs are typically polygon meshes from 3D scans or CAD data. Preprocessing may involve ensuring manifoldness,
Applications include 3D shape classification and segmentation, surface reconstruction, mesh denoising, finite element analysis, and geographic
Challenges include computational cost, memory consumption for large meshes, and sensitivity to mesh quality. Development is