paper-with-me

홈 › Papers

Medformer: A Multi-Granularity Patching Transformer for Medical Time-Series Classification

2024-05-24 · Yihe Wang, Nan Huang, Taida Li, Yujun Yan, Xiang Zhang

Medical time series (MedTS) data, such as Electroencephalography (EEG) and Electrocardiography (ECG), play a crucial role in healthcare, such as diagnosing brain and heart diseases. Existing methods for MedTS classification primarily rely on handcrafted biomarkers extraction and CNN-based models, with limited exploration of transformer-based models. In this paper, we introduce Medformer, a multi-granularity patching transformer tailored specifically for MedTS classification. Our method incorporates three novel mechanisms to leverage the unique characteristics of MedTS: cross-channel patching to leverage inter-channel correlations, multi-granularity embedding for capturing features at different scales, and two-stage (intra- and inter-granularity) multi-granularity self-attention for learning features and correlations within and among granularities. We conduct extensive experiments on five public datasets under both subject-dependent and challenging subject-independent setups. Results demonstrate Medformer's superiority over 10 baselines, achieving top averaged ranking across five datasets on all six evaluation metrics. These findings underscore the significant impact of our method on healthcare applications, such as diagnosing Myocardial Infarction, Alzheimer's, and Parkinson's disease. We release the source code at https://github.com/DL4mHealth/Medformer.

📄 PDF Abstract BibTeX arXiv:2405.19363

Code (2)

dl4mhealth/medformer 공식 구현 pytorch
dl4mhealth/medts_evaluation pytorch

Tasks

EEGElectrocardiography (ECG)Time SeriesTime Series Classification

Methods 이 논문이 사용한 방법론

Patching Activation patching studies the model's computation by altering its latent representations, the token embeddings in transformer-based language models, during the inference process

Similar Papers 제목 키워드 기반

Cardioformer: Advancing AI in ECG Analysis with Multi-Granularity Patching and ResNet

2025-05-08 · Md Kamrujjaman Mobin, Md Saiful Islam, Sadik Al Barid, Md Masum

Electrocardiogram (ECG) classification is crucial for automated cardiac disease diagnosis, yet existing methods often struggle to capture local morphological details and long-range temporal dependencies simultaneously. T…

ECG Classification

MedFormer: Hierarchical Medical Vision Transformer with Content-Aware Dual Sparse Selection Attention

2025-07-03 · Zunhui Xia, Hongxing Li, Libin Lan arxiv

Medical image recognition serves as a key way to aid in clinical diagnosis, enabling more accurate and timely identification of diseases and abnormalities. Vision transformer-based approaches have proven effective in han…

Computational EfficiencySemantic SegmentationImage Classification

A Data-scalable Transformer for Medical Image Segmentation: Architecture, Model Efficiency, and Benchmark

2022-02-28 · Yunhe Gao, Mu Zhou, Di Liu, Zhennan Yan 외

Transformers have demonstrated remarkable performance in natural language processing and computer vision. However, existing vision Transformers struggle to learn from limited medical data and are unable to generalize on …

Image SegmentationInductive BiasMedical Image SegmentationSegmentation+1

RoMedFormer: A Rotary-Embedding Transformer Foundation Model for 3D Genito-Pelvic Structure Segmentation in MRI and CT

2025-03-18 · Yuheng Li, Mingzhe Hu, Richard L. J. Qiu, Maria Thor 외

Deep learning-based segmentation of genito-pelvic structures in MRI and CT is crucial for applications such as radiation therapy, surgical planning, and disease diagnosis. However, existing segmentation models often stru…

Image SegmentationMedical Image SegmentationSegmentationSelf-Supervised Learning+1

MedFormer-UR: Uncertainty-Routed Transformer for Medical Image Classification

2026-04-10 · Mohammed Maaz Sibhai, Abedalrhman Alkhateeb, Saad B. Ahmed arxiv

To ensure safe clinical integration, deep learning models must provide more than just high accuracy; they require dependable uncertainty quantification. While current Medical Vision Transformers perform well, they freque…

Medical Image Classification