LGAINov 2, 2022

Concrete Score Matching: Generalized Score Matching for Discrete Data

arXiv:2211.00802v2145 citationsh-index: 94
Originality Incremental advance
AI Analysis

This addresses the challenge of modeling discrete data for researchers and practitioners in machine learning, offering a novel method that is incremental in extending score matching to discrete settings.

The authors tackled the problem of representing probability distributions in discrete domains where traditional gradient-based scores are undefined, by proposing the Concrete score and a matching learning framework, and demonstrated its efficacy on density estimation tasks across synthetic, tabular, and high-dimensional image datasets with favorable performance relative to baselines.

Representing probability distributions by the gradient of their density functions has proven effective in modeling a wide range of continuous data modalities. However, this representation is not applicable in discrete domains where the gradient is undefined. To this end, we propose an analogous score function called the "Concrete score", a generalization of the (Stein) score for discrete settings. Given a predefined neighborhood structure, the Concrete score of any input is defined by the rate of change of the probabilities with respect to local directional changes of the input. This formulation allows us to recover the (Stein) score in continuous domains when measuring such changes by the Euclidean distance, while using the Manhattan distance leads to our novel score function in discrete domains. Finally, we introduce a new framework to learn such scores from samples called Concrete Score Matching (CSM), and propose an efficient training objective to scale our approach to high dimensions. Empirically, we demonstrate the efficacy of CSM on density estimation tasks on a mixture of synthetic, tabular, and high-dimensional image datasets, and demonstrate that it performs favorably relative to existing baselines for modeling discrete data.

Foundations

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

Your Notes