Facebook Deploys AI-Based Photo and Video Integrity Systems to Detect Nudity and Graphic Violence at Scale
From at least 2016, Facebook applied convolutional neural network-based computer vision systems to automatically detect nudity and graphic violence across photos and videos uploaded to its platform, processing billions of pieces of content as part of its scaled content integrity infrastructure.

Background
Content moderation on a social platform is straightforward when the platform is small. Staff can review reports, make judgements, and act. By the mid-2010s, that approach had stopped being feasible for Facebook. Hundreds of millions of people were uploading photos and videos every day, and the volume made any purely human review system inadequate at scale.
The tools available before neural network-based classifiers were mostly rule-based filters and hashing systems. PhotoDNA, developed by Microsoft and adopted by Facebook, worked by converting a known illegal image into a compact digital fingerprint and flagging any upload that matched it. That approach was effective against exact copies of images already in a database, but it could not generalise. A new image, one that had never been seen before, would pass straight through.
Convolutional neural networks, which scan an image in overlapping patches and learn to recognise features like edges, textures, and shapes, had been showing strong results on image classification benchmarks since 2012. The question was whether they could be made reliable and fast enough to run on the volume of content Facebook was receiving. Research accuracy and production throughput are different problems.
What happened
In 2016, Facebookâs engineering team published details of what they called their photo and video integrity systems. The architecture used convolutional neural network classifiers trained to detect nudity and graphic violence in images and videos. Rather than relying on reports from users before content was reviewed, the system processed uploads at the point of ingestion, flagging material before it had a chance to spread widely.
The 2016 engineering post described a layered approach. Hashing-based tools like PhotoDNA handled known illegal content. The convolutional classifiers covered the broader category of policy-violating material that had no prior fingerprint. That combination let Facebook act on content that was genuinely new rather than just recycled.
By the time Facebook published its first Community Standards Enforcement Report in 2018, the systems were processing content across billions of pieces of material. The report gave the first public figures on proactive detection rates, the share of violating content the automated systems found before any user reported it. For nudity and adult content, Facebook reported that 96.2 per cent of the content it actioned was identified proactively by these systems, before a user report was filed. That figure made clear the classifiers had become the primary mechanism for enforcement, not a supplement to human review. The human teams were still involved, largely to review samples and handle appeals, but the automated systems were doing the filtering at scale.
No single researchers are named in the sources for this work. It was an engineering effort within Facebook, drawing on computer vision research that had developed across the field rather than from a single paper or team.
Why it mattered
Deploying computer vision classifiers at Facebook's scale, billions of images and videos per day, demonstrated that deep learning had crossed from research benchmark into industrial content-moderation infrastructure, directly affecting the lived experience of hundreds of millions of users. The system raised consequential questions about false-positive rates, contextual sensitivity, and the delegation of editorial judgement to automated models, accelerating policy debate about algorithmic content governance. It also established a template that other large platforms adopted, making neural-network-based moderation a standard rather than an experimental practice.
Organisations
Facebook AI Research, Facebook
Sources
- Community Standards Enforcement Report.Meta (Facebook).Official
- Under the Hood: Photo and Video Integrity.Facebook Engineering.Primary source
- Facebook Research at ECCV 2020.Meta AI.Secondary
Cite this page
AI Achievements. (2016). Facebook Deploys AI-Based Photo and Video Integrity Systems to Detect Nudity and Graphic Violence at Scale. Retrieved 2026-08-22, from https://achievements.ai/milestone/facebook-started-using-computer-vision-ai
@misc{achievements_facebook_started_using_computer_vision_ai,
title = {Facebook Deploys AI-Based Photo and Video Integrity Systems to Detect Nudity and Graphic Violence at Scale},
author = {{AI Achievements}},
year = {2016},
url = {https://achievements.ai/milestone/facebook-started-using-computer-vision-ai}
}