LGSep 19, 2024

Disentangling Recognition and Decision Regrets in Image-Based Reinforcement Learning

arXiv:2409.13108v2h-index: 11
Originality Incremental advance
AI Analysis

This work addresses a specific issue in image-based RL for researchers, but it is incremental as it builds on existing concepts to provide a diagnostic framework.

The paper tackled the problem of observational overfitting in image-based reinforcement learning by introducing recognition and decision regrets to disentangle errors from poor feature extraction versus poor decision-making, demonstrating examples in maze environments and Atari Pong.

In image-based reinforcement learning (RL), policies usually operate in two steps: first extracting lower-dimensional features from raw images (the "recognition" step), and then taking actions based on the extracted features (the "decision" step). Extracting features that are spuriously correlated with performance or irrelevant for decision-making can lead to poor generalization performance, known as observational overfitting in image-based RL. In such cases, it can be hard to quantify how much of the error can be attributed to poor feature extraction vs. poor decision-making. To disentangle the two sources of error, we introduce the notions of recognition regret and decision regret. Using these notions, we characterize and disambiguate the two distinct causes behind observational overfitting: over-specific representations, which include features that are not needed for optimal decision-making (leading to high decision regret), vs. under-specific representations, which only include a limited set of features that were spuriously correlated with performance during training (leading to high recognition regret). Finally, we provide illustrative examples of observational overfitting due to both over-specific and under-specific representations in maze environments and the Atari game Pong.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes