Crowdsourcing Botany: How "Citizen Science" is Powering the Next Generation of Plant AI
Computers and Electronics in Agriculture
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:
- Explicit Systems (e.g., Pl@ntNet, iSpot): Users intentionally contribute to a project, often motivated by social recognition or scientific contribution.
- 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.

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.
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":
- 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.
- The Expert Shortage: We need better incentives to keep professional botanists engaged in validating the "noisy" data provided by novices.
- 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.
