paper-with-me

Papers

Anomaly-Injected Deep Support Vector Data Description for Text Outlier Detection

2021-10-27 · Zeyu You, Yichu Zhou, Tao Yang, Wei Fan

Anomaly detection or outlier detection is a common task in various domains, which has attracted significant research efforts in recent years. Existing works mainly focus on structured data such as numerical or categorical data; however, anomaly detection on unstructured textual data is less attended. In this work, we target the textual anomaly detection problem and propose a deep anomaly-injected support vector data description (AI-SVDD) framework. AI-SVDD not only learns a more compact representation of the data hypersphere but also adopts a small number of known anomalies to increase the discriminative power. To tackle text input, we employ a multilayer perceptron (MLP) network in conjunction with BERT to obtain enriched text representations. We conduct experiments on three text anomaly detection applications with multiple datasets. Experimental results show that the proposed AI-SVDD is promising and outperforms existing works.

📄 PDF Abstract BibTeX arXiv:2110.14729

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionOutlier Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

A Combination of Temporal Sequence Learning and Data Description for Anomaly-based NIDS

2019-06-07 · Nguyen Thanh Van, Tran Ngoc Thinh, Le Thanh Sach

Through continuous observation and modeling of normal behavior in networks, Anomaly-based Network Intrusion Detection System (A-NIDS) offers a way to find possible threats via deviation from the normal model. The analysi…

Anomaly DetectionIntrusion DetectionNetwork Intrusion DetectionTime Series+1

Patch SVDD: Patch-level SVDD for Anomaly Detection and Segmentation

2020-06-29 · Jihun Yi, Sungroh Yoon

In this paper, we address the problem of image anomaly detection and segmentation. Anomaly detection involves making a binary decision as to whether an input image contains an anomaly, and anomaly segmentation aims to lo…

Anomaly DetectionAnomaly SegmentationSegmentationSelf-Supervised Learning

Deep One-Class Classification

2018-07-01 · ICML 2018 7 · Lukas Ruff, Robert Vandermeulen, Nico Goernitz, Lucas Deecke 외

Despite the great advances made by deep learning in many machine learning problems, there is a relative dearth of deep learning approaches for anomaly detection. Those approaches which do exist involve networks trai…

Anomaly DetectionClassificationDeep LearningOne-Class Classification+1

Audio-based Anomaly Detection in Industrial Machines Using Deep One-Class Support Vector Data Description

2024-12-14 · Sertac Kilickaya, Mete Ahishali, Cansu Celebioglu, Fahad Sohrab 외

The frequent breakdowns and malfunctions of industrial equipment have driven increasing interest in utilizing cost-effective and easy-to-deploy sensors, such as microphones, for effective condition monitoring of machiner…

Anomaly DetectionComputational Efficiency

Deep Dual Support Vector Data Description for Anomaly Detection on Attributed Networks

2021-09-01 · Fengbin Zhang, Haoyi Fan, Ruidong Wang, Zuoyong Li 외

Networks are ubiquitous in the real world such as social networks and communication networks, and anomaly detection on networks aims at finding nodes whose structural or attributed patterns deviate significantly from the…

Anomaly DetectionAttributeDecoder