AWS launches Nova-powered PII redaction pipeline for images using SAM 3 and Textract
AWS has released an automated pipeline for redacting personally identifiable information in images, using Amazon Nova 2 Lite as an intelligent coordinator. The solution combines Nova's contextual vision reasoning with Meta's SAM 3 model deployed on SageMaker and Amazon Textract to handle complex PII detection scenarios including faces, fingerprints, ID cards, and license plates.
AWS deploys Nova-powered PII redaction for enterprise image processing
AWS has introduced an automated pipeline for redacting personally identifiable information in images, using Amazon Nova 2 Lite to coordinate multiple specialized tools. The solution addresses compliance requirements under GDPR and PCI DSS by detecting and obscuring PII in challenging scenarios where single-purpose tools typically fail.
The pipeline uses Nova 2 Lite as the central decision-making system, coordinating Meta's open-source Segment Anything Model 3 (SAM 3) deployed on Amazon SageMaker for pixel-level segmentation, and Amazon Textract for optical character recognition.
Architecture and workflow
According to AWS, the system operates through a multi-step process:
- When an image is uploaded to S3, EventBridge triggers an AWS Step Functions workflow
- Nova 2 Lite performs initial PII assessment, routing images without PII directly to output to reduce costs
- For images containing PII, Nova classifies detected information as textual (names, addresses, ID numbers) or visual (faces, fingerprints)
- Nova selectively invokes specialized processes: Textract for text extraction with coordinates, SAM 3 for visual element segmentation
- Lambda functions obscure content at identified coordinates
The solution handles edge cases including partial faces at frame edges, reflections on surfaces, partially visible street signs, and documents in wide-angle photos that reveal sensitive information.
Technical capabilities
Nova 2 Lite's multimodal vision understanding enables it to interpret image content holistically and reason about whether elements constitute PII in context. AWS states this contextual reasoning distinguishes the system from single-purpose masking tools.
The pipeline detects multiple PII categories: names, identification numbers, addresses, telephone numbers, MAC addresses, vehicle identification numbers, facial images, and fingerprints.
Pricing for the solution includes S3 storage, Lambda invocations, Step Functions state transitions, SageMaker endpoint hosting, Amazon Bedrock API calls, and Textract API calls. AWS has not disclosed bundled pricing for the complete pipeline.
Deployment requirements
The solution requires:
- AWS account with access to Nova 2 Lite via Amazon Bedrock
- SAM 3 deployment on SageMaker
- Familiarity with Amazon Bedrock, SageMaker, S3, Lambda, Step Functions, EventBridge, and Textract
- Basic computer vision and prompt engineering knowledge
What this means
This release demonstrates AWS's strategy of positioning Nova models as orchestration layers rather than standalone inference engines. By coordinating specialized tools—SAM 3 for segmentation, Textract for OCR—Nova acts as an intelligent router that reduces costs through early-exit decisions while maintaining accuracy for complex cases. The approach suggests AWS views multimodal foundation models as coordinators for multi-tool pipelines rather than end-to-end solutions, a potentially significant architectural pattern for enterprise AI deployments facing strict compliance requirements.
Related Articles
AWS Ships Multi-Turn RL Infrastructure for Amazon Nova on SageMaker HyperPod
AWS has released infrastructure for deploying multi-turn reinforcement learning to train Amazon Nova models on SageMaker HyperPod. The system requires a minimum of 10 ml.p5.48xlarge instances and costs approximately $786-$1,180 per hour when running.
AWS launches MiniMax M2 family on Amazon Bedrock with 1M token context and MoE architecture
Amazon Web Services has added three MiniMax models to Amazon Bedrock: M2, M2.1, and M2.5. The newest model, M2.5, uses a mixture-of-experts architecture with 230 billion total parameters and 10 billion active per token, trained specifically for agent-native execution and coding tasks.
AWS brings NVIDIA Nemotron and OpenAI GPT OSS models to GovCloud for secure government AI workloads
Amazon Bedrock now supports NVIDIA Nemotron and OpenAI GPT OSS models in AWS GovCloud (US) Regions. The launch includes OpenAI's GPT OSS models (120B and 20B parameters, 128K context) and NVIDIA Nemotron 3 family (9B to 120B parameters, 1M context), providing government agencies FedRAMP High and DoD SRG Level 5-compliant AI inference on U.S. soil.
AWS adds metadata filtering to AgentCore Memory, improving agent retrieval accuracy from 40% to 64%
Amazon has added metadata filtering to its AgentCore Memory service for AI agents. In AWS evaluations across 151 questions, the feature improved overall question-answering accuracy from 40% to 64%, with context-dependent questions jumping from 16% to 69% accuracy. The update allows agents to filter memory retrieval by attributes like priority, department, or time range before semantic search runs.
Comments
Loading...