Find research datasets worth reusing
Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.
342
datasets available to search
ShareScore release 0.9.0
Dataset results
342 results for “Jacobaea”
Jacobaea vulgaris and meadow image classification dataset (binary)
<h3>General Information</h3> <p>Instances in the Jacobaea vulgaris class: 895<br>Instances in the Meadow class: 9141<br>Image sizes from 77x77 to 817x817 pixels on three color channels (RGB)</p> <p> </p> <h3>Data Generation and Source</h3> <p>The images in this dataset were taken as part of the project “UAV-basiertes Grünlandmonitoring auf Bestands- und Einzelpflanzenebene” (engl. “UAV-based Grassland Monitoring at Population and Individual Plant Level”), financed by the Authority for Economy, Transport, and Innovation of Hamburg. <br>In September 2018, flights with an octocopter were conducted over two extensively used grassland areas in the urban area of Hamburg. The multicopter flew in a height of circa 11 meters and took pictures with a ground resolution of approximately 3,18 mm/pixel. Additional information about the process of image generation for this dataset are to be found in the relevant papers written by P. Zacharias: 1) <a href="https://archiv.geomv.de/geoforum/2019/doc/Tagungsband_GeoForum-MV-2019_eBook.pdf" target="_blank" rel="noopener">UAV-basiertes Grünland-Monitoring und Schadpflanzenkartierung mit offenen Geodaten</a> [p. 45–53] and 2) <a href="https://www.auf.uni-rostock.de/storages/uni-rostock/Alle_AUF/AUF/GG/PDF/gruenlandmonitoring/2019-12-12-FHH-Workshop_Vortrag_Zacharias.pdf" target="_blank" rel="noopener">UAV-basiertes Grünlandmonitoring auf Bestands- und Einzelpflanzenebene</a>.</p> <p>Additionally, to the images of Jacobaea vulgaris taken by the UAV, the dataset includes images of Jacobaea vulgaris plants from the internet (included in the total 895 images; e.g. images 'jkk0523.jpg', 'jkk0527.jpg'). Furthermore, some of the images of the Jacobaea vulgaris plants have been rotated, further cropped or a filter has been applied. The exact number of augmentations made is unknown. As there are augmented images included in the datasets -which makes the dataset useful for training and validation- a use of the dataset for testing purposes is not recommended due to the risk of data leakage.</p> <h3>Data License</h3> <p>The dataset is licensed under the license CC BY 4.0. The attributor of the data is the Chair of Geodesy and Geoinformatics at the University of Rostock. The data was created within the scope of the project 'UAV-based Grassland Monitoring at Population and Individual Plant Level', financed by the Authority for Economy, Transport, and Innovation of Hamburg.</p> <p> </p>
Jacobaea vulgaris and meadow Augmented image classification dataset (binary)
<h3>General Information</h3> <p>Total instances: 117008<br>Instances in the Jacobaea vulgaris class: 58504 <br>Instances in the Meadow class: 58504<br>Image sizes from 224x224 pixels on three color channels (RGB)</p> <p><br>Performance increase training a ResNet50 on the base dataset versus the same architecture on the augmented data set shared here: +3,79 percent points in ROC AUC on an independent test set with 240 instances.<br><br></p> <h3>Data Generation and Source</h3> <p>The initial images in this dataset were taken as part of the project “UAV-basiertes Grünlandmonitoring auf Bestands- und Einzelpflanzenebene” (engl. “UAV-based Grassland Monitoring at Population and Individual Plant Level”), financed by the Authority for Economy, Transport, and Innovation of Hamburg. <br>In September 2018, flights with an octocopter were conducted over two extensively used grassland areas in the urban area of Hamburg.</p> <p>In my master's thesis at <a href="https://www.tu.berlin/dams">DAMS Lab</a> at TU Berlin, I evaluated the effect of different augmentation strategies for Jacobaea vulgaris image classification on the several performance metrics (most importantly the ROC AUC score). The identified augmentation strategies are -besides to performance based selection- also selected based on domain knowledge, which I acquired during the research for my master thesis. </p> <p>Additional information about the initial image generation process is to be found <a href="https://archiv.geomv.de/geoforum/2019/doc/Tagungsband_GeoForum-MV-2019_eBook.pdf">here </a> [p. 45–53] and <a href="https://www.auf.uni-rostock.de/storages/uni-rostock/Alle_AUF/AUF/GG/PDF/gruenlandmonitoring/2019-12-12-FHH-Workshop_Vortrag_Zacharias.pdf">here</a>. </p> <h3> </h3> <h3>Augmentations applied</h3> <ul> <li>Gaussian Noise: For the Gaussian noise augmentation, the mean of the added noise is set to zero. The lower and upper bounds for the random variance of the noise are 20.4663 and 54.0395 respectively. The bounds were identified by hyperparameter tuning. The search space for the lower bound was set from 5 to 30 and for the upper bound from 31 to 100. Those two search spaces were defined by visual inspection of the effects of applying Gaussian noise with different variance values to images of both classes. The Gaussian noise is sampled for each color channel individually. </li> <li>Random Brightness and Contrast: The brightness will randomly be increased or decreased by a factor ranging from 0.7010 to 1.2990. The The contrast will also be randomly increased by a factor ranging from 0.5775 to 1.4225. Those two ranges were identified using hyperparameter tuning. The search space for the maximal percentual increase or decrease of brightness and contrast was individually set from 1% to maximally 50% increase or decrease.</li> <li>Cutout Dropout: In this augmentation method a certain percentage of the input image is getting covered by black patches. The patches have a certain size in pixels, the implementation of this technique in this thesis uses square patches. The black patches are then randomly introduced into the image, by randomly alloacting the<br>patches across the image and then setting the corresponding pixel values to zero. The iamge is getting covered with patches until the cover percentage is reached. We<br>set percentage of the image to be randomly covered by black patches to 56.76%. The size of the patches, which randomly cover the image, is set to 4 pixels. A<br>good illustration of this is found in figure 4.2. The augmentation technique is inspired by the research proposed by Devries et al.[8]. Both values were identified by hyperparameter tuning. The search space for the patch size in pixels is categorical and includes the values [1, 2, 4, 7, 8, 14, 16, 28]. Those values all are multiples of 224, which is the image width and height in pixels. The patch size needs to be a multiple of the width and height in order to be suitable for the algorithm implementation. The search space for the cover percentage of the image had been set from 1% to 60%. This search space limits narrows the search down to a space where still a big part of the image is uncovered. The algorithm rearranges the image into a two dimensional grid and randomly masks rows of this grid by setting the pixel values in this row to zero. Then, the image gets rearranged, now with the randomly generated patches included.</li> <li>Random Saturation: The saturation of each pixel is randomly getting shifted. The upper bound for randomly shifting<span> </span>the saturation value of each pixel is set to 231.689%. This value was identified using hyperparameter tuning. An upper limit of the maximal saturation shift had been set to 40% shift in either direction for hyperparameter tuning.</li> <li>Horizontal Flip: The image gets flipped along the horizontal axis. </li> <li>Vertical Flip: The image gets flipped along the vertical axis.</li> <li>Random Rotation 90 degrees: Randomly rotates the image by a k-fold of 90 degrees, whereby k = {0, 1, 2, 3}.</li> </ul> <p> </p> <p>All augmentation methods and with their tuned augmentation hyperparameters (if existent) are applied to an image from the test set in figure 4.2. With the seven identified<br>augmentation techniques a dataset of 800% the size of the original dataset is created. The Augment model is trained on exactly this dataset. Of course next to the augmented images, the dataset still includes the original, unaugmented images. TensorFlow, along with additional libraries including Optuna for hyperparameter optimization and Albumentations for image augmentation, were used in for the implementation of this project.</p> <p> </p> <h3>Rational behind the augmentations applied</h3> <ul> <li>Random Rotation, Vertical and Horizontal Flip: These three augmentation strategies were chosen to make the classifier less sensitive to the orientation of the plant. The goal is to train a model that can classify plants regardless of their orientation. In order to achieve this effectively across different orientations, vertical flips, horizontal flips, and random 90-degree rotations are chosen for evaluation.</li> <li>Random Saturation: The varying saturation of the images simulates different levels of chlorophyll in the leaves, which is responsible for the green color of the<br>leaves and the intensity of this color. The color of the plant parts (leaves, stems, and flowers) is also influenced by factors such as soil, sun, weed density and pressure, location, and water availability. Varying the saturation of the images simulates changes in these factors.</li> <li>Gaussian Noise: By adding noise, in this case Gaussian noise, different lighting conditions are simulated when capturing the images. We specifically chose Gaussian<br>noise because it is common in many real-world scenarios and is based on the Central Limit Theorem, which states that the sum of many independent random variables.<br>tends to be normally distributed. This makes Gaussian noise a logical choice for simulating real-world random noise.</li> <li>Random Brightness Contrast: The Random Brightness and Random Contrast Augmentation uses brightness to mimic varying lighting conditions and contrast to highlight differences between plants by contrasting them more strongly, thereby highlighting their edges. This approach for highlighting edges is of course much more subtle than the canny edge detection augmentation. This augmentation method combines a weak focus on edges with variations in lighting conditions in one approach. The random contrast is a much softer approach for highlighting edges of plants, compared to the Canny edge detection augmentation. The other features in the images do not get changed that much, compared to the changes from edge detection augmentation.</li> <li>Cutout Dropout: The cutout augmentation simulates random occlusion by other plants. These occlusions are common and expected. Jacobaea vulgaris plants may be partially or completely obscured by other plants during image capturing. This augmentation technique makes the models more robust to random occlusion.</li> </ul> <h3> </h3> <h3>Data License</h3> <p>The dataset is licensed under the license CC BY 4.0. The attributor of the data is the Chair of Geodesy and Geoinformatics at the University of Rostock. The data was created within the scope of the project 'UAV-based Grassland Monitoring at Population and Individual Plant Level', financed by the Authority for Economy, Transport, and Innovation of Hamburg.</p>
Herbarium specimen image of Jacobaea nemorensis (L.) E.Wiebe, part of the collection of Royal Botanic Garden Edinburgh
Part of a training dataset of scanned herbarium specimens. The data paper and a summary landing page will be published on Zenodo as it gets published.<br><br>Content of this deposition:<br><br>- A JSON-LD datafile listing the label data associated with this herbarium specimen. The Darwin and Dublin Core data standards are used for most values.<br>- A JPEG image file of the scanned herbarium sheet.<br>- A lossless TIFF image from which the JPEG image has been derived.
Fig. 2. – Campanula jacobaea C in Codonographia Gorgonum, or the description of a pleiad of bellflowers (Campanula, Campanulaceae) from the Cabo Verde archipelago
Fig. 2. – Campanula jacobaea C. Sm. ex Webb. A. Habit; B. Rosette-leaves; C. Inflorescence; D. Flower in lateral view; E. Flower in face view. [A–B: Gardère 1620; C: Gardère 1435; D: Gardère 928; E: Gardère 1211] [Photos: M.L. Gardère]
Jacobaea erratica (Bertol.) Fourr. (BR0000022702593)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Jacobaea aquatica (Hill) G.Gaertn., B.Mey. & Scherb. (BR0000024960298)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Jacobaea erratica (Bertol.) Fourr. (BR0000022702586)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Jacobaea aquatica (Hill) G.Gaertn., B.Mey. & Scherb. (BR0000024960601)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Jacobaea aquatica (Hill) G.Gaertn., B.Mey. & Scherb. (BR0000024960731)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. var. flosculosus DC. (BR0000011768500)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000012537730)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000011766926)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000012355433)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000011766513)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000011768678)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000011766315)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000011768791)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000011767404)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000011769323)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
Senecio jacobaea L. (BR0000021325847)
Belgium Herbarium image of <a href="https://www.plantentuinmeise.be">Meise Botanic Garden</a>.
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.
Allen Brain Atlas
Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.
Annotated Behaviour and Observability Dataset (ABODe)
ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.
DANDI Archive for NWB datasets
DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.
International Brain Laboratory public data
The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.
OpenNeuro
OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.