SAM-assisted scene understanding
Exploring how promptable segmentation can turn complex construction imagery into structured regions for measurement and review.
Research track 01
Construction information is still captured manually, even when the relevant evidence is already visible. This track asks how machine perception can make field observations faster, more structured, and easier to act on.
Use cases / High level
Exploring how promptable segmentation can turn complex construction imagery into structured regions for measurement and review.
Designing compact YOLO and 1D CNN pipelines that move perception closer to the field—where latency, portability, and clarity matter.
Using reflection patterns and structured signal profiles to investigate how visual observations can support glass identification.
System logic
Capture a physical condition in the field.
→Identify relevant regions and visual cues.
→Translate pixels or signals into structured data.
→Return the result to a usable app workflow.
Selected systems
A modular environment connecting shared measurement logic, a GPU-backed API, a local comparison interface, and an iPad frontend. The emphasis is on testing segmentation as part of a complete engineering workflow—not as an isolated model.
A specialized segmentation pipeline for identifying window and glass regions. Training, evaluation, export, and app integration are separated so model experiments remain reproducible while the mobile application stays lightweight.
A lightweight YOLO detector locates reflection cues; a structured RGB and mask profile then feeds a compact 1D convolutional model. The architecture is designed for portable inference and clear interfaces between perception stages.