paper-with-me

Papers

DeepDRK: Deep Dependency Regularized Knockoff for Feature Selection

2024-02-27 · Hongyu Shen, Yici Yan, Zhizhen Zhao

Model-X knockoff has garnered significant attention among various feature selection methods due to its guarantees for controlling the false discovery rate (FDR). Since its introduction in parametric design, knockoff techniques have evolved to handle arbitrary data distributions using deep learning-based generative models. However, we have observed limitations in the current implementations of the deep Model-X knockoff framework. Notably, the "swap property" that knockoffs require often faces challenges at the sample level, resulting in diminished selection power. To address these issues, we develop "Deep Dependency Regularized Knockoff (DeepDRK)," a distribution-free deep learning method that effectively balances FDR and power. In DeepDRK, we introduce a novel formulation of the knockoff model as a learning problem under multi-source adversarial attacks. By employing an innovative perturbation technique, we achieve lower FDR and higher power. Our model outperforms existing benchmarks across synthetic, semi-synthetic, and real-world datasets, particularly when sample sizes are small and data distributions are non-Gaussian.

📄 PDF Abstract BibTeX arXiv:2402.17176

Code (1)

nowonder2000/deepdrk 공식 구현 pytorch

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Sobolev Independence Criterion

2019-10-31 · NeurIPS 2019 12 · Youssef Mroueh, Tom Sercu, Mattia Rigotti, Inkit Padhi 외

We propose the Sobolev Independence Criterion (SIC), an interpretable dependency measure between a high dimensional random variable X and a response variable Y . SIC decomposes to the sum of feature importance scores and…

Feature Importancefeature selection

Knockoff-Inspired Feature Selection via Generative Models

2019-09-25 · Marco F. Duarte, Siwei Feng

We propose a feature selection algorithm for supervised learning inspired by the recently introduced knockoff framework for variable selection in statistical regression. While variable selection in statistics aims to d…

feature selectionVariable Selection

Error-based Knockoffs Inference for Controlled Feature Selection

2022-03-09 · Xuebin Zhao, Hong Chen, Yingjie Wang, Weifu Li 외

Recently, the scheme of model-X knockoffs was proposed as a promising solution to address controlled feature selection under high-dimensional finite-sample settings. However, the procedure of model-X knockoffs depends he…

Feature Importancefeature selection

KnockoffGAN: Generating Knockoffs for Feature Selection using Generative Adversarial Networks

2019-05-01 · ICLR 2019 5 · James Jordon, Jinsung Yoon, Mihaela van der Schaar

Feature selection is a pervasive problem. The discovery of relevant features can be as important for performing a particular task (such as to avoid overfitting in prediction) as it can be for understanding the underlying…

feature selection

Improving the Stability of the Knockoff Procedure: Multiple Simultaneous Knockoffs and Entropy Maximization

2018-10-26 · Jaime Roquero Gimenez, James Zou

The Model-X knockoff procedure has recently emerged as a powerful approach for feature selection with statistical guarantees. The advantage of knockoff is that if we have a good model of the features X, then we can ident…

feature selection