paper-with-me

홈 › Papers

CTAGE: Curvature-Based Topology-Aware Graph Embedding for Learning Molecular Representations

2023-07-25 · Yili Chen, Zhengyu Li, Zheng Wan, Hui Yu, Xian Wei

AI-driven drug design relies significantly on predicting molecular properties, which is a complex task. In current approaches, the most commonly used feature representations for training deep neural network models are based on SMILES and molecular graphs. While these methods are concise and efficient, they have limitations in capturing complex spatial information. Recently, researchers have recognized the importance of incorporating three-dimensional information of molecular structures into models. However, capturing spatial information requires the introduction of additional units in the generator, bringing additional design and computational costs. Therefore, it is necessary to develop a method for predicting molecular properties that effectively combines spatial structural information while maintaining the simplicity and efficiency of graph neural networks. In this work, we propose an embedding approach CTAGE, utilizing $k$-hop discrete Ricci curvature to extract structural insights from molecular graph data. This effectively integrates spatial structural information while preserving the training complexity of the network. Experimental results indicate that introducing node curvature significantly improves the performance of current graph neural network frameworks, validating that the information from k-hop node curvature effectively reflects the relationship between molecular structure and function.

📄 PDF Abstract BibTeX arXiv:2307.13275

Code (0)

등록된 구현이 없습니다.

Tasks

Drug DesignGraph EmbeddingGraph Neural NetworkMolecular Property PredictionProperty Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Graph Neural Network 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LapEigen 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

GraphMoRE: Mitigating Topological Heterogeneity via Mixture of Riemannian Experts

2024-12-15 · Zihao Guo, Qingyun Sun, Haonan Yuan, Xingcheng Fu 외

Real-world graphs have inherently complex and diverse topological patterns, known as topological heterogeneity. Most existing works learn graph representation in a single constant curvature space that is insufficient to …

Dynamic Graph Prompting via Topology-Routed Mixed-Curvature Experts

2026-08-06 · Quanxin Wang, Xuanting Xie, Bingheng Li, Xingtong Yu 외 arxiv

Dynamic graph prompting freezes a pre-trained temporal backbone and adapts it to label-scarce downstream tasks using lightweight prompts. However, existing methods operate within a single, fixed embedding space. In this …

Node ClassificationLink Prediction

Curvature Regularization to Prevent Distortion in Graph Embedding

2020-11-28 · NeurIPS 2020 12 · Hongbin Pei, Bingzhe Wei, Kevin Chen-Chuan Chang, Chunxu Zhang 외

Recent research on graph embedding has achieved success in various applications. Most graph embedding methods preserve the proximity in a graph into a manifold in an embedding space. We argue an important but neglected p…

Graph Embedding

Over-Squashing in Riemannian Graph Neural Networks

2023-11-27 · Julia Balla

Most graph neural networks (GNNs) are prone to the phenomenon of over-squashing in which node features become insensitive to information from distant nodes in the graph. Recent works have shown that the topology of the g…

Product Manifold Representations for Learning on Biological Pathways

2024-01-27 · Daniel McNeela, Frederic Sala, Anthony Gitter

Machine learning models that embed graphs in non-Euclidean spaces have shown substantial benefits in a variety of contexts, but their application has not been studied extensively in the biological domain, particularly wi…

Graph Neural NetworkGraph Representation LearningRepresentation Learning