arXiv:2510.12686cs.LG2025-10被引 1

用少量标注数据实现长途客车异常停靠的精准检测

Few Shot Semi-Supervised Learning for Abnormal Stop Detection from Sparse GPS Trajectories

  • 基于时空密度自适应分割轨迹,提取异常停靠特征
  • 仅用10个标注样本即达AUC 0.854、AP 0.866
  • 适合交通监管、智能运维等场景使用

城际客车异常停靠检测对保障乘客安全、运营可靠性和合规性至关重要。但两个关键挑战制约了检测效果:GPS轨迹稀疏导致短时或非法停靠难以识别,以及标注数据有限限制监督学习。现有方法常假设轨迹密集或运动模式规则,适用性受限。为此,提出稀疏感知分割(SAS)方法,根据局部时空密度自适应定义轨迹段边界;在此基础上设计三个领域特定指标捕捉异常停靠行为。为缓解稀疏性影响,引入局部时序指标引导调整(LTIGA),通过局部相似性图平滑指标。构建时空图,每个段为节点,以LTIGA优化特征为基础,采用标签传播扩展弱监督,再通过图卷积网络学习关系模式。最后加入自训练模块,利用高置信伪标签迭代优化预测。在真实客车数据集上实验显示,仅用10个标注样本即达AUC 0.854、AP 0.866,优于现有方法。代码与数据集已公开于https://github.com/pangjunbiao/Abnormal-Stop-Detection-SSL.git。

原文摘要 · Abstract (English)

Abnormal stop detection (ASD) in intercity coach transportation is critical for ensuring passenger safety, operational reliability, and regulatory compliance. However, two key challenges hinder ASD effectiveness: sparse GPS trajectories, which obscure short or unauthorized stops, and limited labeled data, which restricts supervised learning. Existing methods often assume dense sampling or regular movement patterns, limiting their applicability. To address data sparsity, we propose a Sparsity-Aware Segmentation (SAS) method that adaptively defines segment boundaries based on local spatial-temporal density. Building upon these segments, we introduce three domain-specific indicators to capture abnormal stop behaviors. To further mitigate the impact of sparsity, we develop Locally Temporal-Indicator Guided Adjustment (LTIGA), which smooths these indicators via local similarity graphs. To overcome label scarcity, we construct a spatial-temporal graph where each segment is a node with LTIGA-refined features. We apply label propagation to expand weak supervision across the graph, followed by a GCN to learn relational patterns. A final self-training module incorporates high-confidence pseudo-labels to iteratively improve predictions. Experiments on real-world coach data show an AUC of 0.854 and AP of 0.866 using only 10 labeled instances, outperforming prior methods. The code and dataset are publicly available at \href{https://github.com/pangjunbiao/Abnormal-Stop-Detection-SSL.git}

异常检测少样本学习轨迹分析

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。