Dynamic Graph Message Passing Networks for Visual Recognition
Li Zhang, Mohan Chen, Anurag Arnab, Xiangyang Xue, Philip H.S. Torr

TL;DR
This paper introduces a dynamic graph message passing network that adaptively samples nodes for efficient long-range dependency modeling in vision tasks, outperforming traditional methods with fewer computations.
Contribution
It proposes a novel dynamic graph message passing approach that reduces computational complexity while effectively capturing long-range dependencies in visual recognition.
Findings
Significant performance improvements on multiple vision tasks.
Outperforms fully-connected graph models with fewer parameters.
Achieves state-of-the-art results with reduced computational cost.
Abstract
Modelling long-range dependencies is critical for scene understanding tasks in computer vision. Although convolution neural networks (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, such as the self-attention operation in Transformers, is beneficial for such modelling, however, its computational overhead is prohibitive. In this paper, 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Brain Tumor Detection and Classification
MethodsConvolution
