Logo of AccediaContact us
Logo of AccediaOpen menu icon

How To Make Computer Vision For Manufacturing Work

    Blog Post

    |

  • By

    Dimitar Dimitrov

Published

Jun 01, 2026

Computer vision for manufacturing detecting a cracked metal part on a production line

Key Highlights


  • Computer vision is most useful for the visible, repetitive quality checks where consistency matters: surface defects, dimensions, presence, and print or label faults.
  • The cost it removes is one you are already paying: poor quality runs around 15% of sales in manufacturing, most of it hidden in scrap, rework, and defects that reach the customer.
  • What used to stop these projects, collecting and labeling thousands of defect images, has eased: foundation vision models can now be adapted from a handful of examples per defect (MDPI, 2025).


What Decides Whether Computer Vision Works On Your Manufacturing Line


If you lead technology or Industry 4.0 at a manufacturer, computer vision has probably already reached your shortlist for quality inspection. The question now is whether it will hold up on your line, on your budget, and against your specific defects. Plenty of vision projects look impressive in a vendor demo, but never become a system the floor trusts. What gets them there is a short set of decisions made before the first camera is even installed.


Computer vision is software that inspects images of your parts and flags the ones that do not meet specifications. A camera over the line feeds images to a model trained on what good and bad parts look like, and it judges them faster and more consistently than a person can maintain across a full shift. Whether that becomes a working system on your floor comes down to three decisions, and they are about cost, data, and operations more than the technology:


  • Where the model runs: at the edge of the line, or in the cloud.
  • How you train it: a custom model built from scratch, or an adapted foundation model.
  • What keeps it accurate once it is live: monitoring, lighting, and retraining.


The rest of this article works through each one.


What Computer Vision Catches On A Quality Line


Computer vision is reliable for the checks a camera can make consistently where a person cannot across a full shift:


  • Surface defects such as scratches, dents, and contamination.
  • Dimensional checks against a tolerance.
  • Whether a component is present and correctly seated.
  • Print and label verification.


These are high-volume and repetitive, which is exactly where manual inspection gets least reliable.


What it misses matters just as much, because that is where pilots lose credibility. The camera only sees the surface, so subsurface cracks, internal voids, and a functional fault that looks fine all pass. A defect that the model was never shown will pass too, which is the real risk when a new failure mode appears. And the system tells you a part is bad without telling you why, so it flags the reject, but not the press on line two that is drifting toward producing more of them.


What Poor Quality Is Already Costing You


Before the decisions, the reason this is worth your time. Poor quality runs around 15% of sales for a typical manufacturer, and as high as 35% in complex production, according to the Institute of Industrial and Systems Engineers. Most of it is easy to miss in the financials because it sits in three places:


  • Scrap caught too late to recover.
  • Rework that ties up labor and capacity.
  • Defects that reach the customer and come back as returns, warranty claims, and a damaged account.


Inspection works on all three at once, which is why it tends to return value faster than projects that require re-engineering a line. You are adding a check at the point where a bad part either gets pulled or moves downstream and gets more expensive. Catching a defect at the station rather than at final assembly, or at final assembly rather than at the customer, is where the savings come from. The cost it removes is already measurable, so it does not depend on a forecast. Inspection is one of the more direct ways to reduce manufacturing costs with AI, since it removes a cost you can already measure rather than a projected one.


Where Your Vision Model Should Run


The first decision is where the model runs. It is a cost and speed question more than a technical one. The test is latency. The split, however, is rarely all-or-nothing. Training and retraining usually happen in the cloud, regardless, so the decision that actually matters is where inference runs. If you have to accept or reject each part in real time as it runs down the line, there is no time to send an image to the cloud and wait for a reply. Inference has to run at the edge, on hardware next to the line. If classification can tolerate a few seconds, the cloud is usually cheaper to start, easier to update, and far simpler to run as one model across several plants.


Where Cloud Is The Right Call


At Accedia, we built a cloud inspection system for a global industrial manufacturer that shows how this works in practice. Machine learning and computer vision models classified component damage from images uploaded across the company’s plants worldwide. The results came back through the cloud, so every site worked from the same model. It fit the cloud because there was no hard latency requirement. This was assisted classification that helped engineers judge damage and hold the same standard across locations, not a high-speed reject on the line.


As a rough guide, a vision deployment on a high-volume line can take the escaped-defect rate down by 20 to 30% in the first months. That is in line with results from the World Economic Forum’s Global Lighthouse Network, where one site using machine vision alongside other technologies cut its defect rate 36%. On a line where poor quality runs in the mid-teens as a share of sales, that turns a recurring scrap, rework, and warranty cost into a one-time build cost. A system at that scale can often recover what it cost to build within the first year.


Where The Edge Is The Right Call


A high-speed inline reject pulls bad units off a line running hundreds of parts a minute. It cannot wait for the cloud or risk a dropped connection, so inference moves to local hardware, and the cost moves with it. Neither edge nor cloud is right in general. Volume, line speed, and whether you need to act on the result in the moment decide it, and those are the numbers to settle first.


Custom Model Or Foundation Model, And The Data Question


This decision has changed the most, and it is the one most likely to make or break your first computer vision manufacturing project. The old path was to build a custom model from scratch, which meant collecting and labeling thousands of images per defect type. In manufacturing, that is a real problem, because good parts are common and defects are rare, so gathering enough images of each failure mode can take months. That data-collection effort, not the modeling, is what historically caused the long delays and ended these projects before they started.


Foundation vision models have removed that barrier. A 2025 study in the MDPI Journal of Imaging adapted foundation models to printed circuit board defect inspection and reached high, reliable accuracy from only a handful of labeled images per defect. It tuned under 2% of the model’s parameters rather than training one from zero. For a manufacturer, that means you can start with the defect images you already have instead of running a months-long capture program first. The build shrinks from a data project to an adaptation project, and the time to a working pilot drops with it. This is the part most vendor overview pages skip, and it is the biggest reason the cost case looks different in 2026 than it did two years ago.


What You Need Before You Start


The hidden cost usually is not the model itself but the capture setup around it. If you already have line cameras and controlled lighting, you are most of the way there. If you do not, the mounts, lighting, and fixturing to present parts consistently are where the real spend and lead time sit, and they are easy to underestimate. Before committing the budget, confirm three things:


  • You have, or can get, clean and consistent images.
  • You have enough examples of the defects you care about.
  • The lighting will not change in ways the model has not seen.


Getting capture wrong is the most common reason a pilot fails, so pressure-test this setup before you commit budget. If a second opinion would help, Accedia’s custom image processing team builds inspection systems of exactly this kind.


What A Vision System Needs After Go-Live


A vision system is not finished at go-live. Three things decide whether it stays accurate:


  • Drift: a model trained on this month’s parts, lighting, and line setup loses accuracy as the product changes, a camera is bumped, or the line is reconfigured. Track accuracy as an operational metric and retrain when it slips.
  • Lighting: these models are sensitive to it, and consistent, controlled lighting is what prevents the false rejects that lead a team to switch the system off.
  • Line fit: runs continuously and will not absorb a long installation or frequent stops.


None of this is a reason to hold back. These are ongoing costs the technology leader must accept. Planning for them early is what separates a system that stays in use from one that gets quietly shut down. Budget for monitoring, lighting, and retraining from the start, and the system holds the accuracy it launched with rather than degrading until operators stop trusting it.


A Decision Path For Your First Vision Project


Put together, the decisions point to a clear starting move:


  1. Pick the use case with the highest failure cost and a latency requirement you can meet. For most manufacturing plants, that is a visible surface or assembly defect that is currently escaping or driving rework.
  2. Start in the cloud unless you genuinely need to reject parts in real time on the line.
  3. Adapt a foundation model rather than commissioning a custom build, so the data you already have is enough to begin.
  4. Budget honestly for capture and lighting, and put drift monitoring and retraining into the running cost.


Do that, and the return comes from costs you can already measure, which is the only kind of case a budget-conscious plant can act on.


If you are considering a first vision project, it is worth reviewing the cost case and the build before you commit a budget. Accedia's manufacturing AI team has delivered image-based inspection across plant networks, and we can tell you quickly whether your first use case is the right one.


FAQ

  • What is computer vision for manufacturing?

    Computer vision is software that inspects parts automatically by comparing images of them against what good and defective parts look like. Its most common use in manufacturing is quality inspection, where it reliably catches surface defects, dimensional errors, missing or misplaced components, and print or label faults, the high-volume checks where manual inspection gets least reliable. It does not detect subsurface faults a camera cannot see, or defect types it was never trained on.

  • How much can AI visual inspection reduce defects or quality costs?

  • Should computer vision run at the edge or in the cloud in a factory?

  • Do you need a large labeled image dataset to start with computer vision?

  • Is it better to build a custom vision model or buy an off-the-shelf inspection system?

  • Author

    Dimitar Dimitrov

    Dimitar is a technology executive specializing in software engineering and IT professional services. He has solid experience in corporate strategy, business development, and people management. Flexible and effective leader instrumental in driving triple-digit revenue growth through a genuine dedication to customer success, outstanding attention to detail, and infectious enthusiasm for technology.

    Related Insights from Accedia