Research Ideas and Outcomes : Research Article
PDF
Research Article
Quantification of plant trait data from herbarium scans in the DiSSCo Research Infrastructure
expand article infoRajapreethi Rajendran, Claus Weiland, Jonas Grieb, Soulaine Theocharides§, Sam Leeflang§,|, Wouter Addink§,|, Sharif Islam§,
‡ Senckenberg – Leibniz Institution for Biodiversity and Earth System Research, Frankfurt am Main, Germany
§ Naturalis Biodiversity Center, Leiden, Netherlands
| Distributed System of Scientific Collections - DiSSCo, Leiden, Netherlands
¶ DiSSCo, Leiden, Netherlands
Open Access

Abstract

The Distributed System for Scientific Collections (DiSSCo) is a research infrastructure to integrate European natural science collections (NSCs) digitally. The aim is to facilitate and enhance the access, management and analysis of collection assets in one unified digital collection. The Machine Annotation Services (MAS) are essential components of DiSSCo’s Digital Specimen Architecture (DSArch). These services automate the annotation of digital objects to enable labelling and categorisation of NSC's digital assets.

To further advance this, a Machine Learning as a Service (MLaaS) approach was developed which provides researchers with the access to pre-trained machine-learning models for complex tasks, such as instance segmentation and morphological analysis of datasets. MLaaS enhances the DiSSCo’s scalability and flexibility and allows the integration of machine-learning tools in close alignment with the FAIR (Findable, Accessible, Interoperable, Reusable) principles.

This study employs DiSSCO's MLaaS framework for the quantitative analysis of herbarium specimens. Machine-learning models, such as Mask R-CNN and YOLO11, are comparatively applied to detect and generate the pixel-level masks of plant organs in herbarium sheets. Subsequently, these models are used to reconstruct the scale in the herbarium sheet and to calculate the surface area of identified plant organs.

The determination of quantitative characteristics of plant specimens, such as measuring leaf area or the timestamp of the floral transition, opens up herbarium data for reuse in the large prognosis platforms currently developed in the framework of the Common European Data Spaces. In this way, plant trait data mobilised from natural science collections can improve the predictive capability of the vegetation model components of climate-related data spaces.

Keywords

Digital Specimen Architecture, plant organ detection, quantitative traits, deep learning, DiSSCo, image processing, instance segmentation, Mask R-CNN, YOLO11, Common European Data Spaces

Introduction

The loss of biodiversity in the anthropocene, intensified by climate change, has a significant impact on human societies by reducing the benefits - designated as Ecosystem Services - that humans derive from ecosystems and environment (Pörtner et al. 2021).

To address this critical challenge, natural science collections, including in particular their enriched and annotated digital representations, have a pivotal role for assessment and analysis of the current and future biodiversity loss by providing the fundamental baseline data collection that reflects the actual and past dynamics of marine, freshwater and terrestrial biodiversity. The Distributed System of Scientific Collections (DiSSCo) is a European Research Infrastructure (RI) encompassing over 300 collecting institutions (DiSSCo 2025). A major aim of DiSSCo’s infrastructure is thus to open up specimen data and make it widely reusable in compliance with the FAIR Principles (Koureas et al. 2023), preparing data for both discovery by humans and for autonomous processing by machines (i.e. machine-actionability, Jacobsen et al. (2020)).

To achieve this machine-actionability, DiSSCo developed its core data model, the Digital Specimen, in close alignment with the approach of FAIR Digital Objects (FDOs) to represent the physical specimen also in the digital domain (Islam et al. 2020, Hardisty et al. 2022b): A Digital Specimen encompasses or persistently links to all information artefacts (Ceuster and Smith 2015), which are about this physical specimen, such as sequence data, images, chemical measurements or taxonomic determinations. In this way, an object-centred and machine-interpretable representation of a specimen and its connections is realised, which makes independent operations on this digital object by machines possible, for example, machine-learning-based annotation of scanned images and extraction of associated data such as information on labels (Hardisty et al. 2022).

The wider objective of establishing a “Machine Learning as a Service” (MLaaS, Grieb et al. (2021)) framework for DiSSCo is to mobilise traceable geo- and biodiversity data for the large analysis and prognosis infrastructures set up currently in the context of the so-called Common European Data Spaces (CEDS, Scerri et al. (2022)). The CEDS are European Union-led initiatives to enable secure, interoperable data sharing across sectors and borders to enable research, innovation and policy-making. Data Spaces related to the European Green Deal are particularly suited for the integration of biodiversity data, involving the EU-flagship initiative Destination Earth and B-Cubed - Biodiversity Building Blocks for Policy (Penninga et al. 2021, Groom et al. 2023, Puechmaille et al. 2025). A closer alignment of the natural science collections with the CEDS could thus significantly increase discoverability, availability and subsequent reuse of collection data. Building on that, the objective of the present study is the functional integration of a Machine Annotation Service (MAS) that enables quantitative determinations of morphological parameters into DiSSCo’s Digital Specimen infrastructure (DSArch, Leeflang et al. (2022)).

The paper is further organised as follows: In the next section, we outline the components developed for the MAS. Afterwards, we present the results achieved using the framework with Senckenberg – Leibniz Institution for Biodiversity and Earth System Research's herbarium collection. The final section concludes the paper detailing directions for further developments.

Methods

Model selection

Building on previous research on detecting and annotating the plant organs from digitised herbarium scans (Younis et al. 2018, Younis et al. 2020b), we present now an extended approach involving an advanced segmentation technique to facilitate detailed quantitative analysis of morphological traits. The aim of the segmentation method is to subdivide images into objects or regions. Fundamentally, there are two types of segmentation: semantic and instance segmentation (Long et al. 2015, He et al. 2017). Semantic segmentation labels pixels with a class without distinguishing them into individual objects, whereas the instance segmentation labels each pixel and differentiates the individual objects of each class. Instance segmentation, used in the present context, enables the model to detect the plant organs and segment each organ individually. This is particularly beneficial for distinguishing closely-positioned or overlapping specimen organs, such as leaves, stems, fruits, seeds and flowers. Within the framework of this study, Mask R-CNN and YOLO11 were chosen as instance segmentation models. These models are based, as further explained below, on different architecture approaches: Mask R-CNN is a two-stage model, while YOLO11 is single stage. In the initial stage of the Mask R-CCN classification, it identifies regions of interest in an image and, in the second stage, it utilises local features around these proposed regions to determine contained objects. On the other hand, single-stage detectors, like YOLO, employ a fully convolutional approach to gridded regions of an image for the simultaneous prediction of bounding boxes and segmentation in a single pass (Redmon et al. 2016).

Plant organ segmentation dataset preparation

As in the aforementioned previous studies (Younis et al. 2020b), the dataset used for training plant organ segmentation consists of 652 images of herbarium scans from the Muséum national d’Histoire naturelle's (MNHN) vascular plant collection (Le Bras et al. 2017, Younis et al. 2020a). These images are openly accessible through the Global Biodiversity Information Facility (GBIF) portal (MNHN and Chagnoux 2020).

Out of 652 images, 497 images were used for training and 155 images were used for testing. As shown in Table 1, the images were annotated into six different categories: leaf, stem, flower, fruit, root and seed. These images were previously annotated for object detection in plant organs. The training subset has 15486 annotations and the testing subset has 4137 annotations.

Table 1.

The number of annotated bounding boxes and segmentation masks for each plant organ category is presented for both the training and testing subsets.

Category

Training subset (497 images)

Testing subset (155 images)

Complete dataset (652 images)

Leaf

7865

2051

9916

Stem

3315

961

4276

Flower

3179

763

3942

Fruit

1045

296

1341

Root

78

60

138

Seed

4

6

10

Total

15486

4137

19623

For the instance segmentation task, the annotations from the previous study were further refined to generate detailed pixel-level masks for each plant organ using the Segment Anything Model (SAM, Kirillov et al. (2023)). The files containing the annotations were parsed to extract the bounding box information, which was then passed to the SAM model along with the corresponding original images.

The SAM model iteratively segmented the plant organs for each bounding box and the resulting segmentations were combined for each image. Next, the masks were used to prepare instance segmentation annotations by uniquely identifying and labelling each organ type across all images (Fig. 1). This approach facilitates the reuse of the existing dataset and annotations were produced suitable for MASK R-CNN training. Additionally, the dataset was reformatted to comply with YOLO11's input specifications and allows precise segmentation of individual features in the scans and supports more detailed morphological analysis.

Figure 1.  

Mask generated by the SAM (Segment Anything Model) for a herbarium specimen scan of Rubus pottianus H.E. Weber. The figure shows the segmentation mask output produced by the SAM model for a digitised herbarium sheet labelled FR-0030810 (CETAF ID: https://id.senckenberg.de/object/sesam-353465) from the training dataset (Rajendran et al. 2025).

Scale training dataset preparation

The model was further independently trained to detect the scale in the digitised herbarium sheets and to calculate the surface area of plant organs in the digital herbarium sheet. The training dataset consists of 163 annotated images. Amongst these, 32 images are sourced from the Senckenberg herbarium dataset (Younis et al. 2020a), 24 images from the vascular plants collection at the Herbarium of the Muséum national d'Histoire naturelle, Paris (MNHN and Chagnoux 2020) and an additional 107 images from the GBIF to increase variability in the dataset for the training for scale detection. Of the total, 124 images are used for training and 39 for testing. A dataset containing the subset of images included from the Senckenberg Herbarium is available (Rajendran et al. 2025).

Model training and testing

The Mask R-CNN model (He et al. 2018) is trained using PyTorch (Paszke et al. 2019b) to perform instance segmentation on digitised herbarium scans. Out of 652 images, 497 annotated images were used for training and 155 images were used for testing. Data transformations, such as random horizontal and vertical flips, colour jitter, scaling and rotation, were applied during training to introduce variability to improve the model’s generalisation.

The Mask R-CNN model used a ResNet-50 backbone to balance feature extraction quality and computational efficiency for the segmentation of high-resolution herbarium images. Training strategies, such as early stopping, were implemented by comparing mean Average Precision (mAP) of the current epoch and previous epoch, involving a patience threshold to avoid overfitting (Ying 2019). Additionally, the model was customised with a modified Region Proposal Network (RPN) anchor generator and adjusted Region Of Interest (ROI) heads to improve performance on the dataset (He et al. 2017).

The model performance was evaluated with metrics, such as precision and recall, for object detection and segmentation. To test the model generalisation, inference was conducted on the images from the Frankfurt Senckenberg Herbarium dataset (Younis et al. 2020a).

The YOLO 11x-seg (Jocher et al. 2023) segmentation model was trained with the same dataset used for MASK R-CNN training (Jocher et al. 2023). The default input image size for the YOLO model training is 640 × 640 pixels, but in this study, a resolution of 1064 × 1064 pixels was used, since it was the largest resolution that could fit into the GPU memory during training. The training strategies, such as early stopping of training, were applied in the same way as in the previous case.

Detection of scale and organ surface area calculation

The measurement of surface area of plant organs is an essential component of morphometric analysis in biodiversity studies (Hodač et al. 2024). To calculate the surface area of a plant organ in the herbarium sheet, the scales need to be detected and the surface area in pixels needs to be calculated and converted into absolute values, which are units of measurement such as square millimetres or square centimetres. This is accomplished through a combination of deep learning techniques for scale detection and Optical Character Recognition (OCR) for extraction of numerical values.

Scale detection

The Mask R-CNN and YOLO11 models were again employed for the detection of scales in the herbarium images. The surface area of plant organs was subsequently calculated. We used 167 images, of them 124 images for training and 43 for testing.

Once the scale was detected by the model, Tesseract OCR was employed to extract the numerical values from the scale present in the images (Smith 2007).

Numerical extraction using Tesseract OCR

Tesseract (Smith 2007) is a widely used optical character recognition tool to identify text in the images. Image preprocessing techniques, such as rotation of scales to correct orientation, greyscale conversion and bilateral filtering, are applied to enhance the text visibility. Following the preprocessing, the Tesseract OCR was utilised on the scales to extract the numerical values from the scale. The digits with a confidence level above 75% and in the range of numbers from 0 to 10 are filtered and sorted to identify the consecutive sequences. The pixel distances between adjacent digits are calculated and averaged with the detected numbers to determine the number of pixels corresponding to 1 cm. In cases where the consecutive digits are not detected, the closest pair of digits is used to estimate the pixel distance. The character recognition accuracy is computed by comparing the detected digits with a ground truth reference. Once the pixel distances between consecutive digits on the scale have been calculated, the next step is to establish the conversion factor that relates the relative pixel measurements to absolute measurement in centimetres. The pixel-to-centimetre conversion factor is computed as follows:

\(\text{one cm in pixels} = \dfrac{\text{Pixel distance between digits A and B}}{\text{Difference between digit B and digit A}}\)

where

  • Pixel Distance Between Digit A and Digit B is the pixel distance between the detected digits;
  • Difference Between Digit A and Digit B is the difference between the actual values of the digits.

Surface area calculation of detected plant organs

With the pixel-to-centimetre conversion factor established, the next step is to calculate the surface area of the detected plant organs. The plant organ surface area is calculated as follows:

\(\text{Plant organ surface area } (\text{cm}^2) = \frac{\text{The sum of pixels in the segmented organs}}{(\text{Calculated pixels present in 1cm})^2}\)

where

  • The sum of pixels in the segmented organs refers to the total number of pixels in the segmented organ regions;

  • Calculated pixels present in 1 cm is the number of pixels that represent 1 cm on the image, estimated using the detected scale bar.

This additional functionality of calculating surface area supports detailed morphometric analysis of herbarium specimens.

Machine Learning as a Service (MLaaS)

Both models for plant organ segmentation and surface area calculation are then hosted as a single Machine Annotation Service (MAS) to streamline the process of extracting and analysing the herbarium data within the DiSSCo platform. Fig. 2 further illustrates the process flow and communication between the DiSSCo Digital Specimen architecture and the plant organ segmentation MAS.

Figure 2.  

Schematic overview illustrating the information flow between DiSSCo core architecture and the MAS workflow deployed at Senckenberg. (i) Message Broker, which handles asynchronous communication; (ii) MLaaS (Machine Learning as a Service), API hosted via Uvicorn, serving as the inference interface; and (iii) Machine Annotation Service (MAS) modules responsible for task orchestration. The architecture diagram highlights how herbarium image data and metadata are processed, annotated and returned to the DiSSCo system in a scalable and modular fashion.

In DSArch, a service request for a MAS is requested through the user front-end DiSSCover (https://sandbox.dissco.tech) on the digital media. This request adds a message in DiSSCover’s Message Broker, which triggers scheduling of a MAS. The corresponding MLaaS APIs are hosted via Uvicorn (Trylesinski and Christie 2019), a high-performance asynchronous python web server designed for efficient handling of API requests on a remote virtual machine (VM) at Senckenberg. Within the scope of our specific use case, the API receives image URLs as the input from the Message Broker through the HTTP POST requests. The API then adds the message to the processing queue, which forwards the message to a web socket service, hosted on a server for performing plant organ segmentation.

Subsequently, the model performs plant organ segmentation and scale detection on the image and sends the output information comprising bounding box coordinates, class labels, confidence scores and area in pixels. Both the pixel-to-centimetre conversion ratio and an area calculation in cm² are returned to the Uvicorn API, which relays the results to the DiSSCo infrastructure. These processed data are then structured into an annotation event complying to DiSSCo's open Digital Specimen (openDS, Addink and Hardisty (2020)) specification. The message is published back to DiSSCo’s Core architecture by placing it on the Message Broker, making it in this way available for downstream applications.

Fig. 3 provides a detailed visualisation of the annotations which allows users to explore the extracted information by hovering over specific segments. This includes details, such as the type of organ, confidence score, segmented polygon coordinates, area in pixels, pixel-to-centimetre conversion ratios and calculated areas in square centimetres for each segmented region. Fig. 3 demonstrates the integration of MAS within the DiSSCover platform highlighting its ability to generate enriched and standardised annotations in compliance with openDS .

Figure 3.  

Annotated herbarium specimen sheet processed through the DiSSCover platform. The figure presents an annotated herbarium image processed using the DiSSCover pipeline, which includes detection of plant organs and segmentation. The visual overlays include bounding boxes, class labels, confidence scores from the prediction model, area in pixels, pixel-to-centimetre conversions and polygon coordinates for each detected organ.

Results

MASK R-CNN

Mask R-CNN was employed on 203 herbarium images from the Senckenberg collection (Younis et al. 2020a). Fig. 4 shows an example of object detection inference performed by Mask RCNN on a herbarium sheet.

Figure 4.

Plant organ detection and segmentation using the Mask R-CNN model:

aPlant organ detection: Detection output showing bounding boxes, confidence score and class labels for distinct plant organs on the specimen from Fig. 1;  
bPlant organ segmentation: Segmentation results for the same specimen illustrating pixel-wise masks, confidence score, class labels for each detected plant organ.  

When performing the inference on the Senckenberg images, the most recognised organs were leaves, stems and flowers. The identified regions of interest were then passed on to the segmentation process. In the segmentation process, the model generates segmentation masks for each identified organ and provides pixel-level masks as shown in Fig. 4.

Table 2: Statistics of the MASK R-CNN inference on 203 images. The original annotated herbarium sheet has the total plant organ count of 6693 where only 4022 organs were detected with a confidence level of 50%. The model did not infer any root or seed due to the strong bias in the training data.

Table 2.

Plant organ counts in the inferred images compared to detected counts by the Mask R-CNN model at a 50% confidence threshold.

Category

Organ Count

Detected Count

Leaf

3362

3072

Stem

1063

782

Flower

1921

1407

Fruit

183

144

Root

117

77

Seed

47

5

Total

6693

5487

Fig. 5 represents the prediction recall curve of all plant organ detections and segmentations at an intersection of unit (IoU) thresholds of 0.5. The precision for the detection of leaves and stems is better than for flowers and fruits. The model effectively fails to predict roots and seeds.

Figure 5.

Precision–Recall (PR) curves evaluating Mask R-CNN performance at 50% confidence threshold:

aObject detection: PR curves for plant organ detection, shown both overall and per class, with precision and recall calculated at 50% confidence;  
bSegmentation: PR curves for plant organ segmentation presented overall and for each class at 50% confidence threshold.  

Overall, the results suggest that the Mask R-CNN model moderately performs in identifying and segmenting the plant organs, achieving an average mean Average Precision (mAP) score of 0.211 for detection and 0.215 for segmentation. However, further addition of new images in the dataset could improve its performance of organ detection and segmentation.

YOLO11

The YOLO11 model was used with the same dataset of 203 herbarium images which was used for inference with Mask R-CNN. The model identified the distinct plant organs, such as leaves, stems, flowers, roots and seeds. In accordance with a similar study (Sapkota et al. 2024), we found that the YOLO11 model performs better than Mask R-CNN; YOLO11 was able to identify all the organs as shown in Fig. 6.

Figure 6.

Plant organ detection and segmentation using the YOLO11 model:

aPlant organ detection: Detection output showing bounding boxes, confidence score and class labels for distinct plant organs on the specimen from Fig. 1;  
bPlant organ segmentation: Segmentation results for the same specimen illustrating pixel-wise masks, confidence score, class labels for each detected plant organ.  

Table 3 below shows the statistics of YOLO11 inference on 203 images. The model was able to detect and segment all plant organs and, compared to Mask R-CNN, YOLO11 prediction count is higher.

Table 3.

Plant organ counts of the inferred images compared to detected counts by the YOLO11 model at a 50% confidence threshold.

Category

Organ Count

Detected Count

Leaf

3362

3072

Stem

1063

782

Flower

1921

1407

Fruit

183

144

Root

117

77

Seed

47

5

Total

6693

5487

Fig. 7 represents the prediction recall curve of all detected and segmented plant organs at IoU thresholds of 0.5. The YOLO11 model demonstrates improved performance compared to Mask R-CNN, achieving an average mean Average Precision (mAP) score of 0.373 for detection and 0.353 for segmentation.

Figure 7.

Precision–Recall (PR) curves evaluating YOLO11 performance at 50% confidence threshold:

aObject detection: PR curves for plant organ detection, showing both overall and per class, with precision and recall calculated at 50% confidence threshold;  
bSegmentation: PR curves for plant organ segmentation presented overall and for each class at 50% confidence threshold.  

Scale detection

In addition to the plant organ detection, the YOLO11 model integrates a scale detection component that successfully identifies the scales in 98% of the Senckenberg images. Fig. 8a shows an example of the scale detection.

Figure 8.

Scale detection and area calculation in herbarium scans:

aScale detection: Detection of the scale bar on the specimen from Fig. 1, used to convert pixel measurements to absolute units (centimetres);  
bArea Calculation: Area calculation of segmented plant organs using the detected scale enabling measurement of organ size in absolute units.  

Once the scale is detected, the model further uses the pixel-to-centimetre ratio to calculate the surface area for the plant organs in absolute values (cm²). However, variations in scale standards across different organisations necessitate further training to improve scale detection.

Fig. 8b shows detected plant organs and scale with bounding boxes, class labels and confidence scores. Additionally, Fig. 8b illustrates the segmentation mask alongside the organ surface area calculations.

Suppl. material 1 provides a qualitative impression of the applicability of the method to other types of digitised specimen, in which scale detection was applied to images from Senckenberg's marine collections. The system successfully detected scale markers, recognised textual characters and identified morphological structures resembling stems and flowers (Suppl. material 1). These findings demonstrate the potential for extending our approach to applications beyond herbarium specimen analysis. However, successful detection and extraction of morphological traits requires retraining on the corresponding taxonomic groups.

Table 4 represents the statistics of scale detection, text recognition and character accuracy with Mask R-CNN and YOLO11 on 203 images. Although the pipeline of text recognition is the same for both models, there is difference in optical character accuracy due to the number of detected digits. The resulting bounding coordinates have small pixel variation due to the internal architecture of the models. The YOLO11 uses the single shot object detection where the images are passed one time. Mask R-CNN, on the other hand, uses two-stage object detection where the first pass proposes the region of interest and the second pass refines this prediction. The architecture difference impacts the resulting bounding box coordinates and results in a small offset pixel difference on pixel calculation between the models. This slight variation in bounding box calculation influences the OCR performance, as even minimal pixel shifts can affect character segmentation and thereby following recognition accuracy.

Table 4.

Performance metrics for scale detection and scale text counting and in addition overall average OCR character accuracy for both Mask R-CNN and YOLOv11.

Metrics

MASK R-CNN

YOLO11

Scale Detection Counter

203

202

Scale Text Counter

196

195

Overall Average OCR Character Accuracy

23.76%

57.16%

The output data then sent to DSArch includes the bounding box of detected organs, class, confidence score, area in pixels, pixel length of one centimetre, area in cm² and polygon data.

Discussion

The plant organ segmentation MAS in the DiSSCo architecture has enriched the Digital Specimen data by providing detailed morphological information. Compared to the Mask R-CNN model with a ResNet-50 backbone, YOLO11 has shown a reliable performance in identifying plant organs with computational efficiency. While YOLO11 shows more robust overall detection performance compared to Mask R-CNN, it struggles with small object detection. This highlights the need for further enhancements to improve robustness. The performance can possibly be improved using artificially debiased training data (Kim et al. 2021) and implementing a two-tier IIIF-based approach, starting with a rough initial detection and then using high-resolution image tiles to better detect small objects. The addition of scale detection is an advancement to convert the pixel measurements into real-world units. In this way, NSC's data, mobilised from DiSSCo's collections, can effectively contribute to application areas, such as the assessment of plants functional trait diversity and the biogeography of plant life-cycles (Díaz et al. 2015, Perez et al. 2020, Poppenwimer et al. 2023).

The pipeline integrated with the Uvicorn API and WebSocket services provides a scalable asynchronous framework for managing high-throughput data streams in line with DiSSCo’s FAIR principles for the accessible and reusable data. This flexibility allows it to be extended for other datasets and segmentation tasks which promises broader applications in biodiversity informatics. Some challenges emerged during the implementation particularly on scale detection due to varying types of scale present in the different herbarium sheets. The scale markings are minute which causes difficulties for OCR systems to interpret the values. Additionally, the presence of various scale types further complicates the process as the OCR system is not optimised for all variations in character formats or standards. To address these issues, different scale formats need to be included in scale detection. The pipeline establishes a strong foundation for data processing to extract additional information on herbarium sheets with future directions to further enhance the scale detection and to adapt batch processing of herbarium sheets for faster real-time performance.

As part of the DiSSCo Transition Project (Koureas et al. 2024), we are also developing comprehensive MAS-related documentation, including service policies, usage guidelines, a MAS policy and a template service-level agreement (SLA). These efforts aim to ensure clarity, reliability, quality and sustainability of MAS offerings within the broader DiSSCo infrastructure.

To facilitate reproducibility and further research in plant organ segmentation, we published an annotated sample dataset including digitised herbarium specimens from Senckenberg's collection (Rajendran et al. 2025). This dataset includes organ-level segmentation masks and scale bar detection annotations and enables training, evaluation and comparison of similar models.

In summary, this study aims to demonstrate a potential pathway for the further societal valorisation of collection data through DiSSCo's Digital Specimen Architecture, particularly by mobilising high-quality datasets extracted from collection data for societal decision-making and action in the context of the Common European Data Spaces.

Acknowledgements

We thank Anke Penzlin, Andreas Allspach, Moritz Sonnewald, Alexander Knorrn, André Freiwald, Kristina Hopf, Stefan Dressler (†) and Marco Schmidt for the provision of data from Senckenberg's collections.

Funding program

Funded by the European Union. Views and opinions expressed are, however, those of the author(s) only and do not necessarily reflect those of the European Union or the European Research Executive Agency. Neither the European Union nor the granting authority can be held responsible for them. DiSSCo Transition grant agreement ID: 101130121, https://doi.org/10.3030/101130121.

Conflicts of interest

The authors have declared that no competing interests exist.

References

Supplementary material

Suppl. material 1: Scale and Structure Recognition Beyond Herbarium Specimens 
Authors:  Rajapreethi Rajendran, Jonas Grieb, Claus Weiland, Anke Penzlin, Andreas Allspach, Moritz Sonnewald, Alexander Knorrn, André Freiwald, Kristina Hopf
Data type:  Image
Brief description: 

The top figure represents Galeoides decadactylus (Bloch, 1795) with Senckenberg catalogue number SMF-39828 (this specimen is currently in process of ingestion into Senckenberg's Collection Management System), the scale was detected and all digits within the scales were successfully recognised. However, no plant organ like structure was detected in the image and, consequently, no area was calculated.

The second figure represents Syngnathus acus (Linnaeus, 1758) associated with CETAF ID: https://id.senckenberg.de/object/sesam-1710769. In this case, the specimen was incorrectly identified as the stem due to its structural similarity and the scale was detected and digits '6' and '8' within the scale regions were identified through optical character recognition (OCR). Pixel-wise segmentation is performed and area measurement was successfully computed.

In the third figure, the specimen shows Pisa tetraodon (Pennant, 1777), associated with CETAF ID: https://id.senckenberg.de/object/sesam-1710770. In this case, the specimen was incorrectly identified as flower due to its structural similarity and the scale was detected. Although scale was detected, no numerical digits were recognised by OCR and, as a result, area calculation was not conducted.

login to comment