From e4d74d690519eebb7dd8879b69bca3fc96312379 Mon Sep 17 00:00:00 2001 From: sumn2u Date: Thu, 21 Dec 2023 14:02:48 -0600 Subject: [PATCH] cite image source --- paper/paper.bib | 14 +++++++++++++- paper/paper.md | 6 ++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/paper/paper.bib b/paper/paper.bib index 683a998..56ef8ef 100644 --- a/paper/paper.bib +++ b/paper/paper.bib @@ -59,6 +59,19 @@ @article{ferronato_waste_2019 year = {2019}, pages = {1060}, } +@article{kunwar_suman_2023, +title = {MWaste: An app that uses deep learning to manage household waste}, +journal = {Clean Technologies and Recycling}, +volume = {3}, +number = {3}, +pages = {119-133}, +year = {2023}, +issn = {2770-4580}, +doi = {10.3934/ctr.2023008}, +url = {https://www.aimspress.com/article/doi/10.3934/ctr.2023008}, +author = {Suman Kunwar}, +keywords = {waste classification, deep learning, household waste, neural networks, waste management, machine learning}, +} @article{fadhullah_household_2022, title = {Household solid waste management practices and perceptions among residents in the {East} {Coast} of {Malaysia}}, @@ -91,7 +104,6 @@ @article{fadhullah_household_2022 year = {2022}, pages = {1}, } - @article{liu_image_2022, title = {Image recognition for garbage classification based on transfer learning and model fusion}, volume = {2022}, diff --git a/paper/paper.md b/paper/paper.md index d0f6f11..1e824f6 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -21,7 +21,9 @@ bibliography: paper.bib # Summary -Deep Waste is a mobile application that leverages state-of-the art computer vision and deep learning technologies to accurately classify waste materials into six categories: trash, plastic, paper, metal, glass, and cardboard. This innovative solution was developed to address the challenges of costly, imprecise, and unclear waste classification methods. Deep Waste has undergone rigorous testing on a variety of neural network architectures and real-world images, achieving an impressive average precision of 92% on the test set. By enabling efficient waste processing, reducing greenhouse gas emissions, and promoting sustainable practices, this app has the potential to transform the field of waste management. +Deep Waste[^1] is a mobile application that leverages state-of-the art computer vision and deep learning technologies to accurately classify waste materials into six categories: trash, plastic, paper, metal, glass, and cardboard. This innovative solution was developed to address the challenges of costly, imprecise, and unclear waste classification methods. Deep Waste has undergone rigorous testing on a variety of neural network architectures and real-world images, achieving an impressive average precision of 92% on the test set. By enabling efficient waste processing, reducing greenhouse gas emissions, and promoting sustainable practices, this app has the potential to transform the field of waste management. + +[^1]: Previously known as MWaste. # Statement of need @@ -43,7 +45,7 @@ The app also provides information on how to dispose of the waste and what recycl The classification models are then converted into a lite format, such as [TFLite](https://www.tensorflow.org/lite/guide), which enables them to be used on mobile devices with limited resources. This format allows for fast loading times, smaller size, and compatibility with various programming languages and platforms. \autoref{fig:deep_waste_app_workflow} describes the overall workflow of the app. -![Deep Waste App Workflow\label{fig:deep_waste_app_workflow}](app-workflow.png){width="100%"} +![App Workflow\label{fig:deep_waste_app_workflow}](app-workflow.png){width="100%"}[@kunwar_suman_2023] The app's user interface is designed to be user-friendly and intuitive, making it easy for anyone to use. It can also be used in conjunction with other waste management services such as waste collection and recycling services. In the progress tracker screen, users can monitor their progress towards rewards and receive tips on managing household waste, as shown in \autoref{fig:progress_tracker_screen}.