paper-with-me

Papers

Dynamic Graph Message Passing Networks

2019-08-19 · CVPR 2020 6 · Li Zhang, Dan Xu, Anurag Arnab, Philip H. S. Torr

Modelling long-range dependencies is critical for scene understanding tasks in computer vision. Although CNNs have excelled in many vision tasks, they are still limited in capturing long-range structured relationships as they typically consist of layers of local kernels. A fully-connected graph is beneficial for such modelling, however, its computational overhead is prohibitive. We propose a dynamic graph message passing network, that significantly reduces the computational complexity compared to related works modelling a fully-connected graph. This is achieved by adaptively sampling nodes in the graph, conditioned on the input, for message passing. Based on the sampled nodes, we dynamically predict node-dependent filter weights and the affinity matrix for propagating information between them. Using this model, we show significant improvements with respect to strong, state-of-the-art baselines on three different tasks and backbone architectures. Our approach also outperforms fully-connected graphs while using substantially fewer floating-point operations and parameters. The project website is http://www.robots.ox.ac.uk/~lz/dgmn/

📄 PDF Abstract BibTeX arXiv:1908.06955

Code (1)

fudan-zvg/dgmn2 공식 구현 pytorch

Tasks

Image Classificationobject-detectionObject DetectionScene UnderstandingSemantic Segmentation

Similar Papers 제목 키워드 기반

Towards Dynamic Message Passing on Graphs

2024-10-31 · Junshu Sun, Chenxue Yang, Xiangyang Ji, Qingming Huang 외

Message passing plays a vital role in graph neural networks (GNNs) for effective feature learning. However, the over-reliance on input topology diminishes the efficacy of message passing and restricts the ability of GNNs…

Graph Classification

Dynamic Dense Graph Convolutional Network for Skeleton-based Human Motion Prediction

2023-11-29 · Xinshun Wang, Wanying Zhang, Can Wang, Yuan Gao 외

Graph Convolutional Networks (GCN) which typically follows a neural message passing framework to model dependencies among skeletal joints has achieved high success in skeleton-based human motion prediction task. Neverthe…

Human motion predictionmotion prediction

How Particle System Theory Enhances Hypergraph Message Passing

2025-05-24 · Yixuan Ma, Kai Yi, Pietro Lio, Shi Jin 외

Hypergraphs effectively model higher-order relationships in natural phenomena, capturing complex interactions beyond pairwise connections. We introduce a novel hypergraph message passing framework inspired by interacting…

Node Classification

ADMP-GNN: Adaptive Depth Message Passing GNN

2025-09-01 · Yassine Abbahaddou, Fragkiskos D. Malliaros, Johannes F. Lutzeyer, Michalis Vazirgiannis arxiv

Graph Neural Networks (GNNs) have proven to be highly effective in various graph learning tasks. A key characteristic of GNNs is their use of a fixed number of message-passing steps for all nodes in the graph, regardless…

Node ClassificationGraph Learning

A Message Passing Perspective on Learning Dynamics of Contrastive Learning

2023-03-08 · Yifei Wang, Qi Zhang, Tianqi Du, Jiansheng Yang 외

In recent years, contrastive learning achieves impressive results on self-supervised visual representation learning, but there still lacks a rigorous understanding of its learning dynamics. In this paper, we show that if…

Contrastive LearningGraph AttentionRepresentation Learning