TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Use makeup to hide your face from detection systems using the Viola-Jones method

51 pointsby thenbrentabout 15 years ago
Read his previous posts to learn more about the project and the detection method he's testing against.

7 comments

lbrandyabout 15 years ago
I ran this same image through our face detector, with results I could easily predict: <a href="http://demo.pittpatt.com/detection_demo/view.php?id=JSCV5AH9258041" rel="nofollow">http://demo.pittpatt.com/detection_demo/view.php?id=JSCV5AH9...</a> We don't find any of them (blue and yellow are low confidence faces). We do "well" by our definition, terrible by the writer's.<p>So, problem #1: using hand-drawn faces (these are fairly stylized) is a really bad way to test a face detector. No one "in the real world" wants to detect or recognize hand-drawn faces, and so no one trains with hand-drawn faces. We, specifically, err on the side of choosing to exclude stylized faces from the faces category (though most frequently these would be "don't-cares").<p>Problem #2: Using a single image is actually a bit misleading, because if you really want to "test" methods for thwarting detection, you need to use a video. Those slight variations in pose and lighting are going to make it much easier to pick up the face and filter out the misses.<p>Lastly, if you wanted to "defeat" a dystopian mass surveillance system, you don't want to prevent detection, but recognition. It's far easier. And to prevent good recognition over a huge dataset (ie, the population of the world), you just need to "remove" information from your face. Wear big ol' sunglasses and a hat. Far more effective, far less conspicuous.<p>(edit to add: if you click 'thesis' at the top, and read the top few entries, he shows alot more about how viola-jones and the haar wavelets are used to find face regions. It's an interesting visualization. It also does a great job explaining why the makeup trick works)
shrikantabout 15 years ago
The headline on this HN submission is a bit ambiguous: are the face-detection systems using the Viola-Jones method, or the the face-hiding technique a Viola-Jones method?<p>Turns out, it's the former - <a href="http://en.wikipedia.org/wiki/Viola-Jones_object_detection_framework" rel="nofollow">http://en.wikipedia.org/wiki/Viola-Jones_object_detection_fr...</a>
评论 #1231706 未加载
steve19about 15 years ago
My Cannon camera picks up the 2nd face top row.
shardabout 15 years ago
Well sure, machines might not detect your face, but everybody around you is going to be able to describe the weirdo who had on camouflage makeup.
评论 #1231646 未加载
jcsalteregoabout 15 years ago
Also known as the Lady Gaga method.
charliesomeabout 15 years ago
Ehh, it's a bit of a meh.<p>Anyone who is using face detection for a serious purpose will make you take off that abnormal makeup first
评论 #1231243 未加载
korchabout 15 years ago
Fantastic! I just always knew that in our distopian cyberpunk future, we mercenary code gargoyles would all be covered in some kind of digital war-paint-camouflage as we wage secret mercenary wars on behalf of covert multinational-mega-city-corps.
评论 #1231470 未加载