paper-with-me

홈 › Papers

Neural Networks Are More Productive Teachers Than Human Raters: Active Mixup for Data-Efficient Knowledge Distillation from a Blackbox Model

2020-03-31 · CVPR 2020 6 · Dongdong Wang, Yandong Li, Liqiang Wang, Boqing Gong

We study how to train a student deep neural network for visual recognition by distilling knowledge from a blackbox teacher model in a data-efficient manner. Progress on this problem can significantly reduce the dependence on large-scale datasets for learning high-performing visual recognition models. There are two major challenges. One is that the number of queries into the teacher model should be minimized to save computational and/or financial costs. The other is that the number of images used for the knowledge distillation should be small; otherwise, it violates our expectation of reducing the dependence on large-scale datasets. To tackle these challenges, we propose an approach that blends mixup and active learning. The former effectively augments the few unlabeled images by a big pool of synthetic images sampled from the convex hull of the original images, and the latter actively chooses from the pool hard examples for the student neural network and query their labels from the teacher model. We validate our approach with extensive experiments.

📄 PDF Abstract BibTeX arXiv:2003.13960

Code (1)

dwang181/active-mixup 공식 구현 pytorch

Tasks

Active LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

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.…
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Using Large Language Models to Assess Teachers' Pedagogical Content Knowledge

2025-05-25 · Yaxuan Yang, Shiyu Wang, Xiaoming Zhai

Assessing teachers' pedagogical content knowledge (PCK) through performance-based tasks is both time and effort-consuming. While large language models (LLMs) offer new opportunities for efficient automatic scoring, littl…

Designing for human-AI complementarity in K-12 education

2021-04-02 · Kenneth Holstein, Vincent Aleven

Recent work has explored how complementary strengths of humans and artificial intelligence (AI) systems might be productively combined. However, successful forms of human-AI partnership have rarely been demonstrated in r…

Decision Making

Assessing Student Errors in Experimentation Using Artificial Intelligence and Large Language Models: A Comparative Study with Human Raters

2023-08-11 · Arne Bewersdorff, Kathrin Seßler, Armin Baur, Enkelejda Kasneci 외

Identifying logical errors in complex, incomplete or even contradictory and overall heterogeneous data like students' experimentation protocols is challenging. Recognizing the limitations of current evaluation methods, w…

valid

Large Language Models in Student Assessment: Comparing ChatGPT and Human Graders

2024-06-24 · Magnus Lundgren

This study investigates the efficacy of large language models (LLMs) as tools for grading master-level student essays. Utilizing a sample of 60 essays in political science, the study compares the accuracy of grades sugge…

Prompt Engineering

Towards Adaptive Feedback with AI: Comparing the Feedback Quality of LLMs and Teachers on Experimentation Protocols

2025-02-18 · Kathrin Seßler, Arne Bewersdorff, Claudia Nerdel, Enkelejda Kasneci

Effective feedback is essential for fostering students' success in scientific inquiry. With advancements in artificial intelligence, large language models (LLMs) offer new possibilities for delivering instant and adaptiv…