paper-with-me

홈 › Papers

Out-of-distribution detection algorithms for robust insect classification

2023-05-02 · Mojdeh Saadati, Aditya Balu, Shivani Chiranjeevi, Talukder Zaki Jubery, Asheesh K Singh, Soumik Sarkar, Arti Singh, Baskar Ganapathysubramanian

Deep learning-based approaches have produced models with good insect classification accuracy; Most of these models are conducive for application in controlled environmental conditions. One of the primary emphasis of researchers is to implement identification and classification models in the real agriculture fields, which is challenging because input images that are wildly out of the distribution (e.g., images like vehicles, animals, humans, or a blurred image of an insect or insect class that is not yet trained on) can produce an incorrect insect classification. Out-of-distribution (OOD) detection algorithms provide an exciting avenue to overcome these challenge as it ensures that a model abstains from making incorrect classification prediction of non-insect and/or untrained insect class images. We generate and evaluate the performance of state-of-the-art OOD algorithms on insect detection classifiers. These algorithms represent a diversity of methods for addressing an OOD problem. Specifically, we focus on extrusive algorithms, i.e., algorithms that wrap around a well-trained classifier without the need for additional co-training. We compared three OOD detection algorithms: (i) Maximum Softmax Probability, which uses the softmax value as a confidence score, (ii) Mahalanobis distance-based algorithm, which uses a generative classification approach; and (iii) Energy-Based algorithm that maps the input data to a scalar value, called energy. We performed an extensive series of evaluations of these OOD algorithms across three performance axes: (a) \textit{Base model accuracy}: How does the accuracy of the classifier impact OOD performance? (b) How does the \textit{level of dissimilarity to the domain} impact OOD performance? and (c) \textit{Data imbalance}: How sensitive is OOD performance to the imbalance in per-class sample size?

📄 PDF Abstract BibTeX arXiv:2305.01823

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

IP102: A Large-Scale Benchmark Dataset for Insect Pest Recognition

2019-06-01 · CVPR 2019 6 · Xiaoping Wu, Chi Zhan, Yu-Kun Lai, Ming-Ming Cheng 외

Insect pests are one of the main factors affecting agricultural product yield. Accurate recognition of insect pests facilitates timely preventive measures to avoid economic losses. However, the existing datasets for the …

ClassificationFine-Grained Image ClassificationGeneral Classificationobject-detection+1

Performance of computer vision algorithms for fine-grained classification using crowdsourced insect images

2024-04-04 · Rita Pucci, Vincent J. Kalkman, Dan Stowell

With fine-grained classification, we identify unique characteristics to distinguish among classes of the same super-class. We are focusing on species recognition in Insecta, as they are critical for biodiversity monitori…

Unleashing the Power of Transfer Learning Model for Sophisticated Insect Detection: Revolutionizing Insect Classification

2024-06-11 · Md. Mahmudul Hasan, SM Shaqib, Ms. Sharmin Akter, Rabiul Alam 외

The purpose of the Insect Detection System for Crop and Plant Health is to keep an eye out for and identify insect infestations in farming areas. By utilizing cutting-edge technology like computer vision and machine lear…

Transfer Learning

Automated Visual Monitoring of Nocturnal Insects with Light-based Camera Traps

2023-07-28 · Dimitri Korsch, Paul Bodesheim, Gunnar Brehm, Joachim Denzler

Automatic camera-assisted monitoring of insects for abundance estimations is crucial to understand and counteract ongoing insect decline. In this paper, we present two datasets of nocturnal insects, especially moths as a…

Insect Identification in the Wild: The AMI Dataset

2024-06-18 · Aditya Jain, Fagner Cunha, Michael James Bunsen, Juan Sebastián Cañas 외

Insects represent half of all global biodiversity, yet many of the world's insects are disappearing, with severe implications for ecosystems and agriculture. Despite this crisis, data on insect diversity and abundance re…

Data AugmentationDiversityOut-of-Distribution Generalization