CardioState-JEPA Learns Shared Cardiac Representation Across Modalities.
Key takeaways
- CardioState-JEPA creates a unified cardiac representation from ECG, PPG, and PCG.
- The model uses a delay aligner to handle temporal offsets between signals.
- It significantly improves performance on various cardiac diagnostic tasks.
- Multi-modal learning can reduce reliance on scarce synchronized and labeled medical data.
Who benefits
Summary
This paper introduces CardioState-JEPA, a cardiac foundation model that learns a single shared representation from ECG, PPG, and PCG signals using a physiology-aware joint-embedding predictive architecture. It leverages a learned delay aligner to handle temporal offsets and improves performance across 25 downstream cardiac tasks.
Why it matters
This breakthrough in multi-modal cardiac AI can lead to more accurate and comprehensive diagnostic tools, improving patient care and reducing reliance on extensive labeled datasets.
How to implement this in your domain
- 1Explore integrating multi-modal cardiac data (ECG, PPG, PCG) into existing diagnostic pipelines.
- 2Investigate the use of foundation models like CardioState-JEPA for developing new cardiac monitoring devices.
- 3Leverage the concept of delay-aware cross-modal learning for other physiological signal integration.
- 4Consider applying similar self-supervised learning approaches to medical data where labeled datasets are scarce.
Original post by Hamza Shafiq, Hung Manh Pham, Bin Zhu, Pan Zhou, Jun Hu, Aaqib Saeed
"arXiv:2608.12944v1 Announce Type: new Abstract: Electrocardiography (ECG), photoplethysmography (PPG), and phonocardiography (PCG) provide complementary views of the same cardiac cycle, yet existing cardiac foundation models are trained for a single sensing modality, leaving the…"
View on XOriginally posted by Hamza Shafiq, Hung Manh Pham, Bin Zhu, Pan Zhou, Jun Hu, Aaqib Saeed on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Research
FlowLOB Generates Realistic, Controllable Limit Order Books Efficiently
This paper introduces FlowLOB, a conditional flow-matching generator for Limit Order Book (LOB) trajectories that offers realistic market dynamics, efficient sampling, and controllable scenario generation, outperforming existing agent-based and deep generative simulators. FlowLOB achieves high fidelity with significantly fewer computational steps than diffusion models and transfers effectively to unseen instruments.
Auditing Reveals Bias in Neural Combinatorial Optimization Benchmarks
This paper audits test-time budget allocation in Neural Combinatorial Optimization (NCO) solvers, revealing that reported gains from non-uniform sampling often stem from "sampling luck" rather than true allocation benefits on in-distribution data. It proposes a correction procedure and demonstrates real gains under distribution shift, emphasizing the need for rigorous evaluation.
Diffusion Models Solve Mixed-Integer Optimization Problems Faster
This paper introduces Constrained Graph Diffusion (CGD), a novel learning-based approach that uses a graph-based generative diffusion model to approximately solve mixed-integer optimization problems (MIPs). CGD integrates a training-free feasibility projection operator into the diffusion process, significantly improving solution quality and feasibility while achieving substantial speedups over traditional numerical solvers.