Firat University’s digital forensics and neuroscience researchers introduce FriendPat, a new-generation explainable feature engineering model for EEG-based epilepsy detection. FriendPat computes channel distance matrices, applies voting-based feature extraction, and employs CWINCA feature selection with a t-algorithm kNN classifier. Integrated with Directed Lobish symbolic language, it produces interpretable connectomes for accurate epilepsy diagnosis.
Key points
- FriendPat uses L1-norm channel distance matrices and pivot-based voting to generate 595-dimensional feature vectors from 35-channel EEG signals.
- CWINCA self-organized selector reduces features to 82 through cumulative weight thresholds, ensuring linear time complexity and optimal feature subset.
- tkNN ensemble classifier coupled with Directed Lobish symbolism achieves 99.61% accuracy under 10-fold CV and generates interpretable cortical connectome diagrams.
Why it matters: This explainable, lightweight EEG classification approach could transform clinical epilepsy diagnostics by combining high accuracy with interpretable neural connectome insights.
Q&A
- What is FriendPat?
- How does Directed Lobish (DLob) improve interpretability?
- Why use CWINCA over standard NCA for feature selection?
- Why does LOSO cross-validation show lower accuracy?