paper-with-me

홈 › Papers

Geometric Graph Representations and Geometric Graph Convolutions for Deep Learning on Three-Dimensional (3D) Graphs

2020-06-02 · Daniel T. Chang

The geometry of three-dimensional (3D) graphs, consisting of nodes and edges, plays a crucial role in many important applications. An excellent example is molecular graphs, whose geometry influences important properties of a molecule including its reactivity and biological activity. To facilitate the incorporation of geometry in deep learning on 3D graphs, we define three types of geometric graph representations: positional, angle-geometric and distance-geometric. For proof of concept, we use the distance-geometric graph representation for geometric graph convolutions. Further, to utilize standard graph convolution networks, we employ a simple edge weight / edge distance correlation scheme, whose parameters can be fixed using reference values or determined through Bayesian hyperparameter optimization. The results of geometric graph convolutions, for the ESOL and Freesol datasets, show significant improvement over those of standard graph convolutions. Our work demonstrates the feasibility and promise of incorporating geometry, using the distance-geometric graph representation, in deep learning on 3D graphs.

📄 PDF Abstract BibTeX arXiv:2006.01785

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Distance-Geometric Graph Convolutional Network (DG-GCN) for Three-Dimensional (3D) Graphs

2020-07-06 · Daniel T. Chang

The distance-geometric graph representation adopts a unified scheme (distance) for representing the geometry of three-dimensional(3D) graphs. It is invariant to rotation and translation of the graph and it reflects pair-…

Translation

Grassmann Graph Embedding

2021-03-08 · ICLR Workshop GTRL 2021 5 · Bingxin Zhou, Xuebin Zheng, Yu Guang Wang, Ming Li 외

Geometric deep learning that employs the geometric and topological features of data has attracted increasing attention in deep neural networks. Learning the intrinsic structure property of data is a crucial step for dime…

Dimensionality ReductionGraph Embedding

Gauge Equivariant Mesh CNNs: Anisotropic convolutions on geometric graphs

2020-03-11 · ICLR 2021 1 · Pim de Haan, Maurice Weiler, Taco Cohen, Max Welling

A common approach to define convolutions on meshes is to interpret them as a graph and apply graph convolutional networks (GCNs). Such GCNs utilize isotropic kernels and are therefore insensitive to the relative orientat…

Unitary convolutions for learning on graphs and groups

2024-10-07 · Bobak T. Kiani, Lukas Fesser, Melanie Weber

Data with geometric structure is ubiquitous in machine learning often arising from fundamental symmetries in a domain, such as permutation-invariance in graphs and translation-invariance in images. Group-convolutional ar…

Inductive Bias

Self-Attention Based Multi-Scale Graph Auto-Encoder Network of 3D Meshes

2025-07-07 · Saqib Nazir, Olivier Lézoray, Sébastien Bougleux arxiv

3D meshes are fundamental data representations for capturing complex geometric shapes in computer vision and graphics applications. While Convolutional Neural Networks (CNNs) have excelled in structured data like images,…

Point Clouds