paper-with-me

Papers

Data-Driven Offline Decision-Making via Invariant Representation Learning

2022-11-21 · Han Qi, Yi Su, Aviral Kumar, Sergey Levine

The goal in offline data-driven decision-making is synthesize decisions that optimize a black-box utility function, using a previously-collected static dataset, with no active interaction. These problems appear in many forms: offline reinforcement learning (RL), where we must produce actions that optimize the long-term reward, bandits from logged data, where the goal is to determine the correct arm, and offline model-based optimization (MBO) problems, where we must find the optimal design provided access to only a static dataset. A key challenge in all these settings is distributional shift: when we optimize with respect to the input into a model trained from offline data, it is easy to produce an out-of-distribution (OOD) input that appears erroneously good. In contrast to prior approaches that utilize pessimism or conservatism to tackle this problem, in this paper, we formulate offline data-driven decision-making as domain adaptation, where the goal is to make accurate predictions for the value of optimized decisions ("target domain"), when training only on the dataset ("source domain"). This perspective leads to invariant objective models (IOM), our approach for addressing distributional shift by enforcing invariance between the learned representations of the training dataset and optimized decisions. In IOM, if the optimized decisions are too different from the training dataset, the representation will be forced to lose much of the information that distinguishes good designs from bad ones, making all choices seem mediocre. Critically, when the optimizer is aware of this representational tradeoff, it should choose not to stray too far from the training distribution, leading to a natural trade-off between distributional shift and learning performance.

📄 PDF Abstract BibTeX arXiv:2211.11349

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDomain AdaptationReinforcement Learning (RL)Representation Learning

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

O3D: Offline Data-driven Discovery and Distillation for Sequential Decision-Making with Large Language Models

2023-10-22 · Yuchen Xiao, Yanchao Sun, Mengda Xu, Udari Madhushani 외

Recent advancements in large language models (LLMs) have exhibited promising performance in solving sequential decision-making problems. By imitating few-shot examples provided in the prompts (i.e., in-context learning),…

Decision MakingIn-Context LearningSequential Decision Making

On The Statistical Complexity of Offline Decision-Making

2025-01-10 · Thanh Nguyen-Tang, Raman Arora

We study the statistical complexity of offline decision-making with function approximation, establishing (near) minimax-optimal rates for stochastic contextual bandits and Markov decision processes. The performance limit…

Decision MakingMulti-Armed Bandits

Invariant Lipschitz Bandits: A Side Observation Approach

2022-12-14 · Nam Phuong Tran, Long Tran-Thanh

Symmetry arises in many optimization and decision-making problems, and has attracted considerable attention from the optimization community: By utilizing the existence of such symmetries, the process of searching for opt…

Decision MakingSequential Decision Making

Selecting Offline Reinforcement Learning Algorithms for Stochastic Network Control

2026-03-04 · Nicolas Helson, Pegah Alizadeh, Anastasios Giovanidis arxiv

Offline Reinforcement Learning (RL) is a promising approach for next-generation wireless networks, where online exploration is unsafe and large amounts of operational data can be reused across the model lifecycle. Howeve…

Reinforcement LearningOffline RL

Robust Data-Driven Moving Horizon Estimation for Linear Discrete-Time Systems

2022-10-17 · Tobias M. Wolff, Victor G. Lopez, Matthias A. Müller

In this paper, a robust data-driven moving horizon estimation (MHE) scheme for linear time-invariant discrete-time systems is introduced. The scheme solely relies on offline collected data without employing any system id…