Classification with two input images using transfer learning

I have a 3-class classification problem. However, the classification is based on two images rather than the typical one image. How can I use/modify transfer learning models, or otherwise build a model from scratch, that accepts two images as input concurrently.

5 Kommentare

Not sure what you mean. Attach some images to explain. Maybe you can just stitch the images together to form one single image and train with those. Or else you can use SegNet or U-net to do a pixel-by-pixel classification of things in the images.
Thank you for your comment and suggestions. I am not sure specific images will help in understanding my question, so i will elaborate further. To determine the specie of certain parasites, vets need images using the microscope of many subject’s body parts, and it is not possible to take a snapshot of all the parts together from the microscope. Once they view all the parts of interest then they are able to correctly classify the parasite.
In my case study, we determine using the image of the mouth, and the image of the genitals.
Thank you very much. It would be interesting to compare stitching to feeding the two images to a custom CNN.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

yanqi liu
yanqi liu am 14 Mär. 2022

0 Stimmen

yes,sir,may be use image fuse or image mosaic to make two image into one,and then use cnn as normal

1 Kommentar

Stitching will not produce good performance due to the small resolution of the CNN input. My question needs a deep learning design answer

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2021a

Gefragt:

am 12 Mär. 2022

Kommentiert:

am 14 Mär. 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by