Crowdsourcing Botany: How "Citizen Science" is Powering the Next Generation of Plant AI

Computers and Electronics in Agriculture

2020-01-01
G. Feyisa, Leo Kris, Palao, Andy Nelson, Krishna Gumma, Ambica Paliwal, Thawda Win, Khin Htar Nge, David E. Johnson
Summary
Problem
Method
Results
Takeaways
Abstract

This paper provides a comprehensive review of crowdsourcing systems for botanical data collection and automatic plant identification. It analyzes six major platforms—including Pl@ntNet, iNaturalist, and Leafsnap—and evaluates their effectiveness through user surveys and Deep Learning experiments using the AlexNet architecture.

TL;DR

Building a "Shazam for Plants" requires millions of images that no single team of botanists can collect. This paper reviews how crowdsourcing platforms like Pl@ntNet and iNaturalist bridge this gap. By analyzing six major systems and conducting Deep Learning trials, the authors show that while more species make identification harder, the combination of multi-organ data (leaves + flowers) and crowd-verified labels is the only viable path toward universal automatic plant identification.

The "Beautiful Dataset" Trap

Historically, plant identification datasets were "too clean." Collected in controlled environments with white backgrounds, early datasets like Swedish Leaf or Flavia didn't prepare AI for the messy reality of a forest.

The authors identify a critical bottleneck: The Long-Tail Problem. Common plants have thousands of images, while rare species have none. Furthermore, experts are scarce. The transition from small, expert-only collections to global, crowdsourced "Big Data" is not just a preference—it’s a necessity for modern Deep Learning.

Methodology: Synergy, Experts, and Implicit Gains

The paper categorizes crowdsourcing into two distinct flavors:

  1. Explicit Systems (e.g., Pl@ntNet, iSpot): Users intentionally contribute to a project, often motivated by social recognition or scientific contribution.
  2. Implicit Systems (e.g., Leafsnap, Flora Finder): Users get a service (identification) and "pay" with their data, which is then used to track species distribution.

The Social Architectures of Truth

How do you trust a non-expert? The paper highlights three social structures used to validate data:

  • Equal Weight: Everyone's vote counts the same (rarely used for high-stakes science).
  • Expert-Led: A recognized botanist verifies user submissions (high quality, but slow).
  • Synergy (Reputation-based): Users gain "weight" as their previous identifications are proven correct by the community.

Three structures of social network

Cracking the Code: The Importance of Multi-Organ Fusion

One of the paper's most significant technical insights is that one organ is not enough. A leaf might look identical across species, but the flower or bark tells a different story.

The authors conducted experiments using AlexNet to test this "Physical Intuition." They found that:

  • Species Scaling: Moving from 102 species to 1000 causes a sharp drop in accuracy due to inter-class similarity.
  • The Power of Two: Combining Leaf and Flower data using the Product Rule significantly outperforms single-organ models.

Experimental data showing organ fusion benefits Table 6: Showing that Leaf-Flower fusion (88.6%) vastly outperforms individual organs.

Critical Insights & Future Outlook

While crowdsourcing has scaled data from thousands to millions of images (PlantCLEF 2017 reached 1.8M images), the authors point out several "Open Issues":

  1. The Language Barrier: Most systems are Euro-centric. Expanding to biodiversity hotspots like Southeast Asia requires "iconic" interfaces (using symbols instead of text) to bypass language hurdles.
  2. The Expert Shortage: We need better incentives to keep professional botanists engaged in validating the "noisy" data provided by novices.
  3. Algorithmic Robustness: As we move toward 400,000+ known plant species, even SOTA Deep Learning models face a "diminishing returns" problem.

Conclusion

This review serves as a roadmap for the future of "Citizen Science." The takeaway is clear: the future of AI in biodiversity isn't just about better code—it's about better communities. By integrating multi-organ data and global participation, we are closer than ever to a universal digital botanist.


Main Contribution: Comprehensive survey of 6 platforms + Deep Learning validation of multi-organ fusion strategies.

Find Similar Papers

Try Our Examples

  • Search for recent papers published after 2020 that utilize Vision Transformers (ViT) instead of CNNs for large-scale botanical identification in crowdsourced datasets.
  • Which paper first introduced the concept of 'Citizen Science' in biodiversity monitoring, and how has the integration of Deep Learning transformed its original methodology?
  • Explore how multi-organ data fusion techniques developed for plant identification have been applied to other fine-grained classification tasks such as industrial defect detection or medical imaging.
Contents
Crowdsourcing Botany: How "Citizen Science" is Powering the Next Generation of Plant AI
1. TL;DR
2. The "Beautiful Dataset" Trap
3. Methodology: Synergy, Experts, and Implicit Gains
3.1. The Social Architectures of Truth
4. Cracking the Code: The Importance of Multi-Organ Fusion
5. Critical Insights & Future Outlook
5.1. Conclusion