paper-with-me

Papers

Sparse Graph Learning with Spectrum Prior for Deep Graph Convolutional Networks

2022-02-28 · Jin Zeng, Yang Liu, Gene Cheung, Wei Hu

A graph convolutional network (GCN) employs a graph filtering kernel tailored for data with irregular structures. However, simply stacking more GCN layers does not improve performance; instead, the output converges to an uninformative low-dimensional subspace, where the convergence rate is characterized by the graph spectrum -- this is the known over-smoothing problem in GCN. In this paper, we propose a sparse graph learning algorithm incorporating a new spectrum prior to compute a graph topology that circumvents over-smoothing while preserving pairwise correlations inherent in data. Specifically, based on a spectral analysis of multilayer GCN output, we derive a spectrum prior for the graph Laplacian matrix $\mathbf{L}$ to robustify the model expressiveness against over-smoothing. Then, we formulate a sparse graph learning problem with the spectrum prior, solved efficiently via block coordinate descent (BCD). Moreover, we optimize the weight parameter trading off the fidelity term with the spectrum prior, based on data smoothness on the original graph learned without spectrum manipulation. The output $\mathbf{L}$ is then normalized for supervised GCN training. Experiments show that our proposal produced deeper GCNs and higher prediction accuracy for regression and classification tasks compared to competing schemes.

📄 PDF Abstract BibTeX arXiv:2202.13526

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Learning

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

GLIP: Electromagnetic Field Exposure Map Completion by Deep Generative Networks

2024-05-06 · Mohammed Mallik, Davy P. Gaillot, Laurent Clavier

In Spectrum cartography (SC), the generation of exposure maps for radio frequency electromagnetic fields (RF-EMF) spans dimensions of frequency, space, and time, which relies on a sparse collection of sensor data, posing…

Spectrum Cartography

Don’t just prune by magnitude! Your mask topology is a secret weapon

2023-09-21 · NeurIPS 2023 11

Recent years have witnessed significant progress in understanding the relationship between the connectivity of a deep network's architecture as a graph, and the network's performance. A few prior arts connected deep arch…

Spectrum Prediction via Graph Structure Learning

2024-10-07 · 2024 IEEE 100th Vehicular Technology Conference (VTC2024-Fall) 2024 10 · Dong Yang, Yue Wang, Zhipeng Cai, Yingshu Li

With the rapid development of machine learning technologies, data-driven spectrum prediction enables intelligent dynamic spectrum access to alleviate the bottleneck of spectrum resource scarcity and congestion. However, …

Graph structure learningPredictionTime Series Prediction

Identifying Autism Spectrum Disorder Based on Individual-Aware Down-Sampling and Multi-Modal Learning

2021-09-19 · Li Pan, Jundong Liu, Mingqin Shi, Chi Wah Wong 외

Autism Spectrum Disorder(ASD) is a set of neurodevelopmental conditions that affect patients' social abilities. In recent years, many studies have employed deep learning to diagnose this brain dysfunction through functio…

Higher-Order GNNs Meet Efficiency: Sparse Sobolev Graph Neural Networks

2024-11-07 · Jhony H. Giraldo, Aref Einizade, Andjela Todorovic, Jhon A. Castro-Correa 외

Graph Neural Networks (GNNs) have shown great promise in modeling relationships between nodes in a graph, but capturing higher-order relationships remains a challenge for large-scale networks. Previous studies have prima…

Graph MiningNode Classification