SOTAVerified

SPOTS-10: Animal Pattern Benchmark Dataset for Machine Learning Algorithms

2024-10-28Code Available0· sign in to hype

John Atanbori

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recognising animals based on distinctive body patterns, such as stripes, spots, or other markings, in night images is a complex task in computer vision. Existing methods for detecting animals in images often rely on colour information, which is not always available in night images, posing a challenge for pattern recognition in such conditions. Nevertheless, recognition at night-time is essential for most wildlife, biodiversity, and conservation applications. The SPOTS-10 dataset was created to address this challenge and to provide a resource for evaluating machine learning algorithms in situ. This dataset is an extensive collection of grayscale images showcasing diverse patterns found in ten animal species. Specifically, SPOTS-10 contains 50,000 32 x 32 grayscale images, divided into ten categories, with 5,000 images per category. The training set comprises 40,000 images, while the test set contains 10,000 images. The SPOTS-10 dataset is freely available on the project GitHub page: https://github.com/Amotica/SPOTS-10.git by cloning the repository.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SPOT-10DenseNet121 DistillerAccuracy81.84Unverified
SPOT-10ResNet101V2 DistillerAccuracy80.29Unverified
SPOT-10ResNet50V2 DistillerAccuracy79.03Unverified
SPOT-10MobileNet DistillerAccuracy78.26Unverified
SPOT-10MobileNetV3Small DistillerAccuracy78.04Unverified
SPOT-10MobileNetV3Large DistillerAccuracy77.88Unverified
SPOT-10NASNetMobile DistillerAccuracy77.75Unverified
SPOT-10MobileNetV2 DistillerAccuracy77.53Unverified
SPOT-10ResNet50 DistillerAccuracy77.45Unverified

Reproductions