Apr 27, 2026
Multi Stream Trajectory Scoring Pandemic Detection System
Alex Cheng, Dario Panerati
Symphonon is a pandemic early warning system that detects epidemic onset by scoring the directional consistency of surveillance signals rather than their absolute magnitude. Instead of asking "is this signal unusually high?", it asks "has this signal been consistently rising across recent weeks?" — a trajectory score bounded between 0 and 1.
The authors propose their method as an upgrade to a rolling z-score, but don't provide evidence that this is an active practice among disease surveillance organizations, who generally do more sophisticated things here. The methods seem thin and brittle, with seemingly arbritary per-pathogen parameter choices. Validation does not come across as convincing.
A pandemic early warning system that detects epidemic onset by tracking whether surveillance signals are consistently trending upward, rather than waiting for them to cross a magnitude threshold. Fuses multiple data streams (wastewater, cases, deaths, excess mortality, syndromic surveillance) with quality weighting and adaptive thresholds. Tested retrospectively on COVID (321 weeks) and flu (914 weeks).
Why it matters: The concept is reasonable that epidemic signals are non-stationary and z-score-based detection assumes stable baselines that rarely hold during pandemics. Scoring directional consistency could provide earlier warning for gradual-onset events, and the 4–6 week early warning on gradual flu seasons demonstrates this.
What's strong: Uses real retrospective data, avoids future leakage, documents negative results honestly. The quality weighting (automatically downweighting unreliable signals) is a practical feature. The limitations section is the paper's strongest part detailing eight specific, self-critical points including "engineering, not theoretical."
What's missing: The results don't support the early-warning claim. For COVID, the system caught one of five waves and detected it later than the baseline. For flu, results are mixed. The inability to detect abrupt-onset events (H1N1 2009, BA.5) is fundamental (those are exactly the scenarios where early warning matters most). The baseline comparison is against a simple z-score; comparison to established surveillance methods (Farrington-Noufaily, ensemble nowcasts) is absent. Parameters are hardcoded without sensitivity analysis. Connection to AI-biosecurity specifically is thin.
I appreciate how concise and candid this project's presentation is; it doesn't try to oversell, is honest about the limitations, and clearly explains what was contributed in the context of prior work.
The biggest methodological issue I see here is the hand-chosen parameters. It seems to me like this creates room for the output to influence the parameter choice in a way that would essentially be overfitting, so it's difficult to know without further context whether this actually did outperform the z score baseline. This makes me a little sus of the validation, which ultimately seems too narrow to say much about how good the system would be elsewhere. We can only really see that it works in a few cases, where the parameters are hand-picked for each pathogen.
There's a fair amount of complexity accumulating in the math that's not obviously justified to me i.e. I'd like to see some reasoning on why this would outperform a simpler system.
General comment on impact: I think this kind of system is mostly useful for pretty slow outbreaks where there's a lot of time to respond to data and act (e.g. it takes weeks to get sustained movement of each indicator in the same direction), which significantly undercuts its usefulness for early-warning. The write-up does allude to this some, but it seems like this is not useful by construction in the situations you'd most want early warning. Even if it was tested on a bunch of data and found to be reliable, I doubt it'd ever be fast enough to be better than existing syndromic surveillance.
Cite this work
@misc {
title={
(HckPrj) Multi Stream Trajectory Scoring Pandemic Detection System
},
author={
Alex Cheng, Dario Panerati
},
date={
4/27/26
},
organization={Apart Research},
note={Research submission to the research sprint hosted by Apart.},
howpublished={https://apartresearch.com}
}


