LGCVNov 23, 2022

EurNet: Efficient Multi-Range Relational Modeling of Spatial Multi-Relational Data

arXiv:2211.12941v17 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient spatial relationship modeling in domains such as computer vision and bioinformatics, offering an incremental improvement over existing methods.

The paper tackles the problem of modeling spatial multi-relational data by proposing EurNet, which separately handles short-, medium-, and long-range relations using a gated relational message passing layer, achieving gains over previous state-of-the-art methods on benchmarks like ImageNet, COCO, ADE20K, and protein function prediction tasks.

Modeling spatial relationship in the data remains critical across many different tasks, such as image classification, semantic segmentation and protein structure understanding. Previous works often use a unified solution like relative positional encoding. However, there exists different kinds of spatial relations, including short-range, medium-range and long-range relations, and modeling them separately can better capture the focus of different tasks on the multi-range relations (e.g., short-range relations can be important in instance segmentation, while long-range relations should be upweighted for semantic segmentation). In this work, we introduce the EurNet for Efficient multi-range relational modeling. EurNet constructs the multi-relational graph, where each type of edge corresponds to short-, medium- or long-range spatial interactions. In the constructed graph, EurNet adopts a novel modeling layer, called gated relational message passing (GRMP), to propagate multi-relational information across the data. GRMP captures multiple relations within the data with little extra computational cost. We study EurNets in two important domains for image and protein structure modeling. Extensive experiments on ImageNet classification, COCO object detection and ADE20K semantic segmentation verify the gains of EurNet over the previous SoTA FocalNet. On the EC and GO protein function prediction benchmarks, EurNet consistently surpasses the previous SoTA GearNet. Our results demonstrate the strength of EurNets on modeling spatial multi-relational data from various domains. The implementations of EurNet for image modeling are available at https://github.com/hirl-team/EurNet-Image . The implementations for other applied domains/tasks will be released soon.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes