Skip to content
Open access

Broad graph convolutional network: a novel graph convolutional network paradigm without hidden layer

Aug 2026 · Complex & Intelligent Systems · 0 citations

TL;DR

A novel broad graph convolutional network (BGCN) paradigm is proposed, which completely eliminates hidden layers and instead expands the receptive field through network width, effectively circumventing the inherent limitations of over-smoothing and overfitting in existing deep and high-order GCN models.

Abstract

Graph convolutional networks (GCNs) have shown promising performance in real-world applications involving graph-structured data. To enhance the model’s ability to integrate information from neighbor nodes, GCNs typically expand the receptive field by stacking more layers, which can lead to the problem of over-smoothing. To address this limitation, high-order graph convolutional networks (HGCNs) such as Mixhop have been proposed. These high-order models, however, introduce the risk of overfitting due to the increased number of parameters required for designing different order convolutions, which in turn can degrade classification performance. To overcome these issues, we first provide a theoretical analysis of the bottlenecks in conventional GCNs and establish that an effective graph convolutional model should integrate multi-hop neighborhood information in a unified manner. Inspired by this, we propose a novel broad graph convolutional network (BGCN) paradigm, which completely eliminates hidden layers and instead expands the receptive field through network width. We introduce four specific BGCN architectures and provide a detailed analysis of their computational complexity and parameter efficiency. A number of experiments on citation networks demonstrate that the proposed methods achieve state-of-the-art performance in terms of both classification accuracy and stability. In particular, our BGCN with simple attention mechanism ( $$\text {BGCN}_{\text {SA}}$$ BGCN SA ) achieves top performance on the Citeseer, Cora, and Pubmed datasets, with accuracies of 73.3%, 83.5%, and 81.1%, respectively. The main advantage of this work lies in offering a robust, efficient, and scalable alternative for graph representation learning, effectively circumventing the inherent limitations of over-smoothing and overfitting in existing deep and high-order GCN models.

Read PDF

Similar papers

Open access Jul 2026

Global graph features unveiled by unsupervised deep learning

Graph Autoencoder Uncovering Descriptive Information (GAUDI), an unsupervised graph deep learning framework designed to capture both local details and global structure, is introduced, providing new insights into emergent phenomena across diverse scientific domains.

Mirja Granfors, Jesús Pineda, Blanca Zufiria-Gerbolés et al. · 0 citations
Jul 2026

CSD-GCN: Cross-Modal Self-Distillation Graph Convolutional Network for Alzheimer's Disease Diagnosis.

Alzheimer's disease (AD) is a prevalent neurode generative disorder that demands more comprehensive and precise modeling to unravel its complex pathological mechanisms and multidimensional brain network abnormalities. However, current brain network analysis approaches often suffer from limitations such as single-modal data processing and shallow fusion strategies, which hinder their ability to capture the multi scale connectivity patterns associated with AD effectively. To alleviate these limitations, a novel multi-modal fusion framework is proposed in this paper, namely a cross-modal self-distillation graph convolutional network (CSD-GCN). The framework can deeply integrate fMRI and DTI data to facilitate the systematic extraction of hierarchical features from multimodal brain net works. The architecture of CSD-GCN comprises three progressive layers: edge-to-edge (E2E), edge-to-node (E2N), and node-to graph (N2G). These layers are designed to perform multi-scale feature extraction, capturing neurodegenerative patterns ranging from local connection strengths to global topological structures. Moreover, the model incorporates a cross-modal self-knowledge distillation strategy and a cross-attention mechanism to enhance inter-modal feature alignment and fusion. These components collectively improve the generalization ability and discriminative capability of the learned representations. Experimental evaluations show that CSD-GCN outperforms existing methods in binary and ternary classification tasks for AD, with ablation studies confirming the individual effect of each component within the proposed framework.

Junchang Xin, Jinying Tao, Qi Chen et al. · 0 citations
Preprint Aug 2026

Two-level domain-decomposition AdaGrad method for scalable training of graph neural networks

The proposed DD-AG2m alternates between AG2m optimization on the original (global) graph and AG2m optimization on the partitioned graphs, and introduces a two-level variant that performs global optimization steps on a coarse graph obtained by randomly subsampling nodes within each subdomain.

Laurynas Varnas, Julien Herrmann, Alexander Heinlein et al. · 0 citations
Open access Sep 2026

Towards Pure High-Order Aggregation: Rethinking Multi-Hop Neighborhood Learning in Graph Convolutional Networks

Graph convolutional networks (GCNs) have achieved remarkable success in graph representation learning, yet they remain limited by over-smoothing and insufficient utilization of high-order topology. Existing high-order GCNs exploit multi-hop neighbors but ignore the purity of high-order neighborhoods: the high-order graphs they construct contain duplicated and fictional edges, which cause feature redundancy and false topological semantics. In this paper, we propose a pure high-order graph convolutional network (PHGCN) grounded in pure high-order neighborhoods. We first analyze how duplicated and fictional edges arise from powers of the adjacency matrix, and then design a graph pure high-order projection (GPHP) algorithm that eliminates both types of invalid edges. On this basis, we construct a multi-path GCN architecture with an attention-based fusion module to learn and combine features from pure high-order neighborhoods of different orders. Experiments on seven graph classification benchmarks (IMDB-B, IMDB-M, MUTAG, PROTEINS, NCI1, DD, and COLLAB) show that PHGCN achieves the best average ranking among the compared models, and ablation studies show that each component contributes to the final performance.

Unknown authors · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.