← Search

Woojun Kim

15 accepted papers

2025

Adaptively Coordinating with Novel Partners via Learned Latent Strategies

NeurIPS 2025poster

Adaptation is the cornerstone of effective collaboration among heterogeneous team members. In human-agent teams, artificial agents need to adapt to their human partners in real time, as individuals often have unique preferences and policies that may change dynamically throughout interactions. This b…

Cited by 0SourceScholar
2025

CARE: Enhancing Safety of Visual Navigation through Collision Avoidance via Repulsive Estimation

CoRL 2025poster

We propose CARE (Collision Avoidance via Repulsive Estimation) for improving the robustness of learning-based visual navigation methods. Recently, visual navigation models, particularly foundation models, have demonstrated promising performance by generating viable trajectories using only RGB images…

Cited by 0SourceScholar
2025

Distributed Multi-Robot Source Seeking in Unknown Environments with Unknown Number of Sources

ICRA 2025

We introduce a novel distributed source seeking framework, DIAS, designed for multi-robot systems in scenarios where the number of sources is unknown and potentially exceeds the number of robots. Traditional robotic source seeking methods typically focused on directing each robot to a specific stron

Cited by 1SourceScholar
2025

Escaping Local Minima: Hybrid Artificial Potential Field with Wall-Follower for Decentralized Multi-Robot Navigation

ICRA 2025

We tackle the challenges of decentralized multi-robot navigation in environments with nonconvex obstacles, where complete environmental knowledge is unavailable. While reactive methods like Artificial Potential Field (APF) offer simplicity and efficiency, they suffer from local minima, causing robot

Cited by 4SourceScholar
2025

Integrating Multi-Robot Adaptive Sampling and Informative Path Planning for Spatiotemporal Natural Environment Prediction

ICRA 2025

Learning to predict spatiotemporal (ST) environmental processes from a sparse set of samples collected autonomously is a difficult task from both a sampling perspective (collecting the best sparse samples) and from a learning perspective (predicting the next timestep). In this work, we focus on inve

Cited by 3SourceScholar
2024

Adaptive $Q$-Aid for Conditional Supervised Learning in Offline Reinforcement Learning

NeurIPS 2024poster

Offline reinforcement learning (RL) has progressed with return-conditioned supervised learning (RCSL), but its lack of stitching ability remains a limitation. We introduce $Q$-Aided Conditional Supervised Learning (QCS), which effectively combines the stability of RCSL with the stitching capability…

Cited by 2SourcePDFScholar
2024

Decision ConvFormer: Local Filtering in MetaFormer is Sufficient for Decision Making

ICLR 2024spotlight

The recent success of Transformer in natural language processing has sparked its use in various domains. In offline reinforcement learning (RL), Decision Transformer (DT) is emerging as a promising model based on Transformer. However, we discovered that the attention module of DT is not appropriate…

Cited by 19SourcePDFScholar
2024

ShapeGrasp: Zero-Shot Task-Oriented Grasping with Large Language Models through Geometric Decomposition

IROS 2024poster

Task-oriented grasping of unfamiliar objects is a necessary skill for robots in dynamic in-home environments. Inspired by the human capability to grasp such objects through intuition about their shape and structure, we present a novel zero-shot task-oriented grasping method leveraging a geometric de…

Cited by 10SourcecodeScholar
2023

Domain Adaptive Imitation Learning with Visual Observation

NeurIPS 2023poster

In this paper, we consider domain-adaptive imitation learning with visual observation, where an agent in a target domain learns to perform a task by observing expert demonstrations in a source domain. Domain adaptive imitation learning arises in practical scenarios where a robot, receiving visual se…

Cited by 5SourcePDFScholar
2023

LESSON: Learning to Integrate Exploration Strategies for Reinforcement Learning via an Option Framework

ICML 2023poster

In this paper, a unified framework for exploration in reinforcement learning (RL) is proposed based on an option-critic architecture. The proposed framework learns to integrate a set of diverse exploration strategies so that the agent can adaptively select the most effective exploration strategy to…

2023

Sample-Efficient and Safe Deep Reinforcement Learning via Reset Deep Ensemble Agents

NeurIPS 2023poster

Deep reinforcement learning (RL) has achieved remarkable success in solving complex tasks through its integration with deep neural networks (DNNs) as function approximators. However, the reliance on DNNs has introduced a new challenge called primacy bias, whereby these function approximators tend to…

Cited by 9SourcePDFScholar
2022

MASER: Multi-Agent Reinforcement Learning with Subgoals Generated from Experience Replay Buffer

ICML 2022spotlight

In this paper, we consider cooperative multi-agent reinforcement learning (MARL) with sparse reward. To tackle this problem, we propose a novel method named MASER: MARL with subgoals generated from experience replay buffer. Under the widely-used assumption of centralized training with decentralized…