paper-with-me

홈 › Papers

Set Features for Anomaly Detection

2023-11-24 · Niv Cohen, Issar Tzachor, Yedid Hoshen

This paper proposes to use set features for detecting anomalies in samples that consist of unusual combinations of normal elements. Many leading methods discover anomalies by detecting an unusual part of a sample. For example, state-of-the-art segmentation-based approaches, first classify each element of the sample (e.g., image patch) as normal or anomalous and then classify the entire sample as anomalous if it contains anomalous elements. However, such approaches do not extend well to scenarios where the anomalies are expressed by an unusual combination of normal elements. In this paper, we overcome this limitation by proposing set features that model each sample by the distribution of its elements. We compute the anomaly score of each sample using a simple density estimation method, using fixed features. Our approach outperforms the previous state-of-the-art in image-level logical anomaly detection and sequence-level time series anomaly detection.

📄 PDF Abstract BibTeX arXiv:2311.14773

Code (1)

NivC/SINBAD 공식 구현 pytorch

Tasks

Anomaly DetectionDensity EstimationTime SeriesTime Series Anomaly Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Explainable Contextual Anomaly Detection using Quantile Regression Forests

2023-02-22 · Zhong Li, Matthijs van Leeuwen

Traditional anomaly detection methods aim to identify objects that deviate from most other objects by treating all features equally. In contrast, contextual anomaly detection methods aim to detect objects that deviate fr…

Anomaly DetectionContextual Anomaly Detectionquantile regressionregression

A Characteristic Function for Shapley-Value-Based Attribution of Anomaly Scores

2020-04-09 · Naoya Takeishi, Yoshinobu Kawahara

In anomaly detection, the degree of irregularity is often summarized as a real-valued anomaly score. We address the problem of attributing such anomaly scores to input features for interpreting the results of anomaly det…

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

On Accurate and Reliable Anomaly Detection for Gas Turbine Combustors: A Deep Learning Approach

2019-08-25 · Weizhong Yan, Lijie Yu

Monitoring gas turbine combustors health, in particular, early detecting abnormal behaviors and incipient faults, is critical in ensuring gas turbines operating efficiently and in preventing costly unplanned maintenance.…

Anomaly DetectionDeep Learning

Feature Selection for Fault Detection and Prediction based on Event Log Analysis

2022-08-19 · Zhong Li, Matthijs van Leeuwen

Event logs are widely used for anomaly detection and prediction in complex systems. Existing log-based anomaly detection methods usually consist of four main steps: log collection, log parsing, feature extraction, and an…

Anomaly DetectionFault Detectionfeature selectionLog Parsing+1

Evaluation of Point Pattern Features for Anomaly Detection of Defect within Random Finite Set Framework

2021-02-03 · Ammar Mansoor Kamoona, Amirali Khodadadian Gostar, Alireza Bab-Hadiashar, Reza Hoseinnezhad

Defect detection in the manufacturing industry is of utmost importance for product quality inspection. Recently, optical defect detection has been investigated as an anomaly detection using different deep learning method…

Anomaly DetectionDefect Detection