CVDec 1, 2016

In Teacher We Trust: Learning Compressed Models for Pedestrian Detection

arXiv:1612.00478v19 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient pedestrian detection models in applications like autonomous driving, though it is incremental as it builds on existing Knowledge Distillation methods.

The paper tackled the problem of standard Knowledge Distillation being ineffective for learning small models in pedestrian detection by introducing a higher-dimensional hint layer, a loss function incorporating output uncertainty, and hand-designed features, resulting in a model with 400x fewer parameters that outperforms AlexNet on the Caltech Pedestrian Dataset.

Deep convolutional neural networks continue to advance the state-of-the-art in many domains as they grow bigger and more complex. It has been observed that many of the parameters of a large network are redundant, allowing for the possibility of learning a smaller network that mimics the outputs of the large network through a process called Knowledge Distillation. We show, however, that standard Knowledge Distillation is not effective for learning small models for the task of pedestrian detection. To improve this process, we introduce a higher-dimensional hint layer to increase information flow. We also estimate the variance in the outputs of the large network and propose a loss function to incorporate this uncertainty. Finally, we attempt to boost the complexity of the small network without increasing its size by using as input hand-designed features that have been demonstrated to be effective for pedestrian detection. We succeed in training a model that contains $400\times$ fewer parameters than the large network while outperforming AlexNet on the Caltech Pedestrian Dataset.

Foundations

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

Your Notes