CVFeb 19, 2025

MaizeEar-SAM: Zero-Shot Maize Ear Phenotyping

arXiv:2502.13399v11 citationsh-index: 83Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the need for efficient, large-scale data collection in plant genetics and breeding by reducing manual effort and annotation costs, though it is incremental as it adapts existing models to a specific domain.

The paper tackled the problem of automating maize ear phenotyping by using the Segment Anything Model (SAM) for zero-shot kernel segmentation and a graph-based algorithm to calculate kernels per row, successfully identifying kernels per row across a range of ears without annotations.

Quantifying the variation in yield component traits of maize (Zea mays L.), which together determine the overall productivity of this globally important crop, plays a critical role in plant genetics research, plant breeding, and the development of improved farming practices. Grain yield per acre is calculated by multiplying the number of plants per acre, ears per plant, number of kernels per ear, and the average kernel weight. The number of kernels per ear is determined by the number of kernel rows per ear multiplied by the number of kernels per row. Traditional manual methods for measuring these two traits are time-consuming, limiting large-scale data collection. Recent automation efforts using image processing and deep learning encounter challenges such as high annotation costs and uncertain generalizability. We tackle these issues by exploring Large Vision Models for zero-shot, annotation-free maize kernel segmentation. By using an open-source large vision model, the Segment Anything Model (SAM), we segment individual kernels in RGB images of maize ears and apply a graph-based algorithm to calculate the number of kernels per row. Our approach successfully identifies the number of kernels per row across a wide range of maize ears, showing the potential of zero-shot learning with foundation vision models combined with image processing techniques to improve automation and reduce subjectivity in agronomic data collection. All our code is open-sourced to make these affordable phenotyping methods accessible to everyone.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes