Imagine you have a friend who always hums the same tune, but the tempo changes when they jog and the key drifts slightly every few months. Could you still recognize the song? That is the core question this paper asks about hearts. Every person's ECG has idiosyncratic morphological features — the shape of the QRS complex, the T-wave tilt, tiny timing quirks — that function like a biometric fingerprint. Prior work demonstrated this works well in controlled conditions: sit still, record once, match later. But nobody had seriously tested whether the signature holds up when the heart is hammering at peak exercise AND across recording sessions separated by weeks or months. The committed claim: a Siamese ResNet with late multi-lead fusion can identify individuals from ECG data even under combined exercise-induced physiological stress and cross-session temporal drift, achieving an intra-session rest-to-peak equal error rate of 1.7% and a state-of-the-art 3.9% EER on the public CYBHi cross-session benchmark. This is genuinely the first extensive assessment under both variability axes simultaneously, not just one at a time. The architecture is a Siamese network built on ResNet backbones — the standard metric-learning setup where two ECG segments are embedded and compared by distance. The twist is late multi-lead fusion: rather than concatenating leads early or averaging embeddings, the model processes each lead independently through shared-weight ResNet branches and fuses representations only at the final layers. This preserves lead-specific morphological detail that early fusion tends to smear. The training corpus comes from cardiopulmonary exercise tests (CPETs), which naturally provide the full rest-to-peak continuum per subject — a much richer training signal than typical resting-only ECG datasets. On the ladder: the 3.9% EER on CYBHi is claimed as state-of-the-art for cross-session ECG biometrics. CYBHi is a recognized public benchmark with recordings separated by months, so this is not a toy comparison. The 1.7% intra-session rest-to-peak number is harder to benchmark because few prior systems even attempted exercise-condition identification — the absence of comparators is itself the point. The paper is filling a gap rather than incrementally beating a crowded leaderboard. Integrity is reasonable but not airtight. The CPET dataset appears to be a proprietary clinical dataset (not publicly released), which means independent replication requires either negotiating data access or finding an equivalent exercise-test corpus. Evaluation on CYBHi provides the public-benchmark anchor, but the headline 1.7% number comes from the private data. No pre-registration. The evaluation protocol is described as exercise-and-time-aware, which is good design practice, but the details of how impostor pairs were constructed matter a lot for EER calculations and would need scrutiny. The milestone question is practical: ECG biometrics under real-world noise — motion artifacts from wearables, electrode drift during long-term monitoring, adversarial spoofing. The jump from clinical-grade 12-lead CPETs to single-lead wrist or chest-strap recordings is enormous. If this approach can reach sub-5% EER on consumer wearable data during exercise, it unlocks continuous authentication for health devices and clinical data security. That is probably 2-4 years out, contingent on wearable signal quality and dataset availability. The obvious successor experiment is validation on consumer wearable ECG data — Apple Watch single-lead, or Polar chest-strap signals — during uncontrolled free-living exercise. The authors almost certainly did not have access to a labeled wearable dataset with both cross-session recordings and exercise-intensity annotations. This is a data-access problem, not a compute problem. A secondary gap: adversarial robustness testing, where someone deliberately tries to spoof another person's cardiac signature through pacing or pharmacological manipulation. That experiment is harder to run for ethical and logistical reasons, but it is the elephant in the room for any biometric security claim.