← Search

Jens Kober

34 accepted papers

2026

ILeSiA: Interactive Learning of Robot Situational Awareness from Camera Input

ICRA 2026poster

Learning from demonstration is a promising way to teach robots new skills. However, a central challenge in executing acquired skills is the ability to recognize faults and prevent failures. This is essential since the demonstrations usually cover only a limited number of mostly successful cases. Dur…

2026

LLM-Guided Task and Affordance-Level Exploration in Reinforcement Learning

ICRA 2026poster

Reinforcement learning (RL) is a promising approach for robotic manipulation, but it can suffer from low sample efficiency and requires extensive exploration of large state-action spaces. Recent methods leverage the commonsense knowledge and reasoning abilities of large language models (LLMs) to gui…

2026

Sequentially Teaching Sequential Tasks (ST)²: Teaching Robots Long-Horizon Manipulation Skills

ICRA 2026poster

Learning from demonstration has proved itself useful for teaching robots complex skills with high sample efficiency. However, teaching long-horizon tasks with multiple skills is challenging as deviations tend to accumulate, the distributional shift becomes more evident, and human teachers become fat…

Cited by 0Scholar
2026

Set-Supervised Diffusion Policy: Learning Action-Chunking Diffusion through Corrections

RSS 2026poster

Diffusion policies have recently emerged as a powerful framework for robotic manipulation. However, like other behavior cloning methods, they remain vulnerable to distributional shift, often requiring human-in-the-loop interventions to correct failures during deployment. These interactions naturally…

2025

ExploRLLM: Guiding Exploration in Reinforcement Learning with Large Language Models

ICRA 2025

In robot manipulation, Reinforcement Learning (RL) often suffers from low sample efficiency and uncertain convergence, especially in large observation and action spaces. Foundation Models (FMs) offer an alternative, demonstrating promise in zero-shot and few-shot settings. However, they can be unrel

Cited by 25SourcecodeScholar
2025

Explosive Jumping with Rigid and Articulated Soft Quadrupeds via Example Guided Reinforcement Learning

IROS 2025

Achieving controlled jumping behaviour for a quadruped robot is a challenging task, especially when introducing passive compliance in mechanical design. This study addresses this challenge via imitation-based deep reinforcement learning with a progressive training process. To start, we learn the jum

Cited by 1SourceScholar
2025

Impedance Primitive-Augmented Hierarchical Reinforcement Learning for Sequential Tasks

ICRA 2025

This paper presents an Impedance Primitive-augmented hierarchical reinforcement learning framework for efficient robotic manipulation in sequential contact tasks. We leverage this hierarchical structure to sequentially execute behavior primitives with variable stiffness control capabilities for cont

Cited by 3SourceScholar
2025

Noise-conditioned Energy-based Annealed Rewards (NEAR): A Generative Framework for Imitation Learning from Observation

ICLR 2025poster

This paper introduces a new imitation learning framework based on energy-based generative models capable of learning complex, physics-dependent, robot motion policies through state-only expert motion trajectories. Our algorithm, called Noise-conditioned Energy-based Annealed Rewards (NEAR), construc…

Cited by 0SourcePDFScholar
2024

Demonstrating Adaptive Mobile Manipulation in Retail Environments

RSS 2024poster

Although autonomous robots have great potential to boost efficiency and throughput across the whole retail chain, they are mostly being deployed in large warehouses and distribution centers. Deploying robots in stores with customers, such as supermarkets, requires substantially more development effo…

Cited by 5SourcePDFScholar
2024

Learning Multi-Reference Frame Skills from Demonstration with Task-Parameterized Gaussian Processes

IROS 2024poster

A central challenge in Learning from Demonstration is to generate representations that are adaptable and can generalize to unseen situations. This work proposes to learn such a representation without using task-specific heuristics within the context of multi-reference frame skill learning by superim…

Cited by 1SourceScholar
2024

ROME: Robust Multi-Modal Density Estimator

IJCAI 2024poster

The estimation of probability density functions is a fundamental problem in science and engineering. However, common methods such as kernel density estimation (KDE) have been demonstrated to lack robustness, while more complex methods have not been evaluated in multi-modal estimation problems. In th…

2024

Robust Jumping With an Articulated Soft Quadruped Via Trajectory Optimization and Iterative Learning

RA-L 2024

Quadrupeds deployed in real-world scenarios need to be robust to unmodelled dynamic effects. In this work, we aim to increase the robustness of quadrupedal periodic forward jumping (i.e., pronking) by unifying cutting-edge model-based trajectory optimization and iterative learning control. Using a r

Cited by 16SourceScholar
2024

Two-Stage Learning of Highly Dynamic Motions with Rigid and Articulated Soft Quadrupeds

ICRA 2024poster

Controlled execution of dynamic motions in quadrupedal robots, especially those with articulated soft bodies, presents a unique set of challenges that traditional methods struggle to address efficiently. In this study, we tackle these issues by relying on a simple yet effective two-stage learning fr…

Cited by 9SourcecodeScholar
2023

Probabilistic Risk Assessment for Chance-Constrained Collision Avoidance in Uncertain Dynamic Environments

ICRA 2023poster

Balancing safety and efficiency when planning in crowded scenarios with uncertain dynamics is challenging where it is imperative to accomplish the robot's mission without incurring any safety violations. Typically, chance constraints are incorporated into the planning problem to provide probabilisti…

Cited by 11SourceScholar
2021

DeepKoCo: Efficient latent planning with a task-relevant Koopman representation

IROS 2021poster

This paper presents DeepKoCo, a novel modelbased agent that learns a latent Koopman representation from images. This representation allows DeepKoCo to plan efficiently using linear control methods, such as linear model predictive control. Compared to traditional agents, DeepKoCo learns taskrelevant…

Cited by 4SourceScholar
2021

ILoSA: Interactive Learning of Stiffness and Attractors

IROS 2021poster

Teaching robots how to apply forces according to our preferences is still an open challenge that has to be tackled from multiple engineering perspectives. This paper studies how to learn variable impedance policies where both the Cartesian stiffness and the attractor can be learned from human demons…

Cited by 36SourcecodeScholar
2021

Imitation Learning with Inconsistent Demonstrations through Uncertainty-based Data Manipulation

ICRA 2021poster

Aleatoric uncertainty estimation, based on the observed training data, is applied for the detection of conflicts in a demonstration data set. The particular focus of this paper is the resolution of conflicting data resulting from scenarios with equivalent action choices, such as obstacle avoidance,…

Cited by 4SourceScholar
2020

Predicting and Optimizing Ergonomics in Physical Human-Robot Cooperation Tasks

ICRA 2020poster

This paper presents a method to incorporate ergonomics into the optimization of action sequences for bi-manual human-robot cooperation tasks with continuous physical interaction. Our first contribution is a novel computational model of the human that allows prediction of an ergonomics assessment cor…

Cited by 62SourceScholar
2019

Continuous Control for High-Dimensional State Spaces: An Interactive Learning Approach

ICRA 2019poster

Deep Reinforcement Learning (DRL) has become a powerful methodology to solve complex decision-making problems. However, DRL has several limitations when used in real-world problems (e.g., robotics applications). For instance, long training times are required and cannot be accelerated in contrast to…

Cited by 28SourceScholar
2018

Human-Robot Cooperative Object Manipulation with Contact Changes

IROS 2018poster

This paper presents a system for cooperatively manipulating large objects between a human and a robot. This physical interaction system is designed to handle, transport, or manipulate large objects of different shapes in cooperation with a human. Unique points are the bi-manual physical cooperation,…

Cited by 31SourceScholar
2018

Integrating State Representation Learning Into Deep Reinforcement Learning

RA-L 2018

Most deep reinforcement learning techniques are unsuitable for robotics, as they require too much interaction time to learn useful, general control policies. This problem can be largely attributed to the fact that a state representation needs to be learned as a part of learning control policies, whi

Cited by 119SourceScholar
2018

Mixture of Attractors: A Novel Movement Primitive Representation for Learning Motor Skills From Demonstrations

RA-L 2018

In this letter, we introduce Mixture of Attractors, a novel movement primitive representation that allows for learning complex object-relative movements. The movement primitive representation inherently supports multiple coordinate frames, enabling the system to generalize a skill to unseen object p

Cited by 19SourceScholar
2016

Improved deep reinforcement learning for robotics through distribution-based experience retention

IROS 2016poster

Recent years have seen a growing interest in the use of deep neural networks as function approximators in reinforcement learning. In this paper, an experience replay method is proposed that ensures that the distribution of the experiences used for training is between that of the policy and a uniform…

Cited by 54SourceScholar
2016

Probabilistic decomposition of sequential force interaction tasks into Movement Primitives

IROS 2016poster

Learning sequential force interaction tasks from kinesthetic demonstrations is a promising approach to transfer human manipulation abilities to a robot. In this paper we propose a novel concept to decompose such demonstrations into a set of Movement Primitives (MPs). The decomposition is based on a…

Cited by 18SourceScholar
2015

Probabilistic progress prediction and sequencing of concurrent movement primitives

IROS 2015poster

Classical approaches towards learning coordinated movement tasks often represent a movement in a sequential and exclusive fashion. Introducing concurrency allows to decompose such tasks into a number of separate sequences, for instance for two different end-effectors. While this results in a compact…

Cited by 9SourceScholar