吉林大学学报(理学版) ›› 2026, Vol. 64 ›› Issue (4): 859-0870.

• • 上一篇    下一篇

面向流数据的θ-近似离群点检测算法

蒋明沅1, 樊润东2, 张鑫2, 朱睿1, 张安珍1   

  1. 1. 沈阳航空航天大学 计算机学院, 沈阳 110136; 2. 沈阳飞机工业(集团)有限公司, 沈阳 110850
  • 收稿日期:2025-04-23 出版日期:2026-07-26 发布日期:2026-07-26
  • 通讯作者: 朱睿 E-mail: zhurui@sau.edu.cn

θ-Approximate Outlier Detection Algorithm over Data Stream

Jiang Mingyuan1, Fan Rundong2, Zhang Xin2, Zhu Rui1, Zhang Anzhen1   

  1. 1. School of Computer Science, Shenyang Aerospace University, Shenyang 110136, China;2. Shenyang Aircraft Corporation, Shenyang 110850, China
  • Received:2025-04-23 Online:2026-07-26 Published:2026-07-26

摘要: 针对高速流数据环境下基于距离的离群点检测很难在有效时间内完成实时处理的问题, 提出一种面向流数据的θ-近似离群点检测算法. 该算法以对象分布的局部均匀性为基础, 通过构建局部均匀分布概要结构, 识别并维护满足近似均匀分布特征的区域节点, 从而利用查询对象与这些区域节点之间的位置关系估计其邻居数量, 并在概率误差保证下判断对象的离群状态. 与传统方法需要频繁执行精确范围查询不同, 该算法优先通过概率保证下的邻居数量估计完成对象状态判定, 仅在必要情况下执行精确邻居计算, 从而降低范围查询和距离计算开销. 在真实数据集和合成数据集上的实验结果表明: 该算法能在保持较好检测准确率的同时显著减少处理时间; 利用局部分布特征进行概率近似判断, 可有效提升高速流数据环境下离群点检测的实时处理能力, 为大规模流数据管理与分析提供一种兼具效率和质量保证的解决方案.

关键词: 基于距离的离群点检测, 流数据, 概率误差, 局部均匀分布

Abstract: Aiming at the problem that it was  difficult to achieve real time processing of distance-based outlier detection in high speed data stream environments within an effective time, we  proposed a θ-approximate outlier detection algorithm over data stream. The algorithm was based on the local uniformity of object distributions. It constructed a summary structure of local uniform distribution to identify and maintain regional nodes that satisfied  approximate  uniform distribution characteristics. By using the positional  relationship between the query object and these regional nodes, it  estimated the number of neighbors and determined the outlier state of the object under the  guarantee of probability error. Unlike traditional methods that required frequent execution of precise range queries, the algorithm prioritized object state determination through estimating the number of neighbors under probability guarantee, and only performed exact neighbor computation when necessary, thereby reducing the cost of range queries and distance calculations. The experimental results on real and synthetic datasets show that the proposed algorithm  can significantly reduce processing time while maintaining good detection accuracy. The use of local distribution characteristics for probabilistic approximation judgment can effectively improve the real time processing capability of outlier detection in high-speed  data stream environments, providing an efficient and quality guaranteed solution for large-scale data stream management and analysis.

Key words: distance-based outlier detection, data stream, probability error, local uniform distribution

中图分类号: 

  • TP311.13