AIHCLGSep 15, 2018

Incorporating Behavioral Constraints in Online AI Systems

arXiv:1809.05720v174 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of ensuring AI systems in real-world applications adhere to external constraints, though it is incremental as it builds on existing bandit frameworks.

The paper tackles the problem of AI systems needing to follow behavioral constraints (e.g., regulations, ethics) while learning online from rewards, and it introduces an agent that learns constraints from observation and uses them to guide decisions, with experiments showing it maintains reward performance without significant degradation.

AI systems that learn through reward feedback about the actions they take are increasingly deployed in domains that have significant impact on our daily life. However, in many cases the online rewards should not be the only guiding criteria, as there are additional constraints and/or priorities imposed by regulations, values, preferences, or ethical principles. We detail a novel online agent that learns a set of behavioral constraints by observation and uses these learned constraints as a guide when making decisions in an online setting while still being reactive to reward feedback. To define this agent, we propose to adopt a novel extension to the classical contextual multi-armed bandit setting and we provide a new algorithm called Behavior Constrained Thompson Sampling (BCTS) that allows for online learning while obeying exogenous constraints. Our agent learns a constrained policy that implements the observed behavioral constraints demonstrated by a teacher agent, and then uses this constrained policy to guide the reward-based online exploration and exploitation. We characterize the upper bound on the expected regret of the contextual bandit algorithm that underlies our agent and provide a case study with real world data in two application domains. Our experiments show that the designed agent is able to act within the set of behavior constraints without significantly degrading its overall reward performance.

Foundations

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

Your Notes