← Latest papers
💻 computer science

Adaptive Training Controller (ATC): An Autotuning Framework for CNN-Based Plastic Waste Classification Using the PLASTIC Dataset

This paper addresses the challenge of plastic waste classification by introducing a new domain-specific PLASTIC dataset and proposing the Adaptive Training Controller (ATC), an architecture-independent autotuning framework that outperforms existing tools like Optuna by achieving up to 94.89% accuracy with ResNet101 while reducing computational resource requirements.

Original authors: SHYAMASREE KARMAKAR, Sukanya Saha, Sunita Roy, Ranjan Mehera, Rajat Kumar Pal

Published 2026-07-28
📖 3 min read☕ Coffee break read

Original authors: SHYAMASREE KARMAKAR, Sukanya Saha, Sunita Roy, Ranjan Mehera, Rajat Kumar Pal

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the world of artificial intelligence as a giant, hungry student trying to learn how to sort a massive pile of trash. This student is a "Convolutional Neural Network" (CNN), a type of computer brain designed to look at pictures and figure out what they are. Just like a human student, this computer brain needs two things to learn well: a good textbook (a dataset of clear, organized pictures) and a smart teacher (a training method that knows how to adjust the lessons when the student gets stuck). For years, scientists have been trying to teach computers to sort plastic waste, but they've been using textbooks that were too messy or too general, and teachers who just shouted the same instructions over and over. The big question is: how do we build a better textbook and a smarter teacher so the computer can actually help us clean up our planet without needing a supercomputer the size of a house to do it?

This paper introduces two major upgrades to solve that problem. First, the authors created a brand-new "textbook" called the PLASTIC dataset. Instead of using a jumbled mix of all kinds of trash, they gathered 4,500 specific pictures of 15 different types of plastic waste, ranging from cosmetic bottles to medical tubes. Think of it as swapping a blurry, mixed-up photo album for a crisp, organized photo album where every page is dedicated to a specific type of plastic. They tested this new album against an older, messier "garbage" album to see which one helped the computer learn better.

Second, and perhaps more importantly, they invented a new "teacher" called the Adaptive Training Controller (ATC). Imagine a traditional teacher who sets a lesson plan at the start of the year and sticks to it, even if the student is bored or confused. The ATC is like a hyper-attentive tutor who watches the student's face in real-time. If the student is struggling with a concept, the tutor instantly slows down the lesson, changes the teaching style, or gives a little extra encouragement. In technical terms, the ATC constantly monitors the computer's "loss" (a measure of how many mistakes it's making) and automatically tweaks the learning speed, fixes the math to save memory, and stabilizes the training process.

The researchers put this new teacher and new textbook to the test against 10 different computer brain architectures (like ResNet, VGG, and GoogLeNet) and compared them to a popular, existing teaching method called Optuna. While Optuna is like a teacher who spends weeks trying to guess the perfect lesson plan before class even starts, the ATC learns and adjusts during the class. The results were clear: the ATC method consistently helped the computers learn faster and more accurately. On the new PLASTIC dataset, the best computer brains (ResNet101 and ResNet50) achieved a test accuracy of 94.89% using ATC, which was higher than what they got with the older Optuna method. While Optuna did achieve slightly lower loss values for some specific models like ResNet152 and ResNet101, ATC generally provided the highest accuracy and the most stable training across the board. Even on the messier, older garbage dataset, the ATC helped the computers perform significantly better, with some models seeing massive accuracy gains (such as ResNet50 jumping from 21.27% to 55.44%) compared to the baseline, while others saw more modest but still substantial improvements. The paper suggests that this new, self-adjusting approach is a more efficient and reliable way to train computers to sort plastic waste, requiring less powerful hardware and less time than previous methods.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →