# Enumeration of Distinct Support Vectors for Interactive Decision Making

**Authors:** Kentaro Kanamori, Satoshi Hara, Masakazu Ishihata, Hiroki, Arimura

arXiv: 1906.01876 · 2019-06-06

## TL;DR

This paper introduces an efficient algorithm to enumerate the top K support vector machine models with distinct support vectors, enabling interactive model selection based on criteria beyond accuracy.

## Contribution

It presents a novel K-best model enumeration algorithm for SVMs that efficiently finds multiple models with different support vectors for interactive decision-making.

## Key findings

- Algorithm efficiently enumerates models with distinct support vectors.
- Experiments demonstrate the method's effectiveness and usefulness.
- Supports interactive model examination based on user requirements.

## Abstract

In conventional prediction tasks, a machine learning algorithm outputs a single best model that globally optimizes its objective function, which typically is accuracy. Therefore, users cannot access the other models explicitly. In contrast to this, multiple model enumeration attracts increasing interests in non-standard machine learning applications where other criteria, e.g., interpretability or fairness, than accuracy are main concern and a user may want to access more than one non-optimal, but suitable models. In this paper, we propose a K-best model enumeration algorithm for Support Vector Machines (SVM) that given a dataset S and an integer K>0, enumerates the K-best models on S with distinct support vectors in the descending order of the objective function values in the dual SVM problem. Based on analysis of the lattice structure of support vectors, our algorithm efficiently finds the next best model with small latency. This is useful in supporting users's interactive examination of their requirements on enumerated models. By experiments on real datasets, we evaluated the efficiency and usefulness of our algorithm.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.01876/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01876/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1906.01876/full.md

---
Source: https://tomesphere.com/paper/1906.01876