English

FANOK: Knockoffs in Linear Time

Machine Learning 2020-06-17 v1 Methodology Machine Learning

Abstract

We describe a series of algorithms that efficiently implement Gaussian model-X knockoffs to control the false discovery rate on large scale feature selection problems. Identifying the knockoff distribution requires solving a large scale semidefinite program for which we derive several efficient methods. One handles generic covariance matrices, has a complexity scaling as O(p3)O(p^3) where pp is the ambient dimension, while another assumes a rank kk factor model on the covariance matrix to reduce this complexity bound to O(pk2)O(pk^2). We also derive efficient procedures to both estimate factor models and sample knockoff covariates with complexity linear in the dimension. We test our methods on problems with pp as large as 500,000500,000.

Keywords

Cite

@article{arxiv.2006.08790,
  title  = {FANOK: Knockoffs in Linear Time},
  author = {Armin Askari and Quentin Rebjock and Alexandre d'Aspremont and Laurent El Ghaoui},
  journal= {arXiv preprint arXiv:2006.08790},
  year   = {2020}
}

Comments

For code see https://github.com/qrebjock/fanok

R2 v1 2026-06-23T16:21:17.476Z