paper-with-me

Papers

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

2022-11-23 · Minghao Xu, Yuanfan Guo, Yi Xu, Jian Tang, Xinlei Chen, Yuandong Tian

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.

📄 PDF Abstract BibTeX arXiv:2211.12941

Code (1)

hirl-team/eurnet-image 공식 구현 pytorch

Tasks

image-classificationImage ClassificationInstance Segmentationobject-detectionObject DetectionProtein Function PredictionSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Integrating Temporal and Structural Context in Graph Transformers for Relational Deep Learning

2025-11-06 · Divyansha Lachi, Mahmoud Mohammadi, Joe Meyer, Vinam Arora 외 arxiv

In domains such as healthcare, finance, and e-commerce, the temporal dynamics of relational data emerge from complex interactions-such as those between patients and providers, or users and products across diverse categor…

ChauffeurNet: Learning to Drive by Imitating the Best and Synthesizing the Worst

2018-12-07 · Mayank Bansal, Alex Krizhevsky, Abhijit Ogale

Our goal is to train a policy for autonomous driving via imitation learning that is robust enough to drive a real vehicle. We find that standard behavior cloning is insufficient for handling complex driving scenarios, ev…

Autonomous DrivingImitation Learning

Geometry-Aware Superpixel Graph Transformer with Metadata for Skin Lesion Classification

2026-06-18 · Muhammad Azeem, Tanveer Hussain, Amr Ahmed, Ardhendu Behera arxiv

Automated skin cancer classification from dermoscopic images remains challenging due to heterogeneous lesion structure, strong intra-class variability, and subtle visual differences between benign and malignant cases. Ex…

Skin Lesion ClassificationSkin Cancer ClassificationMultimodal ReasoningGraph Learning

Gated Relational Graph Attention Networks

2021-01-01 · Denis Lukovnikov, Asja Fischer

Relational Graph Neural Networks (GNN) are a class of GNN that are capable of handling multi-relational graphs. Like all GNNs, they suffer from a drop in performance when training deeper networks, which may be caused by …

Graph AttentionLong-range modeling

DreamRelation: Relation-Centric Video Customization

2025-03-10 · Yujie Wei, Shiwei Zhang, Hangjie Yuan, Biao Gong 외

Relational video customization refers to the creation of personalized videos that depict user-specified relations between two subjects, a crucial task for comprehending real-world visual content. While existing methods c…

RelationTripletVideo Generation