通过建模多人时空行为关系,发现家庭成员异常分离等集体异常
CoBAD: Modeling Collective Behaviors for Human Mobility Anomaly Detection
- 构建共现事件图,用双阶段注意力捕捉个体与群体互动模式
- 在真实数据上检测到13%-18%的AUCROC提升,70%的AUCPR提升
- 适合城市安全、应急响应等需识别群体异常行为的场景
人类移动异常检测对公共安全和城市规划至关重要。传统方法多关注个体行为异常(如孩子夜间应在家),而集体异常检测旨在识别跨个体的异常行为模式(如孩子独自在家而父母在别处),该方向仍属研究空白。与个体异常不同,集体异常需建模个体间的时空依赖关系,复杂度更高。为此,本文提出CoBAD模型,用于捕捉集体行为以实现人类移动异常检测。首先将问题建模为基于共现事件序列(CES)的无监督学习任务,其中CES表示相关个体的事件序列;CoBAD采用双阶段注意力机制,同时建模个体移动模式与多主体间交互。通过掩码事件与链接重建任务在大规模集体行为数据上预训练,可有效检测两类集体异常:意外共现异常和缺失异常(后者此前被严重忽视)。在大规模移动数据集上的实验表明,CoBAD显著优于现有基线,在AUCROC上提升13%-18%,在AUCPR上提升19%-70%。所有源代码已开源。
原文摘要 · Abstract (English)
Detecting anomalies in human mobility is essential for applications such as public safety and urban planning. While traditional anomaly detection methods primarily focus on individual movement patterns (e.g., a child should stay at home at night), collective anomaly detection aims to identify irregularities in collective mobility behaviors across individuals (e.g., a child is at home alone while the parents are elsewhere) and remains an underexplored challenge. Unlike individual anomalies, collective anomalies require modeling spatiotemporal dependencies between individuals, introducing additional complexity. To address this gap, we propose CoBAD, a novel model designed to capture Collective Behaviors for human mobility Anomaly Detection. We first formulate the problem as unsupervised learning over Collective Event Sequences (CES) with a co-occurrence event graph, where CES represents the event sequences of related individuals. CoBAD then employs a two-stage attention mechanism to model both the individual mobility patterns and the interactions across multiple individuals. Pre-trained on large-scale collective behavior data through masked event and link reconstruction tasks, CoBAD is able to detect two types of collective anomalies: unexpected co-occurrence anomalies and absence anomalies, the latter of which has been largely overlooked in prior work. Extensive experiments on large-scale mobility datasets demonstrate that CoBAD significantly outperforms existing anomaly detection baselines, achieving an improvement of 13%-18% in AUCROC and 19%-70% in AUCPR. All source code is available at https://github.com/wenhaomin/CoBAD.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。