paper-with-me

홈 › Papers

Auto-Tuned Sim-to-Real Transfer

2021-04-15 · Yuqing Du, Olivia Watkins, Trevor Darrell, Pieter Abbeel, Deepak Pathak

Policies trained in simulation often fail when transferred to the real world due to the `reality gap' where the simulator is unable to accurately capture the dynamics and visual properties of the real world. Current approaches to tackle this problem, such as domain randomization, require prior knowledge and engineering to determine how much to randomize system parameters in order to learn a policy that is robust to sim-to-real transfer while also not being too conservative. We propose a method for automatically tuning simulator system parameters to match the real world using only raw RGB images of the real world without the need to define rewards or estimate state. Our key insight is to reframe the auto-tuning of parameters as a search problem where we iteratively shift the simulation system parameters to approach the real-world system parameters. We propose a Search Param Model (SPM) that, given a sequence of observations and actions and a set of system parameters, predicts whether the given parameters are higher or lower than the true parameters used to generate the observations. We evaluate our method on multiple robotic control tasks in both sim-to-sim and sim-to-real transfer, demonstrating significant improvement over naive domain randomization. Project videos and code at https://yuqingd.github.io/autotuned-sim2real/

📄 PDF Abstract BibTeX arXiv:2104.07662

Code (1)

yuqingd/sim2real2sim_rad 공식 구현

Similar Papers 제목 키워드 기반

Transferring Autonomous Driving Knowledge on Simulated and Real Intersections

2017-11-30 · David Isele, Akansel Cosgun

We view intersection handling on autonomous vehicles as a reinforcement learning problem, and study its behavior in a transfer learning setting. We show that a network trained on one type of intersection generally is not…

Autonomous DrivingAutonomous Vehiclesreinforcement-learningReinforcement Learning+2

TuneShift-KD: Knowledge Distillation and Transfer for Fine-tuned Models

2026-03-25 · Yushi Guan, Jeanine Ohene-Agyei, Daniel Kwan, Jean Sebastien Dandurand 외 arxiv

To embed domain-specific or specialized knowledge into pre-trained foundation models, fine-tuning using techniques such as parameter efficient fine-tuning (e.g. LoRA) is a common practice. However, as new LLM architectur…

Knowledge Distillation

AutoTune: Automatically Tuning Convolutional Neural Networks for Improved Transfer Learning

2020-04-25 · S. H. Shabbeer Basha, Sravan Kumar Vinakota, Viswanath Pulabaigari, Snehasis Mukherjee 외

Transfer learning enables solving a specific task having limited data by using the pre-trained deep networks trained on large-scale datasets. Typically, while transferring the learned knowledge from source task to the ta…

Bayesian OptimizationTransfer Learning

One Leak Away: How Pretrained Model Exposure Amplifies Jailbreak Risks in Finetuned LLMs

2025-12-14 · Yixin Tan, Zhe Yu, Jun Sakuma arxiv

Finetuning pretrained large language models (LLMs) has become the standard paradigm for developing downstream applications. However, its security implications remain unclear, particularly regarding whether finetuned LLMs…

From Video Game to Real Robot: The Transfer between Action Spaces

2019-05-02 · Janne Karttunen, Anssi Kanervisto, Ville Kyrki, Ville Hautamäki

Deep reinforcement learning has proven to be successful for learning tasks in simulated environments, but applying same techniques for robots in real-world domain is more challenging, as they require hours of training. T…

Deep Reinforcement LearningReinforcement LearningTransfer Learning