paper-with-me

Papers

Cooperative Graph Neural Networks

2023-10-02 · Ben Finkelshtein, Xingyue Huang, Michael Bronstein, İsmail İlkan Ceylan

Graph neural networks are popular architectures for graph machine learning, based on iterative computation of node representations of an input graph through a series of invariant transformations. A large class of graph neural networks follow a standard message-passing paradigm: at every layer, each node state is updated based on an aggregate of messages from its neighborhood. In this work, we propose a novel framework for training graph neural networks, where every node is viewed as a player that can choose to either 'listen', 'broadcast', 'listen and broadcast', or to 'isolate'. The standard message propagation scheme can then be viewed as a special case of this framework where every node 'listens and broadcasts' to all neighbors. Our approach offers a more flexible and dynamic message-passing paradigm, where each node can determine its own strategy based on their state, effectively exploring the graph topology while learning. We provide a theoretical analysis of the new message-passing scheme which is further supported by an extensive empirical analysis on a synthetic dataset and on real-world datasets.

📄 PDF Abstract BibTeX arXiv:2310.01267

Code (2)

benfinkelshtein/cognn 공식 구현 pytorch
benfinkelshtein/ICGNN pytorch

Similar Papers 제목 키워드 기반

Cooperative Causal GraphSAGE

2025-05-20 · Zaifa Xue, Tao Zhang, Tuo Xu, Huaixin Liang 외

GraphSAGE is a widely used graph neural network. The introduction of causal inference has improved its robust performance and named as Causal GraphSAGE. However, Causal GraphSAGE focuses on measuring causal weighting amo…

Causal InferenceGraph Neural Network

Strategic learning for disturbance rejection in multi-agent systems: Nash and Minmax in graphical games

2025-04-10 · Xinyang Wang, Martin Guay, Shimin Wang, Hongwei Zhang

This article investigates the optimal control problem with disturbance rejection for discrete-time multi-agent systems under cooperative and non-cooperative graphical games frameworks. Given the practical challenges of o…

V2V-GoT: Vehicle-to-Vehicle Cooperative Autonomous Driving with Multimodal Large Language Models and Graph-of-Thoughts

2025-09-22 · Hsu-kuang Chiu, Ryo Hachiuma, Chien-Yi Wang, Yu-Chiang Frank Wang 외 arxiv

Current state-of-the-art autonomous vehicles could face safety-critical situations when their local sensors are occluded by large nearby objects on the road. Vehicle-to-vehicle (V2V) cooperative autonomous driving has be…

Autonomous VehiclesAutonomous Driving

Learning Cooperative Trajectory Representations for Motion Forecasting

2023-11-01 · Hongzhi Ruan, Haibao Yu, Wenxian Yang, Siqi Fan 외

Motion forecasting is an essential task for autonomous driving, and utilizing information from infrastructure and other vehicles can enhance forecasting capabilities. Existing research mainly focuses on leveraging single…

Autonomous DrivingAutonomous VehiclesMotion Forecasting

Cooperative Sheaf Neural Networks

2025-07-01 · André Ribeiro, Ana Luiza Tenório, Juan Belieni, Amauri H. Souza 외 arxiv

Sheaf diffusion has recently emerged as a promising design pattern for graph representation learning due to its inherent ability to handle heterophilic data and avoid oversmoothing. Meanwhile, cooperative message passing…

Graph Representation Learning