Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Latest commit

 

History

History
137 lines (87 loc) · 3.61 KB

File metadata and controls

137 lines (87 loc) · 3.61 KB

📚 Citations and References

Dataset Citation

This project uses the TrashBox dataset for training and validation.

TrashBox Dataset

Primary Source: TrashBox GitHub Repository

Author: Nikhil Venkat Kumsetty

Description: Dataset of trash objects for waste classification and detection, containing 17,785+ images across 7 categories.

Conference: 31st Conference of Open Innovations Association (FRUCT), University of Helsinki, Finland

Publication: "TrashBox: Trash Detection and Classification using Quantum Transfer Learning"

BibTeX Citation

@inproceedings{kumsetty2022trashbox,
  title={TrashBox: Trash Detection and Classification using Quantum Transfer Learning},
  author={Kumsetty, Nikhil Venkat and others},
  booktitle={31st Conference of Open Innovations Association (FRUCT)},
  year={2022},
  organization={University of Helsinki}
}

APA Citation

Kumsetty, N. V., et al. (2022). TrashBox: Trash Detection and Classification using Quantum Transfer Learning. 
In 31st Conference of Open Innovations Association (FRUCT). University of Helsinki, Finland.

Model Architecture Citation

MobileNetV2

Paper: MobileNetV2: Inverted Residuals and Linear Bottlenecks

Authors: Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, Liang-Chieh Chen

Published: CVPR 2018

BibTeX Citation

@inproceedings{sandler2018mobilenetv2,
  title={Mobilenetv2: Inverted residuals and linear bottlenecks},
  author={Sandler, Mark and Howard, Andrew and Zhu, Menglong and Zhmoginov, Andrey and Chen, Liang-Chieh},
  booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
  pages={4510--4520},
  year={2018}
}

Framework Citations

TensorFlow

Website: https://www.tensorflow.org/

Citation:

TensorFlow Developers. (2024). TensorFlow (v2.20) [Computer software]. https://doi.org/10.5281/zenodo.4724125

Flask

Website: https://flask.palletsprojects.com/

Citation:

Pallets Projects. (2024). Flask (v3.1.2) [Computer software]. https://palletsprojects.com/p/flask/

Related Research

Transfer Learning

  • Pan, S. J., & Yang, Q. (2010). A survey on transfer learning. IEEE Transactions on knowledge and data engineering, 22(10), 1345-1359.

Waste Classification

  • Kumsetty, N. V., et al. (2022). TrashBox: Trash Detection and Classification using Quantum Transfer Learning.
  • Aral, R. A., et al. (2018). Classification of TrashNet dataset based on deep learning models.

TrashFormer Project

How to Cite This Project

If you use or reference this TrashFormer implementation, please cite:

@software{trashformer2025,
  title={TrashFormer: Smart Waste Classification System},
  author={Your Name},
  year={2025},
  url={https://github.com/yourusername/trashformer},
  note={AI-powered waste classification using MobileNetV2 transfer learning}
}

License

TrashFormer is released under the MIT License.

The TrashBox dataset is used under its original license terms. Please refer to the TrashBox repository for dataset licensing information.


Acknowledgments

Special thanks to:

  1. Nikhil Venkat Kumsetty - For creating and sharing the TrashBox dataset
  2. IEEE FRUCT Conference - For publishing waste classification research
  3. Google Brain Team - For TensorFlow and MobileNetV2
  4. Open Source Community - For tools and frameworks used in this project

Last Updated: October 12, 2025