AWS releases four multimodal evaluators for image-to-text AI tasks in Strands Evals SDK
AWS has added four multimodal evaluators to its Strands Evals SDK that judge image-to-text AI outputs by directly analyzing source images. The evaluators—Overall Quality, Correctness, Faithfulness, and Instruction Following—use multimodal large language models to detect visual hallucinations, factual errors, and instruction violations that text-only judges miss.
AWS releases four multimodal evaluators for image-to-text AI tasks in Strands Evals SDK
AWS has added four multimodal large language model (MLLM)-as-a-Judge evaluators to its Strands Evals SDK for evaluating image-to-text AI tasks. The evaluators send source images directly to judge models alongside text inputs, addressing a core limitation of text-only evaluation methods that cannot verify whether AI outputs are grounded in visual content.
The four evaluators
The new evaluators target common image-to-text tasks including image captioning, visual question answering, chart interpretation, document field extraction, OCR, and screenshot summarization:
- Overall Quality: Likert 1-5 scale rating for response quality, catching poor relevance, inaccuracy, and shallow answers
- Correctness: Binary score for factual accuracy and completeness, detecting wrong attributes, counts, positions, and omissions
- Faithfulness: Binary score for image grounding, identifying invented objects, unsupported inferences, and hallucinations
- Instruction Following: Binary score for adherence to query constraints, catching format violations and off-topic content
All four evaluators support both reference-based mode (comparing against gold answers for labeled test sets) and reference-free mode (judging from the image alone for live production data).
Technical implementation
The evaluators integrate with the existing Strands Evals Case → Experiment → Report workflow. According to AWS, they accept images through an ImageData type and share a common MultimodalOutputEvaluator base class.
The judge models run on Amazon Bedrock and return both a numerical score and a reasoning string for debugging. AWS states that developers can plug these evaluators into continuous integration pipelines to catch visual hallucinations automatically.
Requirements
To use the evaluators, developers need:
- Python 3.10 or later
strands-agents-evalspackage (installed via pip)- AWS account with Amazon Bedrock access
- AWS IAM credentials with
InvokeModelpermission for judge models
The evaluators work as drop-in replacements for text-only judges in existing Strands Evals workflows.
Why multimodal evaluation matters
AWS cites Gartner research predicting that by 2030, 80% of enterprise software will be multimodal, up from less than 10% in 2024. Text-only evaluators cannot detect when an AI model:
- Names a chart trend that doesn't exist in the actual chart
- Hallucinates products, labels, or people not present in images
- Extracts incorrect data from documents
- Invents interface elements not shown in screenshots
What this means
This release addresses a significant gap in production AI evaluation. As more enterprise applications incorporate vision capabilities for invoice processing, dashboard summarization, and visual search, the inability to automatically verify image grounding has forced companies to choose between expensive human review and unreliable text-only proxies. AWS's implementation provides automated multimodal evaluation within an existing SDK framework, though the announcement does not disclose judge model accuracy benchmarks, pricing details, or latency measurements for the evaluation process itself. The evaluators' effectiveness will depend heavily on the underlying judge model selection on Bedrock, which AWS notes requires balancing accuracy, cost, and latency trade-offs.
Related Articles
AWS Launches Bedrock AgentCore Payments to General Availability, Letting AI Agents Pay Autonomously
Amazon Bedrock AgentCore Payments, built with Coinbase and Stripe, is now generally available after a May preview. The service lets AI agents autonomously pay for paywalled content, APIs, and per-inference compute using stablecoin wallets with spending caps and audit logging.
AWS Details Custom Reward Function Design for Multi-Turn RL on Amazon Nova Forge
AWS published a technical guide on designing custom composite reward functions for multi-turn reinforcement fine-tuning (RFT) of Amazon Nova models via Nova Forge's Bring Your Own Orchestration (BYOO) capability. The post covers GRPO-based reward scoring, combining outcome rewards, behavioral rewards, and penalties, plus a serverless multi-turn RL option now generally available.
GitHub Adds Enterprise Managed Settings to Copilot for JetBrains
GitHub Copilot for JetBrains now supports enterprise managed settings, letting administrators enforce consistent policies for plugin governance, MCP server access, OpenTelemetry, and permission modes across their organization.
Cursor Launches Origin, a GitHub Rival Code Hosting Platform, Amid GitHub Outages
Cursor has launched Origin, a code hosting platform that handles repositories, pull requests, and collaborative editing — directly competing with GitHub. The launch coincided with a six-hour global GitHub outage with a reported 20% error rate.
Comments
Loading...