CVLGDec 8, 2021

Progressive Multi-stage Interactive Training in Mobile Network for Fine-grained Recognition

arXiv:2112.04223v1
Originality Incremental advance
AI Analysis

This work addresses the need for efficient fine-grained recognition in real-world mobile scenarios, though it is incremental as it builds on existing lightweight models.

The paper tackles fine-grained visual classification by proposing a progressive multi-stage interactive training method with a recursive mosaic generator for lightweight mobile networks, achieving significant performance improvements on three benchmarks.

Fine-grained Visual Classification (FGVC) aims to identify objects from subcategories. It is a very challenging task because of the subtle inter-class differences. Existing research applies large-scale convolutional neural networks or visual transformers as the feature extractor, which is extremely computationally expensive. In fact, real-world scenarios of fine-grained recognition often require a more lightweight mobile network that can be utilized offline. However, the fundamental mobile network feature extraction capability is weaker than large-scale models. In this paper, based on the lightweight MobilenetV2, we propose a Progressive Multi-Stage Interactive training method with a Recursive Mosaic Generator (RMG-PMSI). First, we propose a Recursive Mosaic Generator (RMG) that generates images with different granularities in different phases. Then, the features of different stages pass through a Multi-Stage Interaction (MSI) module, which strengthens and complements the corresponding features of different stages. Finally, using the progressive training (P), the features extracted by the model in different stages can be fully utilized and fused with each other. Experiments on three prestigious fine-grained benchmarks show that RMG-PMSI can significantly improve the performance with good robustness and transferability.

Foundations

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

Your Notes