Technology
Isolation Forest
A high-performance unsupervised algorithm that identifies anomalies by isolating outliers through random recursive partitioning.
Isolation Forest (introduced by Liu, Ting, and Zhou in 2008) shifts the focus from profiling normal data to explicitly isolating anomalies. The algorithm constructs an ensemble of Isolation Trees (iTrees) where outliers are partitioned into significantly shorter paths: their scarcity and distinctiveness make them easier to separate than normal points. It maintains a linear time complexity (O(n)) and a low memory footprint: making it the industry standard for real-time applications like credit card fraud detection and network security. By avoiding expensive distance or density calculations, it remains effective even as the dimensionality of the dataset increases.
What builders pair with Isolation Forest
Projects using both technologies. Select a pairing to see a project.
12 more pairings
Pairing: Autoencoder
Exercise Posture Tracking Using Computer Vision
Pairing: Computer Vision
Exercise Posture Tracking Using Computer Vision
Pairing: Deep learning
Exercise Posture Tracking Using Computer Vision
Pairing: Detectron2
Exercise Posture Tracking Using Computer Vision
Pairing: Gaussian Mixture Model
Exercise Posture Tracking Using Computer Vision
Pairing: Image Processing
Exercise Posture Tracking Using Computer Vision
Recent Talks & Demos
Showing 1-1 of 1