← Search

JongMin Lee

39 accepted papers

2026

A Paradigm Shift in High-Resolution Depth Estimation Using SPAD-Based LiDAR Histograms: From Signal Filtering to Lightweight Similarity Learning

AAAI 2026technical

Accurate and efficient depth estimation from time-of-flight (ToF) LiDAR is essential for autonomous systems operating in real-world environments. However, traditional histogram-based depth estimation (HBDE) algorithms face fundamental limitations in balancing depth performance and computational cost

Cited by 0SourcePDFScholar
2026

Partially Equivariant Reinforcement Learning in Symmetry-Breaking Environments

ICLR 2026poster

Group symmetries provide a powerful inductive bias for reinforcement learning (RL), enabling efficient generalization across symmetric states and actions via group-invariant Markov Decision Processes (MDPs). However, real-world environments almost never realize fully group-invariant MDPs; dynamics,…

Cited by 0SourcecodeScholar
2025

FairDICE: Fairness-Driven Offline Multi-Objective Reinforcement Learning

NeurIPS 2025poster

Multi-objective reinforcement learning (MORL) aims to optimize policies in the presence of conflicting objectives, where linear scalarization is commonly used to reduce vector-valued returns into scalar signals. While effective for certain preferences, this approach cannot capture fairness-oriented…

Cited by 0SourceScholar
2025

Optimal Non-Asymptotic Rates of Value Iteration for Average-Reward Markov Decision Processes

ICLR 2025poster

While there is an extensive body of research on the analysis of Value Iteration (VI) for discounted cumulative-reward MDPs, prior work on analyzing VI for (undiscounted) average-reward MDPs has been limited, and most prior results focus on asymptotic rates in terms of Bellman error. In this work, we…

Cited by 0SourcePDFScholar
2025

SEMDICE: Off-policy State Entropy Maximization via Stationary Distribution Correction Estimation

ICLR 2025poster

In the unsupervised pre-training for reinforcement learning, the agent aims to learn a prior policy for downstream tasks without relying on task-specific reward functions. We focus on state entropy maximization (SEM), where the goal is to learn a policy that maximizes the entropy of the state's stat…

Cited by 0SourcePDFScholar
2024

Body Transformer: Leveraging Robot Embodiment for Policy Learning

CoRL 2024poster

In recent years, the transformer architecture has become the de-facto standard for machine learning algorithms applied to natural language processing and computer vision. Despite notable evidence of successful deployment of this architecture in the context of robot learning, we claim that vanilla tr…

Cited by 9SourceScholar
2024

Kernel Metric Learning for In-Sample Off-Policy Evaluation of Deterministic RL Policies

ICLR 2024spotlight

We consider off-policy evaluation (OPE) of deterministic target policies for reinforcement learning (RL) in environments with continuous action spaces. While it is common to use importance sampling for OPE, it suffers from high variance when the behavior policy deviates significantly from the target…

2024

MFOS: Model-Free & One-Shot Object Pose Estimation

AAAI 2024technical

Existing learning-based methods for object pose estimation in RGB images are mostly model-specific or category based. They lack the capability to generalize to new object categories at test time, hence severely hindering their practicability and scalability. Notably, recent attempts have been made t…

Cited by 4SourcePDFScholar
2024

Mitigating Covariate Shift in Behavioral Cloning via Robust Stationary Distribution Correction

NeurIPS 2024poster

We consider offline imitation learning (IL), which aims to train an agent to imitate from the dataset of expert demonstrations without online interaction with the environment. Behavioral Cloning (BC) has been a simple yet effective approach to offline IL, but it is also well-known to be vulnerable t…

Cited by 0SourcePDFScholar
2024

Motion-Aware Heatmap Regression for Human Pose Estimation in Videos

IJCAI 2024poster

We present an approach to solving 2D human pose estimation in videos. The problem of human pose estimation in videos differs from estimating human poses in static images since videos contain a lot of motion related information. Thus, we investigate how to utilize by the information of the human body…

2024

ROIDICE: Offline Return on Investment Maximization for Efficient Decision Making

NeurIPS 2024poster

In this paper, we propose a novel policy optimization framework that maximizes Return on Investment (ROI) of a policy using a fixed dataset within a Markov Decision Process (MDP) equipped with a cost function. ROI, defined as the ratio between the return and the accumulated cost of a policy, serves…

Cited by 0SourcePDFScholar
2023

AlberDICE: Addressing Out-Of-Distribution Joint Actions in Offline Multi-Agent RL via Alternating Stationary Distribution Correction Estimation

NeurIPS 2023poster

One of the main challenges in offline Reinforcement Learning (RL) is the distribution shift that arises from the learned policy deviating from the data collection policy. This is often addressed by avoiding out-of-distribution (OOD) actions during policy improvement as their presence can lead to sub…

2023

Learning Rotation-Equivariant Features for Visual Correspondence

CVPR 2023poster

Extracting discriminative local features that are invariant to imaging variations is an integral part of establishing correspondences between images. In this work, we introduce a self-supervised learning framework to extract discriminative rotation-invariant descriptors using group-equivariant CNNs.…

Cited by 28SourcePDFScholar
2023

SafeDICE: Offline Safe Imitation Learning with Non-Preferred Demonstrations

NeurIPS 2023poster

We consider offline safe imitation learning (IL), where the agent aims to learn the safe policy that mimics preferred behavior while avoiding non-preferred behavior from non-preferred demonstrations and unlabeled demonstrations. This problem setting corresponds to various real-world scenarios, where…

Cited by 1SourcePDFScholar
2023

Tempo Adaptation in Non-stationary Reinforcement Learning

NeurIPS 2023poster

We first raise and tackle a ``time synchronization'' issue between the agent and the environment in non-stationary reinforcement learning (RL), a crucial factor hindering its real-world applications. In reality, environmental changes occur over wall-clock time ($t$) rather than episode progress ($k$…

2022

COptiDICE: Offline Constrained Reinforcement Learning via Stationary Distribution Correction Estimation

ICLR 2022spotlight

We consider the offline constrained reinforcement learning (RL) problem, in which the agent aims to compute a policy that maximizes expected return while satisfying given cost constraints, learning only from a pre-collected dataset. This problem setting is appealing in many real-world scenarios, whe…

2022

DemoDICE: Offline Imitation Learning with Supplementary Imperfect Demonstrations

ICLR 2022poster

We consider offline imitation learning (IL), which aims to mimic the expert's behavior from its demonstration without further interaction with the environment. One of the main challenges in offline IL is to deal with the narrow support of the data distribution exhibited by the expert demonstrations…

Cited by 105SourcePDFScholar
2022

GPT-Critic: Offline Reinforcement Learning for End-to-End Task-Oriented Dialogue Systems

ICLR 2022poster

Training a task-oriented dialogue agent can be naturally formulated as offline reinforcement learning (RL) problem, where the agent aims to learn a conversational strategy to achieve user goals, only from a dialogue corpus. It is very challenging in terms of RL since the natural language action spac…

Cited by 59SourcePDFScholar
2022

LobsDICE: Offline Learning from Observation via Stationary Distribution Correction Estimation

NeurIPS 2022accept

We consider the problem of learning from observation (LfO), in which the agent aims to mimic the expert's behavior from the state-only demonstrations by experts. We additionally assume that the agent cannot interact with the environment but has access to the action-labeled transition data collected…

2022

Local Metric Learning for Off-Policy Evaluation in Contextual Bandits with Continuous Actions

NeurIPS 2022accept

We consider local kernel metric learning for off-policy evaluation (OPE) of deterministic policies in contextual bandits with continuous action spaces. Our work is motivated by practical scenarios where the target policy needs to be deterministic due to domain requirements, such as prescription of t…

2022

Neural Tangent Kernel Analysis of Deep Narrow Neural Networks

ICML 2022spotlight

The tremendous recent progress in analyzing the training dynamics of overparameterized neural networks has primarily focused on wide networks and therefore does not sufficiently address the role of depth in deep learning. In this work, we present the first trainability guarantee of infinitely deep b…

2021

A Geometric Structure of Acceleration and Its Role in Making Gradients Small Fast

NeurIPS 2021poster

Since Nesterov's seminal 1983 work, many accelerated first-order optimization methods have been proposed, but their analyses lacks a common unifying structure. In this work, we identify a geometric structure satisfied by a wide range of first-order accelerated methods. Using this geometric insight,…

Cited by 31SourcePDFScholar
2021

Monte-Carlo Planning and Learning with Language Action Value Estimates

ICLR 2021poster

Interactive Fiction (IF) games provide a useful testbed for language-based reinforcement learning agents, posing significant challenges of natural language understanding, commonsense reasoning, and non-myopic planning in the combinatorial search space. Agents based on standard planning algorithms st…

Cited by 14SourcePDFScholar
2021

OptiDICE: Offline Policy Optimization via Stationary Distribution Correction Estimation

ICML 2021spotlight

We consider the offline reinforcement learning (RL) setting where the agent aims to optimize the policy solely from the data without further environment interactions. In offline RL, the distributional shift becomes the primary source of difficulty, which arises from the deviation of the target polic…

Cited by 129SourcePDFScholar
2020

Batch Reinforcement Learning with Hyperparameter Gradients

ICML 2020poster

We consider the batch reinforcement learning problem where the agent needs to learn only from a fixed batch of data, without further interaction with the environment. In such a scenario, we want to prevent the optimized policy from deviating too much from the data collection policy since the estimat…

Cited by 21SourcePDFScholar
2020

Learning to Compose Hypercolumns for Visual Correspondence

ECCV 2020poster

Feature representation plays a crucial role in visual correspondence, and recent methods for image matching resort to deeply stacked convolutional layers. These models, however, are both monolithic and static in the sense that they typically use a specific level of features, e.g., the output of the…

2020

Reinforcement Learning for Control with Multiple Frequencies

NeurIPS 2020poster

Many real-world sequential decision problems involve multiple action variables whose control frequencies are different, such that actions take their effects at different periods. While these problems can be formulated with the notion of multiple action persistences in factored-action MDP (FA-MDP), i…

2019

Hyperpixel Flow: Semantic Correspondence With Multi-Layer Neural Features

ICCV 2019poster

Establishing visual correspondences under large intra-class variations requires analyzing images at different levels, from features linked to semantics and context to local patterns, while being invariant to instance-specific details. To tackle these challenges, we represent images by "hyperpixels"…

Cited by 121PDFcodeScholar
2018

Attentive Semantic Alignment with Offset-Aware Correlation Kernels

ECCV 2018poster

Semantic correspondence is the problem of establishing correspondences across images depicting different instances of the same object or scene class. One of recent approaches to this problem is to estimate parameters of a global transformation model that densely aligns one image to the other. Since…

Cited by 92SourcePDFScholar