Skip to content

Fine-grained Detection of Apple Leaf Diseases with Recurrent Attention CNN

Notifications You must be signed in to change notification settings

Neppa97/RA-CNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fine-grained Detection of Apple Leaf Diseases with Recurrent Attention CNN

This class project explores the implementation of the paper ”Look Closer to See Better: Recurrent Attention Convolutional Neural Network for Fine-grained Image Recognition” [1] on the Plant Pathology 2021’s dataset, a competition from Kaggle platform. The RA-CNN model will crop and up-sample the attended region in a coarse image to allow the model to recognize more features in details. The training strategy is used to iteratively and alternatively optimize weights in the classifier and APN (Attention Proposal Network) with pre-trained EfficientNet B0 CNN features extractor. An EfficientNet B0 has been used for feature extraction instead of a VGG-19, making training less memory greedy and less computationally expensive.

The paper of the project can be found at link to pdf .

About

Fine-grained Detection of Apple Leaf Diseases with Recurrent Attention CNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%