TL;DR
This paper enhances fruit quality image classification by combining transfer learning, conditional GAN-based data augmentation, and model pruning, achieving higher accuracy and efficiency on a real-world dataset.
Contribution
It introduces a pipeline integrating fine-tuning, GAN augmentation, and pruning to improve generalization and reduce overfitting in fruit quality classification.
Findings
Synthetic images improve classification accuracy from 83.77% to 88.75%.
GAN-augmented models retain over 81% accuracy after 50% pruning.
The approach demonstrates effective data augmentation and model compression for real-world applications.
Abstract
Contemporary Artificial Intelligence technologies allow for the employment of Computer Vision to discern good crops from bad, providing a step in the pipeline of selecting healthy fruit from undesirable fruit, such as those which are mouldy or gangrenous. State-of-the-art works in the field report high accuracy results on small datasets (<1000 images), which are not representative of the population regarding real-world usage. The goals of this study are to further enable real-world usage by improving generalisation with data augmentation as well as to reduce overfitting and energy usage through model pruning. In this work, we suggest a machine learning pipeline that combines the ideas of fine-tuning, transfer learning, and generative model-based training data augmentation towards improving fruit quality image classification. A linear network topology search is performed to tune a VGG16…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsPruning
