Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Accuracy-Constrained CNN Pruning for Efficient and Reliable EEG-Based Seizure Detection

Created by
  • Haebom

Author

Mounvik K, N Harshit

Outline

This paper presents a method to improve the efficiency and reliability of EEG-based seizure detection using a lightweight 1D CNN model and structural pruning. The model, trained using an early stopping technique to prevent overfitting, achieved 92.78% accuracy and a Macro-F1 score of 0.8686. Pruning 50% of the convolutional kernels reduced weights and memory usage by 50%, while maintaining the prediction performance. The accuracy increased slightly to 92.87% and the Macro-F1 score increased slightly to 0.8707. This demonstrates that structural pruning removes redundancy and improves generalization performance, and that, when combined with early stopping, it is a promising method for improving the efficiency and reliability of seizure detection in resource-constrained environments.

Takeaways, Limitations

Takeaways:
We demonstrate that a lightweight one-dimensional CNN model and structural pruning can improve the efficiency and reliability of EEG-based seizure detection.
Contribute to the development of real-time seizure detection systems in resource-constrained environments.
Suggesting that structural pruning can improve the generalization performance of the model.
Limitations:
Further validation of generalization performance is needed due to the limited dataset.
Lack of performance evaluations for various types of seizures and EEG data.
Lack of comparative analysis with other lightweighting techniques.
👍