Monday, November 20, 2023
AI for Wildlife
AI for Wildlife
Computer vision
Computer vision
Explainable AI
Explainable AI
Object detection
Object detection
Challenge results
Challenge results

From Pixels to Preservation: How AI Gives Rise to a Birdwatching Revolution

At the interface of ecology and the ever-increasing applications to use artificial intelligence for good, FruitPunch AI and the Swedish University of Agricultural Sciences (SLU) joined together to better understand how our ecosystems function. Over decades, passionate ornithologists have been taking thousands of images of birds across the world. In the AI for Eagles Challenge, we exploited this dataset to build a machine learning pipeline that would allow rapid assessment of a bird’s behavior, species, and age. Traditional manual labeling of such images is a time-consuming process, and the need for speed in assessing individual birds and population states underscores the urgency of the task. The successful implementation of AI has the potential to revolutionize the efficiency of bird image analysis. By automating the labeling process, the application can significantly accelerate the assessment of individual birds and contribute valuable insights into the broader state of bird populations.

Eagles as Sentinels of Ecosystems

This challenge focused primarily on two eagle species: the golden eagle Aquila chrysaetos and the white-tailed eagle Haliaeetus albicilla. But why focus on eagles? The answer is pretty simple: they are not only the rulers of the skies but as top predators, they act as keystone species of an ecosystem. A keystone species influences an entire ecosystem’s food chain in profound ways. So, to understand the population dynamics of eagles also means to understand the entire food chain of an ecosystem and the resulting feedback with the environment. There is a famous example of the influence a top predator has on an entire ecosystem: When wolves were re-introduced into Yosemite National Park, they stopped the deer population from growing rapidly, which then caused a recovery of young forests because deers love to eat small tree saplings. 

Fig 1. left: An older White-tailed Eagle. right: A young White-tailed Eagle  ©Pictures by Dan Russon (left) and Mia Surakka (right)

The Data Challenge: Decoding Eagle Pictures

Our primary task was to build a classifier to identify crucial aspects of eagle behavior and demographics. For this, we targeted three sub-tasks: recognition if a bird is flying or sitting, identification of the bird’s species, and age classification for golden eagles (juvenile, sub-adult, or adult). This complex challenge necessitated a multi-faceted approach, from creating a well-balanced dataset all the way to implementing and fine-tuning our models.

Step 1: Cropping birds

We started out with a dataset of about 70’000 images of birds in various behaviors. About 56’000 images were from golden eagles and 14’000 from white-tailed eagles. To begin, we needed to filter through these images rapidly to see whether they actually contained a bird. To do this, we initiated the processing pipeline with a YOLOv8 model. A powerful object detection model that elegantly cropped images, setting the stage for subsequent classifications. 

Fig 2. Simplification of creating bounding boxes using Yolov8
Step 2: Behaviour detection

Next in line was to create a classifier that differentiates flying birds from other behaviors. This is a crucial step of the pipeline because the features needed, especially for age classification, are best visible when an eagle is in flight. Luckily, the original dataset yielded plenty of labels for the bird's behaviour, allowing us to build a robust classifier.

Fig 3. Evaluation metrics of the behavior classifier. 
Step 3: Species identification

Species identification, a critical aspect, involved developing a model capable of distinguishing between golden eagles and white-tailed eagles. For this, we employed The Vision Transformer with a large model size (ViT_l16), a powerhouse in image classification. Its self-attention mechanism enables a holistic understanding of images, capturing global context simultaneously - an excellent prerequisite to detecting individual features of a bird that give away its species. 

Again, thanks to the largely labeled dataset, we achieved a robust model to distinguish the two eagle species from one another. Validating the attention mechanism of our model, we could confirm that the model focused correctly on key features. For example, as given away by its name, adult white-tailed eagles have very distinct and bright white tails. Plus, their beacon turns yellower as they age. In contrast, the golden eagle tends to have darker feathers and a black pattern on its tail. As visible in the pictures below, the model paid attention mainly to the head and tail, as was to be expected.

Fig 4. Evaluation metrics of the ViT_l16 and the important feature heatmaps created with SHAP
Step 4: How old is that bird?

Understanding the age classes of eagles required us to first dig deeper into the complex evolution of a bird’s gown as it ages. Typically, birds shed their feathers in an annual cycle, making their patterns various and complex. On top of this, the color, shading, and patterns can vary enormously across populations, making this classification an even more challenging task. Unfortunately, the original dataset did not have many age labels, meaning we had to start labeling ourselves. Quickly, we realized that our limited knowledge of age classification is a significant bottleneck for the age classifier.

So, we tapped into the great network of the SLU and asked how we could speed up this labeling process. The result of many discussions was the idea of an online platform where seasoned and well-trained ornithologists could quickly annotate pictures. We also added features so that users could play with the brightness and contrast of pictures to give a better age guess. After many manhours of work, we ended with around 500 annotated images. Unfortunately, this dataset was balanced heavily towards adult animals, which limited our model's predictive capabilities. Nonetheless, the entire setup for more annotating is set up and passionate people at SLU can take it from here to improve the model’s performance.

Fig 5. Screenshot of the labeling application
Fig 6. Evaluation metrics of the test set for age classification
Step 5: A public MLops pipeline

Taking together all our classifiers, we aimed further to create the backbone of a continuous implementation. This means not only that we can now continuously label data, rerun all models, and improve their performances. But also that we created an interface where anyone in the world can upload their pictures of eagles, let them be classified by our models, and then receive a complete report on this classification, plus the option to give feedback on it.

Teamwork Makes The Dream Work

As we worked on this project tirelessly over several months, we heavily relied on and benefited from everyone’s expertise. Passionate data engineers worked away to clean the dataset by finding ways to remove faulty crops, blurred pictures and corrupted files. This improved dataset was then utilized by the skilled model builder team, which applied different data augmentation techniques and AI models to find the model that worked best. Finally, thanks to the web developers, we were able to host and display our work online to further improve our data and models. Last but not least, the professional guidance of the SLU with their passionate ornithologists provided essential insights into how we can best make use of their knowledge, and they always provided majestic motivating pictures of eagles they were monitoring actively in the field.

Fig 7. Golden Eagle in flight pictured in Sweden by Navinder Singh

The Conclusion: A Successful Kick-Start for Better Science

Overall, this AI for Good challenge was a great success. Naturally, everyone on the team learned so much from each other about ecology and data science. But what is even more important is that we built an excellent basis for an integrated behaviour-species-age classification routine that can be utilized by the SLU to study better the complex relationships between top predators and their ecosystems.

Finally a very special thanks

We could not have completed this Challenge without the amazing efforts from: Navinder Singh, Amee Assad, Deepak Doddera, Pascal Schneider, Rizdi Aprilian, Tom Groot, Anh Nguyen, Sonny Burniston, Jeandre de Bruyn, Kush Aswani, Prasad Jettiboina and eBird

Subscribe to our newsletter

Be the first to know when a new AI for Good challenge is launched. Keep up do date with the latest AI for Good news.

* indicates required
Thank you!

We’ve just sent you a confirmation email.

We know, this can be annoying, but we want to make sure we don’t spam anyone. Please, check out your inbox and confirm the link in the email.

Once confirmed, you’ll be ready to go!

Oops! Something went wrong while submitting the form.

Previous publication

You are reading the most recent publication!

Return to publications page

Next publication

You have reached the end of our publications, you must love our content!

Return to publications page
Challenge results
Challenge results
Learning Resources
Learning Resources
Artificial Intelligence
Artificial Intelligence
AI for Good
AI for Good
LLMs
LLMs
Computer vision
Computer vision
NLP
NLP
AI for Good News
AI for Good News
Community story
Community story
Segmentation
Segmentation
Object detection
Object detection
Deep Learning
Deep Learning
GIS
GIS
Remote Sensing
Remote Sensing
AI for Earth
AI for Earth
Explainable AI
Explainable AI
Time Series Forecasting
Time Series Forecasting
AI for Health
AI for Health
Autonomous
Autonomous
TinyML
TinyML
MLOps
MLOps
Edge Computing
Edge Computing
AI for Wildlife
AI for Wildlife