Computer Vision / Segmentation · Independent project

SteelVision: Pixel-Level Steel Defect Segmentation

Author: Dmitri Derevjanko · Tallinn, Estonia · 2025-05 · updated 2026-08

Dmitri Derevjanko built SteelVision, a UNet++ / EfficientNet system that localizes steel surface defects at pixel level instead of only classifying the whole image.

This is one of 10+ independent public projects by Dmitri Derevjanko. 100+ additional workflows were delivered professionally, mostly under confidentiality, and are not documented here.

SteelVision surface defect segmentation overlay on a steel sample
SteelVision — live system built by Dmitri Derevjanko.

Open live demo View GitHub Back to portfolio

Problem

Image-level pass/fail does not tell an inspector where a defect is. Small, low-contrast marks on textured steel are easy for a classifier to ignore and hard to show in a UI.

Solution

A segmentation pipeline with mask training, IoU/Dice evaluation, FastAPI inference, and a browser overlay so quality teams can inspect predicted defect regions.

What Dmitri Derevjanko built

Dmitri designed the dataset/mask workflow, trained UNet++ with an EfficientNet backbone, built the inference service and overlay UI, containerized the stack, and published the ai-vision repository.

Architecture

  1. Aligned masks, augmentation, and train/validation splits for small defect regions.
  2. UNet++ with EfficientNet backbone, segmentation losses, and checkpoint selection on IoU/Dice.
  3. FastAPI accepts an image, runs no-grad inference, and returns a mask for overlay rendering.
  4. Docker separates model artifacts from the service layer for a repeatable run.

Technologies

Result

A public segmentation demo and GitHub repo that show pixel-level defect localization with a simple upload-and-overlay workflow.

Limitations

Live demo and source

Live demo: https://ai-vision.dmitriderevjanko.com

GitHub: https://github.com/DmitriDerevjanko/ai-vision

Portfolio case study: https://dmitriderevjanko.com/projects/steelvision/

Other independent projects by Dmitri Derevjanko