← Back to feed
2026-07-01datascaling

A Lightweight Self-Supervised Learning Framework for Multivariate Time Series using Hierarchical-JEPA on ECG Data

Siwon Kim

PDF preview for A Lightweight Self-Supervised Learning Framework for Multivariate Time Series using Hierarchical-JEPA on ECG Data
Read on arXiv →

Key claim

ER-JEPA achieves state-of-the-art ECG analysis with SSL.

In plain English

Imagine you're trying to analyze heart activity from ECG data, but you only have a small set of labeled examples to work with. This is a common issue in medical data analysis, where collecting labeled data can be expensive and time-consuming. Typically, researchers might resort to traditional supervised learning methods, but these often struggle when the labeled data is scarce, leading to poor performance and overfitting on the limited examples. This is what's called the data scarcity problem.

To tackle this, self-supervised learning (SSL) has emerged as a powerful approach. SSL allows models to learn from large amounts of unannotated data, which is particularly useful in fields like ECG analysis where labeled data is limited. However, existing SSL methods may not fully leverage the unique characteristics of multivariate time series data, which can lead to suboptimal performance.

This paper introduces a new framework called the Event Reconstruction Joint-Embedding Predictive Architecture (ER-JEPA). The idea is to create a two-stage process that first builds representations for each time interval of the ECG data and then processes these representations as a univariate time series. By integrating two Joint-Embedding Predictive Architectures in a hierarchical manner, ER-JEPA captures multiple levels of abstraction, enhancing its predictive capabilities. The model is pretrained on a substantial dataset of ECG recordings and achieves state-of-the-art results on the ST-MEM benchmark, all while being lightweight and efficient.

In practical terms, this means that if you're working on ECG analysis, ER-JEPA could significantly improve your model's performance without requiring extensive computational resources or large amounts of labeled data. It represents a meaningful advancement in how we can utilize self-supervised learning for complex medical tasks.

Novelty
8.0/10

The framework introduces a new hierarchical structure for self-supervised learning in ECG analysis, extending existing methods.

Reliability
8.0/10

The study reports strong performance on a benchmark with a large dataset, supporting its claims effectively.

Deep reliability assessment

The methodology supports the claim that ER-JEPA achieves state-of-the-art performance on ECG data by leveraging hierarchical representation learning. However, the paper may overclaim the generalizability of these results to other domains without further validation.

Reproducibility

No open source code or dataset URL is mentioned in the paper.

Key figure

Figure 1 likely illustrates the hierarchical structure of the ER-JEPA model, showing the integration of two Joint-Embedding Predictive Architectures (JEPAs) and the Vision Transformer (ViT) backbone.

Benchmark results

CPSC2018macro AUC: 0.981vs 1D-JEPA+0.002SOTA
PTB-XLmacro AUC: 0.943vs 1D-JEPA+0.008SOTA