Yucheng Tang (唐宇诚)

I am a PhD student at the Karlsruhe Institute of Technology (KIT), Germany. Meanwhile, I am a research associate at the Institute for Robotics and Autonomous Systems (IRAS) at the University of Applied Sciences.
My research focuses on developing contact-rich manipulation methods based on dual-arm robots under the supervision of Björn Hein.
I'm also a robotics software engineer at Proximity Robotics and Automation GmbH, Germany.
Before I start my PhD, I earned my Master’s degree in Mechatronics Engineering at KIT, where I completed my thesis on proximity and tactile sensor feedback navigation in the Intelligent Process Automation and Robotics Lab (IPR), supervised by Björn Hein. Prior to that, I obtained my Bachelor's degree in Mechanical Engineering from the Tongji University, China.

Email  /  Google Scholar  /  Github  /  LinkedIn

profile photo
Research

My primary research goal is to develop hybrid robotic learning algorithms that combine classical optimization techniques with modern learning-based methods such as imitation learning and reinforcement learning. Many robotics problems involve both components that are well understood and easy to model—such as geometry, kinematics, and task constraints—as well as components that are hard to model explicitly, like contact dynamics, compliance behavior, or human-level decision making. To address this, I propose a divide-and-conquer approach: The easy-to-model parts (e.g., geometric coverage, motion constraints) are handled using classical optimization or planning techniques, ensuring that optimality and task structure are preserved; The hard-to-model parts(e.g., force adaptation, tactile strategies, or visual feedback) are addressed using model-free reinforcement learning or learning from human demonstrations, where explicit modeling is intractable or overly complex. This hybrid strategy enables scalable, data-efficient learning by minimizing the burden on the learning component while leveraging domain knowledge and structure where available.
Ultimately, my goal is to design modular and generalizable learning systems that retain theoretical optimality and adaptive in unstructured and contact-rich environments using dual-arm robots.
Representative papers are highlighted according to their application domain: navigation, manipulation, and sensors.

BEAST: Efficient Tokenization of B-Splines Encoded Action Sequences for Imitation Learning
Hongyi Zhou, Weiran Liao, Xi Huang, Yucheng Tang, Fabian Otto, Xiaogang Jia, Xinkai Jiang, Simon Hilber, Ge Li, Qian Wang, Ömer Erdinç Yağmurlu, Nils Blank, Moritz Reuss, Rudolf Lioutikov

Neural Information Processing Systems (NeurIPS) 2025
Project Page / Code / arXiv

This paper introduces BEAST, an action tokenizer leveraging B-splines to convert action sequences into discrete or continuous tokens. Unlike prior tokenization approaches, this method requires no separate training phase and consistently generates uniform-length tokens for rapid parallel decoding. BEAST significantly reduces both training and inference computational costs while maintaining competitive task performance and generating smooth high-frequency control signals suitable for continuous manipulation tasks.

MoRe-ERL: Learning Motion Residuals using Episodic Reinforcement Learning
Xi Huang, Hongyi Zhou, Ge Li, Yucheng Tang, Weiran Liao, Björn Hein, Tamim Asfour, Rudolf Lioutikov

IEEE Robotics and Automation Letters (RA-L) 2025
Paper / arXiv

This paper presents a framework combining episodic reinforcement learning with residual learning techniques. The approach refines pre-planned trajectories into safe, feasible, and efficient task-specific trajectories while being adaptable to various reinforcement learning methods and motion generators. The system identifies which trajectory segments need adjustment while maintaining important task-related movements, then generates smooth adjustments using B-Spline-based primitives.

Improving Feasibility and Safety of Nonlinear MPC with Control Barrier Function via Learning-based Non-Convex Reachable Sets
Yucheng Tang, Tao Chen, Björn Hein, Ilshat Mamaev

2025 IEEE 21st International Conference on Automation Science and Engineering (CASE)
Paper

This paper proposes a learning-based Nonlinear Model Predictive Control (NMPC) framework that integrates Control Barrier Functions (CBFs) with sampling-based non-convex reachable sets to improve feasibility and safety for complex systems such as tractor-trailers. Alpha Shapes are employed to extract the boundary of the non-convex reachable set and train a neural network to estimate the area of the infeasible region online, incorporating this estimate into the NMPC objective function to enhance optimization feasibility Numerical experiments demonstrate that the proposed method outperforms traditional approaches in complex obstacle scenarios, offering better feasibility, controllability, and safety guarantees

ETA-IK: Execution-Time-Aware Inverse Kinematics for Dual-Arm Systems
Yucheng Tang, Xi Huang, Yongzhou Zhang, Tao Chen, Ilshat Mamaev, Björn Hein

2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)
Project Page / Paper / arXiv

This paper introduces ETA-IK, a novel inverse kinematics method that directly optimizes execution time for dual-arm robots by leveraging redundancy and learning a time approximation model. A neural network is trained to estimate motion execution time based on joint configurations, enabling integration of time-aware cost into a multi-objective IK framework that also implicitly considers collisions and joint limits Experimental results on a dual-arm system (UR5 and KUKA iiwa) show that ETA-IK significantly reduces execution time and improves motion efficiency compared to traditional IK solvers, especially in collision-prone environments.

Evaluation of the Human-like Robotic Touch: A User Study
Yucheng Tang, Tara Chand, Ilshat Mamaev, Björn Hein, Ilona Croy

2025 IEEE-RAS-EMBS International Conference on Rehabilitation Robotics (ICORR)
Paper

This study investigates whether robots can replicate the emotional and sensory qualities of human touch using a soft brush and Cartesian Dynamic Movement Primitives (DMPs) to generate human-like stroking on a participant’s forearm. A user study with 34 participants compared stroking velocity and trajectory predictability, showing that strokes at 3 cm/s were consistently rated as more pleasant, and human touch was more often perceived as “human-like” than robot touch.

Human-robot interactions in autonomous hospital transports
Andreas Zachariae, Frederik Plahl, Yucheng Tang, Ilshat Mamaev, Björn Hein, Christian Wurll

Robotics and Autonomous Systems 2024, Volume 179
Project Page / Paper

The paper presents PeTRA, an autonomous hospital transport robot system designed to support caregivers by handling patient transport tasks, integrating emergency detection and multimodal human-robot interaction. It introduces a novel framework for high-level task control, combining BT with ROS 2 using an HFSM, alongside a machine learning-based visual emergency detection system trained on a newly collected RGB-D dataset. A multi-modal UI optimized for elderly persons is proposed and validated in three German hospitals, PeTRA demonstrates improved usability and safety in real-world hospital environments, offering valuable insights for deploying assistive robots in healthcare settings.

Enhancing Logistics Automation: Integrating Capacitive Proximity and Tactile Sensors for Trolley Pose and Center of Mass Estimation
Yucheng Tang, Ilshat Mamaev, Björn Hein,

2024 IEEE 20th International Conference on Automation Science and Engineering (CASE)
Paper

This paper proposes a novel capacitive sensing system that enables autonomous mobile robots to estimate trolley pose and center of mass (CoM) without relying on external infrastructure or vision-based sensors. By combining capacitive proximity sensing with a weighted PCA algorithm and capacitive tactile sensing, the system achieves accurate profile pose estimation for drive-in tasks and reliable CoM estimation for load balancing. Experimental results show that the system achieves high repeatability and robustness in narrow logistics environments, offering an infrastructure-independent, multimodal solution for warehouse automation.

Reachability-Aware Collision Avoidance for Tractor-Trailer System with Non-Linear MPC and Control Barrier Function
Yucheng Tang, Ilshat Mamaev, Jing Qin, Christian Wurll, Björn Hein

2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)
Paper

This paper proposes a novel reachability-aware nonlinear MPC framework that integrates discrete-time control barrier functions (CBFs) and symbolic regression-based reachable sets to improve backward obstacle avoidance for tractor-trailer systems. By approximately estimating by line segments and minimizing the intersection between the reachable set and non-safe regions, the method enhances both safety and optimization feasibility compared to traditional MPC or CBF-based approaches. Simulation and real-robot experiments (on SLAMdog 2.0 with a trailer) demonstrate that the proposed RA-NMPC-DCBF approach achieves superior obstacle avoidance performance with shorter horizons and better real-time feasibility.

Towards Flexible Manufacturing: Motion Generation Concept for Coupled Multi-Robot Systems
Yucheng Tang, Wei Shen, Ilshat Mamaev, Björn Hein

2023 IEEE 19th International Conference on Automation Science and Engineering (CASE)
Paper

The paper proposes a motion planning framework for physically coupled dual-arm robots that optimizes Cartesian stiffness and generates synchronized trajectories for flexible manufacturing tasks like sheet metal bending. Using analytical inverse kinematics and Particle Swarm Optimization (PSO) combined with Online Trajectory Generation (OTG), the method maximizes end-effector force capability while maintaining joint continuity and respecting kinematic constraints. Experiments with two Franka Emika robots demonstrate a threefold increase in applied force in single-arm tests and up to 732 N in dual-arm cooperative tasks, validating the method’s effectiveness for high-stiffness applications.

Collision Avoidance for Mobile Robots Using Proximity Sensors
Yucheng Tang, Ilshat Mamaev, Hosam Alagi, Bengt Abel, Björn Hein

Interactive Collaborative Robotics (ICR 2021)
Paper


The website is based on the code from source code!