paper-with-me

Papers

Visual Feature Encoding for GNNs on Road Networks

2022-03-02 · Oliver Stromann, Alireza Razavi, Michael Felsberg

In this work, we present a novel approach to learning an encoding of visual features into graph neural networks with the application on road network data. We propose an architecture that combines state-of-the-art vision backbone networks with graph neural networks. More specifically, we perform a road type classification task on an Open Street Map road network through encoding of satellite imagery using various ResNet architectures. Our architecture further enables fine-tuning and a transfer-learning approach is evaluated by pretraining on the NWPU-RESISC45 image classification dataset for remote sensing and comparing them to purely ImageNet-pretrained ResNet models as visual feature encoders. The results show not only that the visual feature encoders are superior to low-level visual features, but also that the fine-tuning of the visual feature encoder to a general remote sensing dataset such as NWPU-RESISC45 can further improve the performance of a GNN on a machine learning task like road type classification.

📄 PDF Abstract BibTeX arXiv:2203.01187

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Kaiming Initialization 설명 없음
Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

BRAVE: Broadening the visual encoding of vision-language models

2024-04-10 · Oğuzhan Fatih Kar, Alessio Tonioni, Petra Poklukar, Achin Kulshrestha 외

Vision-language models (VLMs) are typically composed of a vision encoder, e.g. CLIP, and a language model (LM) that interprets the encoded features to solve downstream tasks. Despite remarkable progress, VLMs are subject…

HallucinationLanguage ModellingVisual Question Answering (VQA)

Improving Subgraph-GNNs via Edge-Level Ego-Network Encodings

2023-12-10 · Nurudin Alvarez-Gonzalez, Andreas Kaltenbrunner, Vicenç Gómez

We present a novel edge-level ego-network encoding for learning on graphs that can boost Message Passing Graph Neural Networks (MP-GNNs) by providing additional node and edge features or extending message-passing formats…

Graph ClassificationGraph Regression

H$^3$GNNs: Harmonizing Heterophily and Homophily in GNNs via Joint Structural Node Encoding and Self-Supervised Learning

2025-04-16 · Rui Xue, Tianfu Wu

Graph Neural Networks (GNNs) struggle to balance heterophily and homophily in representation learning, a challenge further amplified in self-supervised settings. We propose H$^3$GNNs, an end-to-end self-supervised learni…

Representation LearningSelf-Supervised Learning

Feature Construction Using Network Control Theory and Rank Encoding for Graph Machine Learning

2025-07-21 · Anwar Said, Yifan Wei, Obaid Ullah Ahmad, Mudassir Shabbir 외 arxiv

In this article, we utilize the concept of average controllability in graphs, along with a novel rank encoding method, to enhance the performance of Graph Neural Networks (GNNs) in social network classification tasks. GN…

Graphtester: Exploring Theoretical Boundaries of GNNs on Graph Datasets

2023-06-30 · Eren Akbiyik, Florian Grötschla, Beni Egressy, Roger Wattenhofer

Graph Neural Networks (GNNs) have emerged as a powerful tool for learning from graph-structured data. However, even state-of-the-art architectures have limitations on what structures they can distinguish, imposing theore…