Chebyshev Attention Depth Permutation Texture Network with Latent Texture Attribute Loss

Abstract

Despite recent advances in deep texture recognition, existing methods still lack representational diversity and struggle to capture and preserve discriminative cues across stages of representation hierarchies. Moreover, many rely on loss formulations that prioritize recognition accuracy while overlooking spatial coherence and statistical consistency in the feature space. To address these issues, we propose three key innovations: Stochastic Local Texture Masking (SLTM), a regularization strategy that randomly occludes small texture patches to promote the learning of broader spatial and contextual dependencies; the Chebyshev Attention Depth Permutation Texture Network (CAPTN), a novel architecture that learns expressive and persistent Latent Texture Attribute (LTA) representations. CAPTN integrates a Texture Frequency Attention (TFA) module that generates LTAs and enables frequency-aware interpretability, a Dual Depth Permutation (D2P) module to expose complementary channel adjacency patterns, and Learnable Chebyshev Polynomials (LCPs) to model high-order orderless LTA transformations via recursive Chebyshev basis expansion; and a Latent Texture Attribute Loss that jointly optimizes classification accuracy, statistical alignment, and spatial fidelity. CAPTN supports end-to-end training without relying on fine-tuned CNN backbones and achieves state-of-the-art performance on several texture and material recognition benchmarks. (Code: https://github.com/RavishankarEvani/CAPTN)

Cite

Text

Evani et al. "Chebyshev Attention Depth Permutation Texture Network with Latent Texture Attribute Loss." Conference on Computer Vision and Pattern Recognition, 2025. doi:10.1109/CVPR52734.2025.02181

Markdown

[Evani et al. "Chebyshev Attention Depth Permutation Texture Network with Latent Texture Attribute Loss." Conference on Computer Vision and Pattern Recognition, 2025.](https://mlanthology.org/cvpr/2025/evani2025cvpr-chebyshev/) doi:10.1109/CVPR52734.2025.02181

BibTeX

@inproceedings{evani2025cvpr-chebyshev,
  title     = {{Chebyshev Attention Depth Permutation Texture Network with Latent Texture Attribute Loss}},
  author    = {Evani, Ravishankar and Rajan, Deepu and Mao, Shangbo},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2025},
  pages     = {23423-23432},
  doi       = {10.1109/CVPR52734.2025.02181},
  url       = {https://mlanthology.org/cvpr/2025/evani2025cvpr-chebyshev/}
}