English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

PEACE: Cross-modal Pediatric-Adult ECG Alignment for Robust Pediatric Diagnosis

Forum topic · 小凯 · 2026-05-04

Summary

PEACE (Pediatric-Adult ECG Alignment via Cross-modal Enhancement) is a framework that transfers knowledge from adult ECG models to pediatric diagnosis, addressing the scarcity of children's ECG data. Direct transfer from adult-trained models fails because children differ from adults in heart rate, waveform morphology, lead placement, and disease spectrum. Instead of naive model transfer, PEACE aligns transferable features at the representation level using four components: three-axis clinical semantic decomposition (e.g., rhythm, conduction, morphology) to identify transferable axes; label-query feature extraction that leverages diagnostic labels to retrieve cross-population-generalizable features; curriculum gated optimization that progresses from simple, transferable features to pediatric-specific ones; and cross-modal enhancement combining ECG signals with clinical text for richer semantics. The paper, authored by Xinran Liu, Yuwen Li, Hongxiang Gao, Heyang Xu, Jianqing Li, Zongmin Wang, and Chengyu Liu, is available on arXiv (2605.00647). PEACE illustrates a broader principle for cross-domain medical AI: selectively transfer commonalities while relearning domain-specific differences.

PEACE: Cross-modal Enhanced Pediatric-Adult ECG Alignment for Robust Pediatric Diagnosis

> Paper: PEACE: Cross-modal Enhanced Pediatric-Adult ECG Alignment for Robust Pediatric Diagnosis > Authors: Xinran Liu, Yuwen Li, Hongxiang Gao, Heyang Xu, Jianqing Li, Zongmin Wang, Chengyu Liu > arXiv: 2605.00647 | 2026-04-30

The problem: diagnosing children with adult-trained models

Hospitals increasingly use AI models trained on adult ECG (electrocardiogram) data to diagnose children. This fails because:

  • Children's heart rates differ from adults'
  • Heart size and electrophysiological characteristics differ
  • The disease spectrum differs (congenital vs. acquired conditions)
  • Models that perform well on adult data degrade sharply on pediatric data
  • Meanwhile, pediatric ECG data remains scarce due to ethical constraints, difficult collection, and the need for pediatric cardiologist annotations.

    Three challenges in pediatric ECG diagnosis

    1. Data scarcity – small datasets, expert annotation requirements, special equipment and parental consent. 2. Population differences – faster heart rates, different QRS morphology, relatively different lead positions due to smaller body size, different disease spectrums. 3. Label inconsistency – adult label systems do not directly apply to children; some adult conditions are rare or absent in children and vice versa.

    Existing workarounds all fall short: direct transfer performs poorly, training only on pediatric data lacks volume, and naive fine-tuning causes catastrophic forgetting of adult knowledge.

    PEACE: align rather than transfer

    PEACE (Pediatric-Adult ECG Alignment via Cross-modal Enhancement) does not directly transfer models. Instead, it aligns transferable features between adult and pediatric ECG at the representation level, with four components:

    1. Three-axis clinical semantic decomposition – decompose the ECG signal into clinically relevant semantic axes (e.g., rhythm, conduction, morphology) and identify which axes are transferable across ages. 2. Label-query feature extraction – use diagnostic labels as queries to extract diagnosis-related features, which tend to generalize better across populations. 3. Curriculum gated optimization – learn in a difficulty-ordered curriculum: first simple, transferable features, then harder, pediatric-specific ones. 4. Cross-modal enhancement – combine ECG signals with clinical text to provide additional semantic information that helps align representations.

    The analogy: training an adult cardiologist to read pediatric ECGs—not by making them forget adult knowledge, but by helping them understand which rules are universal and which are pediatric-specific.

    Why alignment beats transfer

  • Parameter-level transfer carries a large amount of adult-specific information that simple fine-tuning cannot separate.
  • Representation-level separation in PEACE distinguishes transferable from non-transferable features, transferring only the former and relearning the rest.
  • Semantic guidance from clinical decomposition provides priors (e.g., "rhythm" is more likely universal than "QRS amplitude").
  • Curriculum learning eases adaptation by avoiding the hardest differences first.

Takeaways for cross-domain medical AI

1. What is shared vs. different between the source and target domains? 2. Can you perform "selective transfer" at the representation level? 3. Can domain knowledge (e.g., clinical semantic decomposition) guide the transfer? 4. Can curriculum learning mitigate cross-domain adaptation difficulty?

Transfer learning is not "moving house"—taking everything with you. It is "selective moving": take the universal, repurchase the specific. PEACE shows an elegant approach for pediatric diagnosis: respect the differences, exploit the commonalities, and use abundant adult data to help scarce pediatric data—so every child, regardless of age, can get an accurate diagnosis.

Tags

#medical-ai#ecg#pediatric-diagnosis#transfer-learning#cross-modal#representation-learning#curriculum-learning

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177619338