실시간 온디바이스 재활용품 분리배출 세그먼테이션 시스템
This study presents the development of an AI-based real-time on-device segmentation system designed to support recyclable waste sorting. A lightweight semantic segmentation model was implemented by combining the MobileViT-x-small backbone with the DeepLabV3 architecture, enabling pixel-level classification of recyclable items and intuitive visualization on a smartphone screen. A total of 200 real-world images were collected, with 150 used for training and 50 for testing. To enhance generalization under limited data conditions, the training set was expanded to 750 images through geometric and color-based augmentation techniques. The trained model was subsequently converted into ONNX format and deployed within a Flutter-based mobile application, allowing real-time inference directly on the device without reliance on external servers. The proposed system overlays semi-transparent masks and class labels onto the live camera feed, thereby reducing sorting errors and promoting active user participation in everyday recycling practices.