Cross-layer Navigation Convolutional Neural Network for Fine-grained Visual Classification
Chenyu Guo, Jiyang Xie, Kongming Liang, Xian Sun, Zhanyu Ma

TL;DR
This paper introduces a cross-layer navigation CNN that fuses high-level semantic and low-level detail features using feature aggregation and attention mechanisms, improving fine-grained visual classification accuracy.
Contribution
It proposes a novel feature fusion method combining convolutional LSTM and attention mechanisms for enhanced FGVC performance.
Findings
Achieves superior accuracy on CUB-200-2011 dataset
Outperforms existing FGVC methods on Stanford-Cars
Demonstrates effective feature fusion improves discriminative region localization
Abstract
Fine-grained visual classification (FGVC) aims to classify sub-classes of objects in the same super-class (e.g., species of birds, models of cars). For the FGVC tasks, the essential solution is to find discriminative subtle information of the target from local regions. TraditionalFGVC models preferred to use the refined features,i.e., high-level semantic information for recognition and rarely use low-level in-formation. However, it turns out that low-level information which contains rich detail information also has effect on improving performance. Therefore, in this paper, we propose cross-layer navigation convolutional neural network for feature fusion. First, the feature maps extracted by the backbone network are fed into a convolutional long short-term memory model sequentially from high-level to low-level to perform feature aggregation. Then, attention mechanisms are used after…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
