AILGAPJun 13, 2014

EigenEvent: An Algorithm for Event Detection from Complex Data Streams in Syndromic Surveillance

arXiv:1406.3496v117 citations
Originality Incremental advance
AI Analysis

This work addresses early disease outbreak detection for public health systems, offering an incremental improvement over existing methods.

The authors tackled the problem of high false alarm rates in event detection for syndromic surveillance by proposing EigenEvent, which tracks changes in data correlation structure using eigenspace techniques, resulting in better overall performance compared to the state-of-the-art WSARE method, particularly in reducing false alarm rates.

Syndromic surveillance systems continuously monitor multiple pre-diagnostic daily streams of indicators from different regions with the aim of early detection of disease outbreaks. The main objective of these systems is to detect outbreaks hours or days before the clinical and laboratory confirmation. The type of data that is being generated via these systems is usually multivariate and seasonal with spatial and temporal dimensions. The algorithm What's Strange About Recent Events (WSARE) is the state-of-the-art method for such problems. It exhaustively searches for contrast sets in the multivariate data and signals an alarm when find statistically significant rules. This bottom-up approach presents a much lower detection delay comparing the existing top-down approaches. However, WSARE is very sensitive to the small-scale changes and subsequently comes with a relatively high rate of false alarms. We propose a new approach called EigenEvent that is neither fully top-down nor bottom-up. In this method, we instead of top-down or bottom-up search, track changes in data correlation structure via eigenspace techniques. This new methodology enables us to detect both overall changes (via eigenvalue) and dimension-level changes (via eigenvectors). Experimental results on hundred sets of benchmark data reveals that EigenEvent presents a better overall performance comparing state-of-the-art, in particular in terms of the false alarm rate.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes