Auto insurance carriers have long sought to eliminate manual appraiser involvement in straightforward claims — a process known as touchless claims processing. For USAA, which serves millions of military members and their families, the volume of auto claims makes manual review a significant operational bottleneck. While an earlier collaboration with Google Cloud had produced a computer vision API capable of identifying damaged vehicle parts from photos, that system stopped short of actionable decisions: it could not determine whether a part should be repaired or replaced, nor estimate the labor hours required. Without those downstream predictions, fully automated claims settlement remained out of reach, leaving appraisers as the necessary final step and limiting cost efficiency and claims cycle time.
Over 16 months, USAA and Google Cloud's AI Industry Solutions Services team built a multi-model ML system designed to extend the existing computer vision pipeline into full repair/replace and labor hour predictions. Millions of vehicle damage photos were scored through the existing REST-based computer vision API using Google Cloud Dataflow for parallel processing, with results stored in BigQuery alongside structured claim data — vehicle make, model, year, point of impact, zip code, and drivability status. The team engineered 20 features from these combined sources, then evaluated three modeling approaches: AutoML on Vertex AI, K-Nearest Neighbors, and a custom TensorFlow/TFX pipeline. Production infrastructure was built on Vertex AI Pipelines, supporting both real-time and batch prediction APIs with model explainability and a human-in-the-loop model promotion process designed to meet insurance regulatory requirements.
The project achieved a 28% peak ML performance improvement over baseline models across the combined system. AutoML on Vertex AI was selected for production deployment based on both performance and maintainability:
Beyond the metrics, the project delivered a complete automated retraining pipeline, a single consolidated BigQuery training table for regulatory auditability, and an MLOps infrastructure positioned to support ongoing model improvement without rebuilding the system.
Have a similar implementation?
Share your customer's AI results and link it to your vendor profile.
Submit a case study →