MLITLGFeb 21, 2019

Correspondence Analysis Using Neural Networks

arXiv:1902.07828v110 citations
Originality Incremental advance
AI Analysis

This provides a scalable tool for interpretability and visualization in fields like epidemiology and social sciences, though it is an incremental improvement by applying neural networks to an existing statistical method.

The paper tackled the scalability limitations of correspondence analysis (CA) for large, high-dimensional datasets by reformulating it as a functional optimization problem solvable with neural networks, resulting in CA-NN, which outperforms traditional methods on datasets like food recipes and images.

Correspondence analysis (CA) is a multivariate statistical tool used to visualize and interpret data dependencies. CA has found applications in fields ranging from epidemiology to social sciences. However, current methods used to perform CA do not scale to large, high-dimensional datasets. By re-interpreting the objective in CA using an information-theoretic tool called the principal inertia components, we demonstrate that performing CA is equivalent to solving a functional optimization problem over the space of finite variance functions of two random variable. We show that this optimization problem, in turn, can be efficiently approximated by neural networks. The resulting formulation, called the correspondence analysis neural network (CA-NN), enables CA to be performed at an unprecedented scale. We validate the CA-NN on synthetic data, and demonstrate how it can be used to perform CA on a variety of datasets, including food recipes, wine compositions, and images. Our results outperform traditional methods used in CA, indicating that CA-NN can serve as a new, scalable tool for interpretability and visualization of complex dependencies between random variables.

Code Implementations2 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