Co-Tracking Using Semi-Supervised Support Vector Machines
Abstract
This paper treats tracking as a foreground/background classification problem and proposes an online semi- supervised learning framework. Initialized with a small number of labeled samples, semi-supervised learning treats each new sample as unlabeled data. Classification of new data and updating of the classifier are achieved simultaneously in a co-training framework. The object is represented using independent features and an online support vector machine (SVM) is built for each feature. The predictions from different features are fused by combining the confidence map from each classifier using a classifier weighting method which creates a final classifier that performs better than any classifier based on a single feature. The semi-supervised learning approach then uses the output of the combined confidence map to generate new samples and update the SVMs online. With this approach, the tracker gains increasing knowledge of the object and background and continually improves itself over time. Compared to other discriminative trackers, the online semi-supervised learning approach improves each individual classifier using the information from other features, thus leading to a more robust tracker. Experiments show that this framework performs better than state-of-the-art tracking algorithms on challenging sequences.
Cite
Text
Tang et al. "Co-Tracking Using Semi-Supervised Support Vector Machines." IEEE/CVF International Conference on Computer Vision, 2007. doi:10.1109/ICCV.2007.4408954Markdown
[Tang et al. "Co-Tracking Using Semi-Supervised Support Vector Machines." IEEE/CVF International Conference on Computer Vision, 2007.](https://mlanthology.org/iccv/2007/tang2007iccv-co/) doi:10.1109/ICCV.2007.4408954BibTeX
@inproceedings{tang2007iccv-co,
title = {{Co-Tracking Using Semi-Supervised Support Vector Machines}},
author = {Tang, Feng and Brennan, Shane and Zhao, Qi and Tao, Hai},
booktitle = {IEEE/CVF International Conference on Computer Vision},
year = {2007},
pages = {1-8},
doi = {10.1109/ICCV.2007.4408954},
url = {https://mlanthology.org/iccv/2007/tang2007iccv-co/}
}