# DeepFace

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/DeepFace
> Markdown URL: https://mediated.wiki/source/DeepFace.md
> Source: https://en.wikipedia.org/wiki/DeepFace
> Source revision: 1350371843
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Deep learning facial recognition system

**DeepFace** is a [deep learning](/source/Deep_learning) [facial recognition system](/source/Facial_recognition_system) created by a research group at [Facebook](/source/Facebook%2C_Inc.). It identifies human faces in digital images. The program employs a nine-layer [neural network](/source/Neural_network) with over 120 million connection weights and was [trained](/source/Machine_learning) on four million images uploaded by Facebook users.[1][2] The Facebook Research team has stated that the DeepFace method reaches an accuracy of 97.35% ± 0.25% on the [Labeled Faces in the Wild](https://en.wikipedia.org/w/index.php?title=Labeled_Faces_in_the_Wild&action=edit&redlink=1) (LFW) data set where human beings have 97.53%.[3] This means that DeepFace is sometimes more successful than human beings.

As a result of growing societal concerns [Meta](/source/Meta_Platforms) announced[4] that it plans to shut down Facebook's facial recognition system, deleting the face scan data of more than one billion users.[5] This change will represent one of the largest shifts in facial recognition usage in the technology's history. Facebook planned to delete by December 2021 more than one billion facial recognition templates, which are digital scans of facial features. However, it did not plan to eliminate DeepFace which is the software that powers the facial recognition system. The company has also not ruled out incorporating facial recognition technology into future products, according to Meta spokesperson.[5]

## Commercial rollout

### Origin

DeepFace was produced by a collection of scientists from Facebook's [artificial intelligence](/source/Artificial_intelligence) research team. The team includes Yainiv Taigman and a Facebook research scientist Ming Yang. They were also joined by Lior Wolf, a faculty member from [Tel Aviv University](/source/Tel_Aviv_University). Yaniv Taigman, came to Facebook when Facebook acquired [Face.com](/source/Face.com) in 2012.

Facebook started rolling out DeepFace to its users in early 2015, and have continuously expanding DeepFace's use and software,.[6] DeepFace, according to the director of [Facebook's](/source/Facebook%2C_Inc.) artificial intelligence research, is not intended to invade individual privacy. Instead, DeepFace alerts individuals when their face appears in any photo posted on Facebook. When they receive this notification, they have the option of removing their face from the photo.[6]

### European Union

When the DeepFace technology was initially deployed, users had the option to turn DeepFace off. However, they were not notified that it was on.[7] Because of this, DeepFace was not released in the [European Union](/source/European_Union). A data privacy law in the EU argued that Facebook's facial recognition did not comply with EU data protection laws. Because users do not consent to all the uses of their biometric data, it does not comply.[8]

## Accuracy

DeepFace systems can identify faces with 97% accuracy, almost the same accuracy as a human in the same position. Facebook's facial recognition is more effective than the [FBI's](/source/Federal_Bureau_of_Investigation) technology, which has 85% accuracy.[9] [Google's](/source/Google) technology, [FaceNet](/source/FaceNet) is more successful than DeepFace using the same data sets. FaceNet set a record for accuracy, 99.63%. Google's FaceNet incorporates data from [Google Photos](/source/Google_Photos).[10]

## Applications

Facebook uses individual facial recognition templates to find photos that an individual is in so they can review, engage, or share the content. DeepFace protects individuals from impersonation or [identity theft](/source/Identity_theft). Take, for example, an instance where an individual used someone's profile photo as their own. Through DeepFace, Facebook can identify and alert the person whose information is being misused.[11] To ensure that individuals have control over their facial recognition, Facebook does not share facial templates. Additionally, Facebook will remove images from facial recognition templates if someone has deleted their account or untagged themself from a photo. Individuals also have the ability to turn their facial recognition off on Facebook. If the feature is turned off, Facebook will cease facial recognition for that individual.

Following the release of DeepFace in 2015, its uses have remained fairly stagnant. Because more individuals have uploaded images to Facebook, the algorithm has gotten more accurate. Facebook's DeepFace is the largest facial recognition dataset that currently exists. Because of this, some individuals argue that Facebook's facial ID database could be distributed to government agencies.[12] These uses, however, would be prohibited by most data privacy laws. In response to privacy concerns, Facebook removed their automatic facial recognition feature – allowing individuals to opt in to tagging through DeepFace. This change was implemented in 2019.

## Architecture

The DeepFace system consists of four modules: 2D alignment, 3D alignment, frontalization, and neural network. An image of a face is passed through them in sequence, resulting in a 4096-dimensional [feature vector](/source/Feature_(machine_learning)) representing the face. The feature vector can then be further processed for many different tasks. For example, to identify the face, one can compare it against a list of feature vectors of known faces, and identify the face with the most similar feature vector.

DeepFace uses fiducial point detectors based on existing databases to direct the alignment of faces. The facial alignment begins with a 2D alignment, and then continues with 3D alignment and frontalization. That is, DeepFace's process is two steps. First, it corrects the angles of an image so that the face in the photo is looking forward. To accomplish this, it uses a 3-D model of a face.[13]

### 2D alignment

The 2D alignment module detects 6 fiducial points on the detected face — the center of the eyes, tip of the nose and mouth location. These points are translated onto a warped image to help detect the face. However, 2D transformation fails to compensate for rotations that are out of place.

### 3D alignment

In order to align faces, DeepFace uses a generic 3D model wherein 2D images are cropped as 3D versions. The 3D image has 67 fiducial points. After the image has been warped, there are 67 anchor points manually placed on the image to match the 67 fiducial points. A 3D-to-2D camera is then fitted that minimizes losses. Because 3D detected points on the contour of the face can be inaccurate, this step is important.

### Frontalization

Because full perspective projections are not modeled, the fitted camera is only an approximation of the individual's actual face. To reduce errors, DeepFace aims to warp the 2D images with smaller distortions. Also, thee camera P is capable of replacing parts of the image and blending them with their symmetrical counterparts.

### Neural network

The neural network is a sequence of layers, arranged as follows: convolutional layer - max pooling - convolutional layer - 3 locally connected layers - fully connected layer.

The input is an RGB image of the face, scaled to resolution 152 × 152 {\displaystyle 152\times 152} , and the output is a real vector of dimension 4096, being the feature vector of the face image.

In the 2014 paper,[13] an additional fully connected layer is added at the end to classify the face image into one of 4030 possible persons that the network had seen during training time.

## Reactions

### Industry

AI researcher [Ben Goertzel](/source/Ben_Goertzel) said Facebook had "pretty convincingly solved face recognition" with the project, but said it would be incorrect to conclude that deep learning is the entire solution to AI.

Neeraj Kumar, a researcher at the [University of Washington](/source/University_of_Washington) said that Facebook's DeepFace shows how large sets of outside data can result in a "higher capacity" model. Because of Facebook's wide access to images of individuals, their facial recognition software can perform better than other software with much smaller data sets.[14][15]

### Media

A *[Huffington Post](/source/Huffington_Post)* piece called the technology "creepy", citing [data privacy](/source/Data_privacy) concerns, noted that some European governments had already required Facebook to delete facial-recognition data.[16] According to *[Broadcasting & Cable](/source/Broadcasting_%26_Cable)*, both Facebook and Google had been invited by the Center for Digital Democracy to attend a 2014 [National Telecommunications and Information Administration](/source/National_Telecommunications_and_Information_Administration) "stakeholder meeting" to help develop a [consumer privacy Bill of Rights](/source/Consumer_privacy_bill_of_rights), but they both declined. *Broadcasting & Cable* also noted that Facebook had not released any press announcements concerning DeepFace, although their research paper had been published earlier in the month. *[Slate](/source/Slate_(magazine))* said that DeepFace was not being publicized by Facebook because it is wary of another round of headlines decrying DeepFace's creepiness.

### Users

Many individuals fear facial recognition technology.[17][18] The technology's nearly perfect accuracy allows social media companies to create digital profiles of millions of Americans.[19] However, an individual's fear of facial recognition and other privacy concerns does not correspond to a decrease in social media use. Instead, attitudes towards privacy and privacy settings do not have a large impact on an individual's intention to use Facebook apps.[20][21][22] Because Facebook is a social media site, individual fears about privacy get over ruled by a desire to participate in social media.[23]

## Privacy concerns

### BIPA lawsuit

Facebook users raised a class action lawsuit against Facebook under Illinois Biometric Information Privacy Act (BIPA).[24] Illinois has the most comprehensive biometric privacy legislation, regulating the collection of biometric information by commercial entities.[25] Illinois' BIPA requires a corporation that obtains a person's biometric information to obtain a written release, provide them notice that their information is being collected, and state the duration the information will be collected. The lawsuit raised against DeepFace alleges that Facebook's collection of facial identification information for the purpose of the tag suggestion tool violates BIPA.[26] Because Facebook does not give notice or consent to individuals when they use this tool, Facebook users argue that it violates BIPA.[27] The Ninth Circuit denied Facebook's motion to dismiss the case and ultimately certified the case. Facebook sought to appeal to the certification of the Ninth Circuit decision which was ultimately granted. Facebook claims that the case should not have been verified because Plaintiffs have no alleged any harm beyond Facebook's violation of BIPA. Facebook removed their automatic facial recognition tagging feature in 2019, in response to the concerns raised in the lawsuit.[28] Facebook proposed a $550 million settlement to the case, which was rejected. When Facebook increased the settlement to $650 million, the court accepted it. Facebook was ordered to pay their $650 million settlement in early March 2021. 1.6 million residents of Illinois will receive at least $345.[29]

In July 2020, Facebook announced that it is building teams that will look into racism in its algorithms.[30] Facebook's teams will work with Facebook's Responsible AI team to study bias in their systems. The implementation of these programs is recent, and it is still unclear what reforms will be made.[31]

### Ten-year challenge

In 2019, a Facebook challenge went viral asking users to post a photo from 10 years ago and one from 2019. The challenge was coined the "10 Year challenge." More than 5 million people participated in the challenge, including many celebrities. Worry arose that Facebook's 10 year challenge was designed to train Facebook's facial recognition database. [Kate O'Neill](/source/Kate_O'Neill_(author)), a writer for [Wired](/source/Wired_(magazine)), wrote an op-ed that echoed this possibility.[32] Facebook denied that they played a role in generating the challenge.[33] However, individuals have argued that the concerns that underscore theories around the 10 year challenge are echoed by broader concerns about Facebook and the right to privacy.[34]

## Racism in facial identification technology

Facial recognition algorithms are not universally successful.[35] While the algorithms are capable of classifying faces with over 90% accuracy in some cases, accuracy is lower when the algorithms are applied to women, black individuals, and young people.[36] The systems falsely identify black and Asian faces 10 to 100 times more than they do with white faces.[37] Because algorithms are primarily trained with white men, systems like DeepFace have a more difficult time identifying them.[38] It is projected that once facial recognition data bases are trained to identify people of color — exposing them to more diverse faces — they will be more successful at identification.[39]

## See also

- [Criticism of Facebook](/source/Criticism_of_Facebook)

- [Biometric Information Privacy Act](/source/Biometric_Information_Privacy_Act)

## References

1. **[^](#cite_ref-TechnologyReview2014_1-0)** ["Facebook creates software that matches faces almost as well as you do"](http://www.technologyreview.com/news/525586/facebook-creates-software-that-matches-faces-almost-as-well-as-you-do/), *[Technology Review](/source/Technology_Review)*, Massachusetts Institute of Technology, March 17, 2014

1. **[^](#cite_ref-CBS2014_2-0)** ["Facebook's DeepFace shows serious facial recognition skills"](http://www.cbsnews.com/news/facebooks-deepface-shows-serious-facial-recognition-skills/), *CBS News*, March 19, 2014

1. **[^](#cite_ref-3)** ["DeepFace: Closing the Gap to Human-Level Performance in Face Verification"](https://research.fb.com/publications/deepface-closing-the-gap-to-human-level-performance-in-face-verification/). *Facebook Research*. Retrieved 2019-07-25.

1. **[^](#cite_ref-4)** Metz, Rachel (2 November 2021). ["Facebook is shutting down its facial recognition software"](https://www.cnn.com/2021/11/02/tech/facebook-shuts-down-facial-recognition/index.html). *CNN*. Retrieved 2021-11-05.

1. ^ [***a***](#cite_ref-Hill_5-0) [***b***](#cite_ref-Hill_5-1) Hill, Kashmir; Mac, Ryan (2021-11-02). ["Facebook, Citing Societal Concerns, Plans to Shut Down Facial Recognition System"](https://www.nytimes.com/2021/11/02/technology/facebook-facial-recognition.html). *The New York Times*. [ISSN](/source/ISSN_(identifier)) [0362-4331](https://search.worldcat.org/issn/0362-4331). Retrieved 2021-11-05.

1. ^ [***a***](#cite_ref-forbes_acc_6-0) [***b***](#cite_ref-forbes_acc_6-1) Chowdhry, Amit. ["Facebook's DeepFace Software Can Match Faces With 97.25% Accuracy"](https://www.forbes.com/sites/amitchowdhry/2014/03/18/facebooks-deepface-software-can-match-faces-with-97-25-accuracy/). *Forbes*. Retrieved 2021-04-09.

1. **[^](#cite_ref-7)** ["Facebook settles facial recognition dispute"](https://www.bbc.com/news/technology-51309186). *BBC News*. 2020-01-30. Retrieved 2021-04-08.

1. **[^](#cite_ref-8)** ["Vol 23.1 – Winter 2017 | Journal of Science & Technology Law"](https://www.bu.edu/jostl/archives/vol-23-1-winter-2017/). *www.bu.edu*. Retrieved 2021-04-24.

1. **[^](#cite_ref-9)** ["Facial Recognition Technology: Ensuring Transparency in Government Use — FBI"](https://www.fbi.gov/news/testimony/facial-recognition-technology-ensuring-transparency-in-government-use). *www.fbi.gov*. Retrieved 2021-04-09.

1. **[^](#cite_ref-10)** ["Facial recognition: top 7 trends (tech, vendors, markets, use cases & latest news)"](http://www.thalesgroup.com/en/markets/digital-identity-and-security/government/biometrics/facial-recognition). *Thales Group*. Retrieved 2021-04-09.

1. **[^](#cite_ref-11)** ["What is the face recognition setting on Facebook and how does it work? | Facebook Help Center"](https://www.facebook.com/help/122175507864081?helpref=faq_content). *www.facebook.com*. Retrieved 2021-04-22.

1. **[^](#cite_ref-12)** Glaser, April (2019-07-09). ["Facebook's Face-ID Database Could Be the Biggest in the World. Yes, It Should Worry Us"](https://slate.com/technology/2019/07/facebook-facial-recognition-ice-bad.html). *Slate Magazine*. Retrieved 2021-04-22.

1. ^ [***a***](#cite_ref-:0_13-0) [***b***](#cite_ref-:0_13-1) Taigman, Yaniv; Yang, Ming; Ranzato, Marc'Aurelio; Wolf, Lior (June 2014). ["DeepFace: Closing the Gap to Human-Level Performance in Face Verification"](https://dx.doi.org/10.1109/cvpr.2014.220). *2014 IEEE Conference on Computer Vision and Pattern Recognition*. IEEE. pp. 1701–1708. [doi](/source/Doi_(identifier)):[10.1109/cvpr.2014.220](https://doi.org/10.1109%2Fcvpr.2014.220). [ISBN](/source/ISBN_(identifier)) [978-1-4799-5118-5](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4799-5118-5). [S2CID](/source/S2CID_(identifier)) [2814088](https://api.semanticscholar.org/CorpusID:2814088).

1. **[^](#cite_ref-14)** ["Facebook Creates Software That Matches Faces Almost as Well as You Do"](https://www.technologyreview.com/2014/03/17/13822/facebook-creates-software-that-matches-faces-almost-as-well-as-you-do/). *MIT Technology Review*. Retrieved 2021-04-22.

1. **[^](#cite_ref-15)** Rubinstein, Ira; Good, Nathan (2012). "Privacy by Design: A Counterfactual Analysis of Google and Facebook Privacy Incidents". *SSRN Electronic Journal*. [doi](/source/Doi_(identifier)):[10.2139/ssrn.2128146](https://doi.org/10.2139%2Fssrn.2128146). [ISSN](/source/ISSN_(identifier)) [1556-5068](https://search.worldcat.org/issn/1556-5068).

1. **[^](#cite_ref-16)** Grandoni, Dino (2014-03-18). ["Facebook's New 'DeepFace' Program Is Just As Creepy As It Sounds"](https://www.huffpost.com/entry/facebook-deepface-facial-recognition_n_4985925). *HuffPost*. Retrieved 2021-04-22.

1. **[^](#cite_ref-17)** "Privacy and identity on Facebook", *Discourse and Identity on Facebook*, Bloomsbury Academic, pp. 209–252, 2017, [doi](/source/Doi_(identifier)):[10.5040/9781474289153.0014](https://doi.org/10.5040%2F9781474289153.0014), [ISBN](/source/ISBN_(identifier)) [978-1-4742-8912-2](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4742-8912-2){{[citation](https://en.wikipedia.org/wiki/Template:Citation)}}: CS1 maint: work parameter with ISBN ([link](https://en.wikipedia.org/wiki/Category:CS1_maint:_work_parameter_with_ISBN))

1. **[^](#cite_ref-18)** Barrett, Lindsey (2020-07-24). ["Ban Facial Recognition Technologies for Children—And for Everyone Else"](https://papers.ssrn.com/abstract=3660118). Rochester, NY. [SSRN](/source/SSRN_(identifier)) [3660118](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3660118). {{[cite journal](https://en.wikipedia.org/wiki/Template:Cite_journal)}}: Cite journal requires |journal= ([help](https://en.wikipedia.org/wiki/Help:CS1_errors#missing_periodical))

1. **[^](#cite_ref-19)** Huang, Michelle Yan. ["Facial recognition is almost perfectly accurate — here's why that could be a problem"](https://www.businessinsider.com/facial-recognition-technology-regulation-creepy-future-2019-4). *Business Insider*. Retrieved 2021-04-22.

1. **[^](#cite_ref-20)** Van Der Schyff, Karl; Flowerday, Stephen; Lowry, Paul Benjamin (2020-08-01). ["Information privacy behavior in the use of Facebook apps: A personality-based vulnerability assessment"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7452521). *Heliyon*. **6** (8) e04714. [Bibcode](/source/Bibcode_(identifier)):[2020Heliy...604714V](https://ui.adsabs.harvard.edu/abs/2020Heliy...604714V). [doi](/source/Doi_(identifier)):[10.1016/j.heliyon.2020.e04714](https://doi.org/10.1016%2Fj.heliyon.2020.e04714). [ISSN](/source/ISSN_(identifier)) [2405-8440](https://search.worldcat.org/issn/2405-8440). [PMC](/source/PMC_(identifier)) [7452521](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7452521). [PMID](/source/PMID_(identifier)) [32904276](https://pubmed.ncbi.nlm.nih.gov/32904276).

1. **[^](#cite_ref-21)** Mathiyalakan, Sathasivam; Heilman, George; Ho, Kevin; Law, Wai (2018-01-01). ["An Examination of the Impact of Gender and Culture on Facebook Privacy and Trust in Guam"](https://scholarworks.lib.csusb.edu/jitim/vol27/iss1/2). *Journal of International Technology and Information Management*. **27** (1): 29–56. [doi](/source/Doi_(identifier)):[10.58729/1941-6679.1363](https://doi.org/10.58729%2F1941-6679.1363). [ISSN](/source/ISSN_(identifier)) [1941-6679](https://search.worldcat.org/issn/1941-6679). [S2CID](/source/S2CID_(identifier)) [159011924](https://api.semanticscholar.org/CorpusID:159011924).

1. **[^](#cite_ref-22)** "Facebook face recognition hits privacy protests". *Biometric Technology Today*. **2011** (7): 1. July 2011. [doi](/source/Doi_(identifier)):[10.1016/s0969-4765(11)70120-5](https://doi.org/10.1016%2Fs0969-4765%2811%2970120-5). [ISSN](/source/ISSN_(identifier)) [0969-4765](https://search.worldcat.org/issn/0969-4765).

1. **[^](#cite_ref-23)** Rosenthal, Sonny; Wasenden, Ole-Christian; Gronnevet, Gorm-Andreas; Ling, Rich (2020-11-01). "A tripartite model of trust in Facebook: acceptance of information personalization, privacy concern, and privacy literacy". *Media Psychology*. **23** (6): 840–864. [doi](/source/Doi_(identifier)):[10.1080/15213269.2019.1648218](https://doi.org/10.1080%2F15213269.2019.1648218). [hdl](/source/Hdl_(identifier)):[10356/145658](https://hdl.handle.net/10356%2F145658). [ISSN](/source/ISSN_(identifier)) [1521-3269](https://search.worldcat.org/issn/1521-3269). [S2CID](/source/S2CID_(identifier)) [201372342](https://api.semanticscholar.org/CorpusID:201372342).

1. **[^](#cite_ref-24)** ["Power, Pervasiveness and Potential: The Brave New World of Facial Recognition Through a Criminal Law Lens (and Beyond)"](http://nycbar.org/member-and-career-services/committees/reports-listing/reports/detail/facial-recognition-through-a-criminal-law-lens). *nycbar.org*. Retrieved 2021-03-31.

1. **[^](#cite_ref-25)** ["The rise and regulation of thermal facial recognition technology during the COVID-19 pandemic" - Google Search"](https://www.google.com/search?q=The+rise+and+regulation+of+thermal+facial+recognition+technology+during+the+COVID-19+pandemic%E2%80%9D&safe=active). *www.google.com*. Retrieved 2021-04-22.

1. **[^](#cite_ref-26)** Center, Electronic Privacy Information. ["EPIC - Patel v. Facebook"](https://epic.org/amicus/bipa/patel-v-facebook/). *epic.org*. Retrieved 2021-04-22. {{[cite web](https://en.wikipedia.org/wiki/Template:Cite_web)}}: |first= has generic name ([help](https://en.wikipedia.org/wiki/Help:CS1_errors#generic_name))

1. **[^](#cite_ref-27)** ["Social Network or Social Nightmare: How California Courts Can Prevent Facebook's Frightening Foray Into Facial Recognition Technology From Haunting Consumer Privacy Rights Forever"](https://law-journals-books.vlex.com/vid/social-network-or-social-724893245). *vLex*. Retrieved 2021-04-24.

1. **[^](#cite_ref-28)** ["An Update About Face Recognition on Facebook"](https://about.fb.com/news/2019/09/update-face-recognition/). *About Facebook*. 2019-09-03. Retrieved 2021-04-22.

1. **[^](#cite_ref-29)** ["Facebook will pay $650 million to settle class action suit centered on Illinois privacy law"](https://techcrunch.com/2021/03/01/facebook-illinois-class-action-bipa/). *TechCrunch*. March 2021. Retrieved 2021-04-22.

1. **[^](#cite_ref-30)** Heilweil, Rebecca (2020-07-22). ["Facebook is taking a hard look at racial bias in its algorithms"](https://www.vox.com/recode/2020/7/22/21334051/facebook-news-feed-instagram-algorithm-racial-bias-civil-rights-audit). *Vox*. Retrieved 2021-04-23.

1. **[^](#cite_ref-31)** Trautman, Lawrence J. (2020-03-27). ["Governance of the Facebook Privacy Crisis"](https://tlp.law.pitt.edu/ojs/index.php/tlp/article/view/234). *Pittsburgh Journal of Technology Law & Policy*. **20** (1). [doi](/source/Doi_(identifier)):[10.5195/tlp.2020.234](https://doi.org/10.5195%2Ftlp.2020.234). [ISSN](/source/ISSN_(identifier)) [2164-800X](https://search.worldcat.org/issn/2164-800X).

1. **[^](#cite_ref-32)** ["Facebook's '10 Year Challenge' Is Just a Harmless Meme—Right?"](https://www.wired.com/story/facebook-10-year-meme-challenge/). *Wired*. [ISSN](/source/ISSN_(identifier)) [1059-1028](https://search.worldcat.org/issn/1059-1028). Retrieved 2021-04-22.

1. **[^](#cite_ref-33)** *Twitter* [https://twitter.com/facebook/status/1085675097766031360](https://twitter.com/facebook/status/1085675097766031360). Retrieved 2021-04-22. {{[cite web](https://en.wikipedia.org/wiki/Template:Cite_web)}}: Missing or empty |title= ([help](https://en.wikipedia.org/wiki/Help:CS1_errors#citation_missing_title))

1. **[^](#cite_ref-34)** Slobom, Michael (2020-01-01). ["Consent, Appropriation by Manipulation, and the 10-Year Challenge: How an Internet Meme Complicated Biometric Information Privacy"](https://open.mitchellhamline.edu/mhlr/vol46/iss5/5). *Mitchell Hamline Law Review*. **46** (5).

1. **[^](#cite_ref-35)** Becerra-Riera, Fabiola; Morales-González, Annette; Méndez-Vázquez, Heydi (2019-08-01). "A survey on facial soft biometrics for video surveillance and forensic applications". *Artificial Intelligence Review*. **52** (2): 1155–1187. [doi](/source/Doi_(identifier)):[10.1007/s10462-019-09689-5](https://doi.org/10.1007%2Fs10462-019-09689-5). [ISSN](/source/ISSN_(identifier)) [0269-2821](https://search.worldcat.org/issn/0269-2821). [S2CID](/source/S2CID_(identifier)) [186207594](https://api.semanticscholar.org/CorpusID:186207594).

1. **[^](#cite_ref-36)** Buolamwini, Joy; Gebru, Timnit (2018-01-21). ["Gender Shades: Intersectional Accuracy Disparities in Commercial Gender Classification"](http://proceedings.mlr.press/v81/buolamwini18a.html). *Conference on Fairness, Accountability and Transparency*. PMLR: 77–91.

1. **[^](#cite_ref-37)** ["govinfo"](https://www.govinfo.gov/app/details/GOVPUB-C13-5a5c1d28d99c5a718d50bdbbae85cbb9). *www.govinfo.gov*. Retrieved 2021-04-23.

1. **[^](#cite_ref-38)** ["Bias in, Bias out: Why Legislation Placing Requirements on the Procurement of Commercialized Facial Recognition Technology Must Be Passed to Protect People of Color"](https://www.americanbar.org/groups/public_contract_law/publications/public_contract_law_jrnl/50-1/bias-bias-out-why-legislation-placing-requirements-the-procurement-commercialized-facial-recognition-technology/). *www.americanbar.org*. Retrieved 2021-04-23.

1. **[^](#cite_ref-39)** Kane, Kane; Young, Amber; Majchrzak, Ann; Ransbotham, Sam (2021-03-01). ["Avoiding an Oppressive Future of Machine Learning: A Design Theory for Emancipatory Assistants"](https://aisel.aisnet.org/misq/vol45/iss1/14). *Management Information Systems Quarterly*. **45** (1): 371–396. [doi](/source/Doi_(identifier)):[10.25300/MISQ/2021/1578](https://doi.org/10.25300%2FMISQ%2F2021%2F1578). [ISSN](/source/ISSN_(identifier)) [0276-7783](https://search.worldcat.org/issn/0276-7783). [S2CID](/source/S2CID_(identifier)) [232369411](https://api.semanticscholar.org/CorpusID:232369411).

## Further reading

- Taigman, Yaniv; Yang, Ming; Ranzato, Marc'Aurelio; Wolf, Lior (June 24, 2014), ["DeepFace: Closing the Gap to Human-Level Performance in Face Verification"](https://research.facebook.com/publications/480567225376225/deepface-closing-the-gap-to-human-level-performance-in-face-verification/), *Conference on Computer Vision and Pattern Recognition (CVPR)*, Facebook Research Group

- Bohannon, John (5 February 2015), ["Facebook will soon be able to ID you in any photo"](https://www.science.org/content/article/facebook-will-soon-be-able-id-you-any-photo), *[Science](/source/Science_(journal))* (website), [American Association for the Advancement of Science](/source/American_Association_for_the_Advancement_of_Science), [doi](/source/Doi_(identifier)):[10.1126/science.aaa7804](https://doi.org/10.1126%2Fscience.aaa7804)

v t e Meta Platforms Products, services Facebook Features Bluetooth Beacon Dating Feed EdgeRank Reels Gaming Graph Search Instant Articles Like button Live Lookalike audience Onion address Platform Connect Safety Check Stories Watch list of original programs Zero Instagram Hyperlapse IGTV Threads Hardware Portal Meta Quest Quest 1 Quest 2 Quest 3 Pro Touch Ray-Ban Meta Other Express Wi-Fi Free Basics Messenger Kids Rooms Mapillary Meta AI Meta Horizon OS Meta Superintelligence Labs Moltbook Supernatural WhatsApp Workplace Former Atlas Solutions Credits FriendFeed Giphy Facebook Beacon Facebook Home HTC First M Oculus Go Oculus Rift CV1 S Onavo Paper Slingshot tbh Wirehog People Founders Mark Zuckerberg (28% equity) Dustin Moskovitz (7%) Eduardo Saverin (5%, formerly) Chris Hughes (1%, formerly) Andrew McCollum Board Current Mark Zuckerberg Marc Andreessen John D. Arnold Patrick Collison John Elkann Drew Houston Nancy Killefer Robert M. Kimmitt Dina Powell Hock Tan Dana White Tony Xu Former Sheryl Sandberg Peter Thiel Executive officers Current Mark Zuckerberg (Chairman and CEO) Javier Olivan (COO) Andrew Bosworth (CTO) Chris Cox (CPO) Joel Kaplan (Chief Global Affairs Officer) Jennifer Newstead (Chief Legal Officer) Alexandr Wang (Chief AI Officer) David Wehner (Chief Strategy Officer) Former Sean Parker (4%, formerly) Owen Van Natta Gideon Yu Adam D'Angelo Nick Clegg Chris Kelly Bret Taylor Sheryl Sandberg Mike Schroepfer David Ebersman Marne Levine Alex Stamos Oversight Board Members Catalina Botero Marino, Co-Chair (2020–) Jamal Greene, Co-Chair (2020–) Michael W. McConnell, Co-Chair (2020–) Helle Thorning-Schmidt, Co-Chair (2020–) Afia Asantewaa Asare-Kyei (2020–) Evelyn Aswad (2020–) Endy Bayuni (2020–) Katherine Chen (2020–) Nighat Dad (2020–) Tawakkol Karman (2020–) Maina Kiai (2020–) Sudhir Krishnaswamy (2020–) Ronaldo Lemos (2020–) Julie Owono (2020–) Emi Palmor (2020–) Alan Rusbridger (2020–) András Sajó (2020–) John Samples (2020–) Nicolas Suzor (2020–) Suzanne Nossel (2021–) Khaled Mansour (2022–) Pamela San Martin (2022–) Paolo Carozza (2022–) Kenji Yoshino (2023–) Board of Trustees Stephen Neal, Chair (2021–) Kristina Arriaga (2020–) Cherine Chalaby (2020–) Wanda Felton (2020–) Kate O'Regan (2020–) Robert Post (2020–) Former members Pamela S. Karlan (Board Member, 2020–2021) Paul G. Haaga Jr. (Board of Trustees Chair, 2020–2021) Notable employees Current Lars Rasmussen (Graph Search director) Naomi Gleit (head of product) Nicola Mendelsohn (head of Global Business Group) Adam Mosseri (head of Instagram) Thomas Reardon (Reality Labs director) Former Blake Ross (Director of Product) Ted Ullyot (VP, General Counsel, and Secretary) Hugo Barra (VP of Reality Labs) John Carmack (CTO of Reality Labs) Matt Cohler Charlie Cheever Randi Zuckerberg Yishan Wong George Hotz Joe Lockhart Andrei Alexandrescu (research scientist) Chamath Palihapitiya (VP of User Growth) Elliot Schrage (VP of Global Communications, Marketing and Public Policy) Frances Haugen (Product Manager of Civic Integrity Team) Sarah Wynn-Williams (Director of Public Policy) Open source Apache Cassandra Apache Hive Apache Thrift Buck FQL Hack HHVM HipHop for PHP Infer MyRocks Open Compute Project Phabricator React React Native RocksDB Scribe Telecom Infra Project Tornado Mass media The Facebook Effect The Accidental Billionaires The Social Network The Great Hack Careless People "Instagram" (Dean song) The Social Reckoning Concepts Influencer Activity stream Social graph Friending and following Reblogging Fan-gating Facebook diplomacy Instapoetry Model (person)#Instagram model Filter Instagram face Business History of Facebook IPO Timeline of Instagram #Graduation2020 Timeline of WhatsApp Acquisitions f8 conference Censorship Criticism Cambridge Analytica data scandal 2020 ad boycotts 2021 company files leak Privacy Content management Problematic social media use Litigation Young v. Facebook, Inc. (2011) Fraley v. Facebook, Inc. (2016) Force v. Facebook, Inc. (2019) Facebook, Inc. v. Duguid (2021) Federal Trade Commission v. Meta Platforms, Inc. (ongoing) Unions Lists Most-followed Facebook pages most-followed Instagram accounts most-liked Instagram posts Related Priscilla Chan (wife of Mark Zuckerberg) Chan Zuckerberg Initiative Aquila Internet relay drone Willow Village WaveGroup Sound 2021 Facebook outage Instagram tourism

---
Adapted from the Wikipedia article [DeepFace](https://en.wikipedia.org/wiki/DeepFace) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/DeepFace?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
