Categorical Feature Compression via Submodular Optimization

04/30/2019
by   MohammadHossein Bateni, et al.
0

In the era of big data, learning from categorical features with very large vocabularies (e.g., 28 million for the Criteo click prediction dataset) has become a practical challenge for machine learning researchers and practitioners. We design a highly-scalable vocabulary compression algorithm that seeks to maximize the mutual information between the compressed categorical feature and the target binary labels and we furthermore show that its solution is guaranteed to be within a 1-1/e ≈ 63% factor of the global optimal solution. To achieve this, we introduce a novel re-parametrization of the mutual information objective, which we prove is submodular, and design a data structure to query the submodular function in amortized O( n ) time (where n is the input vocabulary size). Our complete algorithm is shown to operate in O(n n ) time. Additionally, we design a distributed implementation in which the query data structure is decomposed across O(k) machines such that each machine only requires O(n/k) space, while still preserving the approximation guarantee and using only logarithmic rounds of computation. We also provide analysis of simple alternative heuristic compression methods to demonstrate they cannot achieve any approximation guarantee. Using the large-scale Criteo learning task, we demonstrate better performance in retaining mutual information and also verify competitive learning performance compared to other baseline methods.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/20/2018

Submodular Maximization with Optimal Approximation, Adaptivity and Query Complexity

As a generalization of many classic problems in combinatorial optimizati...
research
06/27/2020

Submodular Combinatorial Information Measures with Applications in Machine Learning

Information-theoretic quantities like entropy and mutual information hav...
research
07/04/2012

A submodular-supermodular procedure with applications to discriminative structure learning

In this paper, we present an algorithm for minimizing the difference bet...
research
10/02/2018

Submodular Optimization in the MapReduce Model

Submodular optimization has received significant attention in both pract...
research
11/03/2022

Optimal Compression for Minimizing Classification Error Probability: an Information-Theoretic Approach

We formulate the problem of performing optimal data compression under th...
research
01/04/2018

Modeling Log-linear and Logit Models in Categorical Data Analysis

The association between categorical variables is analyzed using the mutu...
research
06/06/2020

Chromatic Learning for Sparse Datasets

Learning over sparse, high-dimensional data frequently necessitates the ...

Please sign up or login with your details

Forgot password? Click here to reset