← Search

Hyunseung Kim

7 accepted papers

2025

CAMILA: Context-Aware Masking for Image Editing with Language Alignment

NeurIPS 2025poster

Text-guided image editing has been allowing users to transform and synthesize images through natural language instructions, offering considerable flexibility. However, most existing image editing models naively attempt to follow all user instructions, even if those instructions are inherently infeas…

Cited by 0SourceScholar
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

Adapting Pretrained ViTs with Convolution Injector for Visuo-Motor Control

ICML 2024poster

Vision Transformers (ViT), when paired with large-scale pretraining, have shown remarkable performance across various computer vision tasks, primarily due to their weak inductive bias. However, while such weak inductive bias aids in pretraining scalability, this may hinder the effective adaptation o…

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

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…

2023

Learning to Discover Skills through Guidance

NeurIPS 2023poster

In the field of unsupervised skill discovery (USD), a major challenge is limited exploration, primarily due to substantial penalties when skills deviate from their initial trajectories. To enhance exploration, recent methodologies employ auxiliary rewards to maximize the epistemic uncertainty or ent…

2023

PLASTIC: Improving Input and Label Plasticity for Sample Efficient Reinforcement Learning

NeurIPS 2023poster

In Reinforcement Learning (RL), enhancing sample efficiency is crucial, particularly in scenarios when data acquisition is costly and risky. In principle, off-policy RL algorithms can improve sample efficiency by allowing multiple updates per environment interaction. However, these multiple updates…