Where wild things roam: Identifying wildlife with SpeciesNet

· Source: The latest research from Google · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, AI for Environmental Conservation · Depth: Intermediate, medium

Summary

SpeciesNet, an open-source AI tool developed by Google Research, automatically identifies nearly 2,500 animal categories in camera trap images. Released a year ago, it has been adopted by research groups globally, including Project Lucitania in Colombia and the Idaho Department of Fish and Game, to analyze millions of images. The model was trained on over 65 million labeled images from conservation partners and publicly available repositories, achieving 99.4% accuracy in detecting animals and correctly classifying species 94.5% of the time when identified. SpeciesNet integrates with MegaDetector for animal detection and can process up to 250,000 images daily on a low-end gaming GPU, significantly accelerating wildlife monitoring and conservation efforts. It is also a core component of the Google Cloud-based Wildlife Insights platform.

Key takeaway

For AI Scientists and Conservation Technologists managing large-scale wildlife monitoring projects, integrating SpeciesNet into your workflow can drastically reduce manual image analysis time. Its open-source nature allows for adaptation to local species, and its high processing capacity enables rapid analysis of millions of images, providing timely data for population health assessments and conservation strategies. Consider contributing to its GitHub repository to further refine its capabilities.

Key insights

SpeciesNet is an open-source AI model for automated wildlife identification in camera trap images.

Principles

Method

SpeciesNet uses a convolutional neural network, trained on 65M+ images, to classify 2,498 animal categories. It works with MegaDetector to first detect animals, then provides species names and confidence levels.

In practice

Topics

Code references

Best for: Computer Vision Engineer, AI Scientist, Research Scientist, AI Researcher, Data Scientist, Domain Expert

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by The latest research from Google.