TensorCSBP: A Tensor Center-Symmetric Feature Extractor for EEG Odor Detection
Abstract
1. Introduction
1.1. Related Works
1.2. Literature Gaps
- -
- Based on our literature review, there is a lack of EEG odor classification studies because collecting EEG odor signals is difficult.
- -
- Most researchers have used deep learning (DL) models to ensure high classification performance. However, DL architectures have high computational complexity; therefore, training DL models is expensive.
- -
- In EEG signal analysis, most studies have focused on classification performance. As a result, explainable artificial intelligence (XAI) has been overshadowed.
1.3. Motivation and Our Model
2. Datasets
2.1. The TensorCSBP XFE Model
- -
- TensorCSBP-based feature extraction;
- -
- Feature selection with CWNCA;
- -
- tkNN-centric classification;
- -
- DLob-based XAI result generation.
2.2. Feature Extraction
2.3. Feature Selection
| Algorithm 1. Pseudocode of the CWNCA feature selector. |
| Input: Feature matrix () and threshold value () and real labels (). Output: Selected feature matrix () and the indices of the selected features (). 01: for d = 1 to do//Applying min-max normalization to features. 02: Herein, : minimum value computation function, : maximum value computation function and : epsilon. 03: end for d 04: ;//Applying NCA where : weights, : NCA feature selection function. 05: ;//Computation of the qualified indexes. Herein, : the qualified feature indexes. 06: where : optimal number of the features, : cumulative weight computation. 07: for i = 1 to do 08: 09: ; 10: end for i |
2.4. Classification
| Algorithm 2. tkNN procedure. |
| Input: Selected feature matrix (), bag of parameters () and actual labels (). Output: Final outcome (). 01: for i = 1 to do 02: //Parameter-based outcomes () generation. 03: //Classification accuracy () computation step. Herein, : classification accuracy computation function. 04: //: the qualified identities. 05: end for i 06: for i = 3 to do 07: //IMV applying. where : voted outcome and : mode function. 08: //Classification accuracy computation. 09: end for i 10: //Application of the greedy algorithm. 11: |
2.5. XAI Results Generation
| Algorithm 3. DLob XAI generator. |
| Input: Indices of the selected features (), look-up-table (). Output: XAI results () 01: ;//Counter definition 02: for i = 1 to do 03: //Channel () extraction. 04: 05: //: DLob sequence. 06: 07: 08: end for i 09: Generate hemispheric sequence deploying the second letter of each generated DLob symbol. 10: Extract histogram of the DLob and hemispheric sequence. 11: Compute transition matrices to show connectome diagram. 12: Compute information entropy and information entropy-based complexity ratio of both sequences. 13: Present the generated sentences, histograms, transition tables and complexity ratios as XAI results. |
3. Experimental Results
3.1. Classification Results
3.2. Explainable Results
3.3. Results Obtained Using the Olfactory EEG Dataset
4. Discussions
4.1. Test of Additional Datasets
4.2. XAI Results Discussions
4.3. Innovations and Contributions
- -
- A new EEG odor detection dataset was collected.
- -
- By adding a transition table feature extractor (TTFE) to CSTrans, the TensorCSBP feature extractor was proposed. To our knowledge, this is the first center-symmetric feature extractor that generates features from a tensor.
- -
- An innovative XFE (TensorCSBP XFE) model was presented to investigate the feature-extraction capability of the introduced TensorCSBP.
- -
- The introduced TensorCSBP XFE architecture attained over 95% classification accuracy. Therefore, this XFE model contributes to feature engineering by achieving high accuracy on EEG odor detection.
- -
- In the literature, most researchers have focused on increasing classification performance in EEG odor classification. However, there is a lack of XAI in EEG odor detection/classification. Moreover, there is no research on EEG odor detection using DLob [17] XAI. Herein, we used DLob to extract XAI results for odor. In this respect, this research contributes to neuroscience on odor detection.
4.4. Key Points
- -
- A two-class EEG odor dataset (good vs. bad) was collected: 1113 segments (571 good, 542 bad) from 180 participants aged 18–49 (16 female, 164 male). Signals were recorded with a 32-channel Emotiv Flex (256 Hz) and segmented into 15-s epochs.
- -
- The TensorCSBP XFE pipeline achieved 96.68% accuracy (10-fold CV) on the odor dataset. Linear time complexity was confirmed, so all experiments were executed on a standard laptop (Intel i9, 32 GB RAM, MATLAB R2025a).
- -
- Generalization ability was validated on four additional EEG datasets using the same pipeline, and the computed results demonstrated robustness across different tasks and hardware settings.
- -
- The computed results indicated robustness across tasks (artifact removal, hunger state, cognitive performance) and hardware settings (14 vs. 32 channels).
- -
- DLob-based XAI outputs were generated: the DLob symbol-sequence entropy was 3.5675; overall DLob sentence complexity reached 93.70%, while hemisphere-level summaries showed 91.93% complexity, indicating that lobe-specific detail added non-redundant information.
- -
- Symbol frequencies highlighted frontal dominance: FR appeared 193 times and FL 188 times, revealing strong bilateral frontal engagement during odor processing (avoidance/valuation vs. naming/appraisal).
- -
- Parietal and central symbols may reflect activity associated with networks involved in olfactory processing.
- -
- Occipital symbols (OL/OR) appeared 63–75 times, predominantly for unpleasant odors, implying coupling between negative olfactory input and visual scanning/avoidance.
- -
- Central symbols (CL/CR) appeared 34–60 times. These symbols, along with parietal symbols, indicate the localization of the primary olfactory cortex.
- -
- Intra-lobe self-transitions were frequent: FR→FR occurred 51 times (mainly unpleasant odors), and FL→FL 40 times (labeling/judgment).
- -
- Inter-lobe exchanges were moderate: PL↔PR occurred 20–23 times; central-lobe exchanges appeared 15 times. Temporal-lobe transitions were rare, consistent with a non-auditory/language task focus.
- -
- Hemisphere-level transitions were asymmetric: right hemisphere 531, left hemisphere 501, and midline 180. Cross-hemispheric transfers occurred 194 and 198 times, evidencing bilateral cooperation.
- -
- Explainability was ensured through DLob-based symbolic analysis at the lobe and hemisphere levels.
- -
- A tensor-based, center-symmetric feature extractor (TensorCSBP) was introduced for the first time, enabling structured multi-channel processing.
- -
- Feature dimensionality was efficiently reduced via CWNCA, improving robustness and reducing computation.
- -
- A self-organizing classifier (tkNN) was employed to provide parameter exploration and majority-vote stability without manual tuning.
- -
- Class and gender imbalance (16 females vs. 164 males) was present in the collected dataset.
- -
- Only binary odor categories were considered, limiting the granularity of olfactory perception analysis.
- -
- Expansion to multi-class odor intensity and valence levels could be investigated.
- -
- Cross-device and cross-laboratory validations could be conducted to assess robustness and reproducibility.
- -
- Multimodal integration (e.g., fNIRS, EOG, respiration) could be explored to enrich odor-related neural signatures.
- -
- Real-time deployment and on-device optimization could be pursued for BCI applications.
- -
- Consumer preference prediction in neuromarketing could be enabled by FL–PL EEG activity patterns.
- -
- Depression-related olfactory sensitivity could be screened using right-frontal self-loops (FR→FR) as a biomarker.
- -
- Understanding of odor processing pathways in neuroscience could be advanced through DLob-based symbol-level brain mapping.
- -
- Integration of realistic olfactory feedback into VR/AR BCI interfaces could be guided by DLob symbols.
- -
- Real-time detection of harmful odor leaks in industrial and laboratory settings could be supported by EEG-based monitoring systems.
- -
- Objective assessment of olfactory function in clinical neurology and ENT practice could be standardized with the proposed framework.
- -
- Regulatory compliance and user trust in biomedical AI could be strengthened through transparent, explainable analysis pipelines.
5. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Boesveldt, S.; Parma, V. The importance of the olfactory system in human well-being, through nutrition and social behavior. Cell Tissue Res. 2021, 383, 559–567. [Google Scholar] [CrossRef]
- Kostka, J.K.; Bitzenhofer, S.H. How the sense of smell influences cognition throughout life. Neuroforum 2022, 28, 177–185. [Google Scholar] [CrossRef]
- Shepherd, G.M. Perspectives on olfactory processing, conscious perception, and orbitofrontal cortex. Ann. N. Y. Acad. Sci. 2007, 1121, 87–101. [Google Scholar] [CrossRef]
- Herz, R.S. The emotional, cognitive, and biological basics of olfaction: Implications and considerations for scent marketing. In Sensory Marketing; Routledge: London, UK, 2011; pp. 87–107. [Google Scholar]
- Schreuder, E.; Van Erp, J.; Toet, A.; Kallen, V.L. Emotional responses to multisensory environmental stimuli: A conceptual framework and literature review. Sage Open 2016, 6, 2158244016630591. [Google Scholar] [CrossRef]
- Heidari, F.; Shiran, M.B.; Kaheni, H.; Karami, A.; Zare-Sadeghi, A. An fMRI-based investigation of the effects of odors on the functional connectivity network underlying the working memory. Exp. Brain Res. 2024, 242, 1561–1571. [Google Scholar] [CrossRef] [PubMed]
- Gire, D.H.; Restrepo, D.; Sejnowski, T.J.; Greer, C.; De Carlos, J.A.; Lopez-Mascaraque, L. Temporal processing in the olfactory system: Can we see a smell? Neuron 2013, 78, 416–432. [Google Scholar] [CrossRef]
- Ache, B.W.; Hein, A.M.; Bobkov, Y.V.; Principe, J.C. Smelling time: A neural basis for olfactory scene analysis. Trends Neurosci. 2016, 39, 649–655. [Google Scholar] [CrossRef] [PubMed]
- Chaudhary, U. Non-invasive Brain Signal Acquisition Techniques: Exploring EEG, EOG, fNIRS, fMRI, MEG, and fUS. In Expanding Senses Using Neurotechnology: Volume 1—Foundation of Brain-Computer Interface Technology; Springer: Berlin/Heidelberg, Germany, 2025; pp. 25–80. [Google Scholar]
- Värbu, K.; Muhammad, N.; Muhammad, Y. Past, present, and future of EEG-based BCI applications. Sensors 2022, 22, 3331. [Google Scholar] [CrossRef]
- Alsharif, A.H.; Isa, S.M. Electroencephalography studies on marketing stimuli: A literature review and future research agenda. Int. J. Consum. Stud. 2025, 49, e70015. [Google Scholar] [CrossRef]
- Houssein, E.H.; Hammad, A.; Ali, A.A. Human emotion recognition from EEG-based brain–computer interface using machine learning: A comprehensive review. Neural Comput. Appl. 2022, 34, 12527–12557. [Google Scholar] [CrossRef]
- Morozova, M.; Bikbavova, A.; Bulanov, V.; Lebedev, M.A. An olfactory-based Brain-Computer Interface: Electroencephalography changes during odor perception and discrimination. Front. Behav. Neurosci. 2023, 17, 1122849. [Google Scholar] [CrossRef]
- Ahmed, S.F.; Alam, M.S.B.; Hassan, M.; Rozbu, M.R.; Ishtiak, T.; Rafa, N.; Mofijur, M.; Shawkat Ali, A.B.M.; Gandomi, A.H. Deep learning modelling techniques: Current progress, applications, advantages, and challenges. Artif. Intell. Rev. 2023, 56, 13521–13617. [Google Scholar] [CrossRef]
- Talaei Khoei, T.; Ould Slimane, H.; Kaabouch, N. Deep learning: Systematic review, models, challenges, and research directions. Neural Comput. Appl. 2023, 35, 23103–23124. [Google Scholar] [CrossRef]
- Bouazizi, S.; Ltifi, H. Enhancing accuracy and interpretability in EEG-based medical decision making using an explainable ensemble learning framework application for stroke prediction. Decis. Support Syst. 2024, 178, 114126. [Google Scholar] [CrossRef]
- Tuncer, T.; Dogan, S.; Baygin, M.; Tasci, I.; Mungen, B.; Tasci, B.; Barua, P.D.; Acharya, U.R. Directed Lobish-based explainable feature engineering model with TTPat and CWINCA for EEG artifact classification. Knowl.-Based Syst. 2024, 305, 112555. [Google Scholar] [CrossRef]
- Sharma, R.; Meena, H.K. Emerging trends in EEG signal processing: A systematic review. SN Comput. Sci. 2024, 5, 415. [Google Scholar] [CrossRef]
- Appriou, A.; Cichocki, A.; Lotte, F. Modern machine-learning algorithms: For classifying cognitive and affective states from electroencephalography signals. IEEE Syst. Man Cybern. Mag. 2020, 6, 29–38. [Google Scholar] [CrossRef]
- Lagogianni, C.; Gatzonis, S.; Patrikelis, P. Fatigue and cognitive functions in epilepsy: A review of the literature. Epilepsy Behav. 2021, 114, 107541. [Google Scholar] [CrossRef]
- Altaheri, H.; Muhammad, G.; Alsulaiman, M.; Amin, S.U.; Altuwaijri, G.A.; Abdul, W.; Bencherif, M.A.; Faisal, M. Deep learning techniques for classification of electroencephalogram (EEG) motor imagery (MI) signals: A review. Neural Comput. Appl. 2023, 35, 14681–14722. [Google Scholar] [CrossRef]
- Hou, H.-R.; Han, R.-X.; Zhang, X.-N.; Meng, Q.-H. Pleasantness recognition induced by different odor concentrations using olfactory electroencephalogram signals. Sensors 2022, 22, 8808. [Google Scholar] [CrossRef] [PubMed]
- Kato, M.; Okumura, T.; Tsubo, Y.; Honda, J.; Sugiyama, M.; Touhara, K.; Okamoto, M. Spatiotemporal dynamics of odor representations in the human brain revealed by EEG decoding. Proc. Natl. Acad. Sci. USA 2022, 119, e2114966119. [Google Scholar] [CrossRef] [PubMed]
- Pandharipande, M.; Chakraborty, R.; Kopparapu, S.K. Modeling of olfactory brainwaves for odour independent biometric identification. In Proceedings of the 2023 31st European Signal Processing Conference (EUSIPCO), Helsinki, Finland, 4–8 September 2023; pp. 1140–1144. [Google Scholar]
- Xia, X.; Liu, X.; Zheng, W.; Jia, X.; Wang, B.; Shi, Y.; Men, H. Recognition of odor and pleasantness based on olfactory EEG combined with functional brain network model. Int. J. Mach. Learn. Cybern. 2023, 14, 2761–2776. [Google Scholar] [CrossRef]
- Naser, A.; Aydemir, O. Classification of pleasant and unpleasant odor imagery EEG signals. Neural Comput. Appl. 2023, 35, 9105–9114. [Google Scholar] [CrossRef]
- Aydemir, O. Odor and Subject Identification Using Electroencephalography Reaction to Olfactory. Trait. Du Signal 2020, 37, 799–805. [Google Scholar] [CrossRef]
- Guo, Y.; Xia, X.; Shi, Y.; Ying, Y.; Men, H. Olfactory EEG induced by odor: Used for food identification and pleasure analysis. Food Chem. 2024, 455, 139816. [Google Scholar] [CrossRef]
- Ouyang, R.; Wu, M.; Lv, Z.; Wu, X. CBR-Net: A Multisensory Emotional Electroencephalography (EEG)-Based Personal Identification Model with Olfactory-Enhanced Video Stimulation. Bioengineering 2025, 12, 310. [Google Scholar] [CrossRef] [PubMed]
- Fang, J.; Yu, G.; Liao, S.; Zhang, S.; Zhu, G.; Yi, F. Using the β/α Ratio to Enhance Odor-Induced EEG Emotion Recognition. Appl. Sci. 2025, 15, 4980. [Google Scholar] [CrossRef]
- Tuncer, T.; Tasci, I.; Tasci, B.; Hajiyeva, R.; Tuncer, I.; Dogan, S. TPat: Transition pattern feature extraction based Parkinson’s disorder detection using FNIRS signals. Appl. Acoust. 2025, 228, 110307. [Google Scholar] [CrossRef]
- Cambay, V.Y.; Tasci, I.; Tasci, G.; Hajiyeva, R.; Dogan, S.; Tuncer, T. QuadTPat: Quadruple Transition Pattern-based explainable feature engineering model for stress detection using EEG signals. Sci. Rep. 2024, 14, 27320. [Google Scholar] [CrossRef]
- Grosofsky, A.; Haupert, M.L.; Versteeg, S.W. An exploratory investigation of coffee and lemon scents and odor identification. Percept Mot Ski. 2011, 112, 536–538. [Google Scholar] [CrossRef]
- Osada, K.; Kujirai, R.; Hosono, A.; Tsuda, M.; Ohata, M.; Ohta, T.; Nishimori, K. Repeated exposure to kairomone-containing coffee odor improves abnormal olfactory behaviors in heterozygous oxytocin receptor knock-in mice. Front. Behav. Neurosci. 2023, 16, 983421. [Google Scholar] [CrossRef]
- Dogan, S.; Baygin, M.; Tasci, B.; Loh, H.W.; Barua, P.D.; Tuncer, T.; Tan, R.-S.; Acharya, U.R. Primate brain pattern-based automated Alzheimer’s disease detection model using EEG signals. Cogn. Neurodynamics 2023, 17, 647–659. [Google Scholar] [CrossRef]
- Meng, Q.-H.; Hou, H.-R. Olfactory EEG Datasets: EegDot and EegDoc; IEEE: New York, NY, USA, 2022. [Google Scholar] [CrossRef]
- Kirik, S.; Tasci, I.; Barua, P.D.; Yildiz, A.M.; Keles, T.; Baygin, M.; Tuncer, I.; Dogan, S.; Tuncer, T.; Devi, A. DSWIN: Automated hunger detection model based on hand-crafted decomposed shifted windows architecture using EEG signals. Knowl.-Based Syst. 2024, 300, 112150. [Google Scholar] [CrossRef]
- Ince, U.; Talu, Y.; Duz, A.; Tas, S.; Tanko, D.; Tasci, I.; Dogan, S.; Hafeez Baig, A.; Aydemir, E.; Tuncer, T. CubicPat: Investigations on the mental performance and stress detection using EEG signals. Diagnostics 2025, 15, 363. [Google Scholar] [CrossRef]
- Lim, W.L.; Sourina, O.; Wang, L.P. STEW: Simultaneous task EEG workload data set. IEEE Trans. Neural Syst. Rehabil. Eng. 2018, 26, 2106–2114. [Google Scholar] [CrossRef] [PubMed]
- Gelen, M.A.; Barua, P.D.; Tasci, I.; Tasci, G.; Aydemir, E.; Dogan, S.; Tuncer, T.; Acharya, U.R. Novel accurate classification system developed using order transition pattern feature engineering technique with physiological signals. Sci. Rep. 2025, 15, 15278. [Google Scholar] [CrossRef]
- Safari, M.; Shalbaf, R.; Bagherzadeh, S.; Shalbaf, A. Classification of mental workload using brain connectivity and machine learning on electroencephalogram data. Sci. Rep. 2024, 14, 9153. [Google Scholar] [CrossRef] [PubMed]
- Jain, P.; Yedukondalu, J.; Chhabra, H.; Chauhan, U.; Sharma, L.D. EEG-based detection of cognitive load using VMD and LightGBM classifier. Int. J. Mach. Learn. Cybern. 2024, 15, 4193–4210. [Google Scholar] [CrossRef]
- Yedukondalu, J.; Sharma, L.D. Cognitive load detection using Ci-SSA for EEG signal decomposition and nature-inspired feature selection. Turk. J. Electr. Eng. Comput. Sci. 2023, 31, 771–791. [Google Scholar] [CrossRef]
- Siddhad, G.; Gupta, A.; Dogra, D.P.; Roy, P.P. Efficacy of transformer networks for classification of EEG data. Biomed. Signal Process. Control. 2024, 87, 105488. [Google Scholar] [CrossRef]
- Parveen, F.; Bhavsar, A. Unified CNN-Transformer Model for Mental Workload Classification Using EEG. In Proceedings of the 18th International Joint Conference on Biomedical Engineering Systems and Technologies—Volume 1: BIOSIGNALS, Porto, Portugal, 20–22 February 2025; pp. 928–934. [Google Scholar]
- Yu, X.; Chen, C.-H. A robust operators’ cognitive workload recognition method based on denoising masked autoencoder. Knowl.-Based Syst. 2024, 301, 112370. [Google Scholar] [CrossRef]
- Yedukondalu, J.; Sunkara, K.; Radhika, V.; Kondaveeti, S.; Anumothu, M.; Murali Krishna, Y. Cognitive load detection through EEG lead wise feature optimization and ensemble classification. Sci. Rep. 2025, 15, 842. [Google Scholar] [CrossRef] [PubMed]
- Han, J.; Zhan, G.; Wang, L.; Liang, D.; Zhang, H.; Zhang, L.; Kang, X. Decoding EEG-based cognitive load using fusion of temporal and functional connectivity features. In Computer Methods in Biomechanics and Biomedical Engineering; Taylor & Francis: Oxfordshire, UK, 2025; pp. 1–16. [Google Scholar]
- Seubert, J.; Freiherr, J.; Djordjevic, J.; Lundström, J.N. Statistical localization of human olfactory cortex. Neuroimage 2013, 66, 333–342. [Google Scholar] [CrossRef] [PubMed]
- Bora, İ.; Yeni, S.N. EEG Atlası, 3rd ed.; Nobel Tıp Kitabevleri: Ankara, Turkey, 2020; pp. 29–40. [Google Scholar]
- Doty, R.L. Olfactory dysfunction in Parkinson disease. Nat. Rev. Neurol. 2012, 8, 329–339. [Google Scholar] [CrossRef] [PubMed]
- Hucke, C.I.; Heinen, R.M.; Pacharra, M.; Wascher, E.; Van Thriel, C. Spatiotemporal processing of bimodal odor lateralization in the brain using electroencephalography microstates and source localization. Front. Neurosci. 2021, 14, 620723. [Google Scholar] [CrossRef]
- Rolls, E.T.; Kringelbach, M.L.; De Araujo, I.E. Different representations of pleasant and unpleasant odours in the human brain. Eur. J. Neurosci. 2003, 18, 695–703. [Google Scholar] [CrossRef]
- Howard, J.D.; Plailly, J.; Grueschow, M.; Haynes, J.-D.; Gottfried, J.A. Odor quality coding and categorization in human posterior piriform cortex. Nat. Neurosci. 2009, 12, 932–938. [Google Scholar] [CrossRef]
- Bensafi, M.; Sobel, N.; Khan, R.M. Hedonic-specific activity in piriform cortex during odor imagery mimics that during odor perception. J. Neurophysiol. 2007, 98, 3254–3262. [Google Scholar] [CrossRef]
- Torske, A.; Koch, K.; Eickhoff, S.; Freiherr, J. Localizing the human brain response to olfactory stimulation: A meta-analytic approach. Neurosci. Biobehav. Rev. 2022, 134, 104512. [Google Scholar] [CrossRef]
- Muir, E.R.; Biju, K.; Cong, L.; Rogers, W.E.; Hernandez, E.T.; Duong, T.Q.; Clark, R.A. Functional MRI of the mouse olfactory system. Neurosci. Lett. 2019, 704, 57–61. [Google Scholar] [CrossRef]
- Gottfried, J.A.; Deichmann, R.; Winston, J.S.; Dolan, R.J. Functional heterogeneity in human olfactory cortex: An event-related functional magnetic resonance imaging study. J. Neurosci. 2002, 22, 10819–10828. [Google Scholar] [CrossRef] [PubMed]
- Öngür, D.; Price, J.L. The organization of networks within the orbital and medial prefrontal cortex of rats, monkeys and humans. Cereb. Cortex 2000, 10, 206–219. [Google Scholar] [CrossRef] [PubMed]
- Iannilli, E.; Wiens, S.; Arshamian, A.; Seo, H.-S. A spatiotemporal comparison between olfactory and trigeminal event-related potentials. Neuroimage 2013, 77, 254–261. [Google Scholar] [CrossRef] [PubMed]
- Kulkarni, P.; Stolberg, T.; Sullivanjr, J.; Ferris, C.F. Imaging evolutionarily conserved neural networks: Preferential activation of the olfactory system by food-related odor. Behav. Brain Res. 2012, 230, 201–207. [Google Scholar] [CrossRef]
- Olofsson, J.K.; Rogalski, E.; Harrison, T.; Mesulam, M.-M.; Gottfried, J.A. A cortical pathway to olfactory naming: Evidence from primary progressive aphasia. Brain 2013, 136, 1245–1259. [Google Scholar] [CrossRef]














| Study | Task | Model/Algorithm | Feature Extraction or Learning Strategy | Accuracy (%) |
|---|---|---|---|---|
| Hou et al., 2022 [22] | Pleasantness recognition from EEG elicited by five concentrations of pleasant (rose) and unpleasant (rotten) odors, plus binary pleasant vs. disgust | SVM | γ-band power-spectral-density features computed for each trial and fed to SVM (benchmarked against NB, kNN, ELM, BPNN) | 93.5% (rose), 92.2% (rotten) for five-level tasks; 99.9% for binary pleasant vs. disgust |
| Kato et al., 2022 [23] | Ten-class identification of perceptually diverse odors | Time-resolved multivariate pattern analysis (ℓ2-regularized least-squares pairwise decoder and multinomial logistic regression) | 64-channel OERP amplitudes concatenated in a 200 ms sliding window (50 ms step) to capture temporal dynamics | 54.6% peak pairwise (chance 50), 13.6% peak ten-class (chance 10) |
| Pandharipande et al. (2023) [24] | Odor-independent EEG-based biometric identification | SVM | PyWavelets features | 83.03% |
| Xia et al., 2023 [25] | Eight-class odor ID and binary pleasantness detection | SVM | Mutual-information functional brain network built from each trial; node-degree vector used as feature set | 95.78% (8 classes), 98.21% (pleasant vs. unpleasant) |
| Naser & Aydemir, 2023 [26] | Imagined odor pleasant vs. unpleasant classification | kNN | Instantaneous amplitude derived via Hilbert transform after optimal band-pass filtering; random sub-sampling cross-validation for feature selection | 87.75% mean across ten subjects |
| Aydemir, 2020 [27] | Four-class odor identification and participant identification (eyes-open/eyes-closed) | kNN | Band power, statistical, Hjorth, and autoregressive features; AR + kNN best for odor, statistical + kNN best for subject ID | 96.94% (odor), 99.34% (subject) |
| Guo et al., 2024 [28] | Food-odor ID (eight classes) and pleasantness recognition | Ensemble (Random Forest + Extreme Learning Machine + PSO-optimized SVM) | 34 EEG features ranked by ReliefF, mRMR, and ILFS, projected with K-PCA; sub-model outputs fused by voting | 96.1% (odor), 98.8% (pleasantness) |
| Ouyang et al., 2025 [29] | Personal identification from multisensory (video + odor) emotion-evoked EEG (negative, positive, neutral) | Deep CNN followed by three-layer Bi-LSTM with residual links (CBR-Net) | CNN extracts spatial maps from 28-channel EEG; Bi-LSTM models temporal context before softmax classification | 96.59% (negative), 95.42% (positive), 94.25% (neutral) |
| Fang et al., 2025 [30] | Low- vs. high-arousal recognition while inhaling sandalwood vs. bergamot essential oils | Random Forest (benchmarked against Discriminant Analysis and SVM) | Mean PSD from six sub-bands plus β/α arousal ratio across five regions of interest; partial least-squares used for dimensionality reduction before RF | 95.0% |
| No | Symbol | Area | No | Symbol | Area |
|---|---|---|---|---|---|
| 1 | FL | Left Frontal | 9 | PL | Left Parietal |
| 2 | FR | Right Frontal | 10 | PR | Right Parietal |
| 3 | Fz | Midline Frontal | 11 | Pz | Midline Parietal |
| 4 | TL | Left Temporal | 12 | OL | Left Occipital |
| 5 | TR | Right Temporal | 13 | OR | Right Occipital |
| 6 | CL | Left Central | 14 | Oz | Midline Occipital |
| 7 | CR | Right Central | 15 | AL | Left Auditory |
| 8 | Cz | Midline Central | 16 | AR | Right Auditory |
| Classification Assessment Metrics | Result (%) |
|---|---|
| Accuracy | 96.68 |
| Sensitivity | 97.90 |
| Specificity | 95.39 |
| Precision | 95.72 |
| F1-score | 96.80 |
| Geometric mean | 96.91 |
| Classification Assessment Metrics | Result (%) |
|---|---|
| Accuracy | 94.93 |
| Sensitivity | 94.93 |
| Specificity | 99.58 |
| Precision | 95.61 |
| F1-score | 94.87 |
| Geometric mean | 97.24 |
| Study | Feature Extraction | Classifier | Accuracy (%) |
|---|---|---|---|
| Hou et al. [22] | γ-band PSD | SVM | 88.77 |
| Naser & Aydemir [26] | Hilbert amplitude | kNN | 85.63 |
| Guo et al. [28] | Statistical + ReliefF | RF + ELM + SVM | 91.46 |
| This Paper | TensorCSBP + CWNCA | tkNN | 96.68 |
| Dataset | Study | Method | Validation | Result(s) | DL/ML | XAI |
|---|---|---|---|---|---|---|
| Artifact [17] | Tuncer et al., 2024 [17] | TTPat, CWINCA, tkNN, DLob | 10-fold CV | Acc. = 77.58 | ML | Yes |
| Gelen et al., 2025 [40] | OTPat, CWINCA, tkNN, DLob | 10-fold CV | Acc. = 86.07 | ML | Yes | |
| This Paper | TensorCSBP, CWNCA, tkNN, DLob | 10-fold CV | Acc. = 89.75 | ML | Yes | |
| Hunger [37] | Kirik et al., 2024 [37] | DSWIN, INCA and IRF, kNN, IHMV | 10-fold CV LOSO CV | 10-fold CV: Acc. = 99.54 LOSO CV: Acc. = 82.71 | ML | No |
| Tuncer et al., 2024 [17] | TTPat, CWINCA, tkNN, DLob | 10-fold CV | Acc. = 98.55 | ML | Yes | |
| This Paper | TensorCSBP, CWNCA, tkNN, DLob | 10-fold CV LOSO CV | 10-fold CV: Acc. = 100 LOSO CV: Acc. = 80.57 | ML | Yes | |
| TMPD [38] | Ince et al., 2025 [38] | CubicPat, CWINCA, tkNN, DLob | 10-fold CV LOSO CV | 10-fold CV: Acc. = 99.70 F1. = 99.79 Gm. = 99.62 LOSO CV: Acc. = 87.79 F1. = 91.58 Gm. = 82.0 | ML | Yes |
| This Paper | TensorCSBP, CWNCA, tkNN, DLob | 10-fold CV LOSO CV | 10-fold CV: Acc. = 100 LOSO CV: Acc. = 83.04 | ML | Yes | |
| STEW [39] | Safari et al., 2024 [41] | dDTF, RF, Forward FS, mRMR, SVM | 7-fold CV | Acc. = 89.53 | ML | No |
| Jain et al., 2024 [42] | VMD, LightGBM | 5-fold CV 10-fold CV | 5-fold CV: Acc. = 95.51 10-fold CV: Acc. = 96.0 | ML | No | |
| Yedukondalu and Sharma, 2023 [43] | Ci-SSA, BDA, kNN | 10-fold CV | Acc. = 96.67 F1. = 96.90 | ML | No | |
| Siddhad et al., 2024 [44] | ConvNeXt | Hold-out CV (70:15:15) | Acc. = 95.28 | DL | No | |
| Parveen and Bhavsar, 2025 [45] | CNN Transformer, MV | 5-fold CV | Acc. = 85.46 | DL | No | |
| Yu and Chen, 2024 [46] | DMAEEG | 5-fold CV | Acc. = 98.7 | DL | No | |
| Yedukondalu et al., 2025 [47] | R-LMD, BAO, OEL | 10-fold CV | Acc. = 96.1 Sen. = 96.0 Spe. = 97.0 | ML | No | |
| Han et al., 2025 [48] | Functional connectivity features, PCA, LSTM | Hold-out CV (80:20) | Acc. = 96.64 Pre. = 97.21 Rec. = 96.53 F1. = 96.86 | ML | Yes | |
| This Paper | TensorCSBP, CWNCA, tkNN, DLob | 10-fold CV | 10-fold CV: Acc. = 97.64 | ML | Yes |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.
Share and Cite
Tasci, I.; Sercek, I.; Talu, Y.; Barua, P.D.; Baygin, M.; Tasci, B.; Dogan, S.; Tuncer, T. TensorCSBP: A Tensor Center-Symmetric Feature Extractor for EEG Odor Detection. Diagnostics 2026, 16, 789. https://doi.org/10.3390/diagnostics16050789
Tasci I, Sercek I, Talu Y, Barua PD, Baygin M, Tasci B, Dogan S, Tuncer T. TensorCSBP: A Tensor Center-Symmetric Feature Extractor for EEG Odor Detection. Diagnostics. 2026; 16(5):789. https://doi.org/10.3390/diagnostics16050789
Chicago/Turabian StyleTasci, Irem, Ilknur Sercek, Yunus Talu, Prabal Datta Barua, Mehmet Baygin, Burak Tasci, Sengul Dogan, and Turker Tuncer. 2026. "TensorCSBP: A Tensor Center-Symmetric Feature Extractor for EEG Odor Detection" Diagnostics 16, no. 5: 789. https://doi.org/10.3390/diagnostics16050789
APA StyleTasci, I., Sercek, I., Talu, Y., Barua, P. D., Baygin, M., Tasci, B., Dogan, S., & Tuncer, T. (2026). TensorCSBP: A Tensor Center-Symmetric Feature Extractor for EEG Odor Detection. Diagnostics, 16(5), 789. https://doi.org/10.3390/diagnostics16050789

