pith. sign in

arxiv: 2605.17021 · v1 · pith:IADELBJOnew · submitted 2026-05-16 · 💻 cs.AI

A Conflict-aware Evidential Framework for Reliable Sleep Stage Classification

Pith reviewed 2026-05-19 20:14 UTC · model grok-4.3

classification 💻 cs.AI
keywords sleep stage classificationmulti-modal learningevidential reasoningconflict resolutionuncertainty estimationmulti-view aggregationhybrid structures
0
0 comments X

The pith

ConfSleepNet resolves conflicts between misaligned modalities to deliver reliable sleep stage classifications using evidential reasoning.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces ConfSleepNet to handle real-world multi-modal sleep data where modalities rarely align perfectly. It first extracts category-specific evidence from each modality through specially designed hybrid structures that match the data characteristics of each view. These pieces of evidence are then turned into opinions that include both a predicted stage and an uncertainty value. A dedicated conflict-aware aggregation step combines the opinions by explicitly detecting and mitigating disagreements among them to reach a single trustworthy decision. Theoretical analysis and experiments confirm that this process yields more dependable staging results than standard fusion approaches.

Core claim

By learning support for individual sleep stages as evidence from each modality and then applying a conflict-aware aggregation procedure that incorporates uncertainty, the framework dynamically reconciles inter-view disagreements and produces a joint classification that remains reliable even when the input modalities are poorly aligned.

What carries the argument

Conflict-aware aggregation of view-specific opinions built from multi-view evidence extracted via hybrid category structures.

If this is right

  • Sleep staging systems can maintain performance when sensors provide unsynchronized or noisy streams.
  • Classifications come with explicit uncertainty estimates that flag low-confidence decisions.
  • The framework offers a general template for turning conflicting multi-view evidence into one coherent output.
  • Theoretical guarantees on conflict resolution support deployment in safety-critical monitoring.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same evidence-plus-conflict approach could extend to other multi-modal medical tasks such as seizure detection or activity recognition.
  • Explicit modeling of disagreement may prove more effective than implicit attention mechanisms when modality reliability varies over time.
  • Testing the method on streaming data with dynamic misalignment would reveal whether the aggregation remains stable in online settings.

Load-bearing premise

That tailoring hybrid category structures to each modality's characteristics will produce more reasonable evidence for the later aggregation step.

What would settle it

An experiment on a dataset with controlled modality misalignment where ConfSleepNet shows no accuracy or reliability gain over simple averaging or attention-based fusion methods would falsify the central claim.

Figures

Figures reproduced from arXiv: 2605.17021 by Dekui Wang, Jun Feng, Qirong Bu, Wei Zhou, Xingxing Hao, Yunzhi Tian.

Figure 1
Figure 1. Figure 1: Illustration of ConfSleepNet. Four evidential DNNs {fv(·)} 4 v=1 learn class-specific evidences from various views, which involve two different category structures. Next, an evidence mapping layer maps the coarse-grained evidence into fine-grained evidence. After that, we construct view-specific opinions {Mv } 4 v=1 based on the obtained evidence and then combine them to form a joint opinion M. In multi-vi… view at source ↗
Figure 2
Figure 2. Figure 2: Intermediate prediction results produced by view-specific DNNs {fv(·)} 4 v=1 and the average degree of conflict between different views. (a) The results produced by DNN f1(·) and f2(·) have a 5-class structure, while (b) the results produced by f3(·) and f4(·) have a 3-class structure. (c) The conflict degree is typically at a low level over a sequence of epochs of the same sleep stage, and increases over … view at source ↗
Figure 3
Figure 3. Figure 3: Confusion matrices on the MASS-SS3 dataset. Rows represent the true class, and columns represent the predicted class. Darker color indicates a larger number of correctly classified samples [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Stage-related features in EEG and EOG signals. Conv, ReLU Batch Norm Epoch-wise Tied Bi-LSTM Feature Extraction Conv, ReLU Batch Norm Conv, ReLU x1 x2 xL ... EEG/EOG Signal ... ... e FC Layer SoftPlus Feature Extraction Feature Extraction Epoch-wise Tied Bi-LSTM Conv, ReLU Batch Norm EEG Signal EOG Signal x1 x2 xL ... ... ...e Conv, ReLU Conv, ReLU Conv, ReLU ... ... ... ... G C N e t - 1 D G C N e t - 1 D… view at source ↗
Figure 5
Figure 5. Figure 5: Architecture of feature extraction that utilizes two branches with varying kernel sizes and a cross-attention mechanism. 18 [PITH_FULL_IMAGE:figures/full_fig_p018_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: The Network Architecture of the Evidential DNN. (a) σ = 0.1 (b) σ = 0.5 (c) σ = 1 (d) σ = 10 [PITH_FULL_IMAGE:figures/full_fig_p019_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Density of uncertainty on the PIE dataset. As the noise intensity increases, the uncertainty curves of conflicting instances also increase. 19 [PITH_FULL_IMAGE:figures/full_fig_p019_7.png] view at source ↗
read the original abstract

Multi-view learning has been widely applied for sleep stage classification using multi-modal data. However, existing methods typically assume that different modalities are well-aligned, which is often unattainable in real-world scenarios, thereby compromising the reliability of the staging results. In this paper, we propose ConfSleepNet, a conflict-aware evidential framework that dynamically resolves inter-view conflicts. The framework consists of multi-view evidence extraction and conflict-aware aggregation. In the first phase, it learns category-related evidence from different modalities, which represents the degree of support for individual sleep stages. Considering the inherent characteristics of varying modalities, we propose hybrid category structures for different modalities to promote more reasonable evidence learning. In the second phase, view-specific opinions, including prediction results and uncertainty, are constructed from the learned evidence. Notably, we propose a novel conflict-aware aggregation method that integrates these view-specific opinions into a reliable joint decision. This mechanism can effectively resolve conflicts among opinions and synthesize them into a reliable joint decision. Both theoretical analysis and experimental results demonstrate the effectiveness of ConfSleepNet in sleep staging tasks. The code is available at https://github.com/By4te/ConfSleepNet_ICML2026/.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The paper proposes ConfSleepNet, a conflict-aware evidential framework for multi-view sleep stage classification from multi-modal data. It consists of a multi-view evidence extraction phase that learns category-related evidence using hybrid category structures tailored to modality characteristics, followed by construction of view-specific opinions (predictions and uncertainty) and a novel conflict-aware aggregation method to resolve inter-view conflicts into a reliable joint decision. The authors claim that theoretical analysis and experiments demonstrate the framework's effectiveness for reliable sleep staging when modalities are misaligned.

Significance. If the claims hold, the work addresses a practical limitation in multi-modal sleep staging by explicitly handling inter-view conflicts and uncertainty via evidential reasoning, which could improve reliability in real-world clinical settings. The public code release supports reproducibility, and the focus on modality-specific hybrid structures plus conflict-aware fusion represents a targeted extension of evidential deep learning to this domain.

major comments (2)
  1. [§3.1] §3.1 (multi-view evidence extraction): The hybrid category structures are described as tailored to 'inherent characteristics of varying modalities' to promote more reasonable evidence learning, yet the manuscript provides neither an explicit definition of these structures (e.g., how they differ from uniform category structures) nor a derivation or justification showing they reduce modality-specific bias or improve support for sleep stages. This assumption is load-bearing for the downstream conflict-aware aggregation and the overall claim of superior reliability.
  2. [§4] §4 (theoretical analysis): The abstract asserts that theoretical analysis demonstrates effectiveness, but the provided text does not include the specific theorems, bounds, or proofs relating the conflict-aware aggregation to reduced uncertainty or improved joint decisions; without these details it is not possible to assess whether the analysis supports the central reliability claims.
minor comments (2)
  1. [Abstract / §3] The abstract and method overview use 'hybrid category structures' without an accompanying figure or pseudocode that would clarify their construction for readers unfamiliar with evidential frameworks.
  2. [§3.2] Notation for view-specific opinions (e.g., how evidence maps to mass functions or uncertainty) should be introduced with a small table or explicit equations to improve readability.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for their thorough review and valuable comments on our manuscript. We have carefully considered each point and made revisions to address the concerns regarding the hybrid category structures and the theoretical analysis. Below, we provide point-by-point responses.

read point-by-point responses
  1. Referee: [§3.1] §3.1 (multi-view evidence extraction): The hybrid category structures are described as tailored to 'inherent characteristics of varying modalities' to promote more reasonable evidence learning, yet the manuscript provides neither an explicit definition of these structures (e.g., how they differ from uniform category structures) nor a derivation or justification showing they reduce modality-specific bias or improve support for sleep stages. This assumption is load-bearing for the downstream conflict-aware aggregation and the overall claim of superior reliability.

    Authors: We appreciate the referee highlighting this important point. In the revised version of the manuscript, we have expanded Section 3.1 to provide an explicit definition of the hybrid category structures. For the EEG modality, the hybrid structure integrates both stage-specific categories and modality-relevant subcategories based on frequency bands, differing from uniform structures by allowing evidence to be collected at multiple levels of granularity. For EOG and EMG, the structures are adapted to capture movement-related patterns. We have added a justification and derivation demonstrating that these structures reduce modality-specific bias by better aligning the evidence learning with the unique discriminative features of each modality, thereby improving support for accurate sleep stage classification. Additional ablation studies have been included to validate this improvement. revision: yes

  2. Referee: [§4] §4 (theoretical analysis): The abstract asserts that theoretical analysis demonstrates effectiveness, but the provided text does not include the specific theorems, bounds, or proofs relating the conflict-aware aggregation to reduced uncertainty or improved joint decisions; without these details it is not possible to assess whether the analysis supports the central reliability claims.

    Authors: We thank the referee for this observation. Although the theoretical analysis is outlined in Section 4 of the original manuscript, we acknowledge that the specific theorems and proofs were not sufficiently detailed. In the revised manuscript, we have included the full statements of the theorems, including Theorem 1 which establishes an upper bound on the uncertainty in the aggregated opinion after conflict resolution, and Theorem 2 relating the conflict-aware mechanism to improved reliability of joint decisions. We have also added the proof sketches and explanations showing how the aggregation reduces uncertainty compared to non-conflict-aware methods. These additions directly support the central claims of the paper. revision: yes

Circularity Check

0 steps flagged

No significant circularity; derivation remains self-contained

full rationale

The abstract and described framework introduce hybrid category structures and conflict-aware aggregation as novel components for evidence learning and opinion synthesis. No equations, self-citations, or fitted parameters are shown reducing the central claims (e.g., more reasonable evidence or reliable joint decisions) back to the inputs by construction. The theoretical analysis and experimental results are positioned as independent validation rather than tautological restatements of the proposed structures.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract-only review provides no explicit free parameters, axioms, or invented entities; the central claim rests on the unverified assumption that the proposed hybrid structures and aggregation resolve conflicts effectively.

pith-pipeline@v0.9.0 · 5745 in / 1068 out tokens · 28889 ms · 2026-05-19T20:14:46.682231+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

170 extracted references · 170 canonical work pages · 1 internal anchor

  1. [1]

    Information Fusion , volume=

    Huang, Ling and Ruan, Su and Decazes, Pierre and Den. Information Fusion , volume=. 2025 , publisher=

  2. [2]

    2025 , publisher=

    Hu, Shuaicong and Wang, Yanan and Liu, Jian and Yang, Cuiwei , journal=. 2025 , publisher=

  3. [3]

    2024 , publisher=

    Shao, Zhimin and Dou, Weibei and Pan, Yu , journal=. 2024 , publisher=

  4. [4]

    Proceedings of the 22nd ACM international conference on Information & Knowledge Management , pages=

    Clustering-based anomaly detection in multi-view data , author=. Proceedings of the 22nd ACM international conference on Information & Knowledge Management , pages=

  5. [5]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Temporal-frequency co-training for time series semi-supervised learning , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  6. [6]

    IEEE Transactions on Mobile Computing , volume=

    Boost spectrum prediction with temporal-frequency fusion network via transfer learning , author=. IEEE Transactions on Mobile Computing , volume=. 2021 , publisher=

  7. [7]

    Handbook of clinical neurology , volume=

    Polysomnography , author=. Handbook of clinical neurology , volume=. 2019 , publisher=

  8. [8]

    Pattern Recognition , volume=

    U2-Net: Going deeper with nested U-structure for salient object detection , author=. Pattern Recognition , volume=

  9. [9]

    Journal of Statistical Mechanics: Theory and Experiment , volume=

    On the information bottleneck theory of deep learning , author=. Journal of Statistical Mechanics: Theory and Experiment , volume=

  10. [10]

    International Conference on Machine Learning , year=

    Trusted multi-view classification with expert knowledge constraints , author=. International Conference on Machine Learning , year=

  11. [11]

    IEEE Transactions on Neural Systems and Rehabilitation Engineering , year=

    Towards interpretable sleep stage classification using cross-modal transformers , author=. IEEE Transactions on Neural Systems and Rehabilitation Engineering , year=

  12. [12]

    IEEE Transactions on Neural Systems and Rehabilitation Engineering , year=

    3DSleepNet: A multi-channel bio-signal based sleep stages classification method using deep learning , author=. IEEE Transactions on Neural Systems and Rehabilitation Engineering , year=

  13. [13]

    Expert Systems with Applications , volume=

    Method and system for automated detection of sleep spindles using a single EEG channels based TEO and EMD , author=. Expert Systems with Applications , volume=. 2024 , publisher=

  14. [14]

    Expert Systems with Applications , volume=

    SHNN: A single-channel EEG sleep staging model based on semi-supervised learning , author=. Expert Systems with Applications , volume=. 2023 , publisher=

  15. [15]

    IEEE Transactions on Instrumentation and Measurement , volume=

    EEG-CLNet: Collaborative learning for simultaneous measurement of sleep stages and OSA events based on single EEG signal , author=. IEEE Transactions on Instrumentation and Measurement , volume=. 2023 , publisher=

  16. [16]

    Expert Systems with Applications , volume=

    Fast and accurate PLS-based classification of EEG sleep using single channel data , author=. Expert Systems with Applications , volume=. 2015 , publisher=

  17. [17]

    2014 36th annual international conference of the IEEE engineering in medicine and biology society , pages=

    Comparison of feature and classifier algorithms for online automatic sleep staging based on a single EEG signal , author=. 2014 36th annual international conference of the IEEE engineering in medicine and biology society , pages=. 2014 , organization=

  18. [18]

    American Journal of Respiratory and Critical Care Medicine , volume=

    Evaluation of home versus laboratory polysomnography in the diagnosis of sleep apnea syndrome , author=. American Journal of Respiratory and Critical Care Medicine , volume=

  19. [19]

    IEEE Transactions on Neural Systems and Rehabilitation Engineering , volume=

    EEG-based sleep stage classification via neural architecture search , author=. IEEE Transactions on Neural Systems and Rehabilitation Engineering , volume=. 2023 , publisher=

  20. [20]

    The Lancet Public Health , volume=

    The need to promote sleep health in public health agendas across the globe , author=. The Lancet Public Health , volume=. 2023 , publisher=

  21. [21]

    NPJ Digital Medicine , volume=

    The future of sleep health: a data-driven revolution in sleep science and medicine , author=. NPJ Digital Medicine , volume=. 2020 , publisher=

  22. [22]

    Sleep Medicine Clinics , volume=

    Sleep, health, and society , author=. Sleep Medicine Clinics , volume=. 2022 , publisher=

  23. [23]

    Nature Reviews Genetics , volume=

    Genetics of circadian rhythms and sleep in human health and disease , author=. Nature Reviews Genetics , volume=. 2023 , publisher=

  24. [24]

    International Conference on Machine Learning , pages=

    Provable dynamic fusion for low-quality multimodal data , author=. International Conference on Machine Learning , pages=

  25. [25]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Safe multi-view deep classification , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  26. [26]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Trusted multi-view deep learning with opinion aggregation , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  27. [27]

    Advances in Neural Information Processing Systems , volume=

    Uncertainty estimation for multi-view data: The power of seeing the whole picture , author=. Advances in Neural Information Processing Systems , volume=

  28. [28]

    IEEE Journal of Biomedical and Health Informatics , year=

    Uncertainty-aware Health Diagnostics via Class-balanced Evidential Deep Learning , author=. IEEE Journal of Biomedical and Health Informatics , year=

  29. [29]

    Proceedings of the 31st ACM International Conference on Multimedia , pages=

    Dcel: Deep cross-modal evidential learning for text-based person retrieval , author=. Proceedings of the 31st ACM International Conference on Multimedia , pages=

  30. [30]

    Journal of the Royal Statistical Society: Series B (Methodological) , volume=

    A generalization of Bayesian inference , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=. 1968 , publisher=

  31. [31]

    IEEE Transactions on Biomedical Engineering , volume=

    Surface-electromyography-based gesture recognition by multi-view deep learning , author=. IEEE Transactions on Biomedical Engineering , volume=. 2019 , publisher=

  32. [32]

    Nature Communications , volume=

    MOGONET integrates multi-omics data using graph convolutional networks allowing patient classification and biomarker identification , author=. Nature Communications , volume=. 2021 , publisher=

  33. [33]

    Knowledge-Based Systems , volume=

    Adaptive weighted multi-view evidential clustering with feature preference , author=. Knowledge-Based Systems , volume=. 2024 , publisher=

  34. [34]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Auto-weighted multi-view clustering for large-scale data , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  35. [35]

    IEEE Transactions on Multimedia , volume=

    Late fusion multiple kernel clustering with local kernel alignment maximization , author=. IEEE Transactions on Multimedia , volume=. 2021 , publisher=

  36. [36]

    IEEE Transactions on Neural Networks and Learning Systems , volume=

    Late fusion multiple kernel clustering with proxy graph refinement , author=. IEEE Transactions on Neural Networks and Learning Systems , volume=. 2021 , publisher=

  37. [37]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Metaviewer: Towards a unified multi-view representation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  38. [38]

    Information Fusion , volume=

    Comprehensive multi-view representation learning , author=. Information Fusion , volume=. 2023 , publisher=

  39. [39]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=

    Late fusion incomplete multi-view clustering , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2019 , publisher=

  40. [40]

    Engineering Applications of Artificial Intelligence , volume=

    Ensemble deep learning: a review , author=. Engineering Applications of Artificial Intelligence , volume=. 2022 , publisher=

  41. [41]

    International Conference on Pattern Recognition , pages=

    Autodeuq: automated deep ensemble with uncertainty quantification , author=. International Conference on Pattern Recognition , pages=

  42. [42]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Out of distribution data detection using dropout bayesian neural networks , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  43. [43]

    Artificial Intelligence Review , volume=

    A survey of Bayesian Network structure learning , author=. Artificial Intelligence Review , volume=. 2023 , publisher=

  44. [44]

    Artificial Intelligence Review , volume=

    Bayesian learning for neural networks: an algorithmic survey , author=. Artificial Intelligence Review , volume=. 2023 , publisher=

  45. [45]

    Advances in Neural Information Processing Systems , volume=

    Simple and scalable predictive uncertainty estimation using deep ensembles , author=. Advances in Neural Information Processing Systems , volume=

  46. [46]

    Springer Science & Business Media , year =

    Neal, Radford M , title=. Springer Science & Business Media , year =

  47. [47]

    2009 , publisher=

    Bayesian theory , author=. 2009 , publisher=

  48. [48]

    International Conference on Machine Learning , pages=

    Dropout as a bayesian approximation: representing model uncertainty in deep learning , author=. International Conference on Machine Learning , pages=

  49. [49]

    Adam: A Method for Stochastic Optimization

    Adam: A method for stochastic optimization , author=. arXiv preprint arXiv:1412.6980 , year=

  50. [50]

    2000 , publisher=

    Goldberger, Ary L and Amaral, Luis AN and Glass, Leon and Hausdorff, Jeffrey M and Ivanov, Plamen Ch and Mark, Roger G and Mietus, Joseph E and Moody, George B and Peng, Chung-Kang and Stanley, H Eugene , journal=. 2000 , publisher=

  51. [51]

    2000 , publisher=

    Kemp, Bob and Zwinderman, Aeilko H and Tuk, Bert and Kamphuisen, Hilbert AC and Oberye, Josefien JL , journal=. 2000 , publisher=

  52. [52]

    Jsang, Audun , year=

  53. [53]

    2022 , publisher=

    Han, Zongbo and Zhang, Changqing and Fu, Huazhu and Zhou, Joey Tianyi , journal=. 2022 , publisher=

  54. [54]

    2017 , publisher=

    Li, Xiaojin and Cui, Licong and Tao, Shiqiang and Chen, Jing and Zhang, Xiang and Zhang, Guo-Qiang , journal=. 2017 , publisher=

  55. [55]

    2010 , publisher=

    Laffan, Alison and Caffo, Brian and Swihart, Bruce J and Punjabi, Naresh M , journal=. 2010 , publisher=

  56. [56]

    Cao, Yue and Xu, Jiarui and Lin, Stephen and Wei, Fangyun and Hu, Han , booktitle =

  57. [57]

    Sensoy, Murat and Kaplan, Lance and Kandemir, Melih , booktitle=

  58. [58]

    Berry, Richard B and Brooks, Rita and Gamaldo, Charlene E and Harding, Susan M and Marcus, Carole and Vaughn, Bradley V and others , journal=

  59. [59]

    2022 , publisher=

    SleepFCN: A fully convolutional deep learning framework for sleep stage classification using single-channel electroencephalograms , author=. 2022 , publisher=

  60. [60]

    2022 , publisher=

    Phan, Huy and Ch. 2022 , publisher=

  61. [61]

    2023 , issn =

    Efe, Enes and Ozsen, Seral , journal=. 2023 , issn =

  62. [62]

    2023 , publisher=

    Dai, Yang and Li, Xiuli and Liang, Shanshan and Wang, Lukang and Duan, Qingtian and Yang, Hui and Zhang, Chunqing and Chen, Xiaowei and Li, Longhui and Li, Xingyi and others , journal=. 2023 , publisher=

  63. [63]

    Vaswani, A , booktitle=

  64. [64]

    Jung, Koohong and Chung, Wonzoo , booktitle=

  65. [65]

    2022 , publisher=

    Zhang, Chao and Liao, Yiqiao and Han, Siqi and Zhang, Milin and Wang, Zhihua and Xie, Xiang , journal=. 2022 , publisher=

  66. [66]

    2024 , publisher=

    Cheng, Xuewei and Huang, Ke and Zou, Yi and Ma, Shujie , journal=. 2024 , publisher=

  67. [67]

    2023 , publisher=

    Zhou, Huihui and Liu, Aiping and Cui, Heng and Bie, Yuanzhi and Chen, Xun , journal=. 2023 , publisher=

  68. [68]

    2023 , publisher=

    Van Der Donckt, Jeroen and Van Der Donckt, Jonas and Deprost, Emiel and Vandenbussche, Nicolas and Rademaker, Michael and Vandewiele, Gilles and Van Hoecke, Sofie , journal=. 2023 , publisher=

  69. [69]

    2023 , organization=

    Abdelmagid, Mohamed and Yusuf, Marwa and ElHalawany, Basem M and Fares, Ahmed , booktitle=. 2023 , organization=

  70. [70]

    2023 , organization=

    Reddy, Kotla Rishika and Vardhan, Polavarapu Nirupam Harsha and Pary, Safa and Sharma, Sahil and Sanjay, M , booktitle=. 2023 , organization=

  71. [71]

    2023 , publisher=

    Phyo, Jaeun and Ko, Wonjun and Jeon, Eunjin and Suk, Heung-Il , journal=. 2023 , publisher=

  72. [72]

    2017 , publisher=

    Supratak, Akara and Dong, Hao and Wu, Chao and Guo, Yike , journal=. 2017 , publisher=

  73. [73]

    IEEE Transactions on Neural Systems and Rehabilitation Engineering , volume=

    Phan, Huy and Andreotti, Fernando and Cooray, Navin and Ch. IEEE Transactions on Neural Systems and Rehabilitation Engineering , volume=. 2019 , publisher=

  74. [74]

    2019 , month =

    Mousavi, Sajad and Afghah, Fatemeh and Acharya, U Rajendra , journal=. 2019 , month =

  75. [75]

    Supratak, Akara and Guo, Yike , booktitle=

  76. [76]

    2018 , publisher=

    Chambon, Stanislas and Galtier, Mathieu N and Arnal, Pierrick J and Wainrib, Gilles and Gramfort, Alexandre , journal=. 2018 , publisher=

  77. [77]

    IEEE Transactions on Biomedical Engineering , volume=

    Joint classification and prediction CNN framework for automatic sleep stage classification , author=. IEEE Transactions on Biomedical Engineering , volume=. 2018 , publisher=

  78. [78]

    2021 , publisher=

    Eldele, Emadeldeen and Chen, Zhenghua and Liu, Chengyu and Wu, Min and Kwoh, Chee-Keong and Li, Xiaoli and Guan, Cuntai , journal=. 2021 , publisher=

  79. [79]

    2022 , organization=

    Nie, Haodong and Tu, Shikui and Xu, Lei , booktitle=. 2022 , organization=

  80. [80]

    2020 , issn =

    Hogeon Seo and Seunghyeok Back and Seongju Lee and Deokhwan Park and Tae Kim and Kyoobin Lee , journal =. 2020 , issn =

Showing first 80 references.