Skip to content

Commit 6761884

Browse files
Merge pull request #16 from lunarmouse/main
UNC Charlotte COVID-19 R19 submission
2 parents b731452 + 0ee8833 commit 6761884

3 files changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
## Summary of results
2+
We observed substantial reduction in both hospitalization and death in scenario B-E, where early vaccination timing for all eligible individuals yielded the most significant reduction of both targets.
3+
There were approximately 20-30% reduction in hospitalization (using sceanrio A as the reference group), and approximately 10%-15% reduction of death. In general, deaths were more challenging to fit and calibrate.
4+
We also observed summer peaks in several states as well as the entire US, although not all states demonstrated the summer wave.
5+
6+
## Explanation of observed dynamics given model assumptions
7+
Early vaccination combined with broader coverage provided the most reduction in both hospitalization and death.
8+
9+
## Model assumptions: please describe:
10+
### Number/type of immune classes considered
11+
One immune class.
12+
13+
### Initial distribution of susceptibility (if available)
14+
N/A
15+
16+
### Initial variant characteristics (transmissibility of variants at t=0, and how uncertainty or non-identifiability was handled)
17+
N/A
18+
19+
### Details about calibration of immunity at t=0 (calibration period considered, assumptions about/fitting of past immune escape and waning immunity, is the same calibration process used for all scenarios?)
20+
Constant, continuous immune escape and waning was assumed, with 4-6 month uniformally distributed period.
21+
22+
### Details about modeling of immune escape after t=0 (including what is the level of immune escape considered, whether a stepwise or continuous escape was considered and how immune escape affects infection- and vaccine-induced immunity)
23+
Same as calibration period.
24+
25+
### Assumptions regarding waning immunity against infection and symptoms (including values used for the duration and level of protection against infection or symptomatic disease, whether a point estimate was used or a range, and distribution used)
26+
N/A
27+
28+
### Assumptions regarding waning immunity against severe disease (including whether immunity against severe disease, conditional on infection, is fixed vs declines over time; and if it wanes, specify how)
29+
N/A
30+
31+
### Assumptions regarding boosting effect from multiple infections
32+
N/A
33+
34+
### Is vaccination assumed to prevent infection and/or transmissibility?
35+
N/A
36+
37+
### Describe the process used to set or calibrate disease severity, ie P(hosp given current infection) and P(death given current infection) details. What are the datasets used for calibration of the death targets?
38+
N/A
39+
40+
### Describe seasonality implementation, e.g., whether seasonality varies by geography, what is the function used to model seasonal forcing, and which datasets are used to fit seasonal parameters
41+
A comosite seasonality force was imposed: annually, biannually, and monthly. The seasonality varied by state.
42+
43+
### What is the calibration period used to fit the model? How is the period of low reporting in hospitalization data in May-Nov 2024 handled?
44+
Two year period (2023-2025)/
45+
Low reporting in May-Nov 2024 was weighted by the preceding period in 2023.
46+
47+
### Details about modeling of age-specific outcomes, including assumptions on age-specific parameters (e.g., susceptibility, infection hospitalization risk or fatality risk, VE)
48+
Age-specific outcomes were handled directly in the data-driven long short term memory (LSTM) model by different model structures.
49+
50+
### Details about modeling of high-risk individuals, e.g., susceptibility and infection hospitalization risk or infection fatality risk, VE
51+
Implicitly handled in the LSTM model.
52+
53+
### Is empirical data on human mobility or contact patterns used in the model?
54+
No
55+
56+
### Is there a background level of non pharmaceutical interventions?
57+
No
58+
59+
### Is importation from other countries considered?
60+
No
61+
62+
### Other updates in model assumptions from previous rounds (e.g., demographic dynamics, immune escape, severity)
63+
No

model-metadata/UNCC-Hierbin.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
team_name: "UNC Charlotte"
2+
team_abbr: "UNCC"
3+
model_name: "Hierbin Hybrid"
4+
model_abbr: "Hierbin"
5+
model_contributors: [
6+
{
7+
"name": "Shi Chen",
8+
"affiliation": "UNC Charlotte",
9+
"email": "schen56@charlotte.edu"
10+
},
11+
{
12+
"name": "Daniel Janies",
13+
"affiliation": "UNC Charlotte",
14+
"email": "djanies@charlotte.edu"
15+
},
16+
{
17+
"name": "Rajib Paul",
18+
"affiliation": "UNC Charlotte",
19+
"email": "rpaul9@charlotte.edu"
20+
}
21+
]
22+
license: "mit"
23+
methods: "We applied a data driven deep learning model to simulate scenario A as the baseline scenario for both hospitalization and death. Then a mechanistic model is applied to further simulate scenarios B through E."
24+
methods_long: "We first used two years historical data (2023-2025) to fit a long short term memory (LSTM) deep learning model. Then we simulated for another year (52 weeks horizon) and calibrated it to the latest data, as the baseline scenario A. Once curves in scenario A was achieved, we further simulated hospitalization and death reduction via vaccination, as well as waning immuity and other important mechanisms. In each scenario, 1,000 simulations were applied, with a randomly selected 100 sample was retrieved to generate the final dataset."
25+
model_version: "1.0"
26+
website_url: "NA"
27+
team_funding: "MIDASUP-05"
28+
data_inputs: "Prescribed by the SMH coordination team. No additional data inputs are used in the COVID-19 R19 work."
29+
citation: "Chen, S.*, Janies, D., Paul, R., and Thill, J-C. 2024. Leveraging advances in data-driven methods for epidemic modeling. Epidemics, 48, 100782."
5.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)