Git Product home page Git Product logo

Comments (2)

Rock-100 avatar Rock-100 commented on August 16, 2024 6

@inlmouse Thanks for your interest in our work. As we know, Cascade CNN in CVPR 2015 is the first work that uses three stages of CNNs to detect faces. Both MT-CNN and our PCN are based on the work of Cascade CNN, while these two works aim to solve different problems in face detection, leading to similar but clearly distinct architectures. The motivation of MT-CNN is to take advantages of multiple relevant tasks to improve accuracy on generic face detection, and thus it simply adds to each CNN two branches for bounding box and landmark prediction. By contrast, our PCN focuses on robustly detecting faces within full range of 360 degrees of in-plane rotation, leading to the design of progressively calibrating rotated faces stage by stage to efficiently handle large appearance variations of them. The calibration tasks of different CNNs in our PCN are logically connected, which is more than combining multiple tasks. Besides, the idea in MT-CNN and PCN are compatible, and can benefit from each other.

Indeed, MT-CNN is a good work on face detection and we have cited MT-CNN in our paper (Reference [23]). We do not provide independent discussions on MT-CNN, since it addresses a different problem and there are other works more relevant to ours, i.e. aiming to solve rotation-variant face detection, which are extensively discussed and compared in our paper.

The highlight of our PCN is the progressive calibration mechanism that can improve the accuracy of rotation-invariant face detection obviously with little time cost. According to our experimental results, advanced detectors using much larger networks, e.g. Faster R-CNN/R-FCN/SSD using VGG-16/ResNet-50, lags behind our PCN in terms of recall when producing a reasonable number of false positives. And the baseline Cascade CNN is significantly outperformed by our PCN. If you can provide quantitative experimental results of directly training MT-CNN on rotated faces, we will be very glad for further discussions.

from facekit.

jnulzl avatar jnulzl commented on August 16, 2024 1

Has some different with MTCNN.
In all,great works!

from facekit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.