paper-with-me

Papers

Classification of Seeds using Domain Randomization on Self-Supervised Learning Frameworks

2021-03-29 · Venkat Margapuri, Mitchell Neilsen

The first step toward Seed Phenotyping i.e. the comprehensive assessment of complex seed traits such as growth, development, tolerance, resistance, ecology, yield, and the measurement of pa-rameters that form more complex traits is the identification of seed type. Generally, a plant re-searcher inspects the visual attributes of a seed such as size, shape, area, color and texture to identify the seed type, a process that is tedious and labor-intensive. Advances in the areas of computer vision and deep learning have led to the development of convolutional neural networks (CNN) that aid in classification using images. While they classify efficiently, a key bottleneck is the need for an extensive amount of labelled data to train the CNN before it can be put to the task of classification. The work leverages the concepts of Contrastive Learning and Domain Randomi-zation in order to achieve the same. Briefly, domain randomization is the technique of applying models trained on images containing simulated objects to real-world objects. The use of synthetic images generated from a representational sample crop of real-world images alleviates the need for a large volume of test subjects. As part of the work, synthetic image datasets of five different types of seed images namely, canola, rough rice, sorghum, soy and wheat are applied to three different self-supervised learning frameworks namely, SimCLR, Momentum Contrast (MoCo) and Build Your Own Latent (BYOL) where ResNet-50 is used as the backbone in each of the networks. When the self-supervised models are fine-tuned with only 5% of the labels from the synthetic dataset, results show that MoCo, the model that yields the best performance of the self-supervised learning frameworks in question, achieves an accuracy of 77% on the test dataset which is only ~13% less than the accuracy of 90% achieved by ResNet-50 trained on 100% of the labels.

📄 PDF Abstract BibTeX arXiv:2103.15578

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGeneral ClassificationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Generating Automatic Curricula via Self-Supervised Active Domain Randomization

2020-02-18 · Sharath Chandra Raparthy, Bhairav Mehta, Florian Golemo, Liam Paull

Goal-directed Reinforcement Learning (RL) traditionally considers an agent interacting with an environment, prescribing a real-valued reward to an agent proportional to the completion of some goal. Goal-directed RL has s…

Reinforcement LearningReinforcement Learning (RL)

Cryo-shift: Reducing domain shift in cryo-electron subtomograms with unsupervised domain adaptation and randomization

2021-11-17 · Hmrishav Bandyopadhyay, Zihao Deng, Leiting Ding, Sinuo Liu 외

Cryo-Electron Tomography (cryo-ET) is a 3D imaging technology that enables the visualization of subcellular structures in situ at near-atomic resolution. Cellular cryo-ET images help in resolving the structures of macrom…

ClassificationDomain Adaptationdomain classificationElectron Tomography+1

Seed Classification using Synthetic Image Datasets Generated from Low-Altitude UAV Imagery

2021-10-06 · Venkat Margapuri, Niketa Penumajji, Mitchell Neilsen

Plant breeding programs extensively monitor the evolution of seed kernels for seed certification, wherein lies the need to appropriately label the seed kernels by type and quality. However, the breeding environments are …

Classificationimage-classificationImage Classification

Unsupervised Feature Learning for Manipulation with Contrastive Domain Randomization

2021-03-20 · ICLR Workshop SSL-RL 2021 5 · Carmel Rabinovitz, Niko Grupen, Aviv Tamar

Robotic tasks such as manipulation with visual inputs require image features that capture the physical properties of the scene, e.g., the position and configuration of objects. Recently, it has been suggested to learn su…

Towards Sim-to-Real Industrial Parts Classification with Synthetic Dataset

2024-04-12 · Xiaomeng Zhu, Talha Bilal, Pär Mårtensson, Lars Hanson 외

This paper is about effectively utilizing synthetic data for training deep neural networks for industrial parts classification, in particular, by taking into account the domain gap against real-world images. To this end,…

Benchmarking