paper-with-me

홈 › Papers

Anomaly Detection Based on Multiple-Hypothesis Autoencoder

2021-07-07 · JoonSung Lee, YeongHyeon Park

Recently Autoencoder(AE) based models are widely used in the field of anomaly detection. A model trained with normal data generates a larger restoration error for abnormal data. Whether or not abnormal data is determined by observing the restoration error. It takes a lot of cost and time to obtain abnormal data in the industrial field. Therefore the model trains only normal data and detects abnormal data in the inference phase. However, the restoration area for the input data of AE is limited in the latent space. To solve this problem, we propose Multiple-hypothesis Autoencoder(MH-AE) model composed of several decoders. MH-AE model increases the restoration area through contention between decoders. The proposed method shows that the anomaly detection performance is improved compared to the traditional AE for various input datasets.

📄 PDF Abstract BibTeX arXiv:2107.08790

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Methods 이 논문이 사용한 방법론

AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

Detecting Compromised IoT Devices Using Autoencoders with Sequential Hypothesis Testing

2024-04-21 · Md Mainuddin, Zhenhai Duan, Yingfei Dong

IoT devices fundamentally lack built-in security mechanisms to protect themselves from security attacks. Existing works on improving IoT security mostly focus on detecting anomalous behaviors of IoT devices. However, the…

Anomaly Detection

Applying Quantum Autoencoders for Time Series Anomaly Detection

2024-10-05 · Robin Frehner, Kurt Stockinger

Anomaly detection is an important problem with applications in various domains such as fraud detection, pattern recognition or medical diagnosis. Several algorithms have been introduced using classical computing approach…

Anomaly DetectionFraud DetectionMedical DiagnosisTime Series+1

ADA-GAD: Anomaly-Denoised Autoencoders for Graph Anomaly Detection

2023-12-22 · Junwei He, Qianqian Xu, Yangbangyan Jiang, Zitai Wang 외

Graph anomaly detection is crucial for identifying nodes that deviate from regular behavior within graphs, benefiting various domains such as fraud detection and social network. Although existing reconstruction-based met…

Anomaly DetectionFraud DetectionGraph Anomaly Detection

Enhancing Unsupervised Anomaly Detection with Score-Guided Network

2021-09-10 · Zongyuan Huang, Baohua Zhang, Guoqiang Hu, Longyuan Li 외

Anomaly detection plays a crucial role in various real-world applications, including healthcare and finance systems. Owing to the limited number of anomaly labels in these complex systems, unsupervised anomaly detection …

Anomaly DetectionUnsupervised Anomaly Detection

Quantum Autoencoders for Anomaly Detection in Cybersecurity

2025-10-22 · Rohan Senthil, Swee Liang Wong arxiv

Anomaly detection in cybersecurity is a challenging task, where normal events far outnumber anomalous ones with new anomalies occurring frequently. Classical autoencoders have been used for anomaly detection, but struggl…

Anomaly Detection