paper-with-me

홈 › Papers

Non-Local Feature Aggregation on Graphs via Latent Fixed Data Structures

2021-08-16 · Mostafa Rahmani, Rasoul Shafipour, Ping Li

In contrast to image/text data whose order can be used to perform non-local feature aggregation in a straightforward way using the pooling layers, graphs lack the tensor representation and mostly the element-wise max/mean function is utilized to aggregate the locally extracted feature vectors. In this paper, we present a novel approach for global feature aggregation in Graph Neural Networks (GNNs) which utilizes a Latent Fixed Data Structure (LFDS) to aggregate the extracted feature vectors. The locally extracted feature vectors are sorted/distributed on the LFDS and a latent neural network (CNN/GNN) is utilized to perform feature aggregation on the LFDS. The proposed approach is used to design several novel global feature aggregation methods based on the choice of the LFDS. We introduce multiple LFDSs including loop, 3D tensor (image), sequence, data driven graphs and an algorithm which sorts/distributes the extracted local feature vectors on the LFDS. While the computational complexity of the proposed methods are linear with the order of input graphs, they achieve competitive or better results.

📄 PDF Abstract BibTeX arXiv:2108.07028

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dynamic Local Feature Aggregation for Learning on Point Clouds

2023-01-07 · Zihao Li, Pan Gao, Hui Yuan, Ran Wei

Existing point cloud learning methods aggregate features from neighbouring points relying on constructing graph in the spatial domain, which results in feature update for each point based on spatially-fixed neighbours th…

Point Cloud ClassificationPosition

FedGraph: an Aggregation Method from Graph Perspective

2022-10-06 · Zhifang Deng, Xiaohong Huang, Dandan Li, Xueguang Yuan

With the increasingly strengthened data privacy act and the difficult data centralization, Federated Learning (FL) has become an effective solution to collaboratively train the model while preserving each client's privac…

Federated LearningTumor Segmentation

Non-Local Graph Neural Networks

2020-05-29 · Meng Liu, Zhengyang Wang, Shuiwang Ji

Modern graph neural networks (GNNs) learn node embeddings through multilayer local aggregation and achieve great success in applications on assortative graphs. However, tasks on disassortative graphs usually require non-…

Node ClassificationNode Classification on Non-Homophilic (Heterophilic) Graphs

RELATE: A Schema-Agnostic Perceiver Encoder for Multimodal Relational Graphs

2025-10-22 · Joe Meyer, Divyansha Lachi, Mahmoud Mohammadi, Roshan Reddy Upendra 외 arxiv

Relational multi-table data is common in domains such as e-commerce, healthcare, and scientific research, and can be naturally represented as heterogeneous temporal graphs with multi-modal node attributes. Existing graph…

On Local Aggregation in Heterophilic Graphs

2021-06-06 · Hesham Mostafa, Marcel Nassar, Somdeb Majumdar

Many recent works have studied the performance of Graph Neural Networks (GNNs) in the context of graph homophily - a label-dependent measure of connectivity. Traditional GNNs generate node embeddings by aggregating infor…

Node Classification