Fully Explainable Classification Models Using Hyperblocks
Austin Snyder, Ryan Gallagher, Boris Kovalerchuk

TL;DR
This paper introduces Hyperblocks, a fully explainable classification system that simplifies models, enhances interpretability, and maintains accuracy on high-dimensional datasets, making it suitable for domains requiring transparency.
Contribution
The paper presents novel algorithms for Hyperblock simplification and a fallback mechanism, improving interpretability and scalability without sacrificing performance.
Findings
Achieves high accuracy with reduced model complexity on benchmark datasets
Effectively simplifies Hyperblocks by removing redundant attributes and blocks
Maintains interpretability and robustness in large-scale, high-dimensional data
Abstract
Building on existing work with Hyperblocks, which classify data using minimum and maximum bounds for each attribute, we focus on enhancing interpretability, decreasing training time, and reducing model complexity without sacrificing accuracy. This system allows subject matter experts (SMEs) to directly inspect and understand the model's decision logic without requiring extensive machine learning expertise. To reduce Hyperblock complexity while retaining performance, we introduce a suite of algorithms for Hyperblock simplification. These include removing redundant attributes, removing redundant blocks through overlap analysis, and creating disjunctive units. These methods eliminate unnecessary parameters, dramatically reducing model size without harming classification power. We increase robustness by introducing an interpretable fallback mechanism using k-Nearest Neighbor (k-NN)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Imbalanced Data Classification Techniques · Machine Learning and Data Classification
