Structural interpretability in SVMs with truncated orthogonal polynomial kernels
Summary
A new post-training interpretability framework, Orthogonal Representation Contribution Analysis (ORCA), has been developed for Support Vector Machines (SVMs) utilizing truncated orthogonal polynomial kernels. This method leverages the finite-dimensional nature of the associated reproducing kernel Hilbert space (RKHS) and its explicit tensor-product orthonormal basis to expand the fitted decision function in intrinsic RKHS coordinates. ORCA introduces normalized Orthogonal Kernel Contribution (OKC) indices, which quantify how the squared RKHS norm of the classifier is distributed across various structural aspects, including interaction orders, total polynomial degrees, marginal coordinate effects, and pairwise contributions. The methodology operates entirely post-training, eliminating the need for surrogate models or retraining. Its diagnostic utility was demonstrated on a synthetic double-spiral problem and a real five-dimensional echocardiogram dataset, revealing model complexity aspects beyond predictive accuracy.
Key takeaway
For research scientists developing or deploying SVMs with truncated orthogonal polynomial kernels, ORCA offers a powerful post-training diagnostic tool. You should integrate ORCA to gain deeper insights into your model's structural complexity, understanding how different feature interactions and polynomial degrees contribute to the decision function, which predictive accuracy alone cannot reveal.
Key insights
ORCA provides structural interpretability for SVMs using truncated orthogonal polynomial kernels via OKC indices.
Principles
- RKHS finite-dimensionality enables exact decision function expansion.
- OKC indices quantify classifier norm distribution across structural aspects.
Method
ORCA expands SVM decision functions in intrinsic RKHS coordinates, then computes normalized OKC indices to distribute the squared RKHS norm across interaction orders, polynomial degrees, and marginal/pairwise effects.
In practice
- Apply ORCA to SVMs with truncated orthogonal polynomial kernels.
- Use OKC indices to diagnose model complexity beyond accuracy.
Topics
- Support Vector Machines
- Orthogonal Polynomial Kernels
- Post-training Interpretability
- Orthogonal Representation Contribution Analysis
- Reproducing Kernel Hilbert Space
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Data Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.