A shelf-execution program stalls the moment someone decides it needs a camera rollout. The decision sounds responsible — new hardware, clean coverage, a tidy procurement line item — and it is usually the reason the project never ships. The cameras get budgeted for next fiscal year, the pilot waits, and the on-shelf-availability problem the program was supposed to solve keeps costing sales in the meantime. The more useful starting point is the opposite. Most stores already carry enough imaging hardware to detect stock-outs and planogram drift: fixed ceiling cameras, the associate’s handheld scanner, the phone in a merchandiser’s pocket. Shelf-execution AI is an engineering problem of building a reliable pipeline against the hardware that exists and wiring its output into the workflow store staff already run — not a procurement problem of buying new sensors first. What Shelf-Execution AI Actually Watches Strip the term down. Shelf-execution AI is computer vision scoped to a narrow, operationally defined class of shelf states: is the product present on the shelf (on-shelf availability), is it in the position the planogram specifies (planogram compliance), is the price tag correct, and is the promotional display set up the way it was meant to be. That is the whole job. It is deliberately not people-counting, footfall, dwell-time, or any behavioural analytics — those are a different discipline with different privacy posture and different math, and we keep them out of scope on purpose. The narrowness is the point. A model asked only “is this facing empty, and does the layout match the planogram?” can be made reliable on imperfect, real-store imagery. A model asked to do everything at once degrades on all of it. When we scope a retail computer vision pipeline to the planogram-compliance and stock-out class, we are choosing a problem the existing cameras can actually answer. Why Fixed-Camera Sampling Beats Periodic Walk-Throughs Store-staff rounds are periodic and uneven. A gap that opens right after the morning walk-through can sit unnoticed until the next pass — and on a fast-moving facing that window is where the lost sales accumulate. A vision pipeline running against fixed cameras samples the same shelf far more often than a person walks past it, so the detection-to-restock clock starts sooner. That is the mechanism behind the ROI claim, and it is worth stating plainly: catching an out-of-stock earlier shortens time-to-restock, and shorter time-to-restock is what lifts the on-shelf-availability rate (observed pattern across retail-CV engagements, not a benchmarked rate — the size of the lift depends on round frequency, category velocity, and how fast the replenishment workflow responds). The model does not restock anything. It compresses the interval between a gap opening and a human being told about it. We walk through that loop end-to-end in our inventory-control example of how shelf-execution AI closes the out-of-stock loop. Reuse What’s There, Don’t Gate on New Hardware The hardware question is the one that decides whether a program ships, so treat it as an engineering audit rather than a purchase order. Inventory the imaging you already have, score it against the shelves you need to see, and only then decide whether anything new is justified. Hardware Decision Table Existing asset Good for Weak for Reuse verdict Fixed ceiling / aisle cameras Continuous monitoring of high-velocity facings; stock-out gaps Lower shelves, deep-set products, fine price-tag text Reuse first — highest sampling frequency you already own Associate handheld scanners On-demand planogram checks during existing rounds Continuous coverage; off-round detection Reuse for spot compliance, not for always-on Merchandiser smartphones Promotional-compliance and display audits during visits Continuous, store-wide coverage Reuse for periodic audit, app-driven New dedicated shelf cameras Dense, reliable coverage of priority categories Capital cost, install lead time, procurement cycle Only where reuse demonstrably cannot deliver the gain The honest qualifier: hardware-free deployment is not always possible. A store whose cameras genuinely cannot see the facings that matter will need some new imaging, and pretending otherwise wastes everyone’s time. But the sequence matters. Prove the pipeline works on existing hardware, measure the lift, and let the measured gap — not an assumption — justify any procurement. A deployment that gates on new hardware before proving value tends to never ship; one that reuses what’s there can lift availability inside a single quarter. If you want the deeper reason naive out-of-the-box vision models struggle on real store imagery — varied lighting, occlusion, packaging that changes monthly — we cover it in why off-the-shelf CV breaks at retail scale. That failure mode is exactly why scoping the model narrowly and tuning it to your cameras matters more than buying better cameras. Treat the Model as a Reliability System, Not an Accuracy Trophy Here is the framing that separates a shelf-execution program that works from one that quietly gets ignored: the model’s job is to keep on-shelf availability stable, not to win an accuracy benchmark on a clean test set. A detector that hits an impressive top-line number but floods staff with false alerts on Monday and goes quiet on Thursday is operationally worse than a steadier model with a humbler headline figure. Staff stop trusting flood-and-silence systems within days, and an ignored alert is a missed restock. So the engineering target is sustained, trusted detection under real-store conditions, with a false-alert rate low enough that staff act on every flag. We typically tune the decision threshold toward precision on the alerts that reach a person, because a false “restock this” erodes trust faster than a missed marginal gap. This is the same reliability-over-peak discipline we apply when moving production vision models from a clean pilot into a messy live environment — the pattern is documented for the factory floor in how CV defect-detection models survive the move from pilot to production line, and it transfers directly to retail-store conditions. The Four Numbers That Prove On-Shelf Availability Lift Four operational measurements, captured before and after deployment, tell you whether the program is working — and they are the same numbers a merchandising lead already cares about: On-shelf availability rate — the share of audited facings where the product is actually present. This is the headline outcome. Planogram compliance rate — the share of facings matching the specified layout, including price-tag and promotional-display correctness. Time-to-restock from detection — the interval between a gap being flagged and replenishment happening. This is the lever the AI moves directly. Avoided procurement cost — when reuse of existing hardware delivers the availability gain, the cost of the camera rollout you didn’t run is a real, bookable saving. Treat these as a before/after operational measurement on your own stores, not as a portable benchmark — the magnitudes depend on category, store format, and baseline round frequency. For where these metrics sit inside the wider replenishment picture, see inventory control explained: how shelf-execution AI fits into on-shelf availability, and for the precise definition of the out-of-stock event the model detects, the stockout explainer. What Happens When the Model Flags a Break A detection that doesn’t reach a person who can act on it is worthless. The workflow integration is not the afterthought — it is half the engineering. When the pipeline flags an empty facing or a planogram break, the alert has to land in the channel store staff already use, scoped to the right person, with enough context (which shelf, which SKU, a thumbnail of the detection) that acting on it takes seconds, not investigation. The loop that actually closes looks like this: The model flags a state change on a facing — gap opened, layout drifted, tag mismatch. The alert routes to the responsible associate’s existing handheld or app, with location and image context. Staff confirm and restock or correct the layout; the confirmation feeds back as a label. Confirmed and dismissed alerts tune the threshold over time, so the false-alert rate trends down and trust holds. That feedback step is what keeps the system from drifting into the flood-and-silence failure mode. It also makes clear what the AI is not: it does not replace store-staff operations. It tells a person where to look, sooner than they would have looked on their own. FAQ How does shelf-execution AI catch stock-outs sooner than store-staff rounds? Vision running against fixed cameras samples a shelf far more often than a person walks past it during periodic rounds, so a gap that opens between walk-throughs is flagged in minutes rather than waiting for the next pass. The model doesn’t restock — it compresses the interval between a gap opening and a human being told, which is what shortens time-to-restock. What hardware does shelf monitoring need vs reuse what’s already there? Most stores already carry enough imaging — fixed ceiling cameras, handheld scanners, merchandiser phones — to detect stock-outs and planogram drift. The engineering approach is to audit and score that existing hardware against the shelves you need to see, prove the pipeline on it, and only justify new cameras where reuse demonstrably cannot deliver the gain. Hardware-free deployment is not always possible, but gating on new hardware before proving value is what makes programs stall. How do we measure on-shelf availability lift? Capture four operational measurements before and after deployment: on-shelf availability rate, planogram compliance rate, time-to-restock from detection, and avoided procurement cost when reuse delivers the gain. Treat these as a before/after measurement on your own stores rather than a portable benchmark — magnitudes depend on category velocity, store format, and baseline round frequency. What’s the operational workflow when the model flags a planogram break? The alert routes to the responsible associate’s existing handheld or app with location and image context, the associate confirms and corrects, and that confirmation feeds back as a label that tunes the detection threshold over time. The feedback step keeps the system out of the flood-and-silence failure mode where staff stop trusting alerts. The AI directs attention; it does not replace store-staff operations. Where does the model still fail (lighting, packaging redesigns)? Real-store imagery varies — uneven lighting, occlusion, deep-set or low shelves — and packaging redesigns can break a detector trained on the old artwork until it is retrained. Off-the-shelf models struggle most here, which is why scoping the model narrowly to the stock-out and planogram class and tuning it to your specific cameras matters more than buying better hardware. How does shelf-execution AI handle promotional-compliance and price-tag checks alongside planogram drift? Promotional-display setup and price-tag correctness fall inside the same planogram-compliance class the model already watches, so they are handled by the same pipeline rather than a separate system. Fine price-tag text is one of the cases where existing ceiling cameras are weak, so spot checks during merchandiser visits via smartphone often complement always-on monitoring rather than replacing it. Where the Reliability Bar Sits The decision that determines whether a shelf-execution program lifts on-shelf availability or quietly dies is not which camera you buy. It is whether you scope the model to the stock-out and planogram-compliance class it can answer reliably, tune it for sustained trust rather than a peak accuracy figure, and close the loop into the workflow store staff already run. Get that right and the existing hardware is usually enough; get it wrong and no amount of new hardware saves the program — which is why our retail computer-vision work audits the installed cameras before anyone specifies new ones. The sharper question to carry into the next planning conversation is not “what cameras do we need?” but “what is the false-alert rate at which our staff stop acting on the flags?” — because that number, not the headline accuracy, is where on-shelf availability is won or lost.