paper-with-me

Papers

CyberCScope: Mining Skewed Tensor Streams and Online Anomaly Detection in Cybersecurity Systems

2025-03-02 · Kota Nakamura, Koki Kawabata, Shungo Tanaka, Yasuko Matsubara, Yasushi Sakurai

Cybersecurity systems are continuously producing a huge number of time-stamped events in the form of high-order tensors, such as {count; time, port, flow duration, packet size, . . . }, and so how can we detect anomalies/intrusions in real time? How can we identify multiple types of intrusions and capture their characteristic behaviors? The tensor data consists of categorical and continuous attributes and the data distributions of continuous attributes typically exhibit skew. These data properties require handling skewed infinite and finite dimensional spaces simultaneously. In this paper, we propose a novel streaming method, namely CyberCScope. The method effectively decomposes incoming tensors into major trends while explicitly distinguishing between categorical and skewed continuous attributes. To our knowledge, it is the first to compute hybrid skewed infinite and finite dimensional decomposition. Based on this decomposition, it streamingly finds distinct time-evolving patterns, enabling the detection of multiple types of anomalies. Extensive experiments on large-scale real datasets demonstrate that CyberCScope detects various intrusions with higher accuracy than state-of-the-art baselines while providing meaningful summaries for the intrusions that occur in practice.

📄 PDF Abstract BibTeX arXiv:2503.00871

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Fast and Multi-aspect Mining of Complex Time-stamped Event Streams

2023-03-07 · Kota Nakamura, Yasuko Matsubara, Koki Kawabata, Yuhei Umeda 외

Given a huge, online stream of time-evolving events with multiple attributes, such as online shopping logs: (item, price, brand, time), and local mobility activities: (pick-up and drop-off locations, time), how can we su…

Anomaly DetectionData Compression

Multi-Aspect Mining and Anomaly Detection for Heterogeneous Tensor Streams

2026-02-04 · Soshi Kakio, Yasuko Matsubara, Ren Fujiwara, Yasushi Sakurai arxiv

Analysis and anomaly detection in event tensor streams consisting of timestamps and multiple attributes - such as communication logs(time, IP address, packet length)- are essential tasks in data mining. While existing te…

Anomaly Detection

Entropy Estimations Using Correlated Symmetric Stable Random Projections

2012-12-01 · NeurIPS 2012 12 · Ping Li, Cun-Hui Zhang

Methods for efficiently estimating the Shannon entropy of data streams have important applications in learning, data mining, and network anomaly detections (e.g., the DDoS attacks). For nonnegative data streams, the meth…

Robust Factorization of Real-world Tensor Streams with Patterns, Missing Values, and Outliers

2021-02-16 · Dongjin Lee, Kijung Shin

Consider multiple seasonal time series being collected in real-time, in the form of a tensor stream. Real-world tensor streams often include missing entries (e.g., due to network disconnection) and at the same time unexp…

ImputationMissing ValuesTime SeriesTime Series Analysis

A Systematic Study of Online Class Imbalance Learning with Concept Drift

2017-03-20 · Shuo Wang, Leandro L. Minku, Xin Yao

As an emerging research topic, online class imbalance learning often combines the challenges of both class imbalance and concept drift. It deals with data streams having very skewed class distributions, where concept dri…