LGDec 11, 2020

When is Memorization of Irrelevant Training Data Necessary for High-Accuracy Learning?

arXiv:2012.06421v2127 citations
AI Analysis

This work addresses a foundational question for machine learning practitioners and researchers regarding the necessity of memorization in complex models, especially concerning privacy and generalization.

This paper investigates whether memorization of irrelevant training data is necessary for high-accuracy learning. It identifies prediction problems where any sufficiently accurate algorithm must encode nearly all information from a large subset of training examples, even if most of it is irrelevant to the task.

Modern machine learning models are complex and frequently encode surprising amounts of information about individual inputs. In extreme cases, complex models appear to memorize entire input examples, including seemingly irrelevant information (social security numbers from text, for example). In this paper, we aim to understand whether this sort of memorization is necessary for accurate learning. We describe natural prediction problems in which every sufficiently accurate training algorithm must encode, in the prediction model, essentially all the information about a large subset of its training examples. This remains true even when the examples are high-dimensional and have entropy much higher than the sample size, and even when most of that information is ultimately irrelevant to the task at hand. Further, our results do not depend on the training algorithm or the class of models used for learning. Our problems are simple and fairly natural variants of the next-symbol prediction and the cluster labeling tasks. These tasks can be seen as abstractions of text- and image-related prediction problems. To establish our results, we reduce from a family of one-way communication problems for which we prove new information complexity lower bounds. Additionally, we present synthetic-data experiments demonstrating successful attacks on logistic regression and neural network classifiers.

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