SPLGNCNov 20, 2024

Automatic EEG Independent Component Classification Using ICLabel in Python

arXiv:2411.17721v11 citationsh-index: 10Has CodeBIBM
Originality Synthesis-oriented
AI Analysis

This work provides a cross-platform solution for EEG researchers using automated processing pipelines, though it is incremental as it ports an existing tool.

The researchers tackled the incompatibility of the ICLabel EEG component classification tool with Octave by developing a Python version, achieving virtually identical classification results with differences below 0.001% compared to the MATLAB implementation.

ICLabel is an important plug-in function in EEGLAB, the most widely used software for EEG data processing. A powerful approach to automated processing of EEG data involves decomposing the data by Independent Component Analysis (ICA) and then classifying the resulting independent components (ICs) using ICLabel. While EEGLAB pipelines support high-performance computing (HPC) platforms running the open-source Octave interpreter, the ICLabel plug-in is incompatible with Octave because of its specialized neural network architecture. To enhance cross-platform compatibility, we developed a Python version of ICLabel that uses standard EEGLAB data structures. We compared ICLabel MATLAB and Python implementations to data from 14 subjects. ICLabel returns the likelihood of classification in 7 classes of components for each ICA component. The returned IC classifications were virtually identical between Python and MATLAB, with differences in classification percentage below 0.001%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes