CLAILGOct 10, 2020

Structural Knowledge Distillation: Tractably Distilling Information for Structured Predictor

arXiv:2010.05010v4719 citations
Originality Incremental advance
AI Analysis

This addresses a computational bottleneck for researchers and practitioners applying knowledge distillation to structured prediction tasks, representing an incremental improvement.

The paper tackles the intractability of knowledge distillation for structured prediction by deriving a factorized objective, demonstrating its tractability and empirical effectiveness across four scenarios involving sequence labeling and dependency parsing models.

Knowledge distillation is a critical technique to transfer knowledge between models, typically from a large model (the teacher) to a more fine-grained one (the student). The objective function of knowledge distillation is typically the cross-entropy between the teacher and the student's output distributions. However, for structured prediction problems, the output space is exponential in size; therefore, the cross-entropy objective becomes intractable to compute and optimize directly. In this paper, we derive a factorized form of the knowledge distillation objective for structured prediction, which is tractable for many typical choices of the teacher and student models. In particular, we show the tractability and empirical effectiveness of structural knowledge distillation between sequence labeling and dependency parsing models under four different scenarios: 1) the teacher and student share the same factorization form of the output structure scoring function; 2) the student factorization produces more fine-grained substructures than the teacher factorization; 3) the teacher factorization produces more fine-grained substructures than the student factorization; 4) the factorization forms from the teacher and the student are incompatible.

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