False positives on Coffee cup images #704
Replies: 12 comments
-
WOW! This is a great find. Which model are you using? The default? Does this happen on ALL the models in the dropdown? |
Beta Was this translation helpful? Give feedback.
-
I am using Inception v3. Tried the mobilenet v2 also and it seemed to perform well in some cases like this. For this image, I tested it on Mobilenet v2 and it gave me a higher probability of being porn than inception v3. I tested the following image also on Mobilenet v2 and it is giving a false positive. This seems to be happening with all the models in the dropdown. |
Beta Was this translation helpful? Give feedback.
-
This is good to know. I'll add these to the next training set. |
Beta Was this translation helpful? Give feedback.
-
Since I am actively using the Inception v3 model in my project, may I know when will I be able to download the updated Inception v3 model trained on these images? :) Thanks! |
Beta Was this translation helpful? Give feedback.
-
Did you say that one of the other models was better at not being tricked? Because I'm going to add a voting classifier hat will help. |
Beta Was this translation helpful? Give feedback.
-
Yes, that would be Mobilenet v2, but just in a few cases, it performed better than Inception v3. |
Beta Was this translation helpful? Give feedback.
-
Hi, I might have an idea of what is going wrong with the coffee/tea cup images. Can that be a possible reason for us getting False Positives on the cup images? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Ahhhh, that makes sense. Strange! Yeah, if it would be important to counter-balance this kind of data so the AI doesn't form a bias against teacups. |
Beta Was this translation helpful? Give feedback.
-
Yes, that sounds great. It would be quite helpful if the model is trained on teacup images and then we can use that updated model. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, is there any update on the training? |
Beta Was this translation helpful? Give feedback.
-
I've got a few other tasks before retraining this model on the new images. My goal will be to create some metrics for retraining. Unfortunately those are behind ANOTHER item I need to complete. If this is a blocker I highly recommend you don't wait for me, and perform transfer learning to fix any bias you find. Since this is a free open source project, the progress is relegated to my free time for OSS. |
Beta Was this translation helpful? Give feedback.
-
Sure, thanks for the help! |
Beta Was this translation helpful? Give feedback.
-
Hello,
We have been using Inception v3 for NSFW detection and we are getting false positives on coffee cup images.
Any suggestion on how can we tackle this?
Beta Was this translation helpful? Give feedback.
All reactions