paper-with-me

Papers

BrainNetMLP: An Efficient and Effective Baseline for Functional Brain Network Classification

2025-05-14 · Jiacheng Hou, Zhenjie Song, Ercan Engin Kuruoglu

Recent studies have made great progress in functional brain network classification by modeling the brain as a network of Regions of Interest (ROIs) and leveraging their connections to understand brain functionality and diagnose mental disorders. Various deep learning architectures, including Convolutional Neural Networks, Graph Neural Networks, and the recent Transformer, have been developed. However, despite the increasing complexity of these models, the performance gain has not been as salient. This raises a question: Does increasing model complexity necessarily lead to higher classification accuracy? In this paper, we revisit the simplest deep learning architecture, the Multi-Layer Perceptron (MLP), and propose a pure MLP-based method, named BrainNetMLP, for functional brain network classification, which capitalizes on the advantages of MLP, including efficient computation and fewer parameters. Moreover, BrainNetMLP incorporates a dual-branch structure to jointly capture both spatial connectivity and spectral information, enabling precise spatiotemporal feature fusion. We evaluate our proposed BrainNetMLP on two public and popular brain network classification datasets, the Human Connectome Project (HCP) and the Autism Brain Imaging Data Exchange (ABIDE). Experimental results demonstrate pure MLP-based methods can achieve state-of-the-art performance, revealing the potential of MLP-based models as more efficient yet effective alternatives in functional brain network classification. The code will be available at https://github.com/JayceonHo/BrainNetMLP.

📄 PDF Abstract BibTeX arXiv:2505.11538

Code (1)

jayceonho/brainnetmlp 공식 구현 pytorch

Tasks

Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

DynFS-MoE: Dynamic Functional-Structural Mixture-of-Experts for Post-Traumatic Epilepsy Diagnosis

2026-06-15 · Jun-En Ding, Spencer Chen, Henry Noren, Daniel Valdivia 외 arxiv

Post-traumatic epilepsy (PTE) is a severe complication of traumatic brain injury (TBI). Yet, early identification remains challenging due to the complex structural and functional alterations it induces in the brain. To a…

Binary Classification

Moving Beyond Functional Connectivity: Time-Series Modeling for fMRI-Based Brain Disorder Classification

2026-02-09 · Guoqi Yu, Xiaowei Hu, Angelica I. Aviles-Rivero, Anqi Qiu 외 arxiv

Functional magnetic resonance imaging (fMRI) enables non-invasive brain disorder classification by capturing blood-oxygen-level-dependent (BOLD) signals. However, most existing methods rely on functional connectivity (FC…

SFC-GAN: A Generative Adversarial Network for Brain Functional and Structural Connectome Translation

2025-01-13 · Yee-Fan Tan, Jun Lin Liow, Pei-Sze Tan, Fuad Noman 외

Modern brain imaging technologies have enabled the detailed reconstruction of human brain connectomes, capturing structural connectivity (SC) from diffusion MRI and functional connectivity (FC) from functional MRI. Under…

Diffusion MRIFunctional ConnectivityGenerative Adversarial NetworkTranslation

Group-specific discriminant analysis reveals statistically validated sex differences in lateralization of brain functional network

2024-04-08 · Shuo Zhou, Junhao Luo, Yaya Jiang, Haolin Wang 외

Lateralization is a fundamental feature of the human brain, where sex differences have been observed. Conventional studies in neuroscience on sex-specific lateralization are typically conducted on univariate statistical …

ClassificationSpecificity

Core-Periphery Principle Guided State Space Model for Functional Connectome Classification

2025-03-18 · Minheng Chen, Xiaowei Yu, Jing Zhang, Tong Chen 외

Understanding the organization of human brain networks has become a central focus in neuroscience, particularly in the study of functional connectivity, which plays a crucial role in diagnosing neurological disorders. Ad…

Functional ConnectivityMambaMixture-of-ExpertsRepresentation Learning