Is there any feasible method to automated labelling images for a deep learning task, which I have a lot of images to label which is not practically feasible to do manually
Afficher commentaires plus anciens
I am doing a medical imaging project with MRI images. I hope to develop a deep learning model for this task. But the data I collected is not labelled and I have to label them for each category. Can someone suggest me a method to automate this labelling process where it will be greatly save my time. Thanks in advance. !
3 commentaires
Kalhara
le 19 Juin 2024
Ganesh
le 20 Juin 2024
You're right, external labelling doesn't guarantee the privacy of your data.
What I mean is, let's say you have a figure, and one is greyscale one, other is coloured. Now, it's easy for you to categorize these two different pictures. Similarly, if you have two different images, and certain pixels give you information about your data, you can use them to label. Maybe your image has a label in the image itself? Would it be possible to apply an "OCR" and extract it?
Another method I thought might be worth a try is to perhaps first make a model by manually labelling a small set of data. Allow it to make predictions, and then validate them, again, manually, and expand the dataset so you can make a model that has better accuracy. You can use the Image Recognition to employ the same.
Kalhara
le 12 Juil 2024
Réponse acceptée
Plus de réponses (1)
Philip Brown
le 21 Juin 2024
0 votes
@Kalhara, you could take a look at the Medical Image Labeler app from R2022b. That app supports labelling medical images using built-in DL models from the Medical Open Network for AI (MONAI) Label platform. You could alternatively train your own custom DL algorithm and use it to automate labelling in the Medical Image Labeler.
1 commentaire
Kalhara
le 12 Juil 2024
Catégories
En savoir plus sur Semantic Segmentation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!