RhizoNet segments plant roots to assess biomass and growth for enabling self-driving labs

Zineb Sordo,Peter Andeer,James Sethian,Trent Northen,Daniela Ushizima
DOI: https://doi.org/10.1038/s41598-024-63497-8
IF: 4.6
2024-06-07
Scientific Reports
Abstract:Flatbed scanners are commonly used for root analysis, but typical manual segmentation methods are time-consuming and prone to errors, especially in large-scale, multi-plant studies. Furthermore, the complex nature of root structures combined with noisy backgrounds in images complicates automated analysis. Addressing these challenges, this article introduces RhizoNet, a deep learning-based workflow to semantically segment plant root scans. Utilizing a sophisticated Residual U-Net architecture, RhizoNet enhances prediction accuracy and employs a convex hull operation for delineation of the primary root component. Its main objective is to accurately segment root biomass and monitor its growth over time. RhizoNet processes color scans of plants grown in a hydroponic system known as EcoFAB, subjected to specific nutritional treatments. The root detection model using RhizoNet demonstrates strong generalization in the validation tests of all experiments despite variable treatments. The main contributions are the standardization of root segmentation and phenotyping, systematic and accelerated analysis of thousands of images, significantly aiding in the precise assessment of root growth dynamics under varying plant conditions, and offering a path toward self-driving labs.
multidisciplinary sciences
What problem does this paper attempt to address?
The problem that this paper attempts to solve is that the manual segmentation method in plant root system analysis is time - consuming and error - prone, especially in large - scale, multi - plant studies. In addition, due to the complex root system structure and the presence of image background noise, automated root system analysis is faced with challenges. To solve these problems, the paper introduced a deep - learning - based workflow - RhizoNet. ### Specific problem description: 1. **Limitations of manual segmentation**: The method of manually segmenting plant root system images is not only time - consuming but also prone to errors when dealing with large - scale data sets, especially in complex multi - plant studies. 2. **Complexity of root system structure and image noise**: The structure of plant root systems is complex, including small branches and intertwined forms. At the same time, there may be noise such as water droplets and condensation phenomena in the image background, which makes automated analysis difficult. 3. **Deficiencies of existing methods**: - Although the threshold - based method is effective in some scenarios, it performs poorly in the special environment of the EcoFAB system (a hydroponic system) because background noise and leaf shadows can significantly affect the visibility of the root system. - Although traditional semantic segmentation methods (such as U - Net) perform well in other fields, they still face challenges when dealing with complex fine structures in high - resolution EcoFAB images. ### Goals of the paper: The main goal of the paper is to develop a new deep - learning method - RhizoNet, for accurately segmenting plant root system images and evaluating their biomass and growth dynamics. Specific goals include: - **Improving segmentation accuracy**: By improving the Residual U - Net architecture, enhance the ability to recognize small root system structures. - **Adapting to complex environments**: Optimize the model performance according to the image characteristics (such as condensation phenomena and background noise) in the EcoFAB system. - **Supporting automated analysis**: Realize the systematic and accelerated analysis of thousands of images, thereby helping researchers more accurately evaluate the growth dynamics of plant root systems under different conditions. - **Promoting self - driving laboratories**: Lay the foundation for the realization of automated plant monitoring systems in the future. ### Core solutions: RhizoNet adopts an improved Residual U - Net architecture, combined with convex hull operations to accurately segment the main root system components. The above problems are solved through the following key technologies: 1. **Residual U - Net architecture**: Use residual connections to solve the problem of vanishing gradients in deep neural networks, enabling the model to learn more detailed and subtle root system features. 2. **Small - size image block training**: Use image blocks of three sizes: (64, 64), (128, 128) and (256, 256) for training to focus on small structures and improve the generalization ability of the model. 3. **Data augmentation**: Increase the diversity of training data through geometric transformations such as random rotation, flipping, and cropping to reduce over - fitting. 4. **Post - processing optimization**: Further optimize the segmentation results through mathematical morphological operations (such as erosion) to reduce the over - estimation of root system thickness. Through these methods, RhizoNet can accurately segment plant root systems under complex conditions and provides an efficient and reliable tool for studying the growth dynamics of plant root systems.