paper-with-me

Papers

Missing Data Multiple Imputation for Tabular Q-Learning in Online RL

2025-10-12 · Kyla Chasalow, Skyler Wu, Susan Murphy arxiv

Missing data in online reinforcement learning (RL) poses challenges compared to missing data in standard tabular data or in offline policy learning. The need to impute and act at each time step means that imputation cannot be put off until enough data exist to produce stable imputation models. It also means future data collection and learning depend on previous imputations. This paper proposes fully online imputation ensembles. We find that maintaining multiple imputation pathways may help balance the need to capture uncertainty under missingness and the need for efficiency in online settings. We consider multiple approaches for incorporating these pathways into learning and action selection. Using a Grid World experiment with various types of missingness, we provide preliminary evidence that multiple imputation pathways may be a useful framework for constructing simple and efficient online missing data RL methods.

📄 PDF Abstract BibTeX arXiv:2510.10709

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Impute-MACFM: Imputation based on Mask-Aware Flow Matching

2025-09-27 · Dengyi Liu, Honggang Wang, Hua Fang arxiv

Tabular data are central to many applications, especially longitudinal data in healthcare, where missing values are common, undermining model fidelity and reliability. Prior imputation methods either impose restrictive a…

No Imputation of Missing Values In Tabular Data Classification Using Incremental Learning

2025-04-20 · Manar D. Samad, Kazi Fuad B. Akhter, Shourav B. Rabbani, Ibna Kowsar

Tabular data sets with varying missing values are prepared for machine learning using an arbitrary imputation strategy. Synthetic values generated by imputation models often concern data stakeholders about computational …

ImputationIncremental LearningMissing Values

Missing Value Estimation using Clustering and Deep Learning within Multiple Imputation Framework

2022-02-28 · Manar D Samad, Sakib Abrar, Norou Diawara

Missing values in tabular data restrict the use and performance of machine learning, requiring the imputation of missing values. The most popular imputation algorithm is arguably multiple imputations using chains of equa…

ClusteringEnsemble LearningImputationMissing Values

DeepIFSAC: Deep Imputation of Missing Values Using Feature and Sample Attention within Contrastive Framework

2025-01-19 · Ibna Kowsar, Shourav B. Rabbani, Yina Hou, Manar D. Samad

Missing values of varying patterns and rates in real-world tabular data pose a significant challenge in developing reliable data-driven models. The most commonly used statistical and machine learning methods for missing …

Contrastive LearningData AugmentationImputationMissing Values

DiffImpute: Tabular Data Imputation With Denoising Diffusion Probabilistic Model

2024-03-20 · Yizhu Wen, Kai Yi, Jing Ke, Yiqing Shen

Tabular data plays a crucial role in various domains but often suffers from missing values, thereby curtailing its potential utility. Traditional imputation techniques frequently yield suboptimal results and impose subst…

DenoisingImputationMissing Values