Hierarchical SVM Algorithm

From GM-RKB
Jump to navigation Jump to search

A Hierarchical SVM Algorithm is an SVM algorithm that can solve a hierarchical structure prediction task.



References

2011

  • (Xiao et al., 2011) ⇒ Lin Xiao, Dengyong Zhou, and Mingrui Wu. "Hierarchical classification via orthogonal transfer.” In: Proceedings of the 28th International Conference on Machine Learning (ICML-11), pp. 801-808. 2011.
    • ABSTRACT: We consider multiclass classification problems where the set of labels are organized hierarchically as a category tree. We associate each node in the tree with a classifier and classify the examples recursively from the root to the leaves. We propose a hierarchical Support Vector Machine (SVM) that encourages the classifier at each node to be different from the classifiers at its ancestors. More specifically, we introduce regularizations that force the normal vector of the classifying hyperplane at each node to be orthogonal to those at its ancestors as much as possible. We establish conditions under which training such a hierarchical SVM is a convex optimization problem, and develop an efficient dual-averaging method for solving it.

2004