Isolation Forest for Robust Anomaly Detection

Our paper on anomaly detection in industrial machines was accepted for presentation at CBIC 2025. The paper is titled An Isolation Forest Approach for Robust Anomaly Detection in Industrial Machines Using Out-of-Distribution Acoustic Data. The paper is a collaboration by Cristofer Silva1, João Campos2, Leonardo Afonso Ferreira Bortoni3, Pablo Andretta Jaskowiak3, Diego Pinheiro2. It investigates whether simpler, more interpretable methods can match the performance of deep learning approaches in the task of detecting acoustic anomalies in mechanical equipment. While recent literature has focused heavily on neural networks, we explore a baseline combining:
- MFCCs (Mel-Frequency Cepstral Coefficients) for audio feature extraction
- Isolation Forest, a classical tree-based anomaly detection algorithm
The experiments were conducted on the MIMII dataset, which includes real recordings of operating and faulty industrial components such as pumps, fans, and valves. Results indicate that this lightweight pipeline performs comparably to more complex models, particularly in out-of-distribution conditions—when the test data differs significantly from the training set. This suggests that interpretable models may remain a viable option in practical, resource-constrained industrial scenarios.
From the CBIC 2025 website (translated): “The Brazilian Congress on Computational Intelligence (CBIC) is a biennial event that was initially organized as the Brazilian Congress on Neural Networks, as it was promoted by the Brazilian Society of Neural Networks, later succeeded by the Brazilian Society of Computational Intelligence (SBIC). The first edition took place in Itajubá in 1994, and the most recent one (16th edition) was held in 2023, in Salvador, Bahia.”
The full paper will be presented at the conference and will be available soon.