Paper List
-
STAR-GO: Improving Protein Function Prediction by Learning to Hierarchically Integrate Ontology-Informed Semantic Embeddings
This paper addresses the core challenge of generalizing protein function prediction to unseen or newly introduced Gene Ontology (GO) terms by overcomi...
-
Incorporating indel channels into average-case analysis of seed-chain-extend
This paper addresses the core pain point of bridging the theoretical gap for the widely used seed-chain-extend heuristic by providing the first rigoro...
-
Competition, stability, and functionality in excitatory-inhibitory neural circuits
This paper addresses the core challenge of extending interpretable energy-based frameworks to biologically realistic asymmetric neural networks, where...
-
Enhancing Clinical Note Generation with ICD-10, Clinical Ontology Knowledge Graphs, and Chain-of-Thought Prompting Using GPT-4
This paper addresses the core challenge of generating accurate and clinically relevant patient notes from sparse inputs (ICD codes and basic demograph...
-
Learning From Limited Data and Feedback for Cell Culture Process Monitoring: A Comparative Study
This paper addresses the core challenge of developing accurate real-time bioprocess monitoring soft sensors under severe data constraints: limited his...
-
Cell-cell communication inference and analysis: biological mechanisms, computational approaches, and future opportunities
This review addresses the critical need for a systematic framework to navigate the rapidly expanding landscape of computational methods for inferring ...
-
Generating a Contact Matrix for Aged Care Settings in Australia: an agent-based model study
This study addresses the critical gap in understanding heterogeneous contact patterns within aged care facilities, where existing population-level con...
-
Emergent Spatiotemporal Dynamics in Large-Scale Brain Networks with Next Generation Neural Mass Models
This work addresses the core challenge of understanding how complex, brain-wide spatiotemporal patterns emerge from the interaction of biophysically d...
Bayesian Inference in Epidemic Modelling: A Beginner’s Guide Illustrated with the SIR Model
PhD Mathematics
30秒速读
IN SHORT: This guide addresses the core challenge of estimating uncertain epidemiological parameters (like transmission and recovery rates) from noisy, real-world outbreak data by providing a clear, applied pathway using Bayesian inference and MCMC.
核心创新
- Methodology Presents an integrated, pedagogical pipeline from the SIR ODE model through Bayesian likelihood formulation to practical MCMC implementation, demystifying the process for beginners.
- Methodology Explicitly connects the Gaussian noise assumption in the likelihood to the common least-squares fitting approach, framing Bayesian inference as its natural probabilistic extension with uncertainty quantification.
- Theory Emphasizes the interpretative power of the full posterior distribution and credible intervals over single point estimates, highlighting this as the key advantage for decision-making under uncertainty.
主要结论
- In a synthetic example with true parameters β=0.3, γ=0.1 (R0=3.0), MCMC recovered posterior means of β=0.300 (std 0.002) and γ=0.102 (std 0.001), demonstrating accurate and precise inference.
- The posterior distribution for R0 was estimated as 2.95 with a standard deviation of 0.03, showing the method successfully quantifies uncertainty in this critical epidemiological metric.
- The framework successfully separates the roles of individual parameters β and γ, showing that different pairs can yield the same R0 but produce distinct epidemic curve shapes (e.g., peak sharpness), which point estimates alone would miss.
摘要: This guide provides a beginner-friendly introduction to Bayesian inference in the context of epidemic modeling, using the classic Susceptible-Infected-Recovered (SIR) model as a working example. It covers the mathematical setup of the SIR ordinary differential equations, the formulation of the Bayesian inference problem (likelihood and prior specification), and the implementation of Markov Chain Monte Carlo (MCMC) via the Metropolis-Hastings algorithm to estimate transmission (β) and recovery (γ) rates from noisy outbreak data. The tutorial emphasizes the conceptual advantages of the Bayesian framework—which provides full posterior distributions quantifying parameter uncertainty—over frequentist point estimates, and walks through a complete synthetic example with results and interpretation.