Somewhere in the last few years, “AI” became the word for everything a computer does with a photo. It flattened a genuinely important distinction, and the flattening costs people real effort — they end up fighting the battle they can’t win while ignoring the one they can.
So let’s separate them properly, because once you see the difference it’s hard to unsee, and it tells you exactly where your effort is worth spending.
Two different machines
When a photo of you gets scraped off the web, it can end up in one of two very different places.
A face-search index. The system detects the face in your photo, converts its geometry into a faceprint — a list of numbers — and stores that faceprint as a row, alongside a link back to the page it came from. When someone later uploads a photo of you, the engine computes a faceprint for their photo and looks for near-matching rows. It’s a lookup table. A very large, very fast lookup table, but a lookup table.
A model’s training set. Your photo goes into a pile of hundreds of millions of images, and that entire pile is used to adjust the internal weights of a neural network. Your specific photo isn’t stored anywhere in the finished model. What it did was nudge a few billion numbers a fractional amount during training, along with everything else in the pile.
That structural difference — a row you can delete versus a contribution smeared across billions of parameters — is the whole story. Everything else follows from it.
The index is reversible, and that’s not a small thing
Because a face-search index stores your faceprint as a discrete, addressable record, it can be found and it can be deleted. That’s not a favour the engines do out of kindness — under GDPR, CCPA, BIPA and their relatives, a faceprint is biometric data about an identifiable person, which triggers real obligations. Most of the major engines run an opt-out process for exactly this reason.
The process is tedious, inconsistent, and frequently ID-gated. Some engines want a government document. Some want a specific photo. Some quietly re-add you a few months later when they re-crawl the web. But the crucial fact holds: there is a record, it has your name on it in effect, and it can be removed.
The weights are mostly not reversible — and honesty matters here
Training data is a harder problem, and anyone who tells you otherwise is selling something. Once a model has been trained, your image isn’t sitting inside it in any retrievable form. There’s no row to delete. The only thorough fix is retraining the model without your data, which for a large model costs millions of dollars and months of compute. Nobody is doing that because one person asked.
There is real research into “machine unlearning” — techniques for surgically removing a training example’s influence without a full retrain — and regulators have occasionally forced the issue. The US FTC has ordered companies to delete not just improperly collected data but the models built from it, a remedy sometimes called algorithmic disgorgement. That’s a meaningful precedent. It is also rare, slow, and applied at company scale rather than per-person.
Some datasets do have removal mechanisms — you can sometimes get an image de-listed from a public dataset index, which stops future models from ingesting it through that route. Worth doing if it’s easy. Just be clear-eyed that it doesn’t touch models already trained.
So which one is actually hurting you?
Here’s the part that reframes the whole thing. Ask what the concrete harm is, and the answer is nearly always the index, not the model.
If a generative model was trained partly on a photo of you, the practical consequence for your daily life is close to nil. It cannot be prompted to reproduce you specifically, and nobody can type your face into it to find out where you live. It’s a legitimate concern about consent and about how these systems were built — but it’s a policy-shaped concern, not a personal-safety one.
If your faceprint is in a search index, the consequence is immediate and specific. Someone photographs you at a bar, uploads it, and gets your name, your profiles, and often your city. That’s the mechanism behind essentially every face-privacy story that ends badly.
What to actually do
Ranked by return on effort:
- Get your faceprint out of the search engines. This is the highest-leverage action available to you, and it’s the only one that directly reduces the odds of a stranger identifying you. It works because there’s a record to delete.
- Keep it out. Engines re-crawl. A removal from January means little if a fresh scrape in April re-adds you. This is maintenance, not a one-time task — which is the single most common thing people get wrong.
- Slow the supply of new photos. Every public photo is a candidate for both destinations. Fewer public, name-attached, face-forward photos means less of you flowing into either system going forward.
- Use dataset opt-outs when they’re cheap. If a dataset offers removal, take it. It shapes what gets trained next. Just don’t mistake it for undoing what exists.
- Support the policy fight, but don’t wait on it. Training-data consent is being decided in courts and legislatures on a multi-year timescale. That’s worth caring about. It won’t help you this month.
The short version: spend your energy on the reversible problem. “Is my face training AI?” is an interesting question with a mostly unsatisfying answer. “Can a stranger with one photo of me get my name?” is the question that governs your actual exposure — and unlike the other one, you can change the answer.
Fix the part you can actually fix.
FacePrivacy files removal requests with the major face-search engines and keeps you out as they re-crawl — so a photo of you resolves to nothing instead of your name.
Protect your face →