paper-with-me

Papers

Fine-Tuning Models Comparisons on Garbage Classification for Recyclability

2019-08-07 · Umut Ozkaya, Levent Seyfi

In this study, it is aimed to develop a deep learning application which detects types of garbage into trash in order to provide recyclability with vision system. Training and testing will be performed with image data consisting of several classes on different garbage types. The data set used during training and testing will be generated from original frames taken from garbage images. The data set used for deep learning structures has a total of 2527 images with 6 different classes. Half of these images in the data set were used for training process and remaining part were used for testing procedure. Also, transfer learning was used to obtain shorter training and test procedures with and higher accuracy. As fine-tuned models, Alexnet, VGG16, Googlenet and Resnet structures were carried. In order to test performance of classifiers, two different classifiers are used as Softmax and Support Vector Machines. 6 different type of trash images were correctly classified the highest accuracy with GoogleNet+SVM as 97.86%.

📄 PDF Abstract BibTeX arXiv:1908.04393

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
GoogLeNet GoogLeNet is a type of convolutional neural network based on the Inception architecture. It utilises Inception modules,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

New Benchmark for Household Garbage Image Recognition

2022-02-24 · Zhize Wu, Huanyi Li, XiaoFeng Wang, Zijun Wu 외

Household garbage images are usually faced with complex backgrounds, variable illuminations, diverse angles, and changeable shapes, which bring a great difficulty in garbage image classification. Due to the ability to di…

Classificationimage-classificationImage ClassificationRepresentation Learning

Coupling innovation method and feasibility analysis of garbage classification

2021-01-30 · Zizhe Wang, Shaomeng Shen, Jiabei Mu

In order to solve the recent defect in garbage classification - including low level of intelligence, low accuracy and high cost of equipment, this paper presents a series of methods in identification and judgment in inte…

ClassificationGeneral Classification

Towards Accurate and Efficient Waste Image Classification: A Hybrid Deep Learning and Machine Learning Approach

2025-10-22 · Ngoc-Bao-Quang Nguyen, Tuan-Minh Do, Cong-Tam Phan, Thi-Thu-Hong Phan arxiv

Automated image-based garbage classification is a critical component of global waste management; however, systematic benchmarks that integrate Machine Learning (ML), Deep Learning (DL), and efficient hybrid solutions rem…

Image Classification

Image Recognition for Garbage Classification Based on Pixel Distribution Learning

2024-09-05 · Jenil Kanani

The exponential growth in waste production due to rapid economic and industrial development necessitates efficient waste management strategies to mitigate environmental pollution and resource depletion. Leveraging advanc…

ClassificationManagement

Evaluating Contextual Intelligence in Recyclability: A Comprehensive Study of Image-Based Reasoning Systems

2025-12-31 · Eliot Park, Abhi Kumar, Pranav Rajpurkar arxiv

While the importance of efficient recycling is widely acknowledged, accurately determining the recyclability of items and their proper disposal remains a complex task for the general public. In this study, we explore the…