A Simple Approach to Pavement Cell Segmentation
Abstract
This study focuses on segmenting pavement cells from microscopy images of Arabidopsis thaliana plants, which is critical for linking cellular traits to overall plant performance. Differently than the current state-of-the-art, we propose a simple, easy-to-train approach using partially annotated datasets to address the challenges of irregular pavement cell shapes. Specifically, we employed U-Net and DeepLabV3 architectures for segmentation, showing that both models can perform well despite the constraints. Post-segmentation, we used PaCeQuant to extract phenotyping data, demonstrating the effectiveness of our method. The results indicate that U-Net provides a slightly closer match to the true mask, though DeepLabV3 also performs robustly. This approach facilitates more accurate and efficient plant phenotyping, contributing to sustainable agricultural practices. Code is publicly available at the following repository: https://github.com/Rosti35/pavement-cell-segmentation .
Cite
Text
Shepel et al. "A Simple Approach to Pavement Cell Segmentation." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-91835-3_16Markdown
[Shepel et al. "A Simple Approach to Pavement Cell Segmentation." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/shepel2024eccvw-simple/) doi:10.1007/978-3-031-91835-3_16BibTeX
@inproceedings{shepel2024eccvw-simple,
title = {{A Simple Approach to Pavement Cell Segmentation}},
author = {Shepel, Rostislav and Romanowski, Andrew and Giuffrida, Mario Valerio},
booktitle = {European Conference on Computer Vision Workshops},
year = {2024},
pages = {240-251},
doi = {10.1007/978-3-031-91835-3_16},
url = {https://mlanthology.org/eccvw/2024/shepel2024eccvw-simple/}
}