paper-with-me

홈 › Papers

Graph Coordinates and Conventional Neural Networks -- An Alternative for Graph Neural Networks

2023-12-03 · Zheyi Qin, Randy Paffenroth, Anura P. Jayasumana

Graph-based data present unique challenges and opportunities for machine learning. Graph Neural Networks (GNNs), and especially those algorithms that capture graph topology through message passing for neighborhood aggregation, have been a leading solution. However, these networks often require substantial computational resources and may not optimally leverage the information contained in the graph's topology, particularly for large-scale or complex graphs. We propose Topology Coordinate Neural Network (TCNN) and Directional Virtual Coordinate Neural Network (DVCNN) as novel and efficient alternatives to message passing GNNs, that directly leverage the graph's topology, sidestepping the computational challenges presented by competing algorithms. Our proposed methods can be viewed as a reprise of classic techniques for graph embedding for neural network feature engineering, but they are novel in that our embedding techniques leverage ideas in Graph Coordinates (GC) that are lacking in current practice. Experimental results, benchmarked against the Open Graph Benchmark Leaderboard, demonstrate that TCNN and DVCNN achieve competitive or superior performance to message passing GNNs. For similar levels of accuracy and ROC-AUC, TCNN and DVCNN need far fewer trainable parameters than contenders of the OGBN Leaderboard. The proposed TCNN architecture requires fewer parameters than any neural network method currently listed in the OGBN Leaderboard for both OGBN-Proteins and OGBN-Products datasets. Conversely, our methods achieve higher performance for a similar number of trainable parameters. By providing an efficient and effective alternative to message passing GNNs, our work expands the toolbox of techniques for graph-based machine learning.

📄 PDF Abstract BibTeX arXiv:2312.01342

Code (1)

i721/GraphCoordinates 공식 구현 pytorch

Tasks

Feature EngineeringGraph Embedding

Similar Papers 제목 키워드 기반

SAGE-XGBoost: Spatially Augmented Graph Embeddings--Machine Learning Framework for Natural Hazards Susceptibility Mapping under Data Scarcity

2026-08-20 · Mohammad H. Vahidnia, Ali Pourkarimi arxiv

Natural hazard susceptibility mapping is often constrained by limited labeled data, reducing the generalizability of conventional machine learning and limiting the applicability of complex deep learning models. This stud…

Representation LearningFeature ImportanceData Augmentation

H-Packer: Holographic Rotationally Equivariant Convolutional Neural Network for Protein Side-Chain Packing

2023-11-15 · Gian Marco Visani, William Galvin, Michael Neal Pun, Armita Nourmohammad

Accurately modeling protein 3D structure is essential for the design of functional proteins. An important sub-task of structure modeling is protein side-chain packing: predicting the conformation of side-chains (rotamers…

Image-to-Image Translation

Directed Graph Attention Neural Network Utilizing 3D Coordinates for Molecular Property Prediction

2020-12-01 · Chen Qian, Yunhai Xiong, Xiang Chen

The prosperity of computer vision (CV) and natural language procession (NLP) in recent years has spurred the development of deep learning in many other domains. The advancement in machine learning provides us with an alt…

Graph AttentionMolecular Property Predictionmolecular representationProperty Prediction

Mesh Graph Neural Network Framework for Accelerating Finite Element Simulation for Arbitrary Geometries

2026-06-06 · Josiah D. Kunz, Kamal Choudhary arxiv

Finite element analysis (FEA) is essential for structural design but remains computationally expensive, particularly when evaluating multiple design iterations or load scenarios. Machine learning surrogate models offer a…

Graph Neural Network

Conformal Prediction for Network-Assisted Regression

2023-02-20 · Robert Lunde, Elizaveta Levina, Ji Zhu

An important problem in network analysis is predicting a node attribute using both network covariates, such as graph embedding coordinates or local subgraph counts, and conventional node covariates, such as demographic c…

AttributeConformal PredictionGraph EmbeddingPrediction+1