Recognizing Objects from Any View with Object and Viewer-Centered Representations

Abstract

In this paper, we tackle an important task in computer vision: any view object recognition. In both training and testing, for each object instance, we are only given its 2D image viewed from an unknown angle. We propose a computational framework by designing object and viewer-centered neural networks (OVCNet) to recognize an object instance viewed from an arbitrary unknown angle. OVCNet consists of three branches that respectively implement object-centered, 3D viewer-centered, and in-plane viewer-centered recognition. We evaluate our proposed OVCNet using two metrics with unseen views from both seen and novel object instances. Experimental results demonstrate the advantages of OVCNet over classic 2D-image-based CNN classifiers, 3D-object (inferred from 2D image) classifiers, and competing multi-view based approaches. It gives rise to a viable and practical computing framework that combines both viewpoint-dependent and viewpoint-independent features for object recognition from any view.

Cite

Text

Liu et al. "Recognizing Objects from Any View with Object and Viewer-Centered Representations." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.01180

Markdown

[Liu et al. "Recognizing Objects from Any View with Object and Viewer-Centered Representations." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/liu2020cvpr-recognizing/) doi:10.1109/CVPR42600.2020.01180

BibTeX

@inproceedings{liu2020cvpr-recognizing,
  title     = {{Recognizing Objects from Any View with Object and Viewer-Centered Representations}},
  author    = {Liu, Sainan and Nguyen, Vincent and Rehg, Isaac and Tu, Zhuowen},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.01180},
  url       = {https://mlanthology.org/cvpr/2020/liu2020cvpr-recognizing/}
}