Proximal Policy Optimisation Explained Blog

[TOC] Title: Proximal Policy Optimisation Explained Blog Author: Xiao-Yang Liu; DI engine Publish Year: May 4, 2021 Review Date: Mon, Dec 26, 2022 Highly recommend reading this blog https://lilianweng.github.io/posts/2018-04-08-policy-gradient/ https://zhuanlan.zhihu.com/p/487754664 Difference between on-policy and off-policy For on-policy algorithms, they update the policy network based on the transitions generated by the current policy network. The critic network would make a more accurate value-prediction for the current policy network in common environments. For off-policy algorithms, they allow to update the current policy network using the transitions from old policies....

<span title='2022-12-26 19:50:35 +1100 AEDT'>December 26, 2022</span>&nbsp;ยท&nbsp;1 min&nbsp;ยท&nbsp;196 words&nbsp;ยท&nbsp;Sukai Huang

Tom_everitt Reinforcement Learning With a Corrupted Reward Channel 2017

[TOC] Title: Reinforcement Learning With a Corrupted Reward Channel Author: Tom Everitt Publish Year: August 22, 2017 Review Date: Mon, Dec 26, 2022 Summary of paper Motivation we formalise this problem as a generalised Markov Decision Problem called Corrupt Reward MDP Traditional RL methods fare poorly in CRMDPs, even under strong simplifying assumptions and when trying to compensate for the possibly corrupt rewards Contribution two ways around the problem are investigated....

<span title='2022-12-26 01:11:23 +1100 AEDT'>December 26, 2022</span>&nbsp;ยท&nbsp;4 min&nbsp;ยท&nbsp;757 words&nbsp;ยท&nbsp;Sukai Huang

Yunhan_huang Manipulating Reinforcement Learning Stealthy Attacks on Cost Signals 2020

[TOC] Title: Manipulating Reinforcement Learning Stealthy Attacks on Cost Signals Deceptive Reinforcement Learning Under Adversarial Manipulations on Cost Signals Author: Yunhan Huang et. al. Publish Year: 2020 Review Date: Sun, Dec 25, 2022 Summary of paper Motivation understand the impact of the falsification of cost signals on the convergence of Q-learning algorithm Contribution In Q-learning, we show that Q-learning algorithms converge under stealthy attacks and bounded falsifications on cost signals. and there is a robust region within which the adversarial attacks cannot achieve its objective....

<span title='2022-12-25 19:12:17 +1100 AEDT'>December 25, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;336 words&nbsp;ยท&nbsp;Sukai Huang

Vincent_zhuang No Regret Reinforcement Learning With Heavy Tailed Rewards 2021

[TOC] Title: No-Regret Reinforcement Learning With Heavy Tailed Rewards Author: Vincent Zhuang et. al. Publish Year: 2021 Review Date: Sun, Dec 25, 2022 Summary of paper Motivation To the best of our knowledge, no prior work has considered our setting of heavy-tailed rewards in the MDP setting. Contribution We demonstrate that robust mean estimation techniques can be broadly applied to reinforcement learning algorithms (specifically confidence-based methods) in order to provably han- dle the heavy-tailed reward setting Some key terms Robust UCB algorithm...

<span title='2022-12-25 18:15:53 +1100 AEDT'>December 25, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;225 words&nbsp;ยท&nbsp;Sukai Huang

Wenshuai_zhao Towards Closing the Sim to Real Gap in Collaborative Multi Robot Deep Reinforcement Learning 2020

[TOC] Title: Towards Closing the Sim to Real Gap in Collaborative Multi Robot Deep Reinforcement Learning Author: Wenshuai Zhao et. al. Publish Year: 2020 Review Date: Sun, Dec 25, 2022 Summary of paper Motivation we introduce the effect of sensing, calibration, and accuracy mismatches in distributed reinforcement learning we discuss on how both the different types of perturbations and how the number of agents experiencing those perturbations affect the collaborative learning effort Contribution This is, to the best of our knowledge, the first work exploring the limitation of PPO in multi-robot systems when considering that different robots might be exposed to different environment where their sensors or actuators have induced errors...

<span title='2022-12-25 16:54:11 +1100 AEDT'>December 25, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;365 words&nbsp;ยท&nbsp;Sukai Huang

Jan_corazza Reinforcement Learning With Stochastic Reward Machines 2022

[TOC] Title: Reinforcement Learning With Stochastic Reward Machines Author: Jan Corazza et. al. Publish Year: AAAI 2022 Review Date: Sat, Dec 24, 2022 Summary of paper Motivation reward machines are an established tool for dealing with reinforcement learning problems in which rewards are sparse and depend on complex sequence of actions. However, existing algorithms for learning reward machines assume an overly idealized setting where rewards have to be free of noise....

<span title='2022-12-24 22:36:07 +1100 AEDT'>December 24, 2022</span>&nbsp;ยท&nbsp;3 min&nbsp;ยท&nbsp;465 words&nbsp;ยท&nbsp;Sukai Huang

Oguzhan_dogru Reinforcement Learning With Constrained Uncertain Reward Function Through Particle Filtering 2022

[TOC] Title: Reinforcement Learning With Constrained Uncertain Reward Function Through Particle Filtering Author: Oguzhan Dogru et. al. Publish Year: July 2022 Review Date: Sat, Dec 24, 2022 Summary of paper Motivation this study consider a type of uncertainty, which is caused by the sensor that are utilised for reward function. When the noise is Gaussian and the system is linear Contribution this work used โ€œparticle filteringโ€ technique to estimate the true reward function from the perturbed discrete reward sampling points....

<span title='2022-12-24 19:32:25 +1100 AEDT'>December 24, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;297 words&nbsp;ยท&nbsp;Sukai Huang

Inaam_ilahi Challenges and Countermeasures for Adversarial Attacks on Reinforcement Learning 2022

[TOC] Title: Challenges and Countermeasures for Adversarial Attacks on Reinforcement Learning Author: Inaam Ilahi et. al. Publish Year: 13 Sep 2021 Review Date: Sat, Dec 24, 2022 Summary of paper Motivation DRL is susceptible to adversarial attacks, which precludes its use in real-life critical system and applications. Therefore, we provide a comprehensive survey that discusses emerging attacks on DRL-based system and the potential countermeasures to defend against these attacks. Contribution we provide the DRL fundamentals along with a non-exhaustive taxonomy of advanced DRL algorithms we present a comprehensive survey of adversarial attacks on DRL and their potential countermeasures we discuss the available benchmarks and metrics for the robustness of DRL finally, we highlight the open issues and research challenges in the robustness of DRL and introduce some potential research directions ....

<span title='2022-12-24 17:06:12 +1100 AEDT'>December 24, 2022</span>&nbsp;ยท&nbsp;3 min&nbsp;ยท&nbsp;517 words&nbsp;ยท&nbsp;Sukai Huang

Zuxin_liu on the Robustness of Safe Reinforcement Learning Under Observational Perturbations 2022

[TOC] Title: On the Robustness of Safe Reinforcement Learning Under Observational Perturbations Author: Zuxin Liu et. al. Publish Year: 3 Oct 2022 Review Date: Thu, Dec 22, 2022 Summary of paper Motivation While many recent safe RL methods with deep policies can achieve outstanding constraint satisfaction in noise-free simulation environment, such a concern regarding their vulnerability under adversarial perturbation has not been studies in the safe RL setting. Contribution we are the first to formally analyze the unique vulnerability of the optimal policy in safe RL under observational corruptions....

<span title='2022-12-22 22:38:13 +1100 AEDT'>December 22, 2022</span>&nbsp;ยท&nbsp;3 min&nbsp;ยท&nbsp;532 words&nbsp;ยท&nbsp;Sukai Huang

Ruben_majadas Disturbing Reinforcement Learning Agents With Corrupted Rewards 2021

[TOC] Title: Disturbing Reinforcement Learning Agents With Corrupted Rewards Author: Ruben Majadas et. al. Publish Year: Feb 2021 Review Date: Sat, Dec 17, 2022 Summary of paper Motivation recent works have shown how the performance of RL algorithm decreases under the influence of soft changes in the reward function. However, little work has been done about how sensitive these disturbances are depending on the aggressiveness of the attack and the learning learning exploration strategy....

<span title='2022-12-17 00:38:35 +1100 AEDT'>December 17, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;383 words&nbsp;ยท&nbsp;Sukai Huang

Jingkang_wang Reinforcement Learning With Perturbed Rewards 2020

[TOC] Title: Reinforcement Learning With Perturbed Rewards Author: Jingkang Wang et. al. Publish Year: 1 Feb 2020 Review Date: Fri, Dec 16, 2022 Summary of paper Motivation this paper studies RL with perturbed rewards, where a technical challenge is to revert the perturbation process so that the right policy is learned. Some experiments are used to support the algorithm (i.e., estimate the confusion matrix and revert) using existing techniques from the supervised learning (and crowdsourcing) literature....

<span title='2022-12-16 20:48:51 +1100 AEDT'>December 16, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;402 words&nbsp;ยท&nbsp;Sukai Huang
the belief desire intention model

Jacob_andreas Language Models as Agent Models 2022

[TOC] Title: Language Models as Agent Models Author: Jacob Andreas Publish Year: 3 Dec 2022 Review Date: Sat, Dec 10, 2022 https://arxiv.org/pdf/2212.01681.pdf Summary of paper Motivation during training, LMs have access only to the text of the documents, with no direct evidence of the internal states of the human agent that produce them. (kind of hidden MDP thing) this is a fact often used to argue that LMs are incapable of modelling goal-directed aspects of human language production and comprehension....

<span title='2022-12-10 00:47:33 +1100 AEDT'>December 10, 2022</span>&nbsp;ยท&nbsp;3 min&nbsp;ยท&nbsp;639 words&nbsp;ยท&nbsp;Sukai Huang
architecture

Charlie_snell Context Aware Language Modeling for Goal Oriented Dialogue Systems 2022

[TOC] Title: Context Aware Language Modeling for Goal Oriented Dialogue Systems Author: Charlie Snell et. al. Publish Year: 22 Apr 2022 Review Date: Sun, Nov 20, 2022 Summary of paper Motivation while supervised learning with large language models is capable of producing realistic text, how to steer such responses towards completing a specific task without sacrificing language quality remains an open question. how can we scalably and effectively introduce the mechanisms of goal-directed decision making into end-to-end language models, to steer language generation toward completing specific dialogue tasks rather than simply generating probable responses....

<span title='2022-11-20 16:29:59 +1100 AEDT'>November 20, 2022</span>&nbsp;ยท&nbsp;3 min&nbsp;ยท&nbsp;489 words&nbsp;ยท&nbsp;Sukai Huang

Sanchit_agarwal Building Goal Oriented Dialogue Systems With Situated Visual Context 2021

[TOC] Title: Building Goal Oriented Dialogue Systems With Situated Visual Context 2021 Author: Sanchit Agarwal et. al. Publish Year: 22 Nov 2021 Review Date: Sun, Nov 20, 2022 Summary of paper Motivation with the surge of virtual assistants with screen, the next generation of agents are required to also understand screen context in order to provide a proper interactive experience, and better understand usersโ€™ goals. So in this paper, they propose a novel multimodal conversational framework, where the agentโ€™s next action and their arguments are derived jointly conditioned on the conversational and the visual context....

<span title='2022-11-20 16:29:14 +1100 AEDT'>November 20, 2022</span>&nbsp;ยท&nbsp;1 min&nbsp;ยท&nbsp;211 words&nbsp;ยท&nbsp;Sukai Huang

Yichi_zhang Danli Deliberative Agent for Following Natural Language Instructions 2022

[TOC] Title: DANLI: Deliberative Agent for Following Natural Language Instructions Author: Yichi Zhang Publish Year: 22 Oct, 2022 Review Date: Sun, Nov 20, 2022 Summary of paper Motivation reactive agent simply learn and imitate behaviours encountered in the training data these reactive agents are insufficient for long-horizon complex tasks. To address this limitation, we propose a neuro-symbolic deliberative agent that, while following language instructions, proactively applies reasoning and planning based on its neural and symbolic representations acquired from the past experience....

<span title='2022-11-20 16:28:23 +1100 AEDT'>November 20, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;343 words&nbsp;ยท&nbsp;Sukai Huang

Xiang_li Diffusion-LM Improves Controllable Text Generation 2022

[TOC] Title: Diffusion-LM Improves Controllable Text Generation Author: Xiang Lisa Li Publish Year: May 2022 Review Date: Mon, Nov 14, 2022 https://arxiv.org/pdf/2205.14217.pdf Summary of paper Motivation can language tokens be represented as floating number? they develop a new non-autoregressive language model based on continuous diffusion Diffusion LM iteratively denoises as sequence of Gaussian vectors into word vectors, yielding a sequence of intermediate latent variable. how to convert from continuous embeddings back to words they used rounding and many other tricks to stabilise the training process Contribution they tried diffusion model for Language Model Incomprehension Not sure if the model is good at text generation....

<span title='2022-11-14 16:32:31 +1100 AEDT'>November 14, 2022</span>&nbsp;ยท&nbsp;1 min&nbsp;ยท&nbsp;104 words&nbsp;ยท&nbsp;Sukai Huang

Consider incremental publication of results Nov, 2022

You need password to access to the content, go to Slack *#phdsukai to find more. ...

<span title='2022-11-13 15:59:12 +1100 AEDT'>November 13, 2022</span>&nbsp;ยท&nbsp;7 min&nbsp;ยท&nbsp;Sukai Huang
Relatedness and naturalness

Jie_huang Can Language Models Be Specific How 2022

[TOC] Title: Can Language Models Be Specific? How? Author: Jie Huang et. al. Publish Year: 11 Oct 2022 Review Date: Tue, Nov 8, 2022 Summary of paper Motivation they propose to measure how specific the language of pre-trained language models (PLM) is, To achieve this, they introduced a novel approach to build a benchmark for specificity testing by forming masked token prediction tasks with prompts. for instance given โ€œJ.K. Rowling was born in [MASK]โ€, we want to test whether a more specific answer will be better filled by PLMs....

<span title='2022-11-08 20:41:04 +1100 AEDT'>November 8, 2022</span>&nbsp;ยท&nbsp;3 min&nbsp;ยท&nbsp;429 words&nbsp;ยท&nbsp;Sukai Huang

Yizhou_zhao Semantic Aligned Fusion Transformer for One Shot Object Detection 2022

[TOC] Title: Semantic-Aligned Fusion Transformer for One Shot Object Detection Author: Yizhou Zhao et. al. Publish Year: 2022 Review Date: Mon, Oct 24, 2022 https://arxiv.org/pdf/2203.09093v2.pdf Summary of paper Motivation with extreme data scarcity, current approaches, explore various feature fusions to obtain directly transferable meta-knowledge in this paper, they, attribute the previous limitation to inappropriate correlation methods that misalign query-support semantics by overlooking spatial structure and scale variances.

<span title='2022-10-24 19:14:34 +1100 AEDT'>October 24, 2022</span>&nbsp;ยท&nbsp;1 min&nbsp;ยท&nbsp;67 words&nbsp;ยท&nbsp;Sukai Huang
architecture

Ting_i_hsieh One Shot Object Detection With Co Attention and Co Excitation 2019

[TOC] Title: One-Shot Object Detection With Co-Attention and Co-Excitation Author: Ting-I Hsieh et. al. Publish Year: Nov 2019 Review Date: Mon, Oct 24, 2022 https://arxiv.org/pdf/1911.12529.pdf Summary of paper Motivation this paper aims to tackle the challenging problem of one-shot object detection, Given a query image patch whose class label is not included in the training data, To this end, they developed a novel co-attention and co-excitation (CoAE) framework that makes contributions in three key technical aspects first, use the non-local operation to explore the co-attention embodied in each query-target pair and yield region proposals accounting for the one-shot situation....

<span title='2022-10-24 19:13:10 +1100 AEDT'>October 24, 2022</span>&nbsp;ยท&nbsp;1 min&nbsp;ยท&nbsp;158 words&nbsp;ยท&nbsp;Sukai Huang
architecture

Ayan_kumar_bhunia a Deep One Shot Network for Query Based Logo Retrieval 2019

[TOC] Title: A Deep-One Shot Network for Query-Based Logo Retrieval Author: Ayan Kumar Bhunia et. al. Publish Year: Jul 2019 Review Date: Mon, Oct 24, 2022 https://arxiv.org/pdf/1811.01395.pdf Summary of paper Motivation Existing general purpose just cannot handle unseen new logos (not labelled logos) in this work, they developed an easy-to-implement query based logo detection and localisation system by employing a one-shot learning technique using off-the-shelf neural network components. Limitation of current work Deep-learning based framework are largely data-driven, contrary to logo-dataset that have several image classes but few images....

<span title='2022-10-24 19:12:22 +1100 AEDT'>October 24, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;258 words&nbsp;ยท&nbsp;Sukai Huang
overall architecture

Yuetian_weng an Efficient Spatio Temporal Pyramid Transformer for Action Detection 2022

[TOC] Title: An Efficient Spatio-Temporal Pyramid Transformer for Action Detection Author: Yuetian Weng et. al. Publish Year: Jul 2022 Review Date: Thu, Oct 20, 2022 Summary of paper Motivation the task of action detection aims at deducing both the action category and localisation of the start and end moment for each action instance in a long, untrimmed video. it is non-trivial to design an efficient architecture for action detection due to the prohibitively expensive self-attentions over a long sequence of video clips To this end, they present an efficient hierarchical spatial temporal transformer for action detection Building upon the fact that the early self-attention layer in Transformer still focus on local patterns....

<span title='2022-10-20 19:06:41 +1100 AEDT'>October 20, 2022</span>&nbsp;ยท&nbsp;4 min&nbsp;ยท&nbsp;649 words&nbsp;ยท&nbsp;Sukai Huang
MEME agent network architecture

Steven_kapturowski Human Level Atari 200x Faster 2022

[TOC] Title: Human Level Atari 200x Faster Author: Steven Kapturowski et. al. DeepMind Publish Year: September 2022 Review Date: Wed, Oct 5, 2022 Summary of paper https://arxiv.org/pdf/2209.07550.pdf Motivation Agent 57 came at the cost of poor data-efficiency , requiring nearly 80,000 million frames of experience to achieve. this one can achieve the same performance in 390 million frames Contribution Some key terms NFNet - Normalisation Free Network https://towardsdatascience.com/nfnets-explained-deepminds-new-state-of-the-art-image-classifier-10430c8599ee Batch normalisation โ€“ the bad it is expensive batch normalisation breaks the assumption of data independence NFNet applies 3 different techniques: Modified residual branches and convolutions with Scaled Weight standardisation Adaptive Gradient Clipping Architecture optimisation for improved accuracy and training speed....

<span title='2022-10-05 23:22:01 +1100 AEDT'>October 5, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;357 words&nbsp;ยท&nbsp;Sukai Huang
CoBERL architecture

Andrea_banino Coberl Contrastive Bert for Reinforcement Learning 2022

[TOC] Title: CoBERL Contrastive BERT for Reinforcement Learning Author: Andrea Banino et. al. DeepMind Publish Year: Feb 2022 Review Date: Wed, Oct 5, 2022 Summary of paper https://arxiv.org/pdf/2107.05431.pdf Motivation Contribution Some key terms Representation learning in reinforcement learning motivation: if state information could be effectively extracted from raw observations it may then be possible to learn from there as fast as from states. however, given the often sparse reward signal coming from the environment, learning representations in RL has to be achieved with little to no supervision....

<span title='2022-10-05 23:04:49 +1100 AEDT'>October 5, 2022</span>&nbsp;ยท&nbsp;2 min&nbsp;ยท&nbsp;258 words&nbsp;ยท&nbsp;Sukai Huang
architecture

Alex_petrekno Sample Factory Asynchronous Rl at Very High Fps 2020

[TOC] Title: Sample Factory: Asynchronous Rl at Very High FPS Author: Alex Petrenko Publish Year: Oct, 2020 Review Date: Sun, Sep 25, 2022 Summary of paper Motivation Identifying performance bottlenecks RL involves three workloads: environment simulation inference backpropagation overall performance depends on the lowest workload In existing methods (A2C/PPO/IMPALA) the computational workloads are dependent -> under-utilisation of the system resources. Existing high-throughput methods focus on distributed training, therefore introducing a lot of overhead such as networking serialisation, etc....

<span title='2022-09-25 16:34:09 +1000 AEST'>September 25, 2022</span>&nbsp;ยท&nbsp;1 min&nbsp;ยท&nbsp;154 words&nbsp;ยท&nbsp;Sukai Huang