1 / 30

Automatic Image Anonymizer

Automatic Image Anonymizer. Alex Brettingen James Esposito. Goals. Take any input image and remove, distort, or cover all human faces Retain the original integrity of the input image. Step One: Detect Faces. Viola-Jones Object (Face) Detection Framework Outlined here –

trinh
Download Presentation

Automatic Image Anonymizer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Automatic Image Anonymizer Alex Brettingen James Esposito

  2. Goals • Take any input image and remove, distort, or cover all human faces • Retain the original integrity of the input image

  3. Step One: Detect Faces Viola-Jones Object (Face) Detection Framework Outlined here – http://www.cs.cmu.edu/~efros/courses/LBMV07/Papers/viola-IJCV-01.pdf

  4. Viola - Jones Feature types and evaluation: • sums of image pixels within rectangular areas • four different types of features used in the framework: • value of any given feature is equal to the sum of the pixels within white rectangles subtracted from the sum of the pixels within dark rectangles

  5. Viola - Jones Learning Algorithm • in a standard 24x24 pixel sub-window, there are 162,336 possible features • the Viola – Jones Algorithm employs a variant of the learning algorithm ‘AdaBoost’ to both select the best features and to train classifiers that use them.

  6. Viola - Jones For this project, we used the Computer Vision Toolbox Matlab add-on to implement our Facial Detection (highly recommended) http://www.mathworks.com/products/computer-vision/

  7. How accurate is the Algorithm?

  8. How accurate is the Algorithm? IS IT A FACE?

  9. 1 2 3 4 5

  10. 1 2 3 4 5

  11. Anonymizer Now that we know that the algorithm is effective at detecting faces, we can find applications for it One such application is protecting the identities of people in photographs

  12. Anonymizer We must alter the area of the photograph containing faces Blurring, covering entirely, or replacing with another image are possible methods

  13. Method 1: Gaussian Blur

  14. Method 1: Gaussian Blur

  15. Method 1: Gaussian Blur

  16. Method 1: Gaussian Blur

  17. Method 2: Black-out

  18. Method 2: Black-out

  19. Method 3: Image Replacement

  20. Anony–mice-er

  21. Method 3: Image Replacement

  22. Purrrrrrfect Anonymization

  23. Remaining work • Smooth blur edges • Try a pixelation method • Blending Image Replacement

  24. Questions?

More Related