Ridge Regression Based Classifiers for Large Scale Class Imbalanced Datasets
Abstract
Large scale, class imbalanced data classification is a challenging task that occurs frequently in several computer vision tasks such as web video retrieval. A number of algorithms have been proposed in literature that approach this problem from different perspectives (e.g. Sampling, Cost-sensitive learning, Active learning). The challenge is two fold in this task - first the data imbalance causes many classification algorithms to learn trivial classifiers that declare all test examples to be from the majority class. Second, many algorithms do not scale to large dataset sizes. We address these two issues by using two different cost-sensitive versions of Ridge Regression as our binary classifiers. We demonstrate our approach for retrieving unstructured web videos from 10 events on the benchmark TRECVID MED 12 dataset containing ≈47000 videos. We empirically show that they perform at par with state-of-the-art support vector machine based classifiers using χ <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> kernels while being 30 to 60 times faster.
Cite
Text
Arpit et al. "Ridge Regression Based Classifiers for Large Scale Class Imbalanced Datasets." IEEE/CVF Winter Conference on Applications of Computer Vision, 2013. doi:10.1109/WACV.2013.6475028Markdown
[Arpit et al. "Ridge Regression Based Classifiers for Large Scale Class Imbalanced Datasets." IEEE/CVF Winter Conference on Applications of Computer Vision, 2013.](https://mlanthology.org/wacv/2013/arpit2013wacv-ridge/) doi:10.1109/WACV.2013.6475028BibTeX
@inproceedings{arpit2013wacv-ridge,
title = {{Ridge Regression Based Classifiers for Large Scale Class Imbalanced Datasets}},
author = {Arpit, Devansh and Wu, Shuang and Natarajan, Pradeep and Prasad, Rohit and Natarajan, Premkumar},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2013},
pages = {267-274},
doi = {10.1109/WACV.2013.6475028},
url = {https://mlanthology.org/wacv/2013/arpit2013wacv-ridge/}
}