LGAIFeb 11, 2025

NAROCE: A Neural Algorithmic Reasoner Framework for Online Complex Event Detection

arXiv:2502.07250v2h-index: 12
Originality Highly original
AI Analysis

This work addresses the problem of online complex event detection for applications such as smart cities and healthcare, providing an incremental solution.

The authors tackled the problem of detecting complex events in real-world tasks, achieving comparable performance with less than half the labeled data required by the strongest baseline. NAROCE outperforms the baseline in accuracy, generalization, and data efficiency.

Modern machine learning models excel at detecting individual actions, objects, or scene attributes from short, local observations. However, many real-world tasks, such as in smart cities and healthcare, require reasoning over complex events (CEs): (spatio)temporal, rule-governed patterns of short-term atomic events (AEs) that reflect high-level understanding and critical changes in the environment. These CEs are difficult to detect online: they are often rare, require long-range reasoning over noisy sensor data, must generalize rules beyond fixed-length traces, and suffer from limited real-world datasets due to the high annotation burden. We propose NAROCE, a Neural Algorithmic Reasoning framework for Online CE detection that separates the task into two stages: (i) learning CE rules from large-scale, low-cost pseudo AE concept traces generated by simulators or LLMs, and (ii) training an adapter to map real sensor data into the learned reasoning space using fewer labeled sensor samples. Experiments show that NAROCE outperforms the strongest baseline in accuracy, generalization to longer, unseen sequences, and data efficiency, achieving comparable performance with less than half the labeled data. These results suggest that decoupling CE rule learning from raw sensor inputs improves both data efficiency and robustness.

Foundations

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

Your Notes