paper-with-me

Papers

Efficient Subspace Search in Data Streams

2020-11-13 · Edouard Fouché, Florian Kalinke, Klemens Böhm

In the real world, data streams are ubiquitous -- think of network traffic or sensor data. Mining patterns, e.g., outliers or clusters, from such data must take place in real time. This is challenging because (1) streams often have high dimensionality, and (2) the data characteristics may change over time. Existing approaches tend to focus on only one aspect, either high dimensionality or the specifics of the streaming setting. For static data, a common approach to deal with high dimensionality -- known as subspace search -- extracts low-dimensional, `interesting' projections (subspaces), in which patterns are easier to find. In this paper, we address both Challenge (1) and (2) by generalising subspace search to data streams. Our approach, Streaming Greedy Maximum Random Deviation (SGMRD), monitors interesting subspaces in high-dimensional data streams. It leverages novel multivariate dependency estimators and monitoring techniques based on bandit theory. We show that the benefits of SGMRD are twofold: (i) It monitors subspaces efficiently, and (ii) this improves the results of downstream data mining tasks, such as outlier detection. Our experiments, performed against synthetic and real-world data, demonstrate that SGMRD outperforms its competitors by a large margin.

📄 PDF Abstract BibTeX arXiv:2011.06959

Code (1)

edouardfouche/SGMRD 공식 구현

Tasks

Outlier Detection

Similar Papers 제목 키워드 기반

Adaptive Bernstein Change Detector for High-Dimensional Data Streams

2023-06-22 · Marco Heyden, Edouard Fouché, Vadim Arzamasov, Tanja Fenn 외

Change detection is of fundamental importance when analyzing data streams. Detecting changes both quickly and accurately enables monitoring and prediction systems to react, e.g., by issuing an alarm or by updating a lear…

Change DetectionDecoder

Subspace Learning From Bits

2014-07-23 · Yuejie Chi, Haoyu Fu

Networked sensing, where the goal is to perform complex inference using a large number of inexpensive and decentralized sensors, has become an increasingly attractive research topic due to its applications in wireless se…

Efficient Online Continual Foundation Model Fine-Tuning for Predictive Process Monitoring

2026-08-28 · Sjoerd van Straten, Marwan Hassani arxiv

Predictive Process Monitoring (PPM) models are increasingly deployed in dynamic environments where concept drift causes the underlying process distribution to shift over time. While recent work has moved toward online co…

Continual Learning

Functional Subspace, where language models can use vector algebra to solve problems

2026-02-02 · Jung H. Lee, Sujith Vijayan arxiv

Large language models (LLMs) were invented for natural language tasks such as translation, but they have proved that they can perform highly complex functions across domains. Additionally, they have been thought to devel…

The Golden Subspace: Where Efficiency Meets Generalization in Continual Test-Time Adaptation

2026-03-23 · Guannan Lai, Da-Wei Zhou, Zhenguo Li, Han-Jia Ye arxiv

Continual Test-Time Adaptation (CTTA) aims to enable models to adapt online to unlabeled data streams under distribution shift without accessing source data. Existing CTTA methods face an efficiency-generalization trade-…

Test-time Adaptation