Dynamic Graph Message Passing Networks

August 19, 2019 ยท Entered Twilight ยท ๐Ÿ› Computer Vision and Pattern Recognition

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"No code URL or promise found in abstract"
"Code repo scraped from project page (backfill)"

Evidence collected by the PWNC Scanner

Repo contents: ABSTRACTIONS.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, INSTALL.md, LICENSE, MODEL_ZOO.md, README.md, TROUBLESHOOTING.md, configs, demo, docker, maskrcnn_benchmark, requirements.txt, run.sh, setup.py, test.sh, tests, tools, visualise

Authors Li Zhang, Dan Xu, Anurag Arnab, Philip H. S. Torr arXiv ID 1908.06955 Category cs.CV: Computer Vision Cross-listed cs.LG Citations 148 Venue Computer Vision and Pattern Recognition Repository https://github.com/lzrobots/dgmn โญ 58 Last Checked 6 days ago
Abstract
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/
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision