Anomaly

Isolation Forest_2

March 16, 2025
Review, writing
Anomaly, IsolationForest, Isolation

Isolation Forest와 관련해서 재탐구 2 # Isolation Forest 와 Anomaly detection에 대해 사회적 현상과 관련해서 생각하고 있는 내용을 정리했습니다. anomalies는 정상 데이터보다 Binary Search로 접근할 경우 path Length 가 적다 라고 가설을 세우고 그걸 증명한 논문의 아이디어가 너무 신기했고, 계속 생각하게 됩니다. 여기에서 더 나아갈 수 있는 부분이 있는지. 좀더 anomalies를 적은 복잡도로 탐지할 수 있는 방법이 있을 지 등도요. Anomalies & IQ # 정상 범주를 넘어 있는 것들에 대한 관심이 있습니다. ...

Isolation Forest

March 2, 2025
Review, writing
Anomaly, IsolationForest

Isolation Forest 관련 논문을 읽고 알고리즘을 파악해보려고 합니다. 1 Isolation Forest Intro # “Anomalies are data patterns that have different data characteristics from normal instances” (Liu et al., 2008) 이상치는 정상 instances 와 다른 데이터 특성을 가진 데이터 패턴이다 라고 제시하고 있고, 이상 탐지는 데이터에서 평소와 다른 비정상적인 패턴을 찾는 과정이라고 정의를 해 볼 수 있습니다. 기존의 이상 탐지 방법들은 정상적인 데이터의 패턴을 먼저 학습하고, 이를 벗어나는 데이터를 이상치로 간주하는 방식을 사용했습니다. ...

Anamoly Detection and Deep Learning Review Paper

February 2, 2025
Review, writing
Anomaly, Detection

1 Anomaly Detection Intro # 요즘 관심 있는 주제라서 anomaly detection과 deep learning review와 관련한 논문을 읽고 리뷰하려고 합니다. 1960년대부터 anomaly detection은 많은 연구가 이루어진 영역입니다. 여러 분야에서 다양한 용어들을 사용해서 그렇지만 이상치를 탐지하는 건 주요 주제 중 하나입니다. 예를 들어, intrusion detection라는 용어는 computer security 분야에서 안전 룰를 위반한 경우를 자동적으로 탐지하는 것을 뜻하기도 했습니다.(Anderson, 1980,Lunt, 1990,Heberlein, Dias, Levitt, Mukherjee, Wood & Wolber, 1990, Lane & Brodley, 1997) ...