MLDCLGJul 7, 2023

Scalable High-Dimensional Multivariate Linear Regression for Feature-Distributed Data

arXiv:2307.03410v22 citationsh-index: 50
AI Analysis

This addresses the challenge of handling large-scale, feature-partitioned datasets in applications like finance, though it is incremental as it builds on existing regression methods with a focus on scalability.

The paper tackles the problem of performing multivariate linear regression on feature-distributed data by proposing a two-stage relaxed greedy algorithm (TSRGA), which achieves scalability by having communication complexity independent of feature dimension and is validated through simulation experiments.

Feature-distributed data, referred to data partitioned by features and stored across multiple computing nodes, are increasingly common in applications with a large number of features. This paper proposes a two-stage relaxed greedy algorithm (TSRGA) for applying multivariate linear regression to such data. The main advantage of TSRGA is that its communication complexity does not depend on the feature dimension, making it highly scalable to very large data sets. In addition, for multivariate response variables, TSRGA can be used to yield low-rank coefficient estimates. The fast convergence of TSRGA is validated by simulation experiments. Finally, we apply the proposed TSRGA in a financial application that leverages unstructured data from the 10-K reports, demonstrating its usefulness in applications with many dense large-dimensional matrices.

Foundations

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

Your Notes