ilgyu-yi

Anomaly Detection

2025-07-13

Anomaly Detection

Overview

As part of a subcontracted PoC project with Hyundai Autron, I worked on developing a system to detect abnormal signals from internal combustion engines using time-series sensor data. The goal was to identify anomalies that may indicate potential engine malfunctions or sensor failures—without relying on pre-labeled abnormal data.

Problem Statement

Methodology

To address the lack of abnormal data and capture temporal dependencies in the signal, we applied the following pipeline:

1. LSTM-VAE for Time-Series Representation

recon-anomaly-detection

2. Latent Space Clustering with SNE

tsne-anomaly-detection

3. Label Inference and Thresholding

recon-loss-dist-anomaly-detection

Results

False Positive Analysis

Lessons Learned

← To Profile