paper-with-me

홈 › Papers

Behaviour Distillation

2024-06-21 · Andrei Lupu, Chris Lu, Jarek Liesen, Robert Tjarko Lange, Jakob Foerster

Dataset distillation aims to condense large datasets into a small number of synthetic examples that can be used as drop-in replacements when training new models. It has applications to interpretability, neural architecture search, privacy, and continual learning. Despite strong successes in supervised domains, such methods have not yet been extended to reinforcement learning, where the lack of a fixed dataset renders most distillation methods unusable. Filling the gap, we formalize behaviour distillation, a setting that aims to discover and then condense the information required for training an expert policy into a synthetic dataset of state-action pairs, without access to expert data. We then introduce Hallucinating Datasets with Evolution Strategies (HaDES), a method for behaviour distillation that can discover datasets of just four state-action pairs which, under supervised learning, train agents to competitive performance levels in continuous control tasks. We show that these datasets generalize out of distribution to training policies with a wide range of architectures and hyperparameters. We also demonstrate application to a downstream task, namely training multi-task agents in a zero-shot fashion. Beyond behaviour distillation, HaDES provides significant improvements in neuroevolution for RL over previous approaches and achieves SoTA results on one standard supervised dataset distillation task. Finally, we show that visualizing the synthetic datasets can provide human-interpretable task insights.

📄 PDF Abstract BibTeX arXiv:2406.15042

Code (1)

flairox/behaviour-distillation 공식 구현 jax

Tasks

Continual Learningcontinuous-controlContinuous ControlDataset DistillationNeural Architecture Search

Similar Papers 제목 키워드 기반

Knowledge Distillation Neural Network for Predicting Car-following Behaviour of Human-driven and Autonomous Vehicles

2024-11-08 · Ayobami Adewale, Chris Lee, Amnir Hadachi, Nicolly Lima da Silva

As we move towards a mixed-traffic scenario of Autonomous vehicles (AVs) and Human-driven vehicles (HDVs), understanding the car-following behaviour is important to improve traffic efficiency and road safety. Using a rea…

Autonomous VehiclesDescriptiveKnowledge Distillation

Teacher's pet: understanding and mitigating biases in distillation

2021-06-19 · Michal Lukasik, Srinadh Bhojanapalli, Aditya Krishna Menon, Sanjiv Kumar

Knowledge distillation is widely used as a means of improving the performance of a relatively simple student model using the predictions from a complex teacher model. Several works have shown that distillation significan…

image-classificationImage ClassificationKnowledge Distillation

A general framework for ensemble distribution distillation

2020-02-26 · Jakob Lindqvist, Amanda Olmin, Fredrik Lindsten, Lennart Svensson

Ensembles of neural networks have been shown to give better performance than single networks, both in terms of predictions and uncertainty estimation. Additionally, ensembles allow the uncertainty to be decomposed into a…

regression

Knowledge Distillation for Anomaly Detection

2023-10-09 · Adrian Alan Pol, Ekaterina Govorkova, Sonja Gronroos, Nadezda Chernyavskaya 외

Unsupervised deep learning techniques are widely used to identify anomalous behaviour. The performance of such methods is a product of the amount of training data and the model size. However, the size is often a limiting…

Anomaly DetectionKnowledge DistillationSensitivityUnsupervised Anomaly Detection

Synthesis of separation processes with reinforcement learning

2022-11-03 · Stephan C. P. A. van Kalmthout, Laurence I. Midgley, Meik B. Franke

This paper shows the implementation of reinforcement learning (RL) in commercial flowsheet simulator software (Aspen Plus V12) for designing and optimising a distillation sequence. The aim of the SAC agent was to separat…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)