AIToday
Open-Source AIAmazon AI BlogPublished: Jul 7, 2026, 04:00 JST3 min read

Amazon Nova redacts PII from images using vision AI and specialized tools

Amazon Nova redacts PII from images using vision AI and specialized tools

Key takeaway

  • Amazon has published a technical architecture for automatically redacting personally identifiable information from images using its Nova 2 Lite AI model as a coordinator.

  • The solution combines Nova's vision reasoning with specialized tools for segmentation and text extraction to handle complex PII cases like partial faces and documents, helping organizations meet GDPR and PCI DSS compliance obligations without building custom models.

3 Key Points

  1. What happened

    Amazon published a technical solution using Nova 2 Lite (a multimodal foundation model) to automatically detect and redact personally identifiable information (PII) in images. The pipeline coordinates Meta's Segment Anything Model 3 for pixel-level segmentation and Amazon Textract for text extraction, handling edge cases like partial faces, reflections, and documents in wide-angle photos.

  2. Why it matters

    Organizations face legal and compliance obligations under GDPR and PCI DSS when sharing or processing data containing PII. Traditional single-purpose masking tools often fail on subtle cases; this solution uses contextual vision reasoning to identify PII holistically before redacting it, reducing the risk of regulatory penalties, reputational damage, and loss of customer trust.

  3. What to watch

    The solution is designed for one-off or batch image pre-processing where high redaction accuracy is required. It leverages Nova 2 Lite's price-performance and low latency, and requires AWS resources including S3, Lambda, Step Functions, SageMaker, Bedrock, and Textract—each incurring charges based on your region's pricing.

Ask the AI about this article →

Context & Analysis

PII redaction in real-world image datasets presents challenges that traditional masking tools struggle to solve. Unlike structured text, sensitive information in images can appear in unexpected places and forms—a partial face at the edge of a frame, a reflection on a shiny surface, or a partially visible document that becomes identifiable when combined with other visual cues. Amazon's published solution addresses this by positioning Nova 2 Lite as the intelligent coordinator of the entire workflow, using its contextual vision reasoning to assess what constitutes PII in each image before routing analysis to specialized tools.

The architecture separates textual and visual PII detection into parallel processes, allowing Nova to make routing decisions based on its initial assessment. This design reduces cost by preventing unnecessary downstream processing: most business images contain no PII, so an early-exit decision by Nova avoids expensive invocations of Textract and the SAM 3 segmentation model on thousands of images that require no redaction. When PII is detected, the pipeline coordinates pixel-level precision redaction while preserving the image's overall value for downstream use. The solution assumes organizations already have AWS infrastructure in place and are willing to incur charges across multiple services; the body does not state pricing but emphasizes the importance of understanding regional costs before deployment.

FAQ

What types of PII does this solution detect?
The solution identifies both textual PII (name, identification number, address, telephone number, asset information, and property identification number) and visual PII (facial images and biometric data such as fingerprints). It also handles edge cases like ID cards, license plates, and vehicle identification numbers in arbitrary orientations.
How does Nova 2 Lite reduce pipeline costs?
Nova performs an initial assessment of each image to determine whether PII is present. If no PII exists, the workflow exits early and the image is moved to the noPII folder without invoking downstream services like Amazon Textract or SAM 3. This early-exit decision significantly reduces overall pipeline cost by avoiding unnecessary service invocations on images that contain no sensitive information.
What services does this solution use?
The solution uses Amazon Nova 2 Lite (available in Amazon Bedrock) as the central coordinator, Meta's open-source Segment Anything Model 3 deployed on Amazon SageMaker for segmentation, and Amazon Textract for optical character recognition. The workflow is orchestrated by AWS Step Functions and triggered by S3 events via Amazon EventBridge.
Amazon AI BlogRead Original Article

Get the latest Open-Source AI news every morning

For example, today's edition would include:

  • DataAgent launches with $10M to auto-fix Kubernetes faultsSiliconANGLE AI · 4h ago
  • Z.ai runs GLM on 100,000 Chinese AI chipsDIGITIMES Asia · 7h ago
  • Broadcom Unveils VMware AI Factory for Faster Private AITop Companies AI · 16h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleTech stocks on track for record $152B annual inflows as AI boom accelerates