Finding Patient Zero via Low-Dimensional Geometric Embeddings
Researchers use Johnson-Lindenstrauss projections to embed contact networks into low-dimensional space for epidemic source detection.
Researchers Stefan Huber and Dominik Kaaser have developed a novel geometric approach to solving the critical epidemiological challenge of identifying 'Patient Zero'—the original source of an infection. Their method, detailed in the arXiv preprint 'Finding Patient Zero via Low-Dimensional Geometric Embeddings,' leverages computational geometry techniques to embed complex contact networks into low-dimensional Euclidean spaces using Johnson-Lindenstrauss projections. This compression allows the system to operate on significantly reduced data while maintaining the structural relationships essential for accurate source detection.
In their proposed framework, once the network is embedded, the infection source is estimated as the network node closest to the center of gravity of all known infected nodes. This geometric intuition transforms a complex combinatorial search problem into a more tractable spatial computation. The researchers validated their estimator through simulations on Erdős-Rényi random graphs, demonstrating that it achieves 'meaningful reconstruction accuracy' despite the inherent information loss from dimensionality reduction.
The work sits at the intersection of computational geometry (cs.CG) and social/information networks (cs.SI), offering a fresh perspective on epidemic modeling within the independent cascade framework. By reducing the computational and data storage burden, this approach could enable faster, more scalable outbreak source identification in real-world scenarios where complete contact tracing data is unavailable or too massive to process with conventional methods.
- Uses Johnson-Lindenstrauss projections to embed contact networks into low-dimensional Euclidean space
- Estimates Patient Zero as the node closest to the center of gravity of infected nodes in the embedded space
- Achieves meaningful accuracy on Erdős-Rényi graphs while operating on compressed network observations
Why It Matters
Enables faster, more scalable identification of outbreak origins using compressed data, crucial for real-time epidemic response.