← Search

Kui Wu

24 accepted papers

2026

CALM: Co-evolution of Algorithms and Language Model for Automatic Heuristic Design

ICLR 2026poster

Tackling complex optimization problems often relies on expert-designed heuristics, typically crafted through extensive trial and error. Recent advances demonstrate that large language models (LLMs), when integrated into well-designed evolutionary search frameworks, can autonomously discover high-per…

Cited by 0SourcecodeScholar
2025

Learning to Control Free-Form Soft Swimmers

NeurIPS 2025poster

Swimming in nature achieves remarkable performance through diverse morphological adaptations and intricate solid-fluid interaction, yet exploring this capability in artificial soft swimmers remains challenging due to the high-dimensional control complexity and the computational cost of resolving hyd…

Cited by 0SourcecodeScholar
2025

REDOUBT: Duo Safety Validation for Autonomous Vehicle Motion Planning

NeurIPS 2025poster

Safety validation, which assesses the safety of an autonomous system's motion planning decisions, is critical for the safe deployment of autonomous vehicles. Existing input validation techniques from other machine learning domains, such as image classification, face unique challenges in motion plann…

Cited by 0SourcecodeScholar
2025

UnrealZoo: Enriching Photo-realistic Virtual Worlds for Embodied AI

ICCV 2025poster

We introduce UnrealZoo, a collection of over 100 photo-realistic 3D virtual worlds built on Unreal Engine, designed to reflect the complexity and variability of open-world environments. We also provide a rich variety of playable entities, including humans, animals, robots, and vehicles for embodied…

2025

VLM Can Be a Good Assistant: Enhancing Embodied Visual Tracking with Self-Improving Vision-Language Models

IROS 2025

We introduce a novel self-improving framework that enhances Embodied Visual Tracking (EVT) with Vision-Language Models (VLMs) to address the limitations of current active visual tracking systems in recovering from tracking failure. Our approach combines the off-the-shelf active tracking methods with

Cited by 3SourceScholar
2025

XFormParser: A Simple and Effective Multimodal Multilingual Semi-structured Form Parser

COLING 2025main

In the domain of Document AI, parsing semi-structured image form is a crucial Key Information Extraction (KIE) task. The advent of pre-trained multimodal models significantly empowers Document AI frameworks to extract key information from form documents in different formats such as PDF, Word, and im…

2024

BehaviorGPT: Smart Agent Simulation for Autonomous Driving with Next-Patch Prediction

NeurIPS 2024poster

Simulating realistic behaviors of traffic agents is pivotal for efficiently validating the safety of autonomous driving systems. Existing data-driven simulators primarily use an encoder-decoder architecture to encode the historical trajectories before decoding the future. However, the heterogeneity…

Cited by 18SourcePDFScholar
2024

Empowering Embodied Visual Tracking with Visual Foundation Models and Offline RL

ECCV 2024poster

"Embodied visual tracking is to follow a target object in dynamic 3D environments using an agent’s egocentric vision. This is a vital and challenging skill for embodied agents. However, existing methods suffer from inefficient training and poor generalization. In this paper, we propose a novel frame…

Cited by 5SourcePDFScholar
2024

Evaluating Code-Switching Translation with Large Language Models

COLING 2024main

Recent advances in large language models (LLMs) have shown they can match or surpass finetuned models on many natural language processing tasks. Currently, more studies are being carried out to assess whether this performance carries over across different languages. In this paper, we present a thoro…

Cited by 9SourcePDFScholar
2022

An Integrated Design Pipeline for Tactile Sensing Robotic Manipulators

ICRA 2022poster

Traditional robotic manipulator design methods require extensive, time-consuming, and manual trial and error to produce a viable design. During this process, engineers often spend their time redesigning or reshaping components as they discover better topologies for the robotic manipula-tor. Tactile…

Cited by 18SourceScholar
2022

Environment Warped Gait Trajectory Optimization for Complex Terrains

RA-L 2022

Contact-aware gait trajectory optimization is a challenging non-convex programming problem, especially for complex terrain shapes, where prominent numerical algorithms can fail to find a solution or fall into local minima. To alleviate this issue, we propose an environment warping technique that cha

Cited by 2SourceScholar
2022

HiVT: Hierarchical Vector Transformer for Multi-Agent Motion Prediction

CVPR 2022poster

Accurately predicting the future motions of surrounding traffic agents is critical for the safety of autonomous vehicles. Recently, vectorized approaches have dominated the motion prediction community due to their capability of capturing complex interactions in traffic scenes. However, existing meth…

Cited by 337PDFcodeScholar
2022

Refining Low-Resource Unsupervised Translation by Language Disentanglement of Multilingual Translation Model

NeurIPS 2022accept

Numerous recent work on unsupervised machine translation (UMT) implies that competent unsupervised translations of low-resource and unrelated languages, such as Nepali or Sinhala, are only possible if the model is trained in a massive multilingual environment, where these low-resource languages are…

2021

Addressing the Vulnerability of NMT in Input Perturbations

NAACL 2021industry

Neural Machine Translation (NMT) has achieved significant breakthrough in performance but is known to suffer vulnerability to input perturbations. As real input noise is difficult to predict during training, robustness is a big issue for system deployment. In this paper, we improve the robustness of…

2021

Cross-model Back-translated Distillation for Unsupervised Machine Translation

ICML 2021spotlight

Recent unsupervised machine translation (UMT) systems usually employ three main principles: initialization, language modeling and iterative back-translation, though they may apply them differently. Crucially, iterative back-translation and denoising auto-encoding for language modeling provide data d…

2020

Data Diversification: A Simple Strategy For Neural Machine Translation

NeurIPS 2020poster

We introduce Data Diversification: a simple but effective strategy to boost neural machine translation (NMT) performance. It diversifies the training data by using the predictions of multiple forward and backward models and then merging them with the original dataset on which the final NMT model is…