Amazon has introduced Amazon Nova, a family of foundation models designed to automate the redaction of personally identifiable information (PII) in images. This solution addresses the challenges of identifying and masking sensitive data in complex visual scenarios, such as partial faces or reflections, which traditional tools often fail to handle. The new approach uses a multi-step pipeline coordinated by Nova 2 Lite, a fast and cost-effective multimodal foundation model available in Amazon Bedrock.

The solution leverages Segment Anything Model (SAM 3), an open-source segmentation tool, to provide pixel-level precision in redaction. Amazon Textract is also integrated as the OCR component to extract and evaluate textual PII. Nova 2 Lite acts as the central coordinator, determining the type of PII present and directing the appropriate sub-processes for redaction. This workflow is designed to ensure compliance with data protection regulations and reduce the risk of regulatory penalties.

The solution is ideal for scenarios requiring high redaction accuracy, such as batch image pre-processing. It is optimized for organizations without deep machine learning expertise, as it eliminates the need to fine-tune purpose-built models. The architecture includes AWS services like Amazon S3, AWS Lambda, and Amazon EventBridge to trigger and manage the workflow. Nova 2 Lite’s efficiency and advanced reasoning capabilities make it well-suited to handle the complexities of PII detection and redaction.

Source: awsml