Taxonomy-Regularized Semantic Deep Convolutional Neural Networks

Abstract

We propose a novel convolutional network architecture that abstracts and differentiates the categories based on a given class hierarchy. We exploit grouped and discriminative information provided by the taxonomy, by focusing on the general and specific components that comprise each category, through the min- and difference-pooling operations. Without using any additional parameters or substantial increase in time complexity, our model is able to learn the features that are discriminative for classifying often confused sub-classes belonging to the same superclass, and thus improve the overall classification performance. We validate our method on CIFAR-100, Places-205, and ImageNet Animal datasets, on which our model obtains significant improvements over the base convolutional networks.

Cite

Text

Goo et al. "Taxonomy-Regularized Semantic Deep Convolutional Neural Networks." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46475-6_6

Markdown

[Goo et al. "Taxonomy-Regularized Semantic Deep Convolutional Neural Networks." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/goo2016eccv-taxonomy/) doi:10.1007/978-3-319-46475-6_6

BibTeX

@inproceedings{goo2016eccv-taxonomy,
  title     = {{Taxonomy-Regularized Semantic Deep Convolutional Neural Networks}},
  author    = {Goo, Wonjoon and Kim, Juyong and Kim, Gunhee and Hwang, Sung Ju},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {86-101},
  doi       = {10.1007/978-3-319-46475-6_6},
  url       = {https://mlanthology.org/eccv/2016/goo2016eccv-taxonomy/}
}