Advanced AI / OSC / Semantic Segmentation

CityScape Segmentation

Advanced AI research and application work combining a U-Net baseline, CBAM attention, OSC training, and a live web interface that turns segmentation output into explainable urban-scene evidence.

Cityscape segmentation application with overlay and reasoning output

Overview

This project studied urban-scene semantic segmentation using Cityscapes imagery and a U-Net baseline enhanced with Convolutional Block Attention Modules. The model work was paired with an application layer that uploads an image, runs inference, renders class-selectable overlays, and produces deterministic scene-analysis output from the predicted mask so the result can be reviewed as evidence instead of only as a color overlay.

Key Features

Evidence

Interactive Slide Deck

Cityscape Segmentation Presentation

Download PPTX
Cityscape Segmentation Presentation slide 1 of 16
Slide 1 of 16

The report explicitly frames the results as implementation-grounded local comparisons rather than official benchmark leaderboard claims. The strongest defensible takeaway is that the CBAM-enhanced U-Net outperformed the compared architectures in this project setup and produced a stronger basis for the explainable scene-analysis layer.

What I Learned

This project connected model architecture, compute operations, evaluation, and deployment. The key lesson was that segmentation quality is only one part of the system: reproducible OSC training, clear metric reporting, model comparison, and explainable post-processing all matter when turning an AI model into a usable application.