FastSIR Algorithm: A Fast Algorithm for simulation of epidemic spread in large networks by using SIR compartment model
Nino Antulov-Fantulin, Alen Lancic, Hrvoje Stefancic, Mile Sikic

TL;DR
The paper introduces FastSIR, an efficient algorithm for simulating epidemic spread in large networks using the SIR model, which reduces average running time while accurately capturing infection dynamics.
Contribution
It presents the FastSIR algorithm with a novel approach to improve simulation speed and a recursive method for probability distribution calculation, outperforming the Naive SIR algorithm.
Findings
FastSIR has better average case running time than Naive SIR.
FastSIR accurately captures infection transfer dynamics.
Experimental results on five networks validate efficiency improvements.
Abstract
The epidemic spreading on arbitrary complex networks is studied in SIR (Susceptible Infected Recovered) compartment model. We propose our implementation of a Naive SIR algorithm for epidemic simulation spreading on networks that uses data structures efficiently to reduce running time. The Naive SIR algorithm models full epidemic dynamics and can be easily upgraded to parallel version. We also propose novel algorithm for epidemic simulation spreading on networks called the FastSIR algorithm that has better average case running time than the Naive SIR algorithm. The FastSIR algorithm uses novel approach to reduce average case running time by constant factor by using probability distributions of the number of infected nodes. Moreover, the FastSIR algorithm does not follow epidemic dynamics in time, but still captures all infection transfers. Furthermore, we also propose an efficient…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
