paper-with-me

Papers

Reinforced Neighborhood Selection Guided Multi-Relational Graph Neural Networks

2021-04-16 · Hao Peng, Ruitong Zhang, Yingtong Dou, Renyu Yang, Jingyi Zhang, Philip S. Yu

Graph Neural Networks (GNNs) have been widely used for the representation learning of various structured graph data. While promising, most existing GNNs oversimplified the complexity and diversity of the edges in the graph, and thus inefficient to cope with ubiquitous heterogeneous graphs, which are typically in the form of multi-relational graph representations. In this paper, we propose RioGNN, a novel Reinforced, recursive and flexible neighborhood selection guided multi-relational Graph Neural Network architecture, to navigate complexity of neural network structures whilst maintaining relation-dependent representations. We first construct a multi-relational graph, according to the practical task, to reflect the heterogeneity of nodes, edges, attributes and labels. To avoid the embedding over-assimilation among different types of nodes, we employ a label-aware neural similarity measure to ascertain the most similar neighbors based on node attributes. A reinforced relation-aware neighbor selection mechanism is developed to choose the most similar neighbors of a targeting node within a relation before aggregating all neighborhood information from different relations to obtain the eventual node embedding. Particularly, to improve the efficiency of neighbor selecting, we propose a new recursive and scalable reinforcement learning framework with estimable depth and width for different scales of multi-relational graphs. RioGNN can learn more discriminative node embedding with enhanced explainability due to the recognition of individual importance of each relation via the filtering threshold mechanism. Comprehensive experiments on real-world graph data and practical tasks demonstrate the advancements of effectiveness, efficiency and the model explainability, as opposed to other comparative GNN models.

📄 PDF Abstract BibTeX arXiv:2104.07886

Code (1)

safe-graph/RioGNN 공식 구현 pytorch

Tasks

Fraud DetectionGraph Neural NetworkNavigateNode ClassificationRelationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Boosting Vision-Language-Action Finetuning with Feasible Action Neighborhood Prior

2026-04-02 · Haochen Niu, Kanyu Zhang, Shuyu Yin, Qinghai Guo 외 arxiv

In real-world robotic manipulation, states typically admit a neighborhood of near-equivalent actions. That is, for each state, there exist a feasible action neighborhood (FAN) rather than a single correct action, within …

Adaptive Neighborhood Graph Construction for Inference in Multi-Relational Networks

2016-07-02 · Shobeir Fakhraei, Dhanya Sridhar, Jay Pujara, Lise Getoor

A neighborhood graph, which represents the instances as vertices and their relations as weighted edges, is the basis of many semi-supervised and relational models for node labeling and link prediction. Most methods emplo…

graph constructionLink Prediction

Multi-Objective Design of State Feedback Controllers Using Reinforced Quantum-Behaved Particle Swarm Optimization

2016-07-04 · Kaveh Hassani, Won-Sook Lee

In this paper, a novel and generic multi-objective design paradigm is proposed which utilizes quantum-behaved PSO(QPSO) for deciding the optimal configuration of the LQR controller for a given problem considering a set o…

Pre-training Recommender Systems via Reinforced Attentive Multi-relational Graph Neural Network

2021-11-28 · Xiaohan Li, Zhiwei Liu, Stephen Guo, Zheng Liu 외

Recently, Graph Neural Networks (GNNs) have proven their effectiveness for recommender systems. Existing studies have applied GNNs to capture collaborative relations in the data. However, in real-world scenarios, the rel…

Graph Neural NetworkRecommendation Systems

Solving the Pod Repositioning Problem with Deep Reinforced Adaptive Large Neighborhood Search

2025-06-03 · Lin Xie, Hanyi Li

The Pod Repositioning Problem (PRP) in Robotic Mobile Fulfillment Systems (RMFS) involves selecting optimal storage locations for pods returning from pick stations. This work presents an improved solution method that int…

Combinatorial OptimizationDeep Reinforcement Learning