paper-with-me

홈 › Papers

Max-Sliced Mutual Information

2023-09-28 · NeurIPS 2023 11

Quantifying the dependence between high-dimensional random variables is central to statistical learning and inference. Two classical methods are canonical correlation analysis (CCA), which identifies maximally correlated projected versions of the original variables, and Shannon's mutual information, which is a universal dependence measure that also captures high-order dependencies. However, CCA only accounts for linear dependence, which may be insufficient for certain applications, while mutual information is often infeasible to compute/estimate in high dimensions. This work proposes a middle ground in the form of a scalable information-theoretic generalization of CCA, termed max-sliced mutual information (mSMI). mSMI equals the maximal mutual information between low-dimensional projections of the high-dimensional variables, which reduces back to CCA in the Gaussian case. It enjoys the best of both worlds: capturing intricate dependencies in the data while being amenable to fast computation and scalable estimation from samples. We show that mSMI retains favorable structural properties of Shannon's mutual information, like variational forms and identification of independence. We then study statistical estimation of mSMI, propose an efficiently computable neural estimator, and couple it with formal non-asymptotic error bounds. We present experiments that demonstrate the utility of mSMI for several tasks, encompassing independence testing, multi-view representation learning, algorithmic fairness, and generative modeling. We observe that mSMI consistently outperforms competing methods with little-to-no computational overhead.

📄 PDF Abstract BibTeX arXiv:2309.16200

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessRepresentation Learning

Similar Papers 제목 키워드 기반

Curse of Slicing: Why Sliced Mutual Information is a Deceptive Measure of Statistical Dependence

2025-06-04 · Alexander Semenenko, Ivan Butakov, Alexey Frolov, Ivan Oseledets

Sliced Mutual Information (SMI) is widely used as a scalable alternative to mutual information for measuring non-linear statistical dependence. Despite its advantages, such as faster convergence, robustness to high dimen…

Benchmarking

k-Sliced Mutual Information: A Quantitative Study of Scalability with Dimension

2022-06-17 · Ziv Goldfeld, Kristjan Greenewald, Theshani Nuradha, Galen Reeves

Sliced mutual information (SMI) is defined as an average of mutual information (MI) terms between one-dimensional random projections of the random variables. It serves as a surrogate measure of dependence to classic MI t…

Functional sufficient dimension reduction through information maximization with application to classification

2023-05-18 · Xinyu Li, Jianjun Xu, Wenquan Cui, Haoyang Cheng

Considering the case where the response variable is a categorical variable and the predictor is a random function, two novel functional sufficient dimensional reduction (FSDR) methods are proposed based on mutual informa…

Dimensionality Reduction

Slicing Mutual Information Generalization Bounds for Neural Networks

2024-06-06 · Kimia Nadjahi, Kristjan Greenewald, Rickard Brüel Gabrielsson, Justin Solomon

The ability of machine learning (ML) algorithms to generalize well to unseen data has been studied through the lens of information theory, by bounding the generalization error with the input-output mutual information (MI…

Generalization BoundsModel Compression

Revisiting Sliced Wasserstein on Images: From Vectorization to Convolution

2022-04-04 · Khai Nguyen, Nhat Ho

The conventional sliced Wasserstein is defined between two probability measures that have realizations as vectors. When comparing two probability measures over images, practitioners first need to vectorize images and the…