Sharing Features Between Objects and Their Attributes

Abstract

Visual attributes expose human-defined semantics to object recognition models, but existing work largely restricts their influence to mid-level cues during classifier training. Rather than treat attributes as intermediate features, we consider how learning visual properties in concert with object categories can regularize the models for both. Given a low-level visual feature space together with attribute-and object-labeled image data, we learn a shared lower-dimensional representation by optimizing a joint loss function that favors common sparsity patterns across both types of prediction tasks. We adopt a recent kernelized formulation of convex multi-task feature learning, in which one alternates between learning the common features and learning task-specific classifier parameters on top of those features. In this way, our approach discovers any structure among the image descriptors that is relevant to both tasks, and allows the top-down semantics to restrict the hypothesis space of the ultimate object classifiers. We validate the approach on datasets of animals and outdoor scenes, and show significant improvements over traditional multi-class object classifiers and direct attribute prediction models.

Cite

Text

Hwang et al. "Sharing Features Between Objects and Their Attributes." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995543

Markdown

[Hwang et al. "Sharing Features Between Objects and Their Attributes." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/hwang2011cvpr-sharing/) doi:10.1109/CVPR.2011.5995543

BibTeX

@inproceedings{hwang2011cvpr-sharing,
  title     = {{Sharing Features Between Objects and Their Attributes}},
  author    = {Hwang, Sung Ju and Sha, Fei and Grauman, Kristen},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {1761-1768},
  doi       = {10.1109/CVPR.2011.5995543},
  url       = {https://mlanthology.org/cvpr/2011/hwang2011cvpr-sharing/}
}