From Print to Digital: Making Weekly Flyers Shoppable at Instacart Through Computer Vision and LLMs
Instacart's manual flyer digitization process required 3–4 hours per flyer and became unsustainable as dozens of retailers adopted weekly flyers, creating hundreds of hours of work each week and requiring retailers to submit flyers well ahead of their go-live date.
Off-the-shelf ML solutions each had critical limitations: multimodal LLMs produced imprecise bounding boxes for complex flyers, traditional segmentation and contour detection models generated excessive noise, and existing solutions like FoodSAM fell short of handling the breadth and variety of retail flyer products.
The two-phase pipeline reduced flyer processing from 3–4 hours to under 30 minutes — a 10x reduction — while achieving 75–90% bounding box accuracy and 95% product recall in the top position, enabling Instacart to scale digitization across its entire retail network.
Show all 7 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The two-phase pipeline reduced flyer processing from 3–4 hours to under 30 minutes — a 10x reduction — while achieving 75–90% bounding box accuracy and 95% product recall in the top position, enabling Instacart to sca…
What tools did this team use?
SAM, LLM.
What results were reported?
Flyer processing time (pipeline): less than 30 minutes; Flyer processing time (manual, previous): 3–4 hours; Processing time reduction: 10x; Bounding box extraction accuracy: 75–90% (source-reported, not independently verified).
What failed first in this deployment?
Off-the-shelf ML solutions each had critical limitations: multimodal LLMs produced imprecise bounding boxes for complex flyers, traditional segmentation and contour detection models generated excessive noise, and exis…
How is this ecommerce ops AI workflow structured?
Retailer uploads flyer → Phase 1: Image segmentation → OCR text extraction → LLM product query generation → ANN search and LLM ranking → Human review and finalization → Interactive shoppable flyer published.