← Search

Donghu Kim

7 accepted papers

2026

FIRE: Frobenius-Isometry Reinitialization for Balancing the Stability–Plasticity Tradeoff

ICLR 2026oral

Deep neural networks trained on nonstationary data must balance stability (i.e., retaining prior knowledge) and plasticity (i.e., adapting to new tasks). Standard reinitialization methods, which reinitialize weights toward their original values, are widely used but difficult to tune: conservative re…

Cited by 0SourceScholar
2026

FlashSAC: Fast and Stable Off-Policy Reinforcement Learning for High-Dimensional Robot Control

RSS 2026poster

Simulation-based reinforcement learning (RL) is central for robotic control when expert demonstrations are unavailable. However, scaling RL to high-dimensional robots remains challenging. On-policy methods such as PPO are reliable but require large amounts of simulation because they discard past dat…

Cited by 0SourceScholar
2025

Hyperspherical Normalization for Scalable Deep Reinforcement Learning

ICML 2025spotlight

Scaling up the model size and computation has brought consistent performance improvements in supervised learning. However, this lesson often fails to apply to reinforcement learning (RL) because training the model on non-stationary data easily leads to overfitting and unstable optimization. In resp…

Cited by 0SourcePDFScholar
2025

SimBa: Simplicity Bias for Scaling Up Parameters in Deep Reinforcement Learning

ICLR 2025spotlight

Recent advances in CV and NLP have been largely driven by scaling up the number of network parameters, despite traditional theories suggesting that larger networks are prone to overfitting. These large networks avoid overfitting by integrating components that induce a simplicity bias, guiding models…

2024

Do's and Don'ts: Learning Desirable Skills with Instruction Videos

NeurIPS 2024poster

Unsupervised skill discovery is a learning paradigm that aims to acquire diverse behaviors without explicit rewards. However, it faces challenges in learning complex behaviors and often leads to learning unsafe or undesirable behaviors. For instance, in various continuous control tasks, current unsu…

2024

Investigating Pre-Training Objectives for Generalization in Vision-Based Reinforcement Learning

ICML 2024poster

Recently, various pre-training methods have been introduced in vision-based Reinforcement Learning (RL). However, their generalization ability remains unclear due to evaluations being limited to in-distribution environments and non-unified experimental setups. To address this, we introduce the Atari…

2024

Slow and Steady Wins the Race: Maintaining Plasticity with Hare and Tortoise Networks

ICML 2024poster

This study investigates the loss of generalization ability in neural networks, revisiting warm-starting experiments from Ash & Adams. Our empirical analysis reveals that common methods designed to enhance plasticity by maintaining trainability provide limited benefits to generalization. While reinit…