Next Article in Journal
Shaped-Based Tightly Coupled IMU/Camera Object-Level SLAM
Previous Article in Journal
Viewpoint Planning for Range Sensors Using Feature Cluster Constrained Spaces for Robot Vision Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Design and Implementation Using an Innovative Deep-Learning Algorithm for Garbage Segregation

by
Jenilasree Gunaseelan
1,*,
Sujatha Sundaram
1 and
Bhuvaneswari Mariyappan
2
1
Department of Computer Applications, University College of Engineering, Anna University (BIT Campus), Trichy 620 024, Tamilnadu, India
2
Department of ECE, University College of Engineering, Anna University (BIT Campus), Trichy 620 024, Tamilnadu, India
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(18), 7963; https://doi.org/10.3390/s23187963
Submission received: 27 July 2023 / Revised: 7 September 2023 / Accepted: 10 September 2023 / Published: 18 September 2023
(This article belongs to the Section Physical Sensors)

Abstract

:
A startling shift in waste composition has been brought on by a dramatic change in lifestyle, the quick expansion of consumerism brought on by fierce competition among producers of consumer goods, and revolutionary advances in the packaging sector. The overflow or overspill of garbage from the bins causes poison to the soil, and the total obliteration of waste generated in the area or city is unknown. It is challenging to pinpoint with accuracy the specific sort of garbage waste; predictive image classification is lagging, and the existing approach takes longer to identify the specific garbage. To overcome this problem, image classification is carried out using a modified ResNeXt model. By adding a new block known as the “horizontal and vertical block,” the proposed ResNeXt architecture expands on the ResNet architecture. Each parallel branch of the block has its own unique collection of convolutional layers. Before moving on to the next layer, these branches are concatenated together. The block’s main goal is to expand the network’s capacity without considerably raising the number of parameters. ResNeXt is able to capture a wider variety of features in the input image by using parallel branches with various filter sizes, which improves performance on image classification. Some extra dense and dropout layers have been added to the standard ResNeXt model to improve performance. In order to increase the effectiveness of the network connections and decrease the total size of the model, the model is pruned to make it smaller. The overall architecture is trained and tested using garbage images. The convolution neural Network is connected with a modified ResNeXt that is trained using images of metal, trash, and biodegradable, and ResNet 50 is trained using images of non-biodegradable, glass, and hazardous images in a parallel way. An input image is fed to the architecture, and the image classification is achieved simultaneously to identify the exact garbage within a short time with an accuracy of 98%. The achieved results of the suggested method are demonstrated to be superior to those of the deep learning models already in use when compared to a variety of existing deep learning models. The proposed model is implemented into the hardware by designing a three-component smart bin system. It has three separate bins; it collects biodegradable, non-biodegradable, and hazardous waste separately. The smart bin has an ultrasonic sensor to detect the level of the bin, a poisonous gas sensor, a stepper motor to open the lid of the bin, a solar panel for battery storage, a Raspberry Pi camera, and a Raspberry Pi board. The levels of the bin are maintained in a centralized system for future analysis processes. The architecture used in the proposed smart bin properly disposes of the mixed garbage waste in an eco-friendly manner and recovers as much wealth as possible. It also reduces manpower, saves time, ensures proper collection of garbage from the bins, and helps attain a clean environment. The model boosts performance to predict waste generation and classify it with an increased 98.9% accuracy, which is more than the existing system.

1. Introduction

As urbanization and population growth continue to increase, so does the production of waste, leading to various environmental and public health challenges. To address this issue, metropolitan governments must implement comprehensive waste management strategies that focus on reducing, reusing, and recycling waste while ensuring proper disposal and treatment of the remaining waste. Encouraging individuals and businesses to take ownership of their waste generation and adopt sustainable practices can make a significant difference. Implementing waste segregation: Promoting waste segregation at the source is essential for effective waste management. This involves separating different types of waste (organic, recyclable, non-recyclable) at the point of origin, making it easier to recycle and treat waste appropriately. Develop comprehensive recycling programs: Establishing and supporting recycling programs is crucial to diverting waste from landfills and reducing the environmental impact of waste disposal. Invest in waste treatment and disposal facilities: Metropolitan governments should invest in modern waste treatment and disposal facilities, including composting plants, recycling centers, waste-to-energy facilities, and sanitary landfills. These facilities can help manage different types of waste more efficiently and minimize the adverse effects on the environment. Promote extended producer responsibility (EPR): EPR policies make manufacturers responsible for the end-of-life disposal of their products and packaging [1,2,3]. Implementing EPR could encourage manufacturers to design more eco-friendly products and packaging, leading to reduced waste generation. Encourage circular economy practices: Metropolitan governments should promote a circular economy approach, where waste materials are seen as resources rather than discarded items. This involves designing products for durability, reparability, and recycling and encouraging the use of recycled materials in manufacturing. Monitoring the performance of waste management initiatives helps identify areas of improvement and ensures that the strategies are effective. Implement smart technologies: Utilizing smart technologies [4,5], IOT-based waste monitoring systems and data analytics, could optimize waste collection routes and enhance overall waste management efficiency. The current manual methods of waste separation and categorization can be labor-intensive, time-consuming, and costly. Automated sorting systems offer promising alternatives to streamline waste management processes and improve overall efficiency. Across six classes (paper, glass, plastic, metal, cardboard, and trash), The dataset [6] (TrashNet dataset) contains photographs of recycled materials with an average of 500 images per class. The testing accuracy was 63% and 27%, respectively, for SVM and TrashNet, which have an architecture similar to AlexNet but with fewer and smaller filters. The TrashNet dataset was chosen and tested it with a variety of deep CNN architectures and optimization techniques [7,8]. By changing the connection patterns of the skip connections inside dense blocks, they aim to shorten prediction times based on the existing models. With a test accuracy of 95% as a result, DenseNet121 with transfer learning obtained the best performance. Similar results were obtained [9]. These systems leverage technology to identify and classify different forms of waste. The authors had suggested the creation of an IoT-based waste management system; however, the authors failed to offer a structural design of the garbage management system utilizing the deep learning paradigm. The rubbish collection robot that could move on the ground was introduced by the paper’s author [10]. The proposed architecture, according to the authors, used deep learning algorithms to accurately detect junk [11]. The prototype had a waste detection accuracy of 95%. The author of the research has suggested a creative floor-cleaning robot. The trade-off between a tile’s area coverage and energy consumption was determined by the proposed model, which used a fuzzy inference approach [12,13]. The concept allowed for the weighted sum concept (WSM), which is based on a fuzzy inference system’s representation of user preferences for multiple criterion decision-making (MCDM). The authors of the study papers introduced a prototype of a waste management robot employing deep learning and fuzzy inference systems, respectively, but they did not acknowledge their contributions to the Internet of Things.
Machine learning (ML) and artificial intelligence (AI) play a crucial role in modern waste management efforts. ML enables systems to learn and make decisions based on data without being explicitly programmed. It allows waste management systems to analyze and process large amounts of data related to waste generation, disposal patterns, recycling rates, and other relevant factors [14,15,16]. By learning from this data, ML algorithms can optimize waste collection routes, predict fill levels in garbage bins, and identify patterns to improve overall waste management efficiency.
Deep learning is a subset of ML that focuses on training complex neural networks with multiple layers to recognize patterns and features in data. CNNs (“Convolutional Neural Networks”) are a specific form of DL (“Deep Learning”) architecture that excels in image recognition tasks. In the context of waste management, CNNs could be utilized for various purposes:
  • Image recognition: CNNs could be employed to identify and categorize waste items from images, facilitating automated sorting and recycling processes [17].
  • Visual inspection: CNNs can be integrated into waste separation systems to visually inspect waste streams and separate recyclable materials from non-recyclables [18].
  • Waste characterization: CNNs can assist in identifying hazardous waste or specific waste types that require specialized handling and disposal methods.
  • Anomaly detection: CNNs can be used to detect irregularities in waste streams, such as prohibited items or contaminants, improving the overall quality of recycling processes. In the existing system, there are automated waste sorting systems that can employ various technologies, such as sensors, cameras, and artificial intelligence. However, there is a lack in this existing method; the garbage is not classified properly, and it requires more time to classify it [19]. It can be concluded that most of the current automated waste management systems using various hardware cannot identify and classify the image correctly, and it requires more time to classify it.
To overcome this issue, we proposed a novel approach by combining two technologies, namely modified ResNeXt and ResNet 50, with IoT to create an efficient garbage management solution [20,21]. The modified innovative ResNeXt Model and ResNet 50 are combined as a multilayer and are responsible for image classifying of various garbage accurately in less time. The proposed ResNeXt model is an extension of the existing ResNeXt model that consists of a convolution neural network and pooling layer. It consists of vertical and horizontal blocks, which lead to the easiest way of image classification. For real-time practice, we have created three compactor smart bins, and the smart bin is divided into three phases: biodegradable, non-biodegradable, and hazardous. The proposed ResNeXt model and ResNet 50 are combined in a parallel way, and for real-time application, it is applied to the hardware of the smart bin [22,23]. By leveraging IoT, deep learning, and sensor technologies, the proposed smart trash can autonomously identify and sort waste, monitor fill levels, and send real-time data to a centralized platform for further analysis and decision-making. This kind of intelligent waste management solution has the potential to significantly enhance efficiency, decrease environmental effects, and contribute to a more sustainable and cleaner urban environment. In a smart bin, the waste images associated with other numerical information measured by the sensor are fed into the system [23,24,25,26,27,28]. The smart bin model is designed using an ultrasonic sensor to identify the amount of garbage filled in the bin, an LED light to indicate the level of the bin, an LCD screen to display the levels, a GSM module for sending the information to the particular website, and a mobile phone for the collection of garbage from the bins [29,30]. The data stored on the website is used for analysis and prediction processes to avoid improper collection of garbage. The smart bin helps with the integration into waste sorting facilities to automatically detect and separate recyclable materials, organic waste, and non-recyclable items. By automating the sorting process, the need for extensive manual labor is reduced, making waste management more cost-effective and less manpower demanding [31,32].
The suggested solution employs a clever approach that allows users to take essential safety precautions regarding the waste management system. The following are the paper’s main contributions:
  • An innovative technique to integrate two technologically modified ResNeXt and ResNet 50, which is implemented in the IoT and deep learning, guarantees an ideal solution in the field of waste management.
  • Using deep learning to identify images is a clever method of separating biodegradable waste from non-biodegradable rubbish and hazardous waste.
  • A poisonous gas sensor, stepper motor, solar panel, load measurement sensor, and ultrasonic sensor are used in the architectural design of a smart garbage can.
  • Using an application and Bluetooth for short-range and the Internet of Things for long-range monitoring of waste, respectively, the data is stored for further analysis.
The following are the paper’s contributions: The paper presents several contributions related to garbage management and waste classification using IoT (Internet of Things) and deep learning techniques.

2. Related Works

In this field, a number of research articles were already published. Attention is being paid to this area increasingly due to its significance in maintaining ecological balance and promoting sustainable development. Table 1 describes the related works of various papers.
The authors of [40,41] presented a deep learning model and Internet of Things-based smart bins that employ a microcontroller and sensors to monitor waste in real-time and separate it into digestible and indigestible waste using a CNN. Machine learning is used to classify indigestible materials into six different categories, with an accuracy of up to 95%. The operation of the camera and sensor is shown, along with a thorough explanation of how a smart bin operates. The plan is suggested for implementation for both the segregation of household garbage and real-time monitoring. It is obvious that using a variety of sensors, such as MQ Gas sensors and IR sensors, would help to increase accuracy [42].
The model discussed in [43] takes into account a TrashNet dataset that is examined for the classification of garbage images. With the aid of a multilayer hybrid convolution neural network, a straightforward, organized, and effective trash categorization system with fewer parameters has been proposed, with an accuracy of up to 92%. In order to examine the best classification and accuracy, the basic model has been proposed with four subsequent upgraded versions back-to-back. In order to extract rich features, a suitable heat map comparison in the form of photographs is also provided. The suggested technique has also been compared to existing ones in terms of accuracy, parameters, and complexity.
In [44,45] the authors suggest utilizing binary classification to identify empty recycling bins in order to use machine learning to address waste management concerns. Using the rigorously applied data pretreatment approaches in this approach, the model outperforms the previous frameworks. In contrast to conventional approaches without feature engineering, it generalizes the model using a feature engineering methodology, increasing accuracy. On the three fundamental approaches—the feature engineering model, conventional machine learning with standard features, and extended features—performance optimization was carried out.
A clever mechanism for the forecasting and prediction of waste output is put forth in [46]. Data preparation and integration are performed using CNN and an air jet structure. The model’s outcomes demonstrate that the suggested method is highly effective at accurately identifying various waste categories. The program primarily intends to address waste-related concerns in the well-known Indian city of Dehradun. Both CNN and decision-tree algorithms can be used to quickly identify and separate junk using the developed model [47]. The technology allows for automatic trash identification with minimal human involvement, improving disease and pollution control [48].

3. Dataset

This system employs a Thung G [made garbage dataset] and includes some more photos for our analysis. The dataset is divided into seven categories: everyday garbage, glass, cardboard, paper, plastic, metal, and trash. There are 10,314 photos in this collection, which are distributed as follows: 1500 photographs of plastic, 1859 images of paper, 1600 images of glass, 1405 images of cardboard, 1300 images of metal, and 500 images of garbage. In this dataset, we also included extra images of various garbage as well as the image of bio-degradable added into it, and Figure 1 represents the sample images of various garbage and Table 2 describes about dataset information.

4. Proposed Methodology

The methodology proposed in the paper combines two important components to enhance waste management: the creation of smart trash bins using convolutional neural networks (CNNs) for waste classification and the incorporation of IoT-enabled real-time data monitoring. By combining these two structural models, the model will achieve outstanding outcomes in the field of waste management. The first component involves using CNNs, which are a type of deep learning algorithm known for their exceptional performance in image classification tasks. The researchers utilize deep learning algorithms to develop a waste classification system that accurately detects different garbage forms, including biodegradable, non-biodegradable, and hazardous waste. Properly classifying waste is crucial because it allows the system to identify recyclable items, enabling their reuse instead of letting them degrade or become waste.
The input characteristics are first sent to the channel attention module. The tensor all-channel feature matrix is computed first, followed by channel attention, which is efficiently computed by utilizing global average and maximum pooling to assemble two matrices. Weight optimization training supplies these two weight matrices into the same multiple-layer perceptron. The following two output components are combined to create a channel weighting module shown in Figure 2a. The data is compressed using the sigmoid activation function to add the input features and multiply it by a value between 0 and 1, where AvgPool and MaxPool stand for the global average pooling and global maximum pooling, respectively, and F stands for the input features. ReLU serves as the first layer’s activation function in a multilayer perceptron (MLP), which has two completely connected layers that stand for the sigmoid activation function.
After going via the channel attention module, the feature maps arrive at the spatial attention module. The spatial attention module processes the input using average pooling and maximum pooling, although compressed sampling is carried out in the channel dimension. Two two-dimensional spatial matrices are created after the pooling process, concatenated in the channel dimension, followed by a convolutional layer. In this work, each of the underlying residual blocks of ResNeXt has the CBAM module. The standard ResNeXt model should be used when down sampling is necessary. It utilizes a 2-step size 11 convolutional kernel to perform the convolutional procedure, which always causes the loss of information. Consequently, convolutional procedures use a step and a convolutional kernel of size 1 × 1. In this post, a size of 2 will not be used shown in Figure 2b. The above block shows the new base block structure, the initial framework. Table 3 describes the accuracy shown.
Table 4 shows the comparison of the proposed model. The second component focuses on real-time data monitoring, made possible by integrating the Internet of Things (IoT) technology into the smart trash bins. Each smart bin is equipped with various sensors, including ultrasonic and thermal sensors, a GSM module for data communication, an LCD display for local information, a Pi camera for image input, and an LED display for output. The Pi camera captures an image of the garbage inside the bin as input, and then deep learning approaches are used to identify the waste. Depending on the classification result, the corresponding smart bin light will glow, indicating the type of waste present. Figure 3 of the paper illustrates the Pi camera workflow and the classification process, which illustrates how the image is captured and processed through the deep learning model, and the output is used to trigger the LED display. By combining these technologies and methodologies, the proposed smart trash bins can significantly improve waste management efficiency. They can autonomously identify recyclable items, reduce contamination of recyclables, and provide real-time data insights for waste management decision-making. This integrated approach has the potential to revolutionize waste management practices and contribute to a more sustainable and environmentally friendly waste disposal system.
The ultrasonic sensor working flow in the smart garbage bin is as follows:
  • Initialization: The microcontroller initializes the ultrasonic sensor by sending a high-to-low signal at the trigger pin. This signal triggers the ultrasonic sensor to start generating sound waves.
  • Sound wave generation: After receiving the trigger signal, the ultrasonic sensor generates eight 40 kHz sound waves. These sound waves travel from the sensor outward into the garbage bin.
  • Echo detection: The ECHO pin of the ultrasonic sensor is turned high and continuously monitored. When the sound waves encounter an object, such as garbage, inside the smart bin, they bounce back (echo) to the sensor.
  • Time measurement: The microcontroller uses Timer1 to measure the time taken for the sound waves to echo back to the sensor. This time duration is recorded for further calculations.
  • Distance calculation: The calculated time duration is then used in the following equation to determine the distance (D) between the ultrasonic sensor and the object (garbage) in the smart bin:
D = (t × v)/2
where:
D = Distance in centimeters (cm) determined by the ultrasonic sensor.
t = Time taken by the sound wave to echo back to the receiver in seconds.
v = Sound wave velocity.
By knowing the speed of sound in the medium (usually air), which is approximately 343 m per second (m/s) at room temperature, the distance can be calculated. The division by 2 in the equation is because the sound wave travels from the sensor to the object and then back, so the total distance is twice the distance from the sensor to the object. This process allows the ultrasonic sensor to track how full the smart garbage bin is as it is being filled showed in Figure 4. By continuously monitoring the distance between the sensor and the garbage at different levels, the system can estimate the fill level of the bin and trigger appropriate actions, such as signaling when the bin is approaching full capacity or needs to be emptied. Additionally, the thermal sensor in the smart bin is used to identify whether a fire exists inside the bin. It can detect unusual temperature increases, indicating a potential fire hazard, allowing for timely intervention and prevention of further damage.
The described system uses sensors in the smart garbage bins to monitor the fill level every time waste crosses the sensors. This data is then sent via the GSM module as instant messages to the garbage analyzer. The microcontroller in the smart bin computes the distance using the previously mentioned equation, allowing for the distance determination of any solid waste material present in the bin. At the garbage analyzer end, each message received from the smart bins is saved as data, which is then utilized for analysis and predictive modeling. The application interface utilizes real-time data to display the filled level of the smart bins. The data is sent as text messages to the App, which acts as a data warehouse, storing all the level data sent by different bins. This centralized data storage enables the waste management department to track the fill level of each dustbin in real-time from their office. Table 5 likely represents the total cost associated with implementing this smart garbage management system. The cost may include the expenses related to the hardware components, such as the Raspberry Pi board, sensors (ultrasonic, thermal), GSM module, LCD display, and Pi camera. Additionally, the cost might cover the software development, data analysis tools, and communication infrastructure required for data transmission.
By using this integrated system of sensors, GSM communication, and data analysis, waste management authorities can have a better understanding of the fill levels of garbage bins, enabling more efficient waste collection routes and decreasing the risk of overflowing bins. This approach can lead to improved waste management practices, reduced operational costs, and a cleaner environment for urban areas.
The database plays a crucial role in storing the received data from the smart garbage bins while preserving all of its properties, including the time and date when the data was collected. This historical data is then utilized by the data analysis department for various purposes, such as making predictions about waste generation trends and generating insightful reports. By storing data over months, the system can establish patterns and trends in waste generation, enabling the waste management authorities to make informed decisions and optimize waste collection schedules. This data-driven approach can lead to more efficient resource allocation, reduced operational costs, and improved overall waste management strategies. The hardware components used in the smart garbage bins are designed with cost-effectiveness in mind. By utilizing basic electronic components, the system could be implemented in any dustbin, regardless of its size and height. This portability ensures that the smart garbage bin can be deployed in various locations without significant modifications, making it a flexible and scalable solution.
Figure 5 represents the 3D view of the proposed smart garbage bin, providing a visual representation of the hardware’s design. This view showcases the various components, such as the Raspberry Pi board, sensors, GSM module, LCD, Pi camera, and LED display, integrated into the smart bin to enable its functionalities. Overall, the combination of real-time data collection, historical data analysis, and cost-effective hardware design makes this smart garbage management system a powerful tool for waste management authorities. By leveraging technology and data-driven insights, this system can contribute to more efficient waste management, reduced environmental impact, and a cleaner, more sustainable urban environment.

Benefits of Proposed Smart Bin

The proposed smart bin has numerous features and benefits that make it an advanced and efficient waste management solution than the existing system [49]. The bin uses the proposed architecture for image classification. The suggested methodology combines two components: the creation of smart trash cans using convolutional neural networks for waste classification and IOT-enabled real-time data monitoring. To achieve outstanding outcomes in waste management, two structural models are combined. Garbage that can be reused can be identified by properly classifying it. Recognizing recyclable wastes enables us to use them without having them degrade. Deep learning algorithms provide unmatched performance in the area of picture classification. The proposed algorithm classifies the image correctly within a short period; even though the image is blurred or crushed, it is classified correctly.
Here are the key features and advantages of the proposed system:
  • High capacity: The smart bin has a large capacity of 600 L, which is five times the capacity of typical 120 L bins. This high capacity reduces the frequency of waste collection rounds, saving time and resources.
  • Automatic compaction: The smart bin is equipped with an internal compactor that automatically compresses the waste when it is full. This increases the trash capacity by 6 to 8 times that of a regular street bin, reducing the need for frequent emptying.
  • Industry-leading hopper design: The hopper design of the smart bin is designed to keep waste confined, preventing insect access, waste overflow, and wind-blown litter. This helps maintain cleanliness and hygiene in public spaces.
  • Significant waste reduction: The smart bin’s capacity and automatic compaction result in an average 86% reduction in street waste collected. This reduction in waste collection helps in efficient waste management and resource optimization.
  • Real-time fill level monitoring: The smart bin is equipped with a sensing system that sends an email and text notification when the bin reaches 85% fullness. This real-time monitoring allows management and workers to plan waste collection rounds more effectively.
  • Remote monitoring: Management and workers can observe the real-time fill levels of all smart bins on desktops and smartphones. This feature eliminates the need for traditional “milk round” type collection rounds, making waste collection more data-driven and efficient.
  • Compostable-friendly: The smart bin is designed to support compostable waste collection with timely pickups and an enclosed design. This helps promote sustainable waste management practices.
  • Elimination of overflowing bins: With the internal compactor and real-time monitoring, the smart bin effectively eliminates overflowing bins, preventing littering and maintaining cleanliness in public spaces.
  • No electricity required: The smart bin does not require electricity for fullness-level sensing or communication. This makes it more energy-efficient and suitable for various locations, including areas with limited power resources.
  • Smart bin security system: The smart bin is equipped with a security system that includes physical security plates to bar unauthorized access and a security management module to set up and manage security events effectively.
The proposed smart bin is able to achieve excellent accuracy in real-time. The overall accuracy is higher than 99.5% compared to the existing method.

5. Hardware Required

5.1. Raspberry Pi Board

The Raspberry Pi has gained immense popularity due to its low cost, compact size, and ease of use. It has become a valuable tool for hobbyists, educators, and professionals alike, allowing them to create a wide range of projects and applications.
  • Increased memory: It comes with 1 GB of RAM, providing more memory for running complex applications and handling larger data sets.
  • Built-in wireless connectivity: The Raspberry Pi 3B has built-in Wi-Fi and Bluetooth capabilities, making it easier to connect to the internet and various wireless devices.
  • Multiple USB ports: It has four USB ports, allowing users to connect various peripherals, such as keyboards, mice, external hard drives, and more.
  • Ethernet port: The Raspberry Pi 3B includes an Ethernet port for wired network connectivity.
  • HDMI output: It has an HDMI port for connecting to a monitor or TV, enabling users to use it as a desktop computer.
  • GPIO pins: The Raspberry Pi 3B retains the GPIO (general purpose input/output) pins, which allow users to interface with various electronic components and sensors for electronic projects.

5.2. Ultra Sonic Sensor and Temperature Sensor

The oscillator receives and emits ultrasonic waves alternately, and it is highly effective at measuring amplitudes. This enables the oscillator to be an ultrasonic sensor for both emission and reception. It allows it to miniaturize the sensor. The distance is determined using:
L = 12 × T × C.
where T stands for the elapsed time between emission and reception, C is referred to as the sonic speed, and L is the distance. Using an ultrasonic sensor, it is possible to correctly determine each trash container’s fill level in real time (HC-SR04). Using an ultrasonic transmitter and receiver, it can measure an object’s distance from 2 cm to 400 cm. Moreover, signaling with an LED light effectively lowers the garbage overflow. The use of LED lights to indicate the fill level of the trash bin is a simple and effective way to provide visual feedback to users and waste management personnel.

5.3. LCD Display and Solar Panel

The output module in the smart trash bin incorporates a 16 × 2 LCD display system to provide visual feedback on the garbage fill level. The LCD display can print up to 32 characters at once, allowing it to show relevant information about the trash bin’s status. The ultrasonic sensor, which is placed inside the bin, continuously measures the level of rubbish present. As the garbage fills up in the bin, the ultrasonic sensor calculates the distance from the top of the garbage to the sensor, using the time taken for the sound waves to echo back. This data is then processed by the microcontroller to estimate the fill level of the bin. The estimated fill level is then displayed on the 16 × 2 LCD display. The LCD can show up to 32 characters at a time, providing a clear and concise representation of the garbage fill level. This real-time display of garbage fill level on the LCD helps users and waste management personnel monitor the bin’s status without the need for manual inspection.

5.4. Raspberry PI Camera

The Pi camera is a versatile and affordable camera module that can be directly connected to the Raspberry Pi via the CSI (Camera Serial Interface) connector. This interface enables high data transfer speeds between the camera and the Raspberry Pi, making it suitable for various applications that require real-time video processing. One of the key selling points of the Pi camera is its accessibility and low cost, making it widely popular among Raspberry Pi users. It supports various video resolutions, including 1080p at 30 frames/s, 720p at 60 frames/s, as well as 640 × 480p at 60/90 frames/s. This flexibility allows users to choose the appropriate resolution for their specific application requirements. With its compact dimensions (20 × 25 × 9 mm) and lightweight design (3 g), the Pi camera is portable and can be easily integrated into various Raspberry Pi cases without adding significant bulk or weight.

6. Experimental Results

The proposed model in the study accurately forecasts the given input image with less valuation loss compared to previous models. Figure 6 depicts the connection of the waste bin to the Raspberry Pi board, indicating the integration of the hardware-based waste segregation system.
The model’s accuracy can be significantly improved if the dataset used for training is larger. However, the researchers encountered difficulties due to the vast range of differences between diverse objects. For example, a single glass item can come in various colors and thicknesses, making accurate classification more challenging. In this study, the waste was divided into seven categories: cardboard, metal, glass, paper, plastic, biodegradable waste, and garbage. Despite achieving 98.9% accuracy, the model performs considerably better in practice because this accuracy refers to categorizing garbage into seven groups. The real-time analysis of the garbage, presenting the results of the proposed system’s garbage classifier.
In Figure 7 and Table 6 shows the confusion matrix is displayed and comparison of various algorithm of confusion matrix. Class-0 stands for the MSI, and Class-1 for the MSS. When MSI is anticipated, and the actual output is MSI, this is referred to as a true positive (TP). When MSS is anticipated, and the actual output is MSS, the condition is referred to as a true negative (TN). Similar to the case where MSI is anticipated but the actual output is MSS, this is known as a false positive (FP), and when MSS is predicted, but the actual result is MSI, this is known as a false negative (FN).
The classifier was trained using a dataset with six classes, and if the waste is mixed, the system is still capable of appropriately classifying it and placing it in the correct trash receptacle. Even with two types of garbage cans for waste collection, the model is capable of accurately categorizing metal as glass or plastic, and vice versa, in the overall scenario shown in Figure 8. According to the confusion matrix statistics, the accuracy of proper box classification is reported to be 98.9%. The overall findings suggest that the proposed hardware-based waste segregation system, powered by a trained CNN model, can effectively and accurately categorize waste items into appropriate groups. The model’s high accuracy in practical scenarios enhances waste management efforts, enables more efficient recycling practices, and contributes to a cleaner and more sustainable environment.
Overall, the smart bin’s features and benefits contribute to a more efficient, clean, and environmentally friendly waste management system in public spaces, improving the quality of urban environments and promoting sustainable waste disposal practices. Table 7 describes about the real time analysis of the proposed bin.

7. Conclusions

The research presented here describes a real-time trash monitoring system that makes use of the IoT and deep learning paradigms. In order to ensure an effective waste management procedure, the research is carried out using a set of development processes. The proposed model is divided into two key components. One uses a Raspberry Pi, a camera module, and deep learning as part of an architectural model for classifying waste. Another example is the implementation of an Internet of Things-based smart garbage can that makes use of a Raspberry Pi and many sensors to monitor waste in real-time. Once more, the approach of the suggested CNN model, ultrasonic sensor, and load measurement sensor in this study is modified by ResNeXt and ResNet 50 and data analysis to achieve efficient waste segregation. The process begins with object classification through a CNN. The researchers use image classification techniques to differentiate waste types. The CNN is trained using waste images to accurately categorize different types of waste. This approach enables the system to identify eight waste categories: bio-degradable, non-biodegradable, hazardous waste, plastic, metal, paper, glass, and cardboard. The real-time embedded system is implemented using a Raspberry Pi board, which acts as the core processing unit. This system continuously captures and analyzes waste images from the smart garbage bins using the trained CNN model. The real-time data from the smart bins is stored in the Internet of Things (IoT), allowing for seamless communication and monitoring. Data analysis is a critical aspect of the system, which uses stored real-time data to generate valuable insights and predictive models. By analyzing historical waste data, waste management authorities can make informed decisions, optimize waste collection routes, and plan timely waste disposal strategies. The hardware-based waste segregation system provides an efficient and automated solution for waste categorization. By combining object classification through CNN, real-time data monitoring using Raspberry Pi and IoT, and data analysis, the system can accurately segregate waste into appropriate categories. This approach not only simplifies waste management processes but also promotes sustainable waste disposal practices, recycling efforts, and environmental conservation. The system’s ability to categorize waste into eight distinct types enables more effective recycling initiatives and ensures that each waste item is disposed of appropriately, minimizing the environmental impact of waste accumulation. Overall, this hardware-based waste segregation approach has the potential to significantly enhance waste management practices, contribute to a cleaner environment, and promote sustainable waste disposal and recycling efforts. This article also includes various experimental data analyses to demonstrate the suggested strategy’s success, where 98.9% accuracy in garbage sorting has been found using the suggested strategy.

8. Patent

Certified the design in patent, government of India named “Garbage collector” and the Design No: 316641-001.

Author Contributions

Conceptualization, B.M.; Methodology, J.G. and S.S.; Software, J.G.; Writing—original draft, J.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are available through free distribution license from Kaggle.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Prasanna, A.; Kaushal, S.V.; Mahalakshmi, P. Survey on identification and classification of waste for efficient disposal and recycling. Int. J. Eng. Technol. 2018, 7, 520. [Google Scholar] [CrossRef]
  2. Agarwal, C.; Yewale, B. Automatic Waste Segregation and Management. Int. J. Eng. Res. Technol. (IJERT) 2020, 9, 715–718. [Google Scholar]
  3. Devi, R.S.; Vijaykumar, V.R.; Muthumeena, M. Waste Segregation using Deep Learning Algorithm. Int. J. Innov. Technol. Explor. Eng. 2018, 8. [Google Scholar]
  4. Wang, C.-Y.; Yeh, I.-H.; Liao, H.-Y.M. You only learn one representation: Unified network for multiple tasks. arXiv 2021, arXiv:2105.04206. [Google Scholar]
  5. Redmon, J.; Farhadi, A. YOLOv3: An Incremental Improvement. Available online: https://pjreddie.com/yolo/ (accessed on 2 July 2022).
  6. Saha, H.N.; Auddy, S.; Pal, S.; Kumar, S.; Pandey, S.; Singh, R.; Singh, A.K.; Banerjee, S.; Ghosh, D.; Saha, S. Waste Management using Internet of Things (IoT). In Proceedings of the 2017 8th Annual Industrial Automation and Electromechanical Engineering Conference (IEMECON), Bangkok, Thailand, 16–18 August 2017. [Google Scholar]
  7. Harika, K.; Muneerunnisa, V.R.; Rao, P.V.; SreeLakshmi, L.J.N. IOT Based Smart Garbage Monitoring and Alert System Using Arduino UNO. Int. J. Innov. Res. Comput. Commun. Eng. 2018, 6. [Google Scholar]
  8. Sejera, M.; Ibarra, J.B.; Canare, A.S.; Escano, L.; Mapanoo, D.C.; Suaviso, J.P. Standalone Frequency Based Automated Trash Bin and Segregator of Plastic Bottles and Tin Cans. In Proceedings of the 2016 IEEE Region 10 Conference (TENCON), Singapore, 22–25 November 2016. [Google Scholar]
  9. Chandra, S.S.; Kulshreshtha, M.; Randhawa, P. Garbage detection and path-planning in autonomous robots. In Proceedings of the 2021 9th International Conference on Reliability, Infocom Technologies and Optimization (Trends and Future Directions) (ICRITO), Noida, India, 3–4 September 2021; pp. 1–4. [Google Scholar] [CrossRef]
  10. Yewange, M.; Gaikwad, K.; Kamble, R.; Maske, S.; Shahu, R. Real-Time Object Detection by using Deep Learning: A Survey. 2022. Available online: http://www.ijisrt.com (accessed on 26 July 2023).
  11. Morin, E.; Herrault, P.-A.; Guinard, Y.; Grandjean, F.; Bech, N. The promising combination of a remote sensing approach and landscape connectivity modelling at a fine scale in urban planning. Ecol. Indic. 2022, 139, 108930. [Google Scholar] [CrossRef]
  12. Sarker, N.; Chaki, S.; Das, A.; Forhad, M.S.A. Illegal trash thrower detection based on HOGSVM for a real-time monitoring system. In Proceedings of the 2021 2nd International Conference on Robotics, Electrical and Signal Processing Techniques (ICREST), Dhaka, Bangladesh, 5–7 January 2021; pp. 483–487. [Google Scholar] [CrossRef]
  13. Didelija, M.; Kulo, N.; Mulahusić, A.; Tuno, N.; Topoljak, J. Segmentation scale parameter influence on the accuracy of detecting illegal landfills on satellite imagery. A case study for Novo Sarajevo. Ecol. Inform. 2022, 70, 101755. [Google Scholar] [CrossRef]
  14. Bhandari, S. Automatic Waste Sorting in Industrial Environments via Machine Learning Approaches; Tampere Univ.: Tampere, Finland, 2020; Available online: https://trepo.tuni.fi/handle/10024/123574 (accessed on 26 July 2023).
  15. White, P.; Franke, M.; Hindle, P. Lifecycle inventory: A part of lifecycle assessment. In Integrated Solid Waste Management: A Lifecycle Inventory, 1st ed.; Springer: Boston, MA, USA, 1999; pp. 25–36. [Google Scholar] [CrossRef]
  16. Demirbas, A. Waste management, waste resource facilities and waste conversion processes. Energy Convers. Manag. 2011, 52, 1280–1287. [Google Scholar] [CrossRef]
  17. Simonyan, K.; Zisserman, A. Very deep convolutional networks for large-scale image recognition. arXiv 2014, arXiv:1409.1556. [Google Scholar]
  18. Jenilasree, G.; Shenbagavadivu, N.; Bhuvaneswari, M. A Simple Ensemble Learning Algorithm For a Real Time High Dimensional Data. In Emerging Technologies in Data Mining and Information Security; Lecture Notes in Networks and Systems book series; Springer: Singapore, 2021; Volume 164, pp. 21–32. [Google Scholar]
  19. Wang, J.; Zhang, T.; Cheng, Y.; Al-Nabhan, N. Deep learning for object detection: A survey. Comput. Syst. Sci. Eng. 2021, 38, 165–182. [Google Scholar] [CrossRef]
  20. Swetha, M.S.; Veena, M.S.; Muneshwara, M.S.; Thungamani, M. Survey of object detection using deep neural networks. Int. J. Adv. Res. Comput. Commun. Eng. 2018, 7, 19–24. [Google Scholar] [CrossRef]
  21. Redmon, J.; Divvala, S.; Girshick, R.; Farhadi, A. You only look once: Unified, real-time object detection. arXiv 2015, arXiv:1506.02640. [Google Scholar]
  22. Ahmed, M.; Hashmi, K.A.; Pagani, A.; Liwicki, M.; Stricker, D.; Afzal, M.Z. Survey and performance analysis of deep learning based object detection in challenging environments. Sensors 2021, 21, 5116. [Google Scholar] [CrossRef] [PubMed]
  23. Rekha, B.S.; Marium, A.; Srinivasan, G.N.; Shetty, S.A. Literature survey on object detection using YOLO. Int. Res. J. Eng. Technol. 2020, 7, 3082–3088. Available online: https://www.irjet.net/archives/V7/i6/IRJET-V7I6576.pdf (accessed on 26 July 2023).
  24. Wang, W.; Lai, Q.; Fu, H.; Shen, J.; Ling, H.; Yang, R. Salient object detection in the deep learning era: An in-depth survey. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 3239–3259. [Google Scholar] [CrossRef] [PubMed]
  25. Ferrara, L.; Iannace, M.; Patelli, A.M.; Arienzo, M. Geochemical survey of an illegal waste disposal site under a waste emergency scenario (Northwest Naples, Italy). Environ. Monit. Assess. 2013, 185, 2671–2682. [Google Scholar] [CrossRef]
  26. Yang, T.; Xu, J.; Zhao, Y.; Gong, T.; Zhao, R.; Sun, M.; Xi, B. Classification technology of domestic waste from 2000 to 2019: A bibliometrics-based review. Environ. Sci. Pollut. Res. 2021, 28, 26313–26324. [Google Scholar] [CrossRef]
  27. Wang, Y.; Wang, Q.; Jin, S.; Long, W.; Hu, L. A literature review of underwater image. In Frontiers in Artificial Intelligence and Applications; IOS Press: Amsterdam, The Netherlands, 2022; Volume 347, pp. 42–51. [Google Scholar] [CrossRef]
  28. Zhang, F.; Cao, C.; Li, C.; Liu, Y.; Huisingh, D. A systematic review of recent developments in disaster waste management. J. Clean. Prod. 2019, 235, 822–840. [Google Scholar] [CrossRef]
  29. Bochkovskiy, A.; Wang, C.-Y.; Liao, H.-Y.M. YOLOv4: Optimal speed and accuracy of object detection. arXiv 2020, arXiv:2004.10934. [Google Scholar]
  30. YOLOv7: The Fastest Object Detection Algorithm. 2022. Available online: https://viso.ai/deep-learning/yolov7-guide/ (accessed on 26 July 2023).
  31. Dalal, N.; Triggs, B. Histograms of oriented gradients for human detection. In Proceedings of the 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’05), San Diego, CA, USA, 20–25 June 2005; pp. 886–893. [Google Scholar] [CrossRef]
  32. Lowe, D.G. Distinctive image features from scale-invariant keypoints. Int. J. Comput. Vis. 2004, 60, 91–110. [Google Scholar] [CrossRef]
  33. Gupta, T.; Joshi, R.; Mukhopadhyay, D.; Sachdeva, K.; Jain, N.; Virmani, D.; Garcia-Hernandez, L. A Deep Learning approach based hardware solution to categorise garbage in environment. Complex Intell. Syst. 2021, 8, 1129–1152. [Google Scholar] [CrossRef]
  34. Malik, M.; Sharma, S.; Uddin, M.; Chen, C.L.; Wu, C.-M.; Soni, P. Waste Classification for Sustainable Development Using Image Recognition with Deep Learning Neural Network Models. Sustainability 2022, 14, 7222. [Google Scholar] [CrossRef]
  35. Al Duhayyim, M.; Eisa, T.A.E.; Al-Wesabi, F.N.; Abdelmaboud, A.; Hamza, M.A.; Zamani, A.S.; Rizwanullah, M.; Marzouk, R. Deep Reinforcement Learning Enabled Smart City Recycling Waste Object Classification. Comput. Mater. Contin. 2022, 71, 5699–5715. [Google Scholar] [CrossRef]
  36. Majchrowska, S.; Mikołajczyk, A.; Ferlin, M.; Klawikowska, Z.; Plantykow, M.A.; Kwasigroch, A.; Majek, K. Deep learning-based waste detection in natural and urban environments. Waste Manag. 2022, 138, 274–284. [Google Scholar] [CrossRef]
  37. Khan, R.; Kumar, S.; Srivastava, A.K.; Dhingra, N.; Gupta, M.; Bhati, N.; Kumari, P. Machine Learning and IoT-Based Waste Management Model. Comput. Intell. Neuro Sci. 2021, 2021, 5942574. [Google Scholar] [CrossRef]
  38. Shi, C.; Tan, C.; Wang, T.; Wang, L. A Waste Classification Method Based on a Multilayer Hybrid Convolution Neural Network. Appl. Sci. 2021, 11, 8572. [Google Scholar] [CrossRef]
  39. Rahman, M.W.; Islam, R.; Hasan, A.; Bithi, N.I.; Hasan, M.M.; Rahman, M.M. Intelligent waste management system using deep learning with IoT. J. King Saud Univ. Comput. Inf. Sci. 2022, 34, 2072–2087. [Google Scholar] [CrossRef]
  40. Viola, P.; Jones, M. Rapid object detection using a boosted cascade of simple features. In Proceedings of the 2001 IEEE Computer Society Conference on Computer Vision and Pattern Recognition. CVPR 2001, Kauai, HI, USA, 8–14 December 2001; pp. 511–518. [Google Scholar]
  41. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. ImageNet Classification with Deep Convolutional Neural Networks. Available online: http://code.google.com/p/cuda-convnet/ (accessed on 2 July 2022).
  42. Wang, C.-Y.; Bochkovskiy, A.; Liao, H.-Y.M. YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors. arXiv 2022, arXiv:2207.02696. [Google Scholar]
  43. Szegedy, C.; Ioffe, S.; Vanhoucke, V.; Alemi, A. Inception-v4, inception-ResNet and the impact of residual connections on learning. arXiv 2016, arXiv:1602.07261. [Google Scholar] [CrossRef]
  44. Jenilasree, G.; Shenbagavadivu, N.; Bhuvaneswari, M. A Study on Automatic Solid Waste Management System for Smart City. Int. J. Creat. Res. Thoughts 2017, 5, 1682–1689. [Google Scholar]
  45. Howard, A.G.; Zhu, M.; Chen, B.; Kalenichenko, D.; Wang, W.; Weyand, T.; Andreetto, M.; Adam, H. MobileNets: Efficient convolutional neural networks for mobile vision applications. arXiv 2017, arXiv:1704.04861. [Google Scholar]
  46. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. Available online: http://imagenet.org/challenges/LSVRC/2015/ (accessed on 2 July 2022).
  47. Bircanoglu, C.; Atay, M.; Beser, F.; Genc, O.; Kizrak, M.A. RecycleNet: Intelligent waste sorting using deep neural networks. In Proceedings of the 2018 Innovations in Intelligent Systems and Applications (INISTA), Thessaloniki, Greece, 3–5 July 2018; pp. 1–7. [Google Scholar] [CrossRef]
  48. Lin, T.-Y.; Maire, M.; Belongie, S.; Hays, J.; Perona, P.; Ramanan, D.; Dollár, P.; Zitnick, C.L. Microsoft COCO: Common Objects in Context; Springer International Publishing: Berlin/Heidelberg, Germany, 2014; Volume 8693, pp. 740–755. [Google Scholar]
  49. Girshick, R.; Donahue, J.; Darrell, T.; Malik, J. Rich feature hierarchies for accurate object detection and semantic segmentation. arXiv 2013, arXiv:1311.2524. [Google Scholar]
Figure 1. Examples of the input data set for various garbage collection (a) cardboard, (b) Trash, (c) Metal, (d) Glass, (e) Plastic.
Figure 1. Examples of the input data set for various garbage collection (a) cardboard, (b) Trash, (c) Metal, (d) Glass, (e) Plastic.
Sensors 23 07963 g001
Figure 2. Structure diagram of (a) the base residual block of the original ResNeXt and (b) modified ResNeXt.
Figure 2. Structure diagram of (a) the base residual block of the original ResNeXt and (b) modified ResNeXt.
Sensors 23 07963 g002
Figure 3. The flow chart of the pi camera.
Figure 3. The flow chart of the pi camera.
Sensors 23 07963 g003
Figure 4. Working principal flow chart of the ultrasonic sensor.
Figure 4. Working principal flow chart of the ultrasonic sensor.
Sensors 23 07963 g004
Figure 5. 3D view of the proposed model.
Figure 5. 3D view of the proposed model.
Sensors 23 07963 g005
Figure 6. Circuit diagram of smart waste management.
Figure 6. Circuit diagram of smart waste management.
Sensors 23 07963 g006
Figure 7. Confusion matrix.
Figure 7. Confusion matrix.
Sensors 23 07963 g007
Figure 8. Shows the practical implementation of the proposed work.
Figure 8. Shows the practical implementation of the proposed work.
Sensors 23 07963 g008
Table 1. Comparison of various papers.
Table 1. Comparison of various papers.
Paper TitleAuthorsYearFactors ExaminedCompromises in Some Areas
A DL method-based hardware solution to categorize garbage in the environmentTanya Gupta, Rakshit Joshi, Devarshi Mukhopadhyay et al. [33]2021The project aims to identify the best-performing CNN model that can be integrated into the hardware-based waste segregation system. By leveraging the power of pre-trained CNNs, the smart bin can accurately categorize different types of waste, enabling efficient waste management, recycling efforts, and a cleaner environment. The findings of the project can have significant implications for improving waste management practices and contributing to sustainable waste disposal strategies.Minimizing time gaps by cutting back on delays in the system can be a viable approach to improving efficiency, but it should be done with careful consideration of the overall performance and accuracy of the waste segregation system.
Waste classification for sustainable development using image recognition with deep learning neural network modelsMeena Malik, Sachin Sharma, Mueen Uddin, Chin Ling Chen, Chih-ming Wu, Punit Soni [34]2022The combination of fine-tuning techniques, hardware-based implementation on the Raspberry Pi, and efficient use of computational resources contribute to the success of the suggested method. The 4X improvement in FLOPS efficiency and the ability to create makeshift categories demonstrate the advancements made in waste categorization and smart waste management using this approach.Implementing the waste categorization model as part of a smart city project comes with various challenges and considerations. Addressing these challenges requires collaborative efforts from stakeholders, including waste management authorities, technology providers, city planners, and the public. By overcoming these issues, the implementation of the waste categorization model as part of a smart city project can contribute to more efficient waste management, reduced environmental impact, and a cleaner and more sustainable urban environment.
Deep Reinforcement Learning Enabled Smart City Recycling Waste Object ClassificationMesfer Al Duhayyim, Taiseer Abdalla Elfadil Eisa, et al. [35]2022The suggested method aims to achieve accurate and efficient waste categorization. This method has the potential to significantly enhance waste management practices, as it allows for automated and intelligent waste sorting, promoting recycling and more effective waste disposal strategies. The six waste classes defined by the method provide valuable insights to waste management authorities, enabling better decision-making and resource optimization in waste collection and recycling efforts.When compared to EfficientNet models, the accuracy in the top-1 is much lower. Furthermore, overfitting and underfitting might occur during the training of the waste category models using a core CNN.
Deep learning-based waste detection in natural and urban environmentsSylwia Majchrowska, Agnieszka Mikołajczyk, Marta A. Plantykow [36]2022The study offers a method for locating rubbish in metropolitan environments while taking into account the possibility that the waste may be present indoors, outdoors, or underwater.The model does not account for the possibility of localizing any object with dimensions that are extremely small in comparison to surrounding objects. Cigarette buts, tiny particles of debris, etc., are examples of this.
Machine Learning and IoT-Based Waste Management ModelRijwan Khan, Santosh Kumar, Akhilesh Kumar, Srivastava [37]2021The hardware prototypes and intelligent waste management strategies presented in the research aim to contribute to a pollution-free and clean environment. By leveraging ML and IoT technologies, waste management can be streamlined, waste segregation can be improved, and appropriate disposal methods can be implemented, ultimately leading to a healthier and more sustainable environment.The solid waste management architecture, the proposed model, can contribute to improved efficiency, reduced environmental impact, and overall effectiveness in waste management practices. Its integration into the larger waste management system can lead to more sustainable waste management processes and contribute to creating cleaner and healthier environments.
A Waste Classification Method Based on a Multilayer Hybrid Convolution Neural NetworkCuiping Shi, Cong Tan, Tao Wang, Liguo Wang [38]2021The suggested methods leverage ML-based image classification techniques to automatically identify and sort trash items into the appropriate waste categories. The use of such advanced technologies helps streamline waste management processes, reduces human effort, and contributes to better environmental protection by promoting recycling and appropriate waste disposal methods.Additionally, achieving the required accuracy in multiclass categorization is crucial for reliable waste sorting and proper disposal.
Further research and development may be necessary to address these limitations and improve the suggested approaches. This could involve exploring more sophisticated machine learning algorithms, increasing the size and diversity of the training dataset, or optimizing the image processing techniques used in waste categorization.
Intelligent waste management system using deep learning with IoTMd. Wahidur Rahman, Rahabul Islam, Arafat Hasan
[39]
2022The classification accuracy of the proposed architecture, depending on the CNN model, is 95.3125 percent, and its SUS score is 86 percent. However, with real-time waste monitoring, this intelligent system would be adaptable to household activities.The answer will be more effective, and the accuracy of the plan will also be increased. Future iterations of this research will address these three issues to guarantee even better outcomes in the area of waste management.
Table 2. Represents the dataset information.
Table 2. Represents the dataset information.
Class Label
Sub-Label
BiodegradableNon-BiodegradableTotal Images
Organic WasteCardboardPaperMetalGlassPlasticOther Trash
No of images215018,4051859170019002500100010,314
Table 3. The accuracy of the proposed model.
Table 3. The accuracy of the proposed model.
ClassNumber of Test ImagesAccuracy (%)
Cardboard7899.72%
Glass6497.93%
Metal5398.44%
Paper5698.58%
Plastic4899.63%
Trash2098.97%
Table 4. Describes the outcomes of various algorithms.
Table 4. Describes the outcomes of various algorithms.
CNN Model20 Epochs ErrorTime (s)30 Epoch ErrorTime (s)
ResNet 500.0531211960.064892153
Vgg 160.0746912200.068972384
AlexNet0.31879980.186951569
Modified ResNeXt0.21568750.156891028
ResNet 50 and Modified ResNeXt0.201078560.14368986
Table 5. Cost occurred for testing and the proposed method.
Table 5. Cost occurred for testing and the proposed method.
S.noComponentTypeQuantity
1CameraLow sensitive camera1
2Ultrasonic sensor 6
3Temperature sensor 6
4BinPlastic1
5Circuit boardRaspberry Pi 3B1
6BatteryLow1
Proposed Method
1CameraPi camera1
2BinStainless steel
3Solar panel
4Circuit boardRaspberry Pi 3B1
5Ultrasonic sensor 6
6Temperature sensor 6
Table 6. Comparison results from various algorithms of the confusion matrix.
Table 6. Comparison results from various algorithms of the confusion matrix.
ModelTrue
Positive
(TP)
False
Positive
(FP)
False
Negative
(FN)
True
Negative
(TN)
Convolution Neural Network5880162518559873
VGG1607505011,728
ResNet 506164134197210,756
ResNeXt5940156595010,778
Modified ResNeXt6329115378910,785
Modified ResNeXt (Proposed Model)6338116779210,936
Table 7. Represents the real-time analysis of the proposed garbage bin.
Table 7. Represents the real-time analysis of the proposed garbage bin.
Time Delay (min)Waste Level (cm)Empty Level (%)Weight of the Waste (kg)
11.05.00Above 90%0.500
22.59.32Above 89%0.647
35.517.4Above 70%0.879
410.029.0Below 20%1.999
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Gunaseelan, J.; Sundaram, S.; Mariyappan, B. A Design and Implementation Using an Innovative Deep-Learning Algorithm for Garbage Segregation. Sensors 2023, 23, 7963. https://doi.org/10.3390/s23187963

AMA Style

Gunaseelan J, Sundaram S, Mariyappan B. A Design and Implementation Using an Innovative Deep-Learning Algorithm for Garbage Segregation. Sensors. 2023; 23(18):7963. https://doi.org/10.3390/s23187963

Chicago/Turabian Style

Gunaseelan, Jenilasree, Sujatha Sundaram, and Bhuvaneswari Mariyappan. 2023. "A Design and Implementation Using an Innovative Deep-Learning Algorithm for Garbage Segregation" Sensors 23, no. 18: 7963. https://doi.org/10.3390/s23187963

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop