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 Bedrock Adds Cross-Region Inference for OpenAI's GPT-5.6 Models
Amazon Bedrock now supports cross-Region inference for three GPT-5.6 variants — Sol, Terra, and Luna — across more than 25 AWS Regions. The feature routes requests to available compute capacity via geographic or global inference profiles, without requiring code changes beyond swapping a model ID.
AWS Expands Natural-Language Policy Authoring for AI Agents in Amazon Bedrock AgentCore
Amazon Bedrock AgentCore now lets teams write agent governance rules in plain English and automatically convert them into Dogwood, an open-source policy language, including support for time-based and cumulative constraints. The update extends Policy Authoring beyond simple parameter restrictions to rate limiting, sequential tool-call ordering, and Amazon Bedrock Guardrails integration.
AWS Adds Runtime Domain and Publish-Date Filters to AgentCore Web Search
Amazon Bedrock AgentCore's Web Search connector now supports per-request domain filtering and published-date windows, enforced server-side. The update, shipped as connector version 1.2.0, also expands availability to AWS regions in Dublin and Tokyo.
OpenAI Launches Apple Messages Plugin, Letting ChatGPT Read, Draft, and Send Texts
OpenAI has launched an Apple Messages plugin that lets ChatGPT read, sort, draft, and send texts on a user's behalf. The company says the plugin runs locally and does not index all messages, though it has not detailed exactly how that works.
Comments
Loading...