Paper List
-
MCP-AI: Protocol-Driven Intelligence Framework for Autonomous Reasoning in Healthcare
This paper addresses the critical gap in healthcare AI systems that lack contextual reasoning, long-term state management, and verifiable workflows by...
-
Model Gateway: Model Management Platform for Model-Driven Drug Discovery
This paper addresses the critical bottleneck of fragmented, ad-hoc model management in pharmaceutical research by providing a centralized, scalable ML...
-
Tree Thinking in the Genomic Era: Unifying Models Across Cells, Populations, and Species
This paper addresses the fragmentation of tree-based inference methods across biological scales by identifying shared algorithmic principles and stati...
-
SSDLabeler: Realistic semi-synthetic data generation for multi-label artifact classification in EEG
This paper addresses the core challenge of training robust multi-label EEG artifact classifiers by overcoming the scarcity and limited diversity of ma...
-
Decoding Selective Auditory Attention to Musical Elements in Ecologically Valid Music Listening
This paper addresses the core challenge of objectively quantifying listeners' selective attention to specific musical components (e.g., vocals, drums,...
-
Physics-Guided Surrogate Modeling for Machine Learning–Driven DLD Design Optimization
This paper addresses the core bottleneck of translating microfluidic DLD devices from research prototypes to clinical applications by replacing weeks-...
-
Mechanistic Interpretability of Antibody Language Models Using SAEs
This work addresses the core challenge of achieving both interpretability and controllable generation in domain-specific protein language models, spec...
-
Fluctuating Environments Favor Extreme Dormancy Strategies and Penalize Intermediate Ones
This paper addresses the core challenge of determining how organisms should tune dormancy duration to match the temporal autocorrelation of their envi...
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.