paper-with-me

Papers

Conditional Graph Information Bottleneck for Molecular Relational Learning

2023-04-29 · Namkyeong Lee, Dongmin Hyun, Gyoung S. Na, Sungwon Kim, Junseok Lee, Chanyoung Park

Molecular relational learning, whose goal is to learn the interaction behavior between molecular pairs, got a surge of interest in molecular sciences due to its wide range of applications. Recently, graph neural networks have recently shown great success in molecular relational learning by modeling a molecule as a graph structure, and considering atom-level interactions between two molecules. Despite their success, existing molecular relational learning methods tend to overlook the nature of chemistry, i.e., a chemical compound is composed of multiple substructures such as functional groups that cause distinctive chemical reactions. In this work, we propose a novel relational learning framework, called CGIB, that predicts the interaction behavior between a pair of graphs by detecting core subgraphs therein. The main idea is, given a pair of graphs, to find a subgraph from a graph that contains the minimal sufficient information regarding the task at hand conditioned on the paired graph based on the principle of conditional graph information bottleneck. We argue that our proposed method mimics the nature of chemical reactions, i.e., the core substructure of a molecule varies depending on which other molecule it interacts with. Extensive experiments on various tasks with real-world datasets demonstrate the superiority of CGIB over state-of-the-art baselines. Our code is available at https://github.com/Namkyeong/CGIB.

📄 PDF Abstract BibTeX arXiv:2305.01520

Code (1)

namkyeong/cgib 공식 구현 pytorch

Tasks

Relational Reasoning

Similar Papers 제목 키워드 기반

Pre-training Graph Neural Networks on 2D and 3D Molecular Structures by using Multi-View Conditional Information Bottleneck

2025-11-23 · Van Thuy Hoang, O-Joun Lee arxiv

Recent pre-training strategies for molecular graphs have attempted to use 2D and 3D molecular views as both inputs and self-supervised signals, primarily aligning graph-level representations. However, existing studies re…

Representation Learning

Shift-Robust Molecular Relational Learning with Causal Substructure

2023-05-29 · Namkyeong Lee, Kanghoon Yoon, Gyoung S. Na, Sein Kim 외

Recently, molecular relational learning, whose goal is to predict the interaction behavior between molecular pairs, got a surge of interest in molecular sciences due to its wide range of applications. In this work, we pr…

Relational Reasoning

Representational Alignment with Chemical Induced Fit for Molecular Relational Learning

2025-02-07 · Peiliang Zhang, Jingling Yuan, Qing Xie, Yongjun Zhu 외

Molecular Relational Learning (MRL) is widely applied in natural sciences to predict relationships between molecular pairs by extracting structural features. The representational similarity between substructure pairs det…

Inductive BiasRelational Reasoning

Relational Graph Attention Networks

2019-04-11 · ICLR 2019 5 · Dan Busbridge, Dane Sherburn, Pietro Cavallo, Nils Y. Hammerla

We investigate Relational Graph Attention Networks, a class of models that extends non-relational graph attention mechanisms to incorporate relational information, opening up these methods to a wider variety of problems.…

Graph Attention

Learning Fair Graph Representations with Multi-view Information Bottleneck

2025-10-29 · Chuxun Liu, Debo Cheng, Qingfeng Chen, Jiangzhang Gan 외 arxiv

Graph neural networks (GNNs) excel on relational data by passing messages over node features and structure, but they can amplify training data biases, propagating discriminatory attributes and structural imbalances into …

Representation LearningContrastive Learning