Policy Learning Using Weak Supervision
Jingkang Wang, Hongyi Guo, Zhaowei Zhu, Yang Liu

TL;DR
This paper introduces a unified framework for policy learning that effectively utilizes cheap, imperfect weak supervision signals by evaluating policies through correlated agreement with peer agents, improving performance in noisy and complex environments.
Contribution
It proposes a novel approach that treats weak supervision as imperfect peer information and evaluates policies via correlated agreement, with theoretical guarantees and broad empirical validation.
Findings
Significant performance improvements in noisy RL and weak BC scenarios
Effective handling of high complexity and noise in learning environments
Theoretical guarantees for policy evaluation with weak supervision
Abstract
Most existing policy learning solutions require the learning agents to receive high-quality supervision signals such as well-designed rewards in reinforcement learning (RL) or high-quality expert demonstrations in behavioral cloning (BC). These quality supervisions are usually infeasible or prohibitively expensive to obtain in practice. We aim for a unified framework that leverages the available cheap weak supervisions to perform policy learning efficiently. To handle this problem, we treat the "weak supervision" as imperfect information coming from a peer agent, and evaluate the learning agent's policy based on a "correlated agreement" with the peer agent's policy (instead of simple agreements). Our approach explicitly punishes a policy for overfitting to the weak supervision. In addition to theoretical guarantees, extensive evaluations on tasks including RL with noisy rewards, BC with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
