paper-with-me

Papers

EEGProgress: A fast and lightweight progressive convolution architecture for EEG classification

2023-12-23 · Computers in Biology and Medicine 2023 12 · Zhige Chen, Rui Yang, Mengjie Huang, Fumin Li, Guoping Lu, Zidong Wang

Because of the intricate topological structure and connection of the human brain, extracting deep spatial features from electroencephalograph (EEG) signals is a challenging and time-consuming task. The extraction of topological spatial information plays a crucial role in EEG classification, and the architecture of the spatial convolution greatly affects the performance and complexity of convolutional neural network (CNN) based EEG classification models. In this study, a progressive convolution CNN architecture named EEGProgress is proposed, aiming to efficiently extract the topological spatial information of EEG signals from multi-scale levels (electrode, brain region, hemisphere, global) with superior speed. To achieve this, the raw EEG data is permuted using the empirical topological permutation rule, integrating the EEG data with numerous topological properties. Subsequently, the spatial features are extracted by a progressive feature extractor including prior, electrode, region, and hemisphere convolution blocks, progressively extracting the deep spatial features with reduced parameters and speed. Finally, the comparison and ablation experiments under both cross-subject and within-subject scenarios are conducted on a public dataset to verify the performance of the proposed EEGProgress and the effectiveness of the topological permutation. The results demonstrate the superior feature extraction ability of the proposed EEGProgress, with an average increase of 4.02% compared to other CNN-based EEG classification models under both cross-subject and within-subject scenarios. Furthermore, with the obtained average testing time, FLOPs, and parameters, the proposed EEGProgress outperforms other comparison models in terms of model complexity.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Efficient Progressive High Dynamic Range Image Restoration via Attention and Alignment Network

2022-04-20 · Gaocheng Yu, Jin Zhang, Zhe Ma, Hongbin Wang

HDR is an important part of computational photography technology. In this paper, we propose a lightweight neural network called Efficient Attention-and-alignment-guided Progressive Network (EAPNet) for the challenge NTIR…

Image Restoration

ProGIC: Progressive and Lightweight Generative Image Compression with Residual Vector Quantization

2026-03-03 · Hao Cao, Chengbin Liang, Wenqi Guo, Zhijin Qin 외 arxiv

Recent advances in generative image compression (GIC) have delivered remarkable improvements in perceptual quality. However, many GICs rely on large-scale and rigid models, which severely constrain their utility for flex…

Image Compression

NAS-ASDet: An Adaptive Design Method for Surface Defect Detection Network using Neural Architecture Search

2023-11-18 · Zhenrong Wang, Bin Li, Weifeng Li, Shuanlong Niu 외

Deep convolutional neural networks (CNNs) have been widely used in surface defect detection. However, no CNN architecture is suitable for all detection tasks and designing effective task-specific requires considerable ef…

Defect DetectionNeural Architecture Search

Dynamic Spatial Sparsification for Efficient Vision Transformers and Convolutional Neural Networks

2022-07-04 · Yongming Rao, Zuyan Liu, Wenliang Zhao, Jie zhou 외

In this paper, we present a new approach for model acceleration by exploiting spatial sparsity in visual data. We observe that the final prediction in vision Transformers is only based on a subset of the most informative…

Progressive Meta-Pooling Learning for Lightweight Image Classification Model

2023-01-24 · Peijie Dong, Xin Niu, Zhiliang Tian, Lujun Li 외

Practical networks for edge devices adopt shallow depth and small convolutional kernels to save memory and computational cost, which leads to a restricted receptive field. Conventional efficient learning methods focus on…

Classificationimage-classificationImage Classification