Is Second-Order Information Helpful for Large-Scale Visual Recognition?

Abstract

By stacking layers of convolution and nonlinearity, convolutional networks (ConvNets) effectively learn from low-level to high-level features and discriminative representations. Since the end goal of large-scale recognition is to delineate complex boundaries of thousands of classes, adequate exploration of feature distributions is important for realizing full potentials of ConvNets. However, state-of-the-art works concentrate only on deeper or wider architecture design, while rarely exploring feature statistics higher than first-order. We take a step towards addressing this problem. Our method consists in covariance pooling, instead of the most commonly used first-order pooling, of high-level convolutional features. The main challenges involved are robust covariance estimation given a small sample of large-dimensional features and usage of the manifold structure of covariance matrices. To address these challenges, we present a Matrix Power Normalized Covariance (MPN-COV) method. We develop forward and backward propagation formulas regarding the nonlinear matrix functions such that MPN-COV can be trained end-to-end. In addition, we analyze both qualitatively and quantitatively its advantage over the well-known Log-Euclidean metric. On the ImageNet 2012 validation set, by combining MPN-COV we achieve over 4%, 3% and 2.5% gains for AlexNet, VGG-M and VGG-16, respectively; integration of MPN-COV into 50-layer ResNet outperforms ResNet-101 and is comparable to ResNet-152. The source code will be available on the project page: http://www.peihuali.org/MPN-COV.

Cite

Text

Li et al. "Is Second-Order Information Helpful for Large-Scale Visual Recognition?." International Conference on Computer Vision, 2017. doi:10.1109/ICCV.2017.228

Markdown

[Li et al. "Is Second-Order Information Helpful for Large-Scale Visual Recognition?." International Conference on Computer Vision, 2017.](https://mlanthology.org/iccv/2017/li2017iccv-secondorder/) doi:10.1109/ICCV.2017.228

BibTeX

@inproceedings{li2017iccv-secondorder,
  title     = {{Is Second-Order Information Helpful for Large-Scale Visual Recognition?}},
  author    = {Li, Peihua and Xie, Jiangtao and Wang, Qilong and Zuo, Wangmeng},
  booktitle = {International Conference on Computer Vision},
  year      = {2017},
  doi       = {10.1109/ICCV.2017.228},
  url       = {https://mlanthology.org/iccv/2017/li2017iccv-secondorder/}
}