paper-with-me

홈 › Papers

Iterative Self Knowledge Distillation -- From Pothole Classification to Fine-Grained and COVID Recognition

2022-02-04 · Kuan-Chuan Peng

Pothole classification has become an important task for road inspection vehicles to save drivers from potential car accidents and repair bills. Given the limited computational power and fixed number of training epochs, we propose iterative self knowledge distillation (ISKD) to train lightweight pothole classifiers. Designed to improve both the teacher and student models over time in knowledge distillation, ISKD outperforms the state-of-the-art self knowledge distillation method on three pothole classification datasets across four lightweight network architectures, which supports that self knowledge distillation should be done iteratively instead of just once. The accuracy relation between the teacher and student models shows that the student model can still benefit from a moderately trained teacher model. Implying that better teacher models generally produce better student models, our results justify the design of ISKD. In addition to pothole classification, we also demonstrate the efficacy of ISKD on six additional datasets associated with generic classification, fine-grained classification, and medical imaging application, which supports that ISKD can serve as a general-purpose performance booster without the need of a given teacher model and extra trainable parameters.

📄 PDF Abstract BibTeX arXiv:2202.02265

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationKnowledge DistillationSelf-Knowledge Distillation

Methods 이 논문이 사용한 방법론

Repair 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Classification of Potholes Based on Surface Area Using Pre-Trained Models of Convolutional Neural Network

2023-09-29 · Chauhdary Fazeel Ahmad, Abdullah Cheema, Waqas Qayyum, Rana Ehtisham 외

Potholes are fatal and can cause severe damage to vehicles as well as can cause deadly accidents. In South Asian countries, pavement distresses are the primary cause due to poor subgrade conditions, lack of subsurface dr…

Rethinking Road Surface 3D Reconstruction and Pothole Detection: From Perspective Transformation to Disparity Map Segmentation

2020-12-19 · Rui Fan, Umar Ozgunalp, YuAn Wang, Ming Liu 외

Potholes are one of the most common forms of road damage, which can severely affect driving comfort, road safety and vehicle condition. Pothole detection is typically performed by either structural engineers or certified…

3D ReconstructionClusteringGPUSuperpixels

Real-Time Pothole Detection Using Deep Learning

2021-07-13 · Anas Al Shaghouri, Rami Alkhatib, Samir Berjaoui

Roads are connecting line between different places, and used daily. Roads' periodic maintenance keeps them safe and functional. Detecting and reporting the existence of potholes to responsible departments can help in eli…

Deep Learningobject-detectionObject DetectionSelf-Driving Cars

SBP-YOLO:A Lightweight Real-Time Model for Detecting Speed Bumps and Potholes toward Intelligent Vehicle Suspension Systems

2025-08-02 · Chuanqi Liang, Jie Fu, Miao Yu, Lei Luo arxiv

Speed bumps and potholes are the most common road anomalies, significantly affecting ride comfort and vehicle stability. Preview-based suspension control mitigates their impact by detecting such irregularities in advance…

Knowledge DistillationObject Detection

Bayesian Optimization Meets Self-Distillation

2023-04-25 · ICCV 2023 1 · Hyunjae Lee, Heon Song, Hyeonsoo Lee, Gi-hyeon Lee 외

Bayesian optimization (BO) has contributed greatly to improving model performance by suggesting promising hyperparameter configurations iteratively based on observations from multiple training trials. However, only parti…

Bayesian Optimizationimage-classificationImage ClassificationLearning with noisy labels+1