paper-with-me

Papers

MC2SleepNet: Multi-modal Cross-masking with Contrastive Learning for Sleep Stage Classification

2025-02-13 · Younghoon Na, Hyun Keun Ahn, Hyun-Kyung Lee, Yoongeol Lee, Seung Hun Oh, Hongkwon Kim, Jeong-Gun Lee

Sleep profoundly affects our health, and sleep deficiency or disorders can cause physical and mental problems. Despite significant findings from previous studies, challenges persist in optimizing deep learning models, especially in multi-modal learning for high-accuracy sleep stage classification. Our research introduces MC2SleepNet (Multi-modal Cross-masking with Contrastive learning for Sleep stage classification Network). It aims to facilitate the effective collaboration between Convolutional Neural Networks (CNNs) and Transformer architectures for multi-modal training with the help of contrastive learning and cross-masking. Raw single channel EEG signals and corresponding spectrogram data provide differently characterized modalities for multi-modal learning. Our MC2SleepNet has achieved state-of-the-art performance with an accuracy of both 84.6% on the SleepEDF-78 and 88.6% accuracy on the Sleep Heart Health Study (SHHS). These results demonstrate the effective generalization of our proposed network across both small and large datasets.

📄 PDF Abstract BibTeX arXiv:2502.17470

Code (1)

younghoonNa/MC2SleepNet 공식 구현 pytorch

Tasks

Contrastive LearningEEGSleep Stage Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Toward Foundational Model for Sleep Analysis Using a Multimodal Hybrid Self-Supervised Learning Framework

2025-02-18 · Cheol-Hui Lee, Hakseung Kim, Byung C. Yoon, Dong-Joo Kim

Sleep is essential for maintaining human health and quality of life. Analyzing physiological signals during sleep is critical in assessing sleep quality and diagnosing sleep disorders. However, manual diagnoses by clinic…

Contrastive LearningDiagnosticEEGElectroencephalogram (EEG)+6

ULW-SleepNet: An Ultra-Lightweight Network for Multimodal Sleep Stage Scoring

2026-02-27 · Zhaowen Wang, Dongdong Zhou, Qi Xu, Fengyu Cong 외 arxiv

Automatic sleep stage scoring is crucial for the diagnosis and treatment of sleep disorders. Although deep learning models have advanced the field, many existing models are computationally demanding and designed for sing…

SalientSleepNet: Multimodal Salient Wave Detection Network for Sleep Staging

2021-05-24 · Ziyu Jia, Youfang Lin, Jing Wang, Xuehui Wang 외

Sleep staging is fundamental for sleep assessment and disease diagnosis. Although previous attempts to classify sleep stages have achieved high classification performance, several challenges remain open: 1) How to effect…

object-detectionObject DetectionSalient Object DetectionSleep Staging

InfMasking: Unleashing Synergistic Information by Contrastive Multimodal Interactions

2025-09-28 · Liangjian Wen, Qun Dai, Jianzhuang Liu, Jiangtao Zheng 외 arxiv

In multimodal representation learning, synergistic interactions between modalities not only provide complementary information but also create unique outcomes through specific interaction patterns that no single modality …

Representation LearningInformation Extraction

A Conflict-aware Evidential Framework for Reliable Sleep Stage Classification

2026-05-16 · Yunzhi Tian, Dekui Wang, Qirong Bu, Wei Zhou 외 arxiv

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 rea…