English

Deep Neural Networks Fused with Textures for Image Classification

Computer Vision and Pattern Recognition 2024-04-02 v2 Artificial Intelligence

Abstract

Fine-grained image classification (FGIC) is a challenging task in computer vision for due to small visual differences among inter-subcategories, but, large intra-class variations. Deep learning methods have achieved remarkable success in solving FGIC. In this paper, we propose a fusion approach to address FGIC by combining global texture with local patch-based information. The first pipeline extracts deep features from various fixed-size non-overlapping patches and encodes features by sequential modelling using the long short-term memory (LSTM). Another path computes image-level textures at multiple scales using the local binary patterns (LBP). The advantages of both streams are integrated to represent an efficient feature vector for image classification. The method is tested on eight datasets representing the human faces, skin lesions, food dishes, marine lives, etc. using four standard backbone CNNs. Our method has attained better classification accuracy over existing methods with notable margins.

Keywords

Cite

@article{arxiv.2308.01813,
  title  = {Deep Neural Networks Fused with Textures for Image Classification},
  author = {Asish Bera and Debotosh Bhattacharjee and Mita Nasipuri},
  journal= {arXiv preprint arXiv:2308.01813},
  year   = {2024}
}

Comments

14 pages, 6 figures, 4 tables, conference

R2 v1 2026-06-28T11:47:25.819Z