paper-with-me

홈 › Papers

Novelty Detection in Sequential Data by Informed Clustering and Modeling

2021-03-05 · Linara Adilova, Siming Chen, Michael Kamp

Novelty detection in discrete sequences is a challenging task, since deviations from the process generating the normal data are often small or intentionally hidden. Novelties can be detected by modeling normal sequences and measuring the deviations of a new sequence from the model predictions. However, in many applications data is generated by several distinct processes so that models trained on all the data tend to over-generalize and novelties remain undetected. We propose to approach this challenge through decomposition: by clustering the data we break down the problem, obtaining simpler modeling task in each cluster which can be modeled more accurately. However, this comes at a trade-off, since the amount of training data per cluster is reduced. This is a particular problem for discrete sequences where state-of-the-art models are data-hungry. The success of this approach thus depends on the quality of the clustering, i.e., whether the individual learning problems are sufficiently simpler than the joint problem. While clustering discrete sequences automatically is a challenging and domain-specific task, it is often easy for human domain experts, given the right tools. In this paper, we adapt a state-of-the-art visual analytics tool for discrete sequence clustering to obtain informed clusters from domain experts and use LSTMs to model each cluster individually. Our extensive empirical evaluation indicates that this informed clustering outperforms automatic ones and that our approach outperforms state-of-the-art novelty detection methods for discrete sequences in three real-world application scenarios. In particular, decomposition outperforms a global model despite less training data on each individual cluster.

📄 PDF Abstract BibTeX arXiv:2103.03943

Code (1)

kampmichael/noveltydetectionsequentialdata 공식 구현 pytorch

Tasks

ClusteringNovelty Detection

Similar Papers 제목 키워드 기반

CLiMB: A Domain-Informed Novelty Detection Clustering Framework for Galactic Archaeology and Scientific Discovery

2026-01-14 · Lorenzo Monti, Tatiana Muraveva, Brian Sheridan, Davide Massari 외 arxiv

In data-driven scientific discovery, a challenge lies in classifying well-characterized phenomena while identifying novel anomalies. Current semi-supervised clustering algorithms do not always fully address this duality,…

Informed Democracy: Voting-based Novelty Detection for Action Recognition

2018-10-30 · Alina Roitberg, Ziad Al-Halah, Rainer Stiefelhagen

Novelty detection is crucial for real-life applications. While it is common in activity recognition to assume a closed-set setting, i.e. test samples are always of training categories, this assumption is impractical in a…

Action ClassificationAction RecognitionActivity RecognitionNovelty Detection+2

Novelty Detection Meets Collider Physics

2018-07-26 · Jan Hajer, Ying-Ying Li, Tao Liu, He Wang

Novelty detection is the machine learning task to recognize data, which belong to an unknown pattern. Complementary to supervised learning, it allows to analyze data model-independently. We demonstrate the potential role…

ClusteringNovelty Detection

Scalable Support Vector Clustering Using Budget

2017-09-19 · Tung Pham, Trung Le, Hang Dang

Owing to its application in solving the difficult and diverse clustering or outlier detection problem, support-based clustering has recently drawn plenty of attention. Support-based clustering method always undergoes two…

ClusteringOutlier Detection

Brain-Inspired Perspective on Configurations: Unsupervised Similarity and Early Cognition

2025-10-22 · Juntang Wang, Yihan Wang, Hao Wu, Dongmian Zou 외 arxiv

Infants discover categories, detect novelty, and adapt to new contexts without supervision-a challenge for current machine learning. We present a brain-inspired perspective on configurations, a finite-resolution clusteri…