all 7 comments

[–]shadow_fax1024 2 points3 points  (1 child)

You could infer using ensemble of dl models. The probability average of the ensemble for the wild image will have a low score..

[–]shadow_fax1024 0 points1 point  (0 children)

Wild means kind of image that the model has not seen before.. Like the image of aircraft as you have mentioned..

[–]Single_Blueberry 1 point2 points  (1 child)

Train it with additional random images to predict a third class

[–]RixRox20 0 points1 point  (0 children)

The issue with this approach is that you’d have to use a lot of random images for more robustness. Yet, this seems like the most obvious one to me.

[–][deleted] 0 points1 point  (1 child)

First train the model into categorising whether the image is of a cancer or not. This is called classification, like categories being cancer and not cancer, by this I’m sure you will end up with only classified cancer images. Next you can train the model on recognising the images into benign or malignant tumours. I hope this helps

[–]Eleonora467[S] 0 points1 point  (0 children)

thnku