Real-Time Callus Instance Segmentation in Plant Tissue Culture Using Successive Generations of YOLO Architectures
Yunus Egi, Tülay Oter, Mortaza Hajyzadeh, Muammer Catak

TL;DR
This paper introduces a new lentil callus dataset and shows that newer YOLO models can segment callus structures in plant tissue culture more efficiently and accurately.
Contribution
The first curated lentil callus dataset for instance segmentation and evaluation of successive YOLO generations for plant tissue analysis.
Findings
Anchor-free YOLOv8 and YOLOv11 outperformed anchor-based models in callus segmentation precision and efficiency.
YOLOv8 achieved the highest [email protected] with real-time inference at 166 FPS.
The dataset includes 122 high-resolution images with 1185 annotations across three callus stages.
Abstract
Callus induction is a complex procedure in plant organ, cell, and tissue culture that underpins processes such as metabolite production, regeneration, and genetic transformation. It is important to monitor callus formation alongside subjective evaluations, which require labor-intensive care. In this research, the first curated lentil (Lens culinaris) callus dataset for instance segmentation was experimentally generated using three genotypes as one data set: Firat-87, Cagil, and Tigris. Leaf explants were cultured on MS medium fortified with different concentrations of gross regulators of BA and NAA to induce callus formation. Three biologically relevant stages, the leaf stage, the green callus, and the necrosis callus, were produced. During this process, 122 high-resolution images were obtained, resulting in 1185 total annotations across them. The dataset was evaluated across four…
Genes, proteins, chemicals, diseases, species, mutations and cell lines named across the full text — each resolved to its canonical identifier and authoritative record.
Click any figure to enlarge with its caption.
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Figure 7
Figure 8
Figure 9
Figure 10
Figure 11Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPlant tissue culture and regeneration · Smart Agriculture and AI · Cell Image Analysis Techniques
1. Introduction
Plant tissue culture is an essential component of contemporary agricultural biotechnology, which makes it possible to achieve micro propagation, genetic transformation, haploid production, and the synthesis of valuable metabolites [1,2]. Among these methods, callus induction serves as the initial step toward somatic embryogenesis and plant regeneration. A callus is described as a cluster of undifferentiated plant cells under particular hormonal and nutritional environments [3,4]. Its ability to grow into a whole plant makes it essential for both fundamental plant science and practical biotechnology.
The lentil (Lens culinaris) is a vital global pulse crop prized for its high protein content and adaptability. However, it is especially difficult to work with in tissue culture, showing low regeneration rates and a strong dependence on the plant’s specific genetic makeup [5,6]. This makes the development of reliable callus induction methods critical for improving breeding and transformation. Manual visual inspection of a callus’s size, shape, and color is currently the standard for monitoring its formation. However, this method is subjective and unreliable, making it unsuitable for large-scale studies. To improve accuracy and efficiency in this research, we urgently need to develop automated, quantitative, and scalable evaluation tools. Another critical aspect is dataset availability. Unlike common benchmarks such as COCO or Pascal VOC [7], agricultural imaging datasets remain scarce, often limited to disease detection (e.g., PlantVillage) or UAV-based canopy monitoring.
Deep learning has revolutionized agricultural imaging, with Convolutional Neural Networks (CNNs) and one-stage detectors used for everything from disease identification to fruit counting and phenotyping [8]. The YOLO (You Only Look Once) family of models is particularly effective, which provides a strong balance of real-time speed and high accuracy. Later versions have introduced advanced features such as Cross-Stage Partial Darknet (CSPDarknet) backbones, Path Aggregation Network (PANet) style necks, and anchor-free heads, which utilize decoupled prediction together with Cross-Stage Partial blocks that use two Convolutions and Feature reuse (C2f) modules. The most modern designs, including EfficientRep and Parallel Spatial Attention, effectively balance precise segmentation with high-speed performance [9,10].
A significant development is the move from anchor-based heads (like those in YOLOv5/7) to anchor-free and decoupled designs (YOLOv8/11). Anchor-based models require predefined priors, whereas anchor-free variants predict centers and boundaries directly, which improves their ability to generalize. This distinction is especially relevant for irregular tissues such as callus, which present variable shapes that remain challenging for anchor-based models. For this reason, anchor-free segmentation frameworks show the most promise for biological imaging [11]. Despite focusing on object detection, instance segmentation is gaining importance because it provides pixel-level outlines rather than simple bounding boxes. This is especially useful for callus, which has irregular and often overlapping shapes. Agricultural research has already demonstrated the effectiveness of YOLO-based instance segmentation for tasks such as weed–crop differentiation and the assessment of lodged plant areas [12]. This proves that the technology is practical even in challenging field environments. These advances suggest that YOLO instance segmentation frameworks are a great fit for tissue culture analysis.
Building on this, the recent literature has further expanded YOLO’s role in agricultural and biological segmentation. Zhao et al. demonstrated that integrating the Segment Anything Model (SAM) with YOLOv8 could automatically segment leaf structures efficiently, which requires minimal manual annotation for real-time processing [13]. In the context of crop–weed differentiation, Zhang et al. presented F-YOLOv8n-seg, a compact segmentation model that reduced computational operations (FLOPs) by 26.7% while maintaining robust localization of weed meristems [14]. Similarly, Sonawane and Patil adapted YOLOv8 for crop–weed segmentation, proving its resilience to the variable illumination and background conditions found in field environments [15].
Horticultural applications have also pointed out mask quality. Chen et al. compared YOLOv8/11 for orchard fruitlet instance segmentation, which revealed that YOLOv11 improved mask precision at a decent computational cost [16]. Building on this direction, Ma et al. introduced YOLOv11-GSF for strawberry ripeness assessment, while Khan et al. developed a YOLOv11 framework for leaf segmentation across multiple crops with consistent performance across lighting conditions [17,18]. Segmentation was also applied to practical agricultural challenges such as disease and stress detection. Zhu et al. [19] created YOLOv8-CMS to identify citrus leaf diseases that led to Precision rates above 98% when grading symptomatic leaves. At the same time, Daraghmi et al. [20] demonstrated that combining UAV imagery with YOLOv8 makes it possible to pinpoint crop stress areas in real time, offering farmers a powerful tool for large-scale field assessment.
Anchor-free segmentation has gained significant attention in agricultural case studies, which has become an important research direction in general computer vision. Representative models such as FCOS [21], CenterNet [22], and DETR [23] remove the use of predefined anchor boxes. Instead, they predict object centers and masks directly, creating a simpler detection process. This approach laid the groundwork for the anchor-free strategies later used in YOLOv8/11. Their success in general-purpose segmentation underscores the relevance of anchor-free strategies for irregular biological objects such as callus tissues. Deep learning has likewise advanced biological and medical segmentation, where amorphous and heterogeneous structures resemble callus morphology. Caicedo et al. [24] evaluated several deep models for nucleus segmentation that produce valuable benchmarks. In parallel, Moen et al. [25] surveyed applications in microscopy and histology, which points out that Convolutional Neural Networks (CNN) consistently deliver higher accuracy and reproducibility than traditional approaches. Together, these works demonstrate a key point: frameworks that were first designed to segment natural images can be successfully adapted and extended to address the structural complexity of cellular and tissue samples.
Taken together, these studies confirm that anchor-free YOLO variants are increasingly applied to instance segmentation in agriculture, spanning weed control, leaf morphology, fruit detection, and disease monitoring, yet none address the segmentation of callus tissue in plant in vitro culture. The present work fills this gap by providing a curated callus segmentation dataset and a systematic benchmark across successive YOLO generations.
2. Results
2.1. Runtime, Convergence, and Training Dynamics
Evaluating modern YOLO architectures requires attention to both runtime efficiency and training behavior. This is especially important for applications that rely on real-time inference and consistent optimization within restricted computational settings, such as plant tissue culture monitoring. While runtime performance determines the practical feasibility of deployment, the trajectory of training curves provides insight into convergence speed, stability, and generalization capacity. To this end, we report measured training times and analyze the progression of mAP together with the major loss components across successive YOLO generations. On the NVIDIA Tesla T4 GPU (16 GB VRAM), the measured wall-clock times for 100 training epochs were YOLOv5—0.214 h (≈12.8 min); YOLOv7—0.652 h (≈39.1 min); YOLOv8—0.214 h (≈12.8 min); and YOLOv11—0.214 h (≈12.8 min). These results confirm that YOLOv7 is the slowest model due to its heavier architecture, which includes 37.9 M parameters and 141.9 G FLOPs. By contrast, the anchor-free designs of YOLOv8/11 sustain high efficiency without introducing runtime penalties.
The training curves (Figure 1a) show that YOLOv5/7 reach a plateau only after about 90 epochs. The gradual exponential decline with noticeable fluctuation points to a slower optimization with fewer stable gradient updates. Such tendencies are characteristic of anchor-based frameworks, where the bounding-box allocation procedure increases variance and hinders convergence.
In contrast, YOLOv8/11 reaches stability at approximately epoch 60. These outcomes reflect more efficient learning dynamics and indicate a stronger inductive bias, which facilitates rapid adaptation to intricate callus boundaries.
The segmentation loss (Figure 1b) drops quickly for YOLOv8/11, moving from high initial values to a stable range near 1.0–1.2. This pattern indicates effective separation of features and better refinement of segmentation masks. In contrast, YOLOv5/7 remain near zero, which is consistent with the limited design of their segmentation heads. For box regression loss (Figure 1c), YOLOv8/11 begin with higher values but gradually decline to around 0.75. In contrast, YOLOv5/7 remain very small across training, a result of both different loss-scaling conventions and the limited representational capacity of anchor-based localization. The classification loss (Figure 1d) further illustrates the difference between the two groups: YOLOv8/11 start at elevated levels (7–7.5) but progressively drop below 1.0, indicating stronger class separation and more effective optimization of category boundaries. By comparison, YOLOv5/7 stay near zero, suggesting that their simpler anchor-based classification head provides little contribution to discriminative learning. Overall, these results show that anchor-free models not only converge faster but also provide stronger optimization signals across segmentation, regression, and classification tasks.
In contrast, YOLOv8 reaches stability at approximately epoch 70, while YOLOv11 converges earlier, around epoch 60. These outcomes reflect more efficient learning dynamics and indicate a stronger inductive bias, which facilitates rapid adaptation to intricate callus boundaries. The segmentation loss (Figure 1b) drops quickly for YOLOv8/11, moving from high initial values to a stable range near 1.0–1.2. This pattern indicates effective separation of features and better refinement of segmentation masks. In contrast, YOLOv5/7 remain near zero, which is consistent with the limited design of their segmentation heads. For box regression loss (Figure 1c), YOLOv8/11 begins with higher values but gradually declines to around 0.6. In contrast, YOLOv5/7 remain very small across training, a result of both different loss-scaling conventions and the limited representational capacity of anchor-based localization. The classification loss (Figure 1d) further illustrates the difference between the two groups: YOLOv8/11 start at elevated levels (7–9) but gradually drop below 1.0, indicating stronger class separation and more effective optimization of category boundaries. By comparison, YOLOv5/7 stay near zero, suggesting that their simpler anchor-based classification head provides little contribution to discriminative learning. Overall, these results show that anchor-free models not only converge faster but also provide stronger optimization across segmentation, regression, and classification tasks.
Objectness loss (Figure 2a) appears only in YOLOv5/7, decreasing from about 0.69 to 0.4 but with noticeable noise across epochs. This instability reflects inherent drawbacks of anchor-based objectness scoring, in which predefined anchor grids frequently generate redundant or conflicting assignments, thereby weakening optimization stability. The noisy trend indicates that object presence is reinforced inconsistently, which results in weaker convergence and diminished robustness in complex scenarios.
In contrast, Distribution Focal Loss (Figure 2b), which is unique to YOLOv8/11, decreases smoothly from above 1.4 to below 1.0, showing the ability of anchor-free models to refine bounding-box distributions more reliably. Among the two, YOLOv8 exhibits a lesser dfl loss than YOLOv11, suggesting that its optimization pathway is less prone to variance and that its architecture enforces a more reliable alignment between predicted distributions and ground truth.
In summary, anchor-free YOLOv8/11 converge faster, maintain smoother loss behavior, and deliver stronger optimization than anchor-based YOLOv5/7, making them better suited for reliable real-time segmentation in plant tissue culture.
2.2. Segmentation Accuracy and Efficiency Metrics
Table 1 summarizes segmentation accuracy (mask ), efficiency metrics (parameter count, FLOPs, FPS), and training time. Unless otherwise specified, refers to instance segmentation masks (denoted as (M) in logs).
Across all models, a clear divide emerged between anchor-based and anchor-free architectures. YOLOv5/7 was validated at [email protected]:0.95 values of 0.573 and 0.515, respectively. Although YOLOv7 improved relative to YOLOv5, its higher parameter count (37.9 M) and FLOPs (141.9G) did not translate into proportionate accuracy gains. This concludes that simply scaling up anchor-based networks is not an effective strategy for small, heterogeneous biological datasets.
In contrast, anchor-free models delivered substantial gains. YOLOv8 achieved the highest overall validation accuracy ([email protected]:0.95 = 0.599), with YOLOv11 close behind at 0.581. YOLOv8 also demonstrated superior inference efficiency, reaching 166 FPS compared to 133 FPS for YOLOv11 (Table 1). This advantage stems from architectural refinements such as the EfficientRep backbone and Parallel Spatial Attention. The accuracy–speed trade-off (Figure 3) highlights that YOLOv8 provides the best overall balance for real-time laboratory deployment, while YOLOv11 remains a strong, closely performing alternative.
2.3. Class-Level Performance
Figure 4 summarizes per-class mask F1 for green callus, necrosis callus, and leaf across all YOLO variants, showing both training (solid fill) and validation (hatched) results in a single chart. Three consistent patterns emerge:
(i) Green callus is the easiest class: All models reach F1 ≈ 0.81–0.87 on green callus, with the anchor-free models (YOLOv8/11) converging at 0.87 on both train and validation. This reflects the strong visual contrast of green tissue against the background.
(ii) Necrosis callus is moderately difficult: On the necrosis callus class, YOLOv11 attains the highest validation F1 (∼0.85) with YOLOv8 closely following (∼0.84), while YOLOv5/7 trail slightly (0.75–0.82).
(iii) Leaf is the most challenging class: On the leaf class, YOLOv8/11 are validated around 0.74–0.78, outperforming YOLOv7 (0.59) and staying YOLOv5 (∼0.76). This result is consistent with the aggregate metrics in Table 1, where anchor-free heads deliver stronger boundary quality on amorphous structures.
(iv) Generalization gaps and model behavior: YOLOv7 shows the largest train→val drop on Leaf class (0.66→0.59) as well as for other classes, a pattern that points to weaker generalization when faced with high-variability foliage. By contrast, YOLOv8/11 have almost no gaps (0,1) for all classes which is a sign of more stable optimization and a stronger inductive bias for thin or irregular boundaries. YOLOv5 occupies few gaps (≤0.01–0.02) but has comparatively strong results on all classes.
Overall, the class-level analysis reinforces our main conclusion: Anchor-free YOLO generations (v8/11) provide the best balance of accuracy and generalization, especially for classes with subtle edges and texture variability (the green and necrosis classes).
2.4. Comparative Prediction Performance and Key Insights
The validation outputs of four successive YOLO models show both the fidelity of boundaries and the main failure cases. Anchor-free models are able to retain thin or irregular structures and limit leakage into leaf veins. Anchor-based models, however, often fail to capture small emerging callus or mistakenly merge them with leaf regions under low-contrast conditions. The examples in Figure 5 demonstrate the practical strengths of anchor-free designs for complex plant tissue morphology and confirm their suitability for real-time culture monitoring.
The analysis yields three principal insights, foremost among them that anchor-free architectures (YOLOv8/11) surpass anchor-based models (YOLOv5/7) by delivering higher segmentation accuracy together with greater computational efficiency in callus tissue applications. Among the evaluated models, YOLOv8 demonstrates the highest accuracy and fastest inference, making it the most practical choice for real-time applications. In addition, persistent issues such as class imbalance and morphological variability, most evident in leaf tissues, continue to limit performance and point to the need for broader and more diverse training datasets.
3. Discussion
The comparative evaluation of YOLOv5/7/8/11 shows how successive architectural innovations influence segmentation accuracy, efficiency, and applicability in plant tissue culture. YOLOv5/7, as anchor-based variants, were historically important but proved less effective on irregular and amorphous callus tissues, since their reliance on predefined anchors limited boundary and . Among them, YOLOv7 had a heavy architecture that required considerably more computational resources but did not deliver proportional gains in accuracy.
In contrast, YOLOv8/11, which represents the anchor-free family, consistently outperformed earlier generations. YOLOv8 reached the best segmentation boundaries and efficiency since it included C2f modules and refined decoupled heads. The anchor-free paradigm, which removes the dependence on anchor priors, was particularly advantageous for amorphous and heterogeneous tissues that had highly irregular boundaries. Direct center and boundary regression provided stronger generalization to biological variability and reduced misclassification of overlapping or diffuse regions. In short, anchor-free models do not deal with the complexity of predefined anchors, which results in smoother optimization and fewer gradient updates. Their decouple heads learn through object centers and precise boundaries, leading to better localization. That is why anchor-free models work better on irregular callus shapes.
Per-class analysis showed that green callus was segmented most reliably, which was likely due to its strong contrast with surrounding tissue. Necrosis callus had moderate accuracy, while leaf structures remained the most difficult, which reflected both morphological variability and class imbalance. There are several factors that may cause difficulty in instance segmentation of leaf structure. Firstly, the leaf tissue has a smooth, wrinkled, and fragmented structure, which creates a complex morphological structure. Secondly, the leaf edges are often a slow sign of partial browning, which is very hard to distinguish from necrosis callus. Lastly, in dense cultures, leaf explants are partially overlaid on callus and necrosis tissues, which makes the estimation of boundary delineation very difficult. These findings confirmed the practical value of anchor-free designs for real-time monitoring in tissue culture, where segmentation precision and processing speed were both essential.
4. Materials and Methods
4.1. Successive Generations of YOLO Architectures
YOLO frameworks contain three parts: the backbone, which extracts feature maps; the neck, which fuses multi-scale information; and the head, which outputs predictions such as classes, boxes, and masks. Across versions, the design has shifted from anchor-based models (YOLOv5/7) to leaner anchor-free and decoupled systems (YOLOv8/11) that improve performance in instance segmentation, as illustrated in Figure 6.
YOLOv5: A widely adopted real-time baseline using a Cross-Stage Partial Darknet (CSPDarknet) backbone, a Path Aggregation Network (PANet)-style neck, and Sigmoid Linear Unit (SiLU) activations. The segmentation branch relies on predefined anchors, where prototypes are produced by the neck and instance coefficients by the head, combined via anchor-based assignment before Region of Interest (ROI) cropping and upsampling [26].
YOLOv7: YOLOv7 introduced the Extended Efficient Layer Aggregation Network (E-ELAN), re-parameterized convolutions, and Spatial Pyramid Pooling with Cross-Stage Partial connections (SPPCSPC) for stronger multi-scale fusion. Although accuracy improves, it remains anchor-based and computationally heavy [27].
YOLOv8: YOLOv8 marked a paradigm shift to anchor-free prediction with decoupled heads for classification, box, and mask coefficients. Cross-Stage Partial with two convolutions and feature reuse (C2f) modules and a Bi-directional Feature Pyramid Network (BiFPN) neck improved feature aggregation. This design simplified label assignment and improved boundary fidelity for amorphous objects [28].
YOLOv11: The most recent generation integrates an Efficient Reparameterizable (EfficientRep) backbone and Parallel Spatial Attention (PSA) in the neck that refines prototype masks. A decoupled head with Dynamic Edge-aware Localization Adjustment (ELA) predicts coefficients. The system maintains an anchor-free design but achieves higher throughput with strong segmentation accuracy [29,30].
Overall, all YOLO generations share the same segmentation principle: prototype masks (P) from the neck are linearly combined with per-instance coefficients ( ) from the head, cropped to the ROI, and upsampled to full resolution:
The main differences lie in architectural choices (backbone, neck, and head) and whether detection is anchor-based (YOLOv5/7) or anchor-free (YOLOv8/11).
4.2. Plant Material
Three different lentil genotypes (Fırat-87, cagıl, and Tigris) were used as one data set in this study as the source material. Surface sterilization of lentil seeds was performed using 15% commercial bleach solution (equivalent to approximately 5% NaOCl) for 10 min. To eliminate the residual effects of bleach, the seeds were rinsed three times with sterile distilled water, each rinse lasting 5 min. The sterilized seeds were then cultured on Murashige and Skoog (MS) nutrient medium supplemented with 3% sucrose and solidified with 0.6% agar. Cultures were maintained for four weeks under controlled growth conditions to obtain healthy seedlings.
4.3. Callus Induction
Leaf explants excised from the regenerated seedlings were transferred to MS medium containing different combinations of the growth regulators 6-benzylaminopurine (BAP) at 0.5, 1.0, and 1.5 mg/L, and naphthaleneacetic acid (NAA) at 0.25, 0.50, and 1.0 mg/L (including a control group). Similar plant growths’ regulatory combination have been widely reported for efficient callus induction and regeneration in lentil and related legumes [31,32,33]. Machine learning approaches have also been proposed to predict callus induction efficiency in cereals, highlighting the importance of reproducible induction systems [34]. All cultures in our study were established in three biological replicates and maintained under standard growth conditions. Throughout the culture period, callus tissues that are developed on the explants were later photographed for dataset construction using a high-resolution digital camera positioned at a fixed distance of 17 cm inside a biosafety cabinet under uniform laboratory lighting, as seen Figure 7.
4.4. Dataset Preparation and Augmentation
Lentil seeds were cultured for four weeks to obtain leaf explants. Callus formation (as described in Section 4.3) was then induced over an additional six-week leaf culture period. From all cultures, a total of 122 high-resolution images were obtained, and each image was manually annotated using polygon masks as illustrated in Figure 8. Three biologically relevant classes were defined: green callus with 478 instances (40.3%), necrosis callus with 425 instances (35.9%), and leaf tissue with 282 instances (23.8%), which yield a total of 1185 annotations.
This distribution reflects a slight imbalance, with green callus being the most represented, but it still provides a sufficient basis for model training and evaluation, as shown in Figure 9a,b.
To enhance model robustness and generalization, data augmentation techniques were applied. All images were resized to pixels prior to training, and up to three augmentations were applied per training example. These included horizontal and vertical flips, random rotations between and , saturation adjustments in the range of , exposure (brightness) perturbations within , and additive noise affecting up to of image pixels. An example is illustrated in Figure 10.
Such augmentations expanded the appearance space while preserving the biological meaning of annotations. Mosaic augmentation was additionally employed for YOLOv5 and YOLOv7 but disabled in the final 10 epochs for YOLOv8/11, as anchor-free models benefit from more stable late-stage optimization. Following augmentation, the dataset size increased to 254 images with augmented variants. A stratified split was applied, resulting in 75% training, 15% validation, and 10% testing. It is important to note that augmentation did not introduce new biological specimens. The total number of unique annotations remained 1185; however, after augmentation, these masks were presented to the model in transformed form, effectively doubling the number of training instances seen during optimization. An example of the obtained data is demonstrated in Figure 11.
4.5. Evaluation Metrics
In this work, model performance across classes was assessed using common segmentation metrics, including mean Average Precision ( ), coefficient, , , and Intersection over Union ( ). The for class i is defined as
where , , and are true positives, false positives, and false negatives for class i. This formulation follows the Jaccard index [35].
The coefficient (equivalent to the F1 score at the pixel level) is
which originates from Sørensen’s similarity index [36].
and are computed as
Finally, the mean Average Precision ( ) is reported at multiple thresholds, ranging from 0.5 to 0.95 with increments of 0.05:
where is the Average Precision at threshold t and T is the set of thresholds. This formulation follows the PASCAL VOC evaluation protocol [37].
These metrics provide different aspects of model behavior. and focus on the fidelity of spatial overlap between predictions and ground truth, whereas and reflect the reliability of classification decisions. Meanwhile, integrates performance across multiple thresholds to give a balanced view of detection and segmentation accuracy. As noted in the recent literature, meaningful evaluation also requires weighing accuracy against computational efficiency [38].
4.6. Computational Setup
4.6.1. Computational Environment
The experiments were carried out on a cloud-based system equipped with an NVIDIA Tesla T4 GPU (16 GB VRAM), 25 GB of RAM, and dual CPUs. The utilized software for training and validation was Ubuntu 20.04 with Python 3.10. YOLOv5/7 were implemented using PyTorch 1.13.1, while YOLOv8/11 were trained with the Ultralytics framework (version 8.3.40). Dataset preparation and annotation exports were managed through Roboflow.
4.6.2. Training Configuration
To allow for consistent comparisons, all models were trained under identical hyperparameter settings. Each architecture was optimized for 100 epochs using a batch size of 16 and an input resolution of pixels. The AdamW optimizer was applied with an initial learning rate of . Training made use of label caching and mixed-precision computation (FP16) to improve throughput. Standard augmentation strategies included horizontal and vertical flips, adjustments to brightness and contrast, Gaussian and median blurring, optional grayscale conversion, and CLAHE. For the anchor-free variants (YOLOv8/11), mosaic augmentation was turned off during the last ten epochs to promote more stable convergence in later training stages.
4.6.3. Model-Specific Setup
Each YOLO generation required distinct modifications to align with the characteristics of its architecture. YOLOv5 was trained through its official segmentation branch, which was initialized with COCO-pretrained weights. YOLOv7 was implemented with its extended segmentation framework, and this implementation necessitated minor modifications to the plotting utilities in order to ensure compatibility with updated libraries. YOLOv8 adopted the anchor-free decoupled head, and its training pipeline was streamlined through the Ultralytics interface, which provided integrated monitoring of both loss curves and validation performance. YOLOv11 followed a training routine comparable to earlier versions; however, it incorporated the EfficientRep backbone together with Parallel Spatial Attention, which enabled the model to converge more rapidly than its predecessors. The architecture of YOLOv7 was more complex, and as a result, it took longer to train. YOLOv8/11, on the other hand, converged faster and stabilized validation accuracy in fewer epochs.
4.6.4. Statistical Significance
To check if the differences in accuracy and efficiency among the models were meaningful, we relied on relative improvement measures. The gain in accuracy of model A compared with model B was defined as
where and denote the mean Average Precision values of the two models under comparison.
The relative improvement in inference efficiency was defined as
where and represent the frame rates of the respective models.
These formulations serve as a consistent framework for measuring improvements in both accuracy and inference speed. In our experiments, the differences appeared across multiple validation splits, which shows that the observed advantages are not the result of random variation but instead stem from the architectures themselves.
5. Conclusions
This work delivered the first systematic study of successive YOLO architectures applied to instance segmentation of lentil callus tissues in plant tissue culture. The evaluation was carried out on 122 high-resolution images with 1185 annotations spanning three biologically relevant classes. Across this dataset, anchor-free models (YOLOv8/11) performed more effectively than anchor-based alternatives (YOLOv5/7) in both segmentation accuracy and computational efficiency. YOLOv8 offered the most precise boundary delineation and balanced high accuracy with faster inference, making it the more practical option for real-time analysis. Overall, the findings show that anchor-free designs provide a stronger fit for the irregular and amorphous morphology that characterizes callus tissues. More broadly, the results show that deep learning–based instance segmentation can improve reproducibility and scalability in plant tissue culture monitoring.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Thorpe T.A. History of plant tissue culture Mol. Biotechnol.20073716918010.1007/s 12033-007-0031-317914178 · doi ↗ · pubmed ↗
- 2Pasternak T.P. Steinmacher D. Plant Growth Regulation in Cell and Tissue Culture In Vitro Plants 20241332710.3390/plants 1302032738276784 PMC 10818547 · doi ↗ · pubmed ↗
- 3Nagata T. Takebe I. Plating of isolated tobacco mesophyll protoplasts on agar medium Planta 197199122010.1007/BF 0039211624487444 · doi ↗ · pubmed ↗
- 4Fehér A. Callus, dedifferentiation, totipotency, somatic embryogenesis Front. Plant Sci.20191053610.3389/fpls.2019.0053631134106 PMC 6524723 · doi ↗ · pubmed ↗
- 5FAO The International Year of Pulses: Final Report FAO Rome, Italy 2019 Available online: https://openknowledge.fao.org/items/a 5ba 05a 4-314c-4d 73-a 47e-1dd 8c 6021258(accessed on 20 October 2025)
- 6Bagheri A. Ghasemi Omraan V.O. Hatefi S. Indirect in vitro regeneration of lentil J. Plant Mol. Breeding 201214350
- 7Lin T.-Y. Maire M. Belongie S. Hays J. Perona P. Ramanan D. Dollár P. Zitnick C.L. Microsoft COCO: Common Objects in Context Proceedings of the Computer Vision—ECCV 2014 Zurich, Switzerland 6–12 September 2014740755
- 8Kamilaris A. Prenafeta-BoldúF.X. Deep learning in agriculture: A survey Comput. Electron. Agric.2018147709010.1016/j.compag.2018.02.016 · doi ↗
