English

RADAM: Texture Recognition through Randomized Aggregated Encoding of Deep Activation Maps

Computer Vision and Pattern Recognition 2023-03-09 v1 Neural and Evolutionary Computing

Abstract

Texture analysis is a classical yet challenging task in computer vision for which deep neural networks are actively being applied. Most approaches are based on building feature aggregation modules around a pre-trained backbone and then fine-tuning the new architecture on specific texture recognition tasks. Here we propose a new method named \textbf{R}andom encoding of \textbf{A}ggregated \textbf{D}eep \textbf{A}ctivation \textbf{M}aps (RADAM) which extracts rich texture representations without ever changing the backbone. The technique consists of encoding the output at different depths of a pre-trained deep convolutional network using a Randomized Autoencoder (RAE). The RAE is trained locally to each image using a closed-form solution, and its decoder weights are used to compose a 1-dimensional texture representation that is fed into a linear SVM. This means that no fine-tuning or backpropagation is needed. We explore RADAM on several texture benchmarks and achieve state-of-the-art results with different computational budgets. Our results suggest that pre-trained backbones may not require additional fine-tuning for texture recognition if their learned representations are better encoded.

Keywords

Cite

@article{arxiv.2303.04554,
  title  = {RADAM: Texture Recognition through Randomized Aggregated Encoding of Deep Activation Maps},
  author = {Leonardo Scabini and Kallil M. Zielinski and Lucas C. Ribas and Wesley N. Gonçalves and Bernard De Baets and Odemir M. Bruno},
  journal= {arXiv preprint arXiv:2303.04554},
  year   = {2023}
}

Comments

17 pages, 3 figures, submitted to peer-review journal

R2 v1 2026-06-28T09:07:20.923Z