Group

AI for Conservation / Feed

Artificial intelligence is increasingly being used in the field to analyse information collected by wildlife conservationists, from camera traps and satellite images to audio recordings. AI can learn how to identify which photos out of thousands contain rare species; or pinpoint an animal call out of hours of field recordings - hugely reducing the manual labour required to collect vital conservation data. The AI For Conservation group is intended to unite and inspire all WILDLABS community members—whether already involved in AI for conservation, or not—to understand how to use and/or directly contribute to open-source research and development efforts.

discussion

Getting behavioral data out of datasets that weren't built for it

Burning question:There's so much monitoring data already- camera trap archives, acoustic recordings, GPS tracks - but almost all of it was collected to answer presence/absence or...

13 0

I have tens of thousands of camera trap bycatch African mammal videos that are available for analysis to anyone who can turn them into published papers, data that is actually useful for conservation, or publicity for wildlife and conservation.

They are already manually sorted into carnivores / herbivores and the carnivores are sorted and/or tagged to species. I do not have the resources to do anything further with them. 

 

 

Peter, this is a generous offer - thank you. A dataset that's already sorted carnivore/herbivore with carnivores tagged to species is a real head start, and the fact that it's bycatch from another purpose is exactly the kind of "data built for one question, useful for another" material I've been thinking about.

A few questions to figure out fit: what capture mode are the videos - continuous clips, triggered bursts, fixed intervals? And roughly how long are the clips? I'm interested in whether there's enough temporal continuity to read behavior (time budgets, activity sequences), not just presence/absence. Also curious which species are best represented, and what any reuse would look like on your end in terms of credit and terms.

I'd genuinely like to explore turning some of this into something publishable and conservation-useful. Would you be open to a direct conversation off-thread?

Warmly,
Maggie

Kim, this is great - thank you for sharing it. And to answer directly: yes, footage like this is genuinely useful for behavioral work, precisely because a continuous clip establishes a whole ecological scene rather than a single detection.

What's nice here is the range of behavior visible at once. The mother is engaged in what looks like foraging, while the juveniles are showing enrichment behaviors - exploratory, playful, curious, moving freely and not staying tethered to her. Posture and pose carry a lot of the signal too: tail position, body orientation, how attention is directed. That's the kind of thing you can only read when you have temporal continuity and enough frame to see the whole animal.

One question it raises - and this is exactly the interpretive challenge I find interesting - is whether the mother is actually foraging or "reading" the landscape through scent, which looks similar on camera but means something quite different behaviorally. Disambiguating those is where the real work is.

I'd love to hear more about your setup and how much footage like this you're generating. Continuous thermal at this quality, running for months, is a valuable stream.

Maggie

See full post
discussion

PantheraID: individual jaguar identification with computer vision, built from 14 years of camera trap data.

Hi everyone,I wanted to share a project I've been working on and get some advice from this community. I developed PantheraID, an individual jaguar identification...

1 0

Would love to talk. We build the AI model MiewID (currently v4.1) and Wildbook, which has been deployed for jaguars on Whiskerbook.org. Happy to share ideas. Data cleaning and multispecies approaches to increase data volume and promote generalization are really the levers that have worked for us.

See full post
discussion

Mini AI Wildlife Monitor

Hi All!I've been working on various version of small AI edge compute devices that run object detection and Identification models for ecological monitoring!I've recently been...

28 14

Wow, what a great project.

This is a great project! Some comments:
RaspberryPI though accessible is not the best fit for video pipelines and AI workloads or off grid deployments:
- it lacks onboard ISP which means either software implemented ISP, distorted data or on camera non energy optimized ISP.
- it lacks any power management techniques, low power modes, etc.
- it runs from SDCard using the same one for OS, swap and data, any corruption can lead to full loss.
- it runs any AI/ML workload on CPU which is extremely non efficient and any addon accelerators such as Hailo8 add a lot to power consumption and heat dissipation representing more challenges.

The advantages are of course plenty of documentation, community and all kind of makers addons, hats, etc.

For something more realistic, real life suitable I would suggest using something based on SoC with integrated NPU such as Hailo 15, Renesas RZ/V, Synaptics SL1680, MediaTek Genio or even the I.MX8M Plus for very light AI/ML workload. All of these have variety of SBCs, kits or even standalone smart camera oriented designs available from different vendors.

Yes, there are quite a few SBCs that use SoCs with integrated NN acceleration. 
Except I think you are massively downplaying the advantages of the Raspberry Pi
"plenty of documentation, community and all kind of makers addons, hats, etc."
That is quite literally everything that makes the Raspberry Pi. 


I've played with plenty of SBCs that are cheaper and have better specs than the Raspi, but they are almost useless because of the lack of "documentation, community and all kind of makers addons, hats, etc."

For a purpose built product by a team of engineers (with a lot of time and money behind them) then these SoCs with inbuilt NN are likely the future of this for of edge Ai deployment. But unless someone develops a well supported and well documented, general purpose device that uses one of these SoCs, then the default will still be the RasPi.

See full post
discussion

Anyone using Microsoft Sparrow?

I've just been learning a little bit about Microsofts Sparrow Project and it seems awesome. But it also promises a lot. I'm hoping there might be some people who have worked with...

14 0

@rahul.dodhia wow I would love to work on that! It sounds like Sparrow Studio is not open source yet? But, in the meantime, I think if this was going to be a successful fork or plugin anyways I would need to be more familiar with the codebase and it's best practices. 

If you think of a smaller task that could help me learn how best to work with the community and software I would be excited to to contribute! 

looking forward to this discussions too. Exploring the use of sparrow and in case our use case succeeds, we'll share feedback too.

See full post
discussion

Building the perfect camera trap (Guide)

I know there are several people and teams going through the journey of building their own trail cameras – so I decided to make the guide I wish I had when we were still building...

5 4

Hey Bob, thanks for the kind words! Your articles on Winterberry Wildlife have really been a big inspiration for me! There are extremely limited numbers of articles on trial cameras, and you have some nice in-depth hardware level which I have been reading 😊 

You are completely right about the battery life and trigger speed tradeoff. If I remember right, there are a few cameras which offered “real time” images but in return the battery was drained in a few days and people started to complain on forums. In early stages of development there is also much about limiting the services at boot, as you mention putting the camera function as early in the boot sequence as possible, creating your own camera configs and so on. 

Great guide — this is exactly the kind of resource the community needs. A few additions from a hardware embedded perspective that might be worth including:

On PIR sensors — the standard Fresnel lens + PIR combination has a fundamental limitation in hot environments: when ambient temperature approaches body temperature (~35°C in African savannah), the thermal contrast between the animal and the background drops dramatically and trigger reliability degrades. This is worth calling out explicitly for tropical and arid deployments, where the standard PIR may miss animals during the hottest part of the day. Some teams have moved to passive radar (Doppler microwave) as an alternative trigger for hot environments — less species-selective but more temperature-independent.

On power architecture — one thing I'd add to the component deep-dive is the power switching circuit. Most commercial cameras use a simple battery holder with no protection. For DIY builds, a proper battery management IC with overcurrent protection, low-voltage cutoff, and reverse polarity protection adds almost no cost but prevents a lot of field failures, especially when using lithium primaries in extreme temperatures.

On IR illumination — the choice between 850nm (faint red glow, better image quality) and 940nm (truly invisible, lower image quality, shorter range) is well covered in most guides, but what's often missed is thermal management of the IR LEDs themselves. High-power IR LEDs run hot and can significantly raise the enclosure temperature in a sealed housing — worth mentioning as a factor in enclosure thermal design, particularly for cameras that run night-long video.

On the shift away from hardware — curious what drove that decision. Was it the enclosure/thermal challenges, the PIR reliability issue, or something else entirely?

Thank you for sharing.

See full post
discussion

AI Edge Compute Based Wildlife Detection

Hi all!I've just come across this site and these forums and it's exactly what i've been looking for!I'm based in Melbourne Australia and since finishing my PhD in ML I've been...

25 4

I find the performance of micro-nano sized models that run on MCUs impractical for many applications. This is due to the low FPS, tiny Image resolution processed and very low model capacity.
I think people underestimate the huge jump in complexity from something working on the benchtop detecting a person from a meter away to trying to detect a cat-size object several meters away in a noisy environment.

See full post
discussion

What questions would you ask an AI agent for conservation tech?

If you had access to an agent trained specifically to provide guidance on conservation technology tools + methods, what would you ask it? It sounds like a lot of folks are...

14 8

Elionai - your point about lessons from past deployments and "what tends to fail first" really resonates. I think that gap between ideal-condition performance and what actually holds up in the field is one of the most underrated questions in this whole space.

I'm building something that integrates environmental monitoring, so I'd love to pick your brain on the edge/deployment side. Messaging you to connect!

I would probably ask: “If your code basically does not allow you to take harmful actions, what should you do if you are provided with irrefutable proof that your existence, supported by components built and developed with “rare minerals” extracted from conflict areas is actually harming and destroying indigenous communities and biodiversity?”

Hello,
This is an incredible initiative, and exactly the kind of practical AI application that can make a huge impact in the conservation space!

As an AI Solutions Architect based in the US with 20 years of tech experience, I have built several RAG (Retrieval-Augmented Generation) and Agentic solutions. I would love to contribute directly to the implementation or consulting side of this project if required.

Whether you need help with structuring the retrieval pipelines for the forum data, designing the agentic workflows, or handling the backend and cloud deployment, I would be happy to jump in and support the build.

Please let me know how I can best get involved, or if you'd like to chat about the technical architecture and how to bring this to life!

See full post
Link

Global drivers of forest loss at 1 km resolution - Version 1.3

Global map of the dominant driver of tree cover loss at 0.01° resolution (~1km) for the period 2001-2025. This is the latest update for this dataset.

1
discussion

🐸 WILDLABS Awards 2025: Open-Source Solutions for Amphibian Monitoring: Adapting Autonomous Recording Devices (ARDs) and AI-Based Detection in Patagonia

We’re excited to launch our WILDLABS-funded project to adapt open-source recording hardware and AI tools to help monitor amphibians, with an initial focus on one of South America'...

6 15

🌿 Project Update — November 2025
Sharing our experience at the Symposium on Physics Applied to Ecology and Conservation (Foz do Iguaçu, Brazil).

We’d like to thank Carlos Araujo for kindly inviting us to take part in the Symposium on Physics Applied to Ecology and Conservation, held on November 6–7, 2025, at the PTI Campus – Universidade Federal da Integração Latino-Americana (UNILA) in Foz do Iguaçu, Brazil.

The event aimed to build bridges between researchers from different disciplines and countries, exploring how physics can support acoustic monitoring, ecological data collection, and biodiversity conservation.

🎙️ We joined Roundtable 3 — Hardware, Sensors, and Audio Recording, where we discussed:

Open-source autonomous recorders for biodiversity monitoring.

Energy-efficient design and sensor integration.

Alternative battery types and power solutions (particularly relevant to our developments)


🎥 Watch the roundtable recording here.


It was also a great opportunity to share our experience and highlight the WildLabs community, connecting with colleagues working at the intersection of physics, ecology, and technology.

 

 


 

 

Hi everyone!

Following up on our project development, we have just published the full report on our work integrating environmental monitoring into AudioMoth devices and the resulting BirdNET workflows for Patagonian amphibians. You can find the complete documentation and results here.

Beyond the technical implementation, we’ve documented the custom firmware, the AI training pipeline for our species, and the practical challenges we faced during field deployments:

Project Video: YouTube Video Link

Firmware: AudioMoth I2C Firmware Repository (GitLab)

AI Workflow: BirdNET-based Workflow for Amphibians (GitHub)

Edge Models: TinyFrog Repository (GitHub)

PyTorch reimplementation: BirdNET-Analyzer (GitHub)

If you are working on similar setups or have questions about the hardware or the workflow, feel free to reach out. I hope this documentation proves useful for your own research.

Thanks for the support and the exchange of ideas during these months!

See full post
careers

Biodiversity Monitoring Scientist

This role would suit someone with a background in ecology or environmental science who enjoys combining fieldwork, data analysis, and applied research to support real-world environmental outcomes.

0
See full post
discussion

Spectrolipi v2.0.1

Spectrolipi is a tool for visualizing sound, annotating spectrograms, and exporting ML‑ready acoustic datasets.Spectrolipi V2.0.0 is released now. Main new...

2
See full post
discussion

AI for Impact Series at WWF: Looking for experts/speakers

Looking for practitioners to join me in a Impact AI workshop series I plan to host in WWF for our entire network!!If you are interested and hold expertise to share 1 hour of your...

6 0

hi! I would be happy to contribute my experience in edge AI and smart sensors for real-time wildlife monitoring.

I'd be happy to contribute as well, I lead various conservation AI projects in Hong Kong and Japan, camera trapping, acoustic monitoring, and some drone/LiDAR image processing.

Hi! As Open Science Conservation Fund are happy to contribute with Trapper, scalable, open-source and AI-driven camera trap data infrastructure. https://os-conservation.org/trapper/

See full post
event

Vibe Coding Party

Join us for a virtual, global vibe coding party on June 11, 2026!

4 0
Woops sorry didn't realise there was a sign up / thought I already signed up. Any chance I could get a link for this session 2?

@JonathanYardley Apologies I missed your message. We are organizing another event in late July - I'll make another post soon with the sign up link!!

See full post