paper-with-me

Papers

Sequential Knockoffs for Variable Selection in Reinforcement Learning

2023-03-24 · Tao Ma, Jin Zhu, Hengrui Cai, Zhengling Qi, Yunxiao Chen, Chengchun Shi, Eric B. Laber

In real-world applications of reinforcement learning, it is often challenging to obtain a state representation that is parsimonious and satisfies the Markov property without prior knowledge. Consequently, it is common practice to construct a state larger than necessary, e.g., by concatenating measurements over contiguous time points. However, needlessly increasing the dimension of the state may slow learning and obfuscate the learned policy. We introduce the notion of a minimal sufficient state in a Markov decision process (MDP) as the subvector of the original state under which the process remains an MDP and shares the same reward function as the original process. We propose a novel SEquEntial Knockoffs (SEEK) algorithm that estimates the minimal sufficient state in a system with high-dimensional complex nonlinear dynamics. In large samples, the proposed method achieves selection consistency. As the method is agnostic to the reinforcement learning algorithm being applied, it benefits downstream tasks such as policy learning. Empirical experiments verify theoretical results and show the proposed approach outperforms several competing methods regarding variable selection accuracy and regret.

📄 PDF Abstract BibTeX arXiv:2303.14281

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningVariable Selection

Similar Papers 제목 키워드 기반

Missing Value Knockoffs

2022-02-26 · Deniz Koyuncu, Bülent Yener

One limitation of the most statistical/machine learning-based variable selection approaches is their inability to control the false selections. A recently introduced framework, model-x knockoffs, provides that to a wide …

ImputationMissing ValuesVariable Selection

ARK: Robust Knockoffs Inference with Coupling

2023-07-10 · Yingying Fan, Lan Gao, Jinchi Lv

We investigate the robustness of the model-X knockoffs framework with respect to the misspecified or estimated feature distribution. We achieve such a goal by theoretically studying the feature selection performance of a…

feature selection

DeepLINK-T: deep learning inference for time series data using knockoffs and LSTM

2024-04-05 · Wenxuan Zuo, Zifan Zhu, Yuxuan Du, Yi-Chun Yeh 외

High-dimensional longitudinal time series data is prevalent across various real-world applications. Many such applications can be modeled as regression problems with high-dimensional time series covariates. Deep learning…

Deep Learningfeature selectionregressionTime Series+1

False Discovery Proportion control for aggregated Knockoffs

2023-09-21 · NeurIPS 2023 11

Controlled variable selection is an important analytical step in various scientific fields, such as brain imaging or genomics. In these high-dimensional data settings, considering too many variables leads to poor models …

Deep Knockoffs

2018-11-16 · Yaniv Romano, Matteo Sesia, Emmanuel J. Candès

This paper introduces a machine for sampling approximate model-X knockoffs for arbitrary and unspecified data distributions using deep generative models. The main idea is to iteratively refine a knockoff sampling mechani…

Variable Selection