← Search

Dongkyu Lee

14 accepted papers

2026

DreamFlow: Local Navigation Beyond Observation Via Conditional Flow Matching in the Latent Space

ICRA 2026poster

Local navigation in cluttered environments often suffers from dense obstacles and frequent local minima. Conventional local planners rely on heuristics and are prone to failure, while deep reinforcement learning (DRL)-based approaches provide adaptability but are constrained by limited onboard sensi…

2026

R-WoM: Retrieval-augmented World Model For Computer-use Agents

ICLR 2026poster

Large Language Models (LLMs) can serve as world models to enhance agent decision-making in digital environments by simulating future states and predicting action outcomes, potentially eliminating costly trial-and-error exploration. However, this capability is fundamentally limited by LLM’s tendency…

Cited by 0SourceScholar
2025

DreamFLEX: Learning Fault-Aware Quadrupedal Locomotion Controller for Anomaly Situation in Rough Terrains

ICRA 2025

Recent advances in quadrupedal robots have demonstrated impressive agility and the ability to traverse diverse terrains. However, hardware issues, such as motor overheating or joint locking, may occur during long-distance walking or traversing through rough terrains leading to locomotion failures. A

Cited by 3SourceScholar
2025

TRG-Planner: Traversal Risk Graph-Based Path Planning in Unstructured Environments for Safe and Efficient Navigation

RA-L 2025

Unstructured environments such as mountains, caves, construction sites, or disaster areas are challenging for autonomous navigation because of terrain irregularities. In particular, it is crucial to plan a path to avoid risky terrain and reach the goal quickly and safely. In this paper, we propose a

Cited by 18SourcecodeScholar
2024

Conditional Synthesis of 3D Molecules with Time Correction Sampler

NeurIPS 2024poster

Diffusion models have demonstrated remarkable success in various domains, including molecular generation. However, conditional molecular generation remains a fundamental challenge due to an intrinsic trade-off between targeting specific chemical properties and generating meaningful samples from the…

Cited by 2SourcePDFScholar
2024

MATTER: Memory-Augmented Transformer Using Heterogeneous Knowledge Sources

ACL 2024findings

Leveraging external knowledge is crucial for achieving high performance in knowledge-intensive tasks, such as question answering. The retrieve-and-read approach is widely adopted for integrating external knowledge into a language model. However, this approach suffers from increased computational cos…

Cited by 1SourcePDFScholar
2023

Local Temperature Beam Search: Avoid Neural Text DeGeneration via Enhanced Calibration

ACL 2023findings

Previous studies have constantly observed that a language model repeats itself, creating repetitions in an output sequence. To cope with the issue, stochastic decoding schemes have been the de facto approaches; the strategies add randomness in inference, hence avoiding the “self-loop”. However, the…

Cited by 2SourcePDFScholar
2022

Adaptive Label Smoothing with Self-Knowledge in Natural Language Generation

EMNLP 2022main

Overconfidence has been shown to impair generalization and calibration of a neural network. Previous studies remedy this issue by adding a regularization term to a loss function, preventing a model from making a peaked distribution. Label smoothing smoothes target labels with a pre-defined prior lab…

2022

Empathetic and Emotionally Positive Conversation Systems with an Emotion-specific Query-Response Memory

EMNLP 2022finding

Emotional conversation systems generate responses for the input queries considering the speaker’s emotions in a conversation. Existing emotional conversation systems output emotional responses according to either a given emotion or the user’s emotion reflected in the input queries. Following a given…

2022

Hard Gate Knowledge Distillation - Leverage Calibration for Robust and Reliable Language Model

EMNLP 2022main

In knowledge distillation, a student model is trained with supervisions from both knowledge from a teacher and observations drawn from a training data distribution. Knowledge of a teacher is considered a subject that holds inter-class relations which send a meaningful supervision to a student; hence…

Cited by 3SourcePDFScholar
2022

Improving Meta-learning for Low-resource Text Classification and Generation via Memory Imitation

ACL 2022long

Building models of natural language processing (NLP) is challenging in low-resource scenarios where limited data are available. Optimization-based meta-learning algorithms achieve promising results in low-resource scenarios by adapting a well-generalized model initialization to handle new tasks. Non…

Cited by 29SourcePDFScholar
2022

Semi-Supervised Lifelong Language Learning

EMNLP 2022finding

Lifelong learning aims to accumulate knowledge and alleviate catastrophic forgetting when learning tasks sequentially. However, existing lifelong language learning methods only focus on the supervised learning setting. Unlabeled data, which can be easily accessed in real-world scenarios, are underex…

2021

Enhancing Content Preservation in Text Style Transfer Using Reverse Attention and Conditional Layer Normalization

ACL 2021long

Text style transfer aims to alter the style (e.g., sentiment) of a sentence while preserving its content. A common approach is to map a given sentence to content representation that is free of style, and the content representation is fed to a decoder with a target style. Previous methods in filterin…

2021

Learning from My Friends: Few-Shot Personalized Conversation Systems via Social Networks

AAAI 2021technical

Personalized conversation models (PCMs) generate responses according to speaker preferences. Existing personalized conversation tasks typically require models to extract speaker preferences from user descriptions or their conversation histories, which are scarce for newcomers and inactive users. In…