LGCLFeb 19, 2024

Induced Model Matching: Restricted Models Help Train Full-Featured Models

arXiv:2402.12513v2h-index: 12NIPS
Originality Incremental advance
AI Analysis

This addresses a common scenario in machine learning where restricted data or models are cheaper or easier to obtain, offering a method to enhance full model training, though it appears incremental as it builds on prior approaches like noising and knowledge distillation.

The paper tackles the problem of leveraging accurate but restricted-feature models to improve training of full-featured models, introducing Induced Model Matching (IMM) to align the restricted version of the large model with the restricted model, and demonstrates its applicability in language modeling and RL with improved performance.

We consider scenarios where a very accurate (often small) predictive model using restricted features is available when training a full-featured (often larger) model. This restricted model may be thought of as side-information'', and can come either from an auxiliary dataset or from the same dataset by forcing the restriction. How can the restricted model be useful to the full model? To answer this, we introduce a methodology called Induced Model Matching (IMM). IMM aligns the context-restricted, or induced, version of the large model with the restricted model. We relate IMM to approaches such as noising, which is implicit in addressing the problem, and reverse knowledge distillation from weak teachers, which is explicit but does not exploit restriction being the nature of the weakness. We show that these prior methods can be thought of as approximations to IMM and can be problematic in terms of consistency. Experimentally, we first motivate IMM using logistic regression as a toy example. We then explore it in language modeling, the application that initially inspired it, and demonstrate it on both LSTM and transformer full models, using bigrams as restricted models. We lastly give a simple RL example, which shows that POMDP policies can help learn better MDP policies. The IMM principle is thus generally applicable in common scenarios where restricted data is cheaper to collect or restricted models are easier to learn.

Code Implementations3 repos
Foundations

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

Your Notes