Efficient List-Decodable Regression using Batches
Abhimanyu Das, Ayush Jain, Weihao Kong, Rajat Sen

TL;DR
This paper introduces a polynomial time algorithm for list-decodable linear regression using batch data, effectively handling a majority of adversarial or arbitrary batches under general distribution assumptions.
Contribution
It presents the first polynomial time algorithm for list-decodable regression leveraging batch structure, improving robustness over prior non-batch methods.
Findings
Algorithm works with 1/ genuine batches
Returns a small list with a close approximation to the true parameter
Demonstrates batch structure's utility in robust regression
Abstract
We begin the study of list-decodable linear regression using batches. In this setting only an fraction of the batches are genuine. Each genuine batch contains i.i.d. samples from a common unknown distribution and the remaining batches may contain arbitrary or even adversarial samples. We derive a polynomial time algorithm that for any returns a list of size such that one of the items in the list is close to the true regression parameter. The algorithm requires only genuine batches and works under fairly general assumptions on the distribution. The results demonstrate the utility of batch structure, which allows for the first polynomial time algorithm for list-decodable regression, which may be impossible for the non-batch setting, as suggested by a recent SQ lower bound…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsSARS-CoV-2 detection and testing · Computational Drug Discovery Methods · Machine Learning and Algorithms
MethodsLinear Regression
