Semmeldetector: Application of Machine Learning in Commercial Bakeries
Thomas H. Schmitt, Maximilian Bundscherer, Tobias Bocklet

TL;DR
This paper presents Semmeldetector, a machine learning system using object detection to identify and count baked goods in images, helping bakeries optimize production with high accuracy despite limited data.
Contribution
Introduction of Semmeldetector, a novel application of YOLOv8 for bakery item detection, demonstrating effective performance with a small dataset and data augmentation techniques.
Findings
Achieved [email protected] of 89.1% on test set.
Data augmentation improves model performance.
Machine learning is effective in niche industries like bakeries.
Abstract
The Semmeldetector, is a machine learning application that utilizes object detection models to detect, classify and count baked goods in images. Our application allows commercial bakers to track unsold baked goods, which allows them to optimize production and increase resource efficiency. We compiled a dataset comprising 1151 images that distinguishes between 18 different types of baked goods to train our detection models. To facilitate model training, we used a Copy-Paste augmentation pipeline to expand our dataset. We trained the state-of-the-art object detection model YOLOv8 on our detection task. We tested the impact of different training data, model scale, and online image augmentation pipelines on model performance. Our overall best performing model, achieved an [email protected] of 89.1% on our test set. Based on our results, we conclude that machine learning can be a valuable tool even for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFood Supply Chain Traceability
MethodsYou Only Look Once · simple Copy-Paste
