Hierarchical Classification via Orthogonal Transfer
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. We evaluate the method on a number of real-world text categorization tasks and obtain state-of-the-art performance.
Cite
Text
Xiao et al. "Hierarchical Classification via Orthogonal Transfer." International Conference on Machine Learning, 2011.Markdown
[Xiao et al. "Hierarchical Classification via Orthogonal Transfer." International Conference on Machine Learning, 2011.](https://mlanthology.org/icml/2011/xiao2011icml-hierarchical/)BibTeX
@inproceedings{xiao2011icml-hierarchical,
title = {{Hierarchical Classification via Orthogonal Transfer}},
author = {Xiao, Lin and Zhou, Dengyong and Wu, Mingrui},
booktitle = {International Conference on Machine Learning},
year = {2011},
pages = {801-808},
url = {https://mlanthology.org/icml/2011/xiao2011icml-hierarchical/}
}