CVNov 27, 2024

Vision Mamba Distillation for Low-resolution Fine-grained Image Classification

arXiv:2411.17980v1h-index: 18Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency and accuracy challenges in fine-grained image classification for embedded applications, representing an incremental improvement over existing methods.

The paper tackles the problem of low-resolution fine-grained image classification by proposing Vision Mamba Distillation (ViMD), which achieves state-of-the-art performance with fewer parameters and FLOPs, making it more suitable for embedded devices.

Low-resolution fine-grained image classification has recently made significant progress, largely thanks to the super-resolution techniques and knowledge distillation methods. However, these approaches lead to an exponential increase in the number of parameters and computational complexity of models. In order to solve this problem, in this letter, we propose a Vision Mamba Distillation (ViMD) approach to enhance the effectiveness and efficiency of low-resolution fine-grained image classification. Concretely, a lightweight super-resolution vision Mamba classification network (SRVM-Net) is proposed to improve its capability for extracting visual features by redesigning the classification sub-network with Mamba modeling. Moreover, we design a novel multi-level Mamba knowledge distillation loss boosting the performance, which can transfer prior knowledge obtained from a High-resolution Vision Mamba classification Network (HRVM-Net) as a teacher into the proposed SRVM-Net as a student. Extensive experiments on seven public fine-grained classification datasets related to benchmarks confirm our ViMD achieves a new state-of-the-art performance. While having higher accuracy, ViMD outperforms similar methods with fewer parameters and FLOPs, which is more suitable for embedded device applications. Code is available at https://github.com/boa2004plaust/ViMD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes