Robust Multi-Class Transductive Learning with Graphs
Abstract
Graph-based methods form a main category of semi-supervised learning, offering flexibility and easy implementation in many applications. However, the performance of these methods is often sensitive to the construction of a neighborhood graph, which is non-trivial for many real-world problems. In this paper, we propose a novel framework that builds on learning the graph given labeled and unlabeled data. The paper has two major contributions. Firstly, we use a nonparametric algorithm to learn the entire adjacency matrix of a symmetry-favored k-NN graph, assuming that the matrix is doubly stochastic. The nonparametric algorithm makes the constructed graph highly robust to noisy samples and capable of approximating underlying submanifolds or clusters. Secondly, to address multi-class semi-supervised classification, we formulate a constrained label propagation problem on the learned graph by incorporating class priors, leading to a simple closed-form solution. Experimental results on both synthetic and real-world datasets show that our approach is significantly better than the state-of-the-art graph-based semi-supervised learning algorithms in terms of accuracy and robustness.
Cite
Text
Liu and Chang. "Robust Multi-Class Transductive Learning with Graphs." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206871Markdown
[Liu and Chang. "Robust Multi-Class Transductive Learning with Graphs." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/liu2009cvpr-robust/) doi:10.1109/CVPR.2009.5206871BibTeX
@inproceedings{liu2009cvpr-robust,
title = {{Robust Multi-Class Transductive Learning with Graphs}},
author = {Liu, Wei and Chang, Shih-Fu},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2009},
pages = {381-388},
doi = {10.1109/CVPR.2009.5206871},
url = {https://mlanthology.org/cvpr/2009/liu2009cvpr-robust/}
}