Fast Image Tagging

Abstract

Automatic image annotation is a difficult and highly relevant machine learning task. Recent advances have significantly improved the state-of-the-art in retrieval accuracy with algorithms based on nearest neighbor classification in carefully learned metric spaces. But this comes at a price of increased computational complexity during training and testing. We propose FastTag, a novel algorithm that achieves comparable results with two simple linear mappings that are co-regularized in a joint convex loss function. The loss function can be efficiently optimized in closed form updates, which allows us to incorporate a large number of image descriptors cheaply. On several standard real-world benchmark data sets, we demonstrate that FastTag matches the current state-of-the-art in tagging quality, yet reduces the training and testing times by several orders of magnitude and has lower asymptotic complexity.

Cite

Text

Chen et al. "Fast Image Tagging." International Conference on Machine Learning, 2013.

Markdown

[Chen et al. "Fast Image Tagging." International Conference on Machine Learning, 2013.](https://mlanthology.org/icml/2013/chen2013icml-fast/)

BibTeX

@inproceedings{chen2013icml-fast,
  title     = {{Fast Image Tagging}},
  author    = {Chen, Minmin and Zheng, Alice and Weinberger, Kilian},
  booktitle = {International Conference on Machine Learning},
  year      = {2013},
  pages     = {1274-1282},
  volume    = {28},
  url       = {https://mlanthology.org/icml/2013/chen2013icml-fast/}
}