abhijit1247
abhijit1247 OP t1_izwaek9 wrote
Reply to comment by Smallpaul in Why popular face detection models are failing against cartoons and is there any way to prevent these false positives? by abhijit1247
Facial attribute analysis, that is identifying the gender (one of the attributes) of the face detected. That's why face detection, the preliminary step, has to be done in a way that only human faces are detected.
abhijit1247 OP t1_izr0f8f wrote
Reply to comment by RShuk007 in Why popular face detection models are failing against cartoons and is there any way to prevent these false positives? by abhijit1247
This is a great insight. Thanks for the help.
abhijit1247 OP t1_izqxfer wrote
Reply to comment by CauseSigns in Why popular face detection models are failing against cartoons and is there any way to prevent these false positives? by abhijit1247
Due to lack of details of cartoon faces, the model should not detect these cartoon faces as faces with a high confidence score (about 86.8 %). If this is the case then these models are as bad as haar cascade based face detectors.
abhijit1247 OP t1_izp78pp wrote
Reply to comment by Final-Rush759 in Why popular face detection models are failing against cartoons and is there any way to prevent these false positives? by abhijit1247
I think so these models were trained with real human faces (eg.- http://shuoyang1213.me/WIDERFACE/) and not cartoon faces. So, the example that I have shown would be a false positive.
abhijit1247 OP t1_izoyefq wrote
Reply to comment by abhijit1247 in Why popular face detection models are failing against cartoons and is there any way to prevent these false positives? by abhijit1247
Retraining the models might be my last resort to solve the issue as I still want the high performance of these models. And retraining them would definitely come at the cost of their performance.
abhijit1247 OP t1_izoxgnp wrote
Reply to comment by deepneuralnetwork in Why popular face detection models are failing against cartoons and is there any way to prevent these false positives? by abhijit1247
I understand that, but these are state of the art face detection models (as per papers with codes), one would assume that they would have taken care of these kinds of false positives. This has been a common issue across many face detection models and I hoped that someone could suggest a model that has been trained against it. Fine-tuning the detector would be my last resort.
abhijit1247 OP t1_izow7qy wrote
Reply to comment by sqweeeeeeeeeeeeeeeps in Why popular face detection models are failing against cartoons and is there any way to prevent these false positives? by abhijit1247
These are pretrained models, which we can access by their respective libraries and if we check at papers with code rankings, they are one of the best for face detection. I had hoped that someone would have used these libraries in their application and would have solved the issue.
abhijit1247 OP t1_izxymfk wrote
Reply to Why popular face detection models are failing against cartoons and is there any way to prevent these false positives? by abhijit1247
Hi all I came across a new failure case, I have added it in the original post. There is a chance that the watermark is causing the issue but still, with 71.7% confidence the model has detected it as a face.