Deep Texture Recognition via Exploiting Cross-Layer Statistical Self-Similarity

Abstract

In recent years, convolutional neural networks (CNNs) have become a prominent tool for texture recognition. The key of existing CNN-based approaches is aggregating the convolutional features into a robust yet discriminative description. This paper presents a novel feature aggregation module called CLASS (Cross-Layer Aggregation of Statistical Self-similarity) for texture recognition. We model the CNN feature maps across different layers, as a dynamic process which carries the statistical self-similarity (SSS), one well-known property of texture, from input image along the network depth dimension. The CLASS module characterizes the cross-layer SSS using a soft histogram of local differential box-counting dimensions of cross-layer features. The resulting descriptor encodes both cross-layer dynamics and local SSS of input image, providing additional discrimination over the often-used global average pooling. Integrating CLASS into a ResNet backbone, we develop CLASSNet, an effective deep model for texture recognition, which shows state-of-the-art performance in the experiments.

Cite

Text

Chen et al. "Deep Texture Recognition via Exploiting Cross-Layer Statistical Self-Similarity." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.00519

Markdown

[Chen et al. "Deep Texture Recognition via Exploiting Cross-Layer Statistical Self-Similarity." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/chen2021cvpr-deep-a/) doi:10.1109/CVPR46437.2021.00519

BibTeX

@inproceedings{chen2021cvpr-deep-a,
  title     = {{Deep Texture Recognition via Exploiting Cross-Layer Statistical Self-Similarity}},
  author    = {Chen, Zhile and Li, Feng and Quan, Yuhui and Xu, Yong and Ji, Hui},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {5231-5240},
  doi       = {10.1109/CVPR46437.2021.00519},
  url       = {https://mlanthology.org/cvpr/2021/chen2021cvpr-deep-a/}
}