Hypervelocity. Production AI · Agentic Systems
CASE STUDY · EDGE AI FOR MANUFACTURING

A vision system on the production line, with no cloud behind it.

We automated a manual visual validation step for a leading Indian manufacturer. It runs fully offline, on the edge hardware the plant already had, inside the line's cycle time.

92%
Top-1 accuracy
On a held-out set covering known SKUs and non-SKU inputs. 96% top-3.
100ms
Inference latency
400ms → 100ms, inside a 240ms cycle time.
70%
Manual entries removed
An estimated 127 minutes saved per operator each day.
EXECUTIVE SUMMARY

Automating visual operations within the constraints of the production line.

What we built and what changed.
01
The objective

Replace a manual visual check on the production line with a system that runs on existing edge hardware, offline, within the line's cycle time.

02
The method

An open-set system instead of a fixed-label classifier, so the SKU catalog can change without retraining and the system can answer “I don’t know” when nothing in the frame matches.

03
The result

92% top-1 accuracy at 100ms inference, 70% of manual data-entry events eliminated, and every frame of production data kept on the device.

THE BUSINESS PROBLEM

Throughput bounded by human attention.

Manufacturing throughput often depends on manual visual checks. Operators must recognize parts and record or act on what they see using process-specific knowledge. The task varies by operation, but the constraint remains the same: accuracy depends on human attention and experience.

This expertise often sits with a small group of senior operators and takes months, if not years, to build. Manual checks limit throughput, fatigue increases errors, and staff turnover removes hard-won operational knowledge. A process bounded by human recall and sustained attention is difficult to scale.

THE CONSTRAINT

The plant set the envelope.

The manufacturer added a camera module to its existing edge hardware on the line. We built the vision system to run inside that setup — not around it.

Time per result
240ms

From camera capture to result, on limited on-device compute. Anything slower stalls the line.

Cloud calls allowed
0

Fully offline operation. Production data never leaves the device, and no inference depends on a network.

The SKU catalog also had to absorb frequent additions and removals — without a retraining cycle standing in the way.

THE ARCHITECTURE DECISION

Why a conventional classifier was ruled out.

A closed-set image classifier is the obvious choice here. It brings two structural problems that a production line exposes immediately.

Problem 01

The catalog problem

A closed-set classifier couples its supported SKUs to the model's training cycle. Every catalog change can require new labeled data and another model release — making model maintenance an operational bottleneck for a manufacturer that regularly adds and retires SKUs.

What we did

Open-set recognition instead of fixed labels. A small local reference set represents each SKU, bringing enrollment under five minutes without retraining.

Problem 02

The open-set problem

A production camera does not see only cataloged SKUs. Operators’ hands and tools routinely enter the frame. A closed-set classifier assigns those out-of-catalog inputs to a known class anyway, often with unwarranted confidence.

What we did

An explicit “I don’t know” path. The system geometrically rejects irrelevant objects, and when the visual evidence does not support a reliable match it abstains rather than returning a confident error.

The system had to support catalog changes without retraining and reject inputs that were not known SKUs.

THE DATA LOOP

The camera feed decides what the training set must contain.

Model choice matters to an extent. But the deployment performance depended more on matching the training distribution to the actual feed.

Lighting varied by site. Reflective parts introduced glare and hard shadows. Once a model met the edge compute budget, these input shifts mattered more than marginal differences between modern vision backbones.

We combined broad open-source pretraining data with site-specific SKU captures taken on the production cameras under operating conditions. The open-source corpus also exposed the model to background and non-SKU inputs. Augmentation reproduced low-light sensor behavior and motion blur — but the proportion of synthetic data had to be controlled: too much and the model fits augmentation artifacts, too little and the deployment distribution has gaps.

Open-source pretraining corpus · background + non-SKU coverage Site captures · production cameras, operating conditions Augmentation · low-light sensor behavior, motion blur Validation set · 100% real production-camera images

Own the data loop. That is how model performance compounds.

ON THE DEVICE

How it earns its place in the cycle time.

Initial inference alone took about 400ms against a 240ms budget. Profiling closed the gap, not switching to a smaller model backbone.

STEP 01

Enroll

A few reference images per SKU are added to the local catalog. No labeled dataset, no model release.

Under 5 minutes
STEP 02

Profile and shrink

Profiling pointed at input resolution. Reducing it took inference from ~400ms to ~100ms with no measurable accuracy loss, leaving headroom for the rest of the pipeline.

400ms → 100ms
STEP 03

Adapt to the site

A per-SKU observation count acts as a prior for later inference, so the system reflects local SKU frequency — with no weight updates and no cloud sync.

No retraining

A new deployment starts with a sparse reference database. The device adapts to the conditions of the site it is actually standing in, rather than waiting for a central team to notice.

THE RESULT

Measured on held-out production inputs.

The evaluation set covered both known SKUs and non-SKU inputs. Correct abstentions counted toward the score — recognizing an operator's hand as "not a SKU" is a right answer, not an evasion.

92%
Top-1 accuracy
96%
Top-3 accuracy
<5 min
To enroll a new SKU
127 min
Saved per operator, per day
Chart 01 · Core metric

Recognition accuracy, known SKUs and non-SKU inputs

Held-out evaluation, including correct abstentions on out-of-catalog inputs. Bars are drawn to a true 0–100% scale.

Top-1
92%
Top-3
96%
Chart 02 · Latency

Inference against the line's cycle time  4× faster

The line allows roughly 240ms from capture to result. Initial inference alone overran it. Reducing input resolution brought it to about 100ms with no measurable accuracy loss.

Initial
~400ms
Optimized
~100ms
Chart 03 · Operating profile

Where the operator's day went.

The system eliminated 70% of manual data-entry events. At observed volume, and two to three seconds removed per event, that is an estimated 127 minutes back per operator each day.

Before
100% entered by hand
After
30%
70% handled on-device
Manual data entry 100% → 30% ▼ Automated 0 → 70% ▲

The manufacturer increased throughput without adding headcount. Removing repetitive data entry also reduced the opportunity for input errors and operator fatigue.

BUSINESS IMPACT

The operator stays; the repetition goes.

The system is not there to replace judgement. It takes the recognition and recording that consumed the day, and hands back everything it cannot stand behind.

Stays with the operator

Human judgement

  • Frames the system abstains on
  • Process exceptions and calls that need context
delegates bounded, repeated work
SKU recognition & data entry
70% of events
New SKU enrollment
Under 5 minutes · no retraining
Site adaptation
Daily · on-device · no cloud sync

All production data remained on-device. The deployment reused the manufacturer's existing edge compute and required only a camera module — preserving data locality without adding cloud infrastructure or a recurring inference bill.

CALL TO ACTION

Which part of your line is bounded by human attention?

Talk to us about the steps in your process where recognition and recording set the pace — and what it would take to run them on the hardware you already have.