CVIVNov 2, 2020

Data-free Knowledge Distillation for Segmentation using Data-Enriching GAN

arXiv:2011.00809v14 citations
AI Analysis

This work addresses the challenge of distilling knowledge for segmentation without access to the original training data, which is incremental as it extends data-free techniques from classification to segmentation.

The paper tackles data-free knowledge distillation for segmentation tasks by proposing a novel loss function and training framework to address class imbalance, achieving a 6.93% improvement in Mean IoU over prior methods.

Distilling knowledge from huge pre-trained networks to improve the performance of tiny networks has favored deep learning models to be used in many real-time and mobile applications. Several approaches that demonstrate success in this field have made use of the true training dataset to extract relevant knowledge. In absence of the True dataset, however, extracting knowledge from deep networks is still a challenge. Recent works on data-free knowledge distillation demonstrate such techniques on classification tasks. To this end, we explore the task of data-free knowledge distillation for segmentation tasks. First, we identify several challenges specific to segmentation. We make use of the DeGAN training framework to propose a novel loss function for enforcing diversity in a setting where a few classes are underrepresented. Further, we explore a new training framework for performing knowledge distillation in a data-free setting. We get an improvement of 6.93% in Mean IoU over previous approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes