Earlier quoted context omitted.
If you want to fight it, tag them as wrong persons to mess up their training dataset. I am sure they would love that! :) Maybe even start a Facebook group "False positives" where people would do this for fun and to "stick it to the man" lol
I'm sure they're on the lookout for that, as well. If they have enough confidence in their model, I'm sure they'd raise an eyebrow at something that only has 30% confidence, say "thanks", and then simply flag my account to not be trusted to train their models.
Facebook turned on face recognition silently
121–130 of 224 posts
Re: Facebook turned on face recognition silently
#122Earlier quoted context omitted.
Which is why I do not want anybody to make any pictures of me, especially not if they are active on social media. There are exactly two pictures of me online, the one is 30 years old, the other about 10. The quickest way to get me pissed off is to point a camera at me.
I find that a little bit sad. Both of my parents have passed away (fairly young), and they were somewhat camera-shy when they were alive (not for the same reasons you are, but the result is the same). I have barely a handful of photos of them, and that's often a source of disappointment and sadness for me. I get that rampant data collection is unacceptable, and companies are terribly poor stewards of our personal dat…
Re: Facebook turned on face recognition silently
#123Re: Facebook turned on face recognition silently
#124Is there an easy way to mistrain this?
Re: Facebook turned on face recognition silently
#125Earlier quoted context omitted.
Which is why I do not want anybody to make any pictures of me, especially not if they are active on social media. There are exactly two pictures of me online, the one is 30 years old, the other about 10. The quickest way to get me pissed off is to point a camera at me.
I'm getting severe anxiety from having a camera pointed at me since this all Facebook stuff started and people posted pictures online. Needless to say, I don't have an account there. I also take off the moment I see a camera unless the shooter in advance ask me if it's ok and they agree to not put it online. Unfortunately I can't do anything about CCTV but that's not posted online at least. It's to the point where I…
Re: Facebook turned on face recognition silently
#126Earlier quoted context omitted.
Was it a push notification? Or did you have to open the app to see it? It's silent unless there was a proactive message to you from Facebook that your face will start to be recognized. This facial recognition happens even when you're not using the app. So Facebook is waiting for you to take action before telling you anything. That is not proactive, it is silent. What if you don't go on Facebook any more but have an a…
They warned me that they activated it, so it wasn't silent , it was just opt-out (not that it's particularly better, but let's use non-clickbait terms)
Re: Facebook turned on face recognition silently
#127Earlier quoted context omitted.
Anecdotal, but years ago I uploaded a picture of a friend. He's a bit of a hermit, and doesn't have social media accounts. The picture scrolled by several times that week, and Facebook asked me to tag who this was. (This was perhaps... 2010?) I uploaded perhaps twenty or so photos, but that was the only one they asked about. I haven't seen this for a while, but I used to get my friends pictures scrolling by. (Not eve…
If you want to fight it, tag them as wrong persons to mess up their training dataset. I am sure they would love that! :) Maybe even start a Facebook group "False positives" where people would do this for fun and to "stick it to the man" lol
No matter how much an individual thinks they're resisting or messing with the system, they're not. The only way to win is to not participate.
Re: Facebook turned on face recognition silently
#128Earlier quoted context omitted.
I have to assume that this UX is intentionally awful: Go to Settings. Go to More. Tap Privacy Shortcuts. Tap More Settings. Tap Face Recognition. Tap Do you want Facebook to be able to recognize you in photos and videos? Select No if you don't want to let Facebook recognize you in photos and videos. Also, this set of steps doesn't work on the desktop browser. I don't see More or Privacy Shortcuts in My Settings, only…
I can click the little arrow, go to settings, and there's a "Face Recognition" entry in the sidebar, between "Language" and "Notifications". This is on the desktop website. Sounds like it's hidden deeper if you visit from a phone?
Re: Facebook turned on face recognition silently
#129Earlier quoted context omitted.
If you want to fight it, tag them as wrong persons to mess up their training dataset. I am sure they would love that! :) Maybe even start a Facebook group "False positives" where people would do this for fun and to "stick it to the man" lol
I'm sure they're on the lookout for that, as well. If they have enough confidence in their model, I'm sure they'd raise an eyebrow at something that only has 30% confidence, say "thanks", and then simply flag my account to not be trusted to train their models.
I'd be willing to bet my hat that they have a similar scoring for approving suggested tags - don't click them/ignore them complete for a few days and you'll probably start seeing that suggesting a lot less.
Re: Facebook turned on face recognition silently
#130Earlier quoted context omitted.
Usually these systems are implemented via a generic face detector that first runs on the whole image, to locate all the faces that are present. After the faces are located, they’re matched against a set of candidates (which I would guess is an enumeration if all your Nth order friends [who don’t opt out of this], to reduce computational complexity). This isn’t the only possible way to do it, but I believe it’s the mo…
> After the faces are located, they’re matched against a set of candidates (which I would guess is an enumeration if all your Nth order friends [who don’t opt out of this], to reduce computational complexity. Face recognition is usually done by first transforming the face into vector space and than looking for the closest vector from known, e.g. openface[1] (which is based on google 2015 paper "FaceNet: A Unified Emb…