← Search

Joni Pajarinen

52 accepted papers

2026

Efficient Reinforcement Learning by Guiding World Models with Non-Curated Data

ICLR 2026poster

Leveraging offline data is a promising way to improve the sample efficiency of online reinforcement learning (RL). This paper expands the pool of usable data for offline-to-online RL by leveraging abundant non-curated data that is reward-free, of mixed quality, and collected across multiple embodime…

Cited by 0SourcecodeScholar
2026

End-Effector Cartesian Velocity Control for Redundant Loader Cranes Using Reinforcement Learning (Abstract Reprint)

AAAI 2026technical

Loader cranes with multiple actuated joints are complex systems to be operated by humans. Development of advanced assistance functions, such as end-effector velocity control in Cartesian space allows for utilizing the machine to its full speed and potential, wherein actuator limits, load balance, an

Cited by 0SourcePDFScholar
2026

Learning Multi-Timescale Abstractions for Hierarchical Combinatorial Planning

ICML 2026poster

The combination of exponentially large action spaces, stochastic dynamics, and long-horizon decision-making under limited resources makes Sequential Stochastic Combinatorial Optimization (SSCO) particularly challenging for reinforcement learning. Hierarchical Reinforcement Learning (HRL) offers a na…

Cited by 0SourceScholar
2026

MoDeSuite: Robot Learning Task Suite for Benchmarking Mobile Manipulation With Deformable Objects

RA-L 2026

Mobile manipulation is a critical capability for robots operating in diverse, real-world environments. However, manipulating deformable objects and materials remains a major challenge for existing robot learning algorithms. While various benchmarks have been proposed to evaluate manipulation strateg

Cited by 0SourceScholar
2026

Pareto-Conditioned Diffusion Models for Offline Multi-Objective Optimization

ICLR 2026oral

Multi-objective optimization (MOO) arises in many real-world applications where trade-offs between competing objectives must be carefully balanced. In the offline setting, where only a static dataset is available, the main challenge is generalizing beyond observed data. We introduce Pareto-Condition…

Cited by 0SourceScholar
2026

Predicting Video Slot Attention Queries from Random Slot-Feature Pairs

AAAI 2026technical

Unsupervised video Object-Centric Learning (OCL) is promising as it enables object-level scene representation and understanding as we humans do. Mainstream video OCL methods adopt a recurrent architecture: An aggregator aggregates current video frame into object features, termed slots, under some qu

Cited by 0SourcePDFScholar
2026

Rethinking Temporal Consistency in Video Object-Centric Learning: From Prediction to Correspondence

ICML 2026poster

The de facto approach in video object-centric learning maintains temporal consistency through learned dynamics modules that predict future object representations, called slots. We demonstrate that these predictors function as expensive approximations of discrete correspondence problems. Modern self-…

Cited by 0SourceScholar
2025

Discrete Codebook World Models for Continuous Control

ICLR 2025poster

In reinforcement learning (RL), world models serve as internal simulators, enabling agents to predict environment dynamics and future outcomes in order to make informed decisions. While previous approaches leveraging discrete latent spaces, such as DreamerV3, have demonstrated strong performance in…

2025

Discrete Contrastive Learning for Diffusion Policies in Autonomous Driving

ICRA 2025

Learning to perform accurate and rich simulations of human driving behaviors from data for autonomous vehicle testing remains challenging due to human driving styles' high diversity and variance. We address this challenge by proposing a novel approach that leverages contrastive learning to extract a

Cited by 1SourceScholar
2025

Entropy Regularized Task Representation Learning for Offline Meta-Reinforcement Learning

AAAI 2025technical

Offline meta-reinforcement learning aims to equip agents with the ability to rapidly adapt to new tasks by training on data from a set of different tasks. Context-based approaches utilize a history of state-action-reward transitions – referred to as the context – to infer a representation of the cur…

2025

Extracting Visual Plans from Unlabeled Videos via Symbolic Guidance

CoRL 2025poster

Visual planning, by offering a sequence of intermediate visual subgoals to a goal-conditioned low-level policy, achieves promising performance on long-horizon manipulation tasks. To obtain the subgoals, existing methods typically resort to video generation models but suffer from model hallucination…

Cited by 0SourceScholar
2025

Hierarchical Reinforcement Learning with Uncertainty-Guided Diffusional Subgoals

ICML 2025poster

Hierarchical reinforcement learning (HRL) learns to make decisions on multiple levels of temporal abstraction. A key challenge in HRL is that the low-level policy changes over time, making it difficult for the high-level policy to generate effective subgoals. To address this issue, the high-level po…

Cited by 0SourcePDFScholar
2025

Imitation-Enhanced Reinforcement Learning With Privileged Smooth Transition for Hexapod Locomotion

RA-L 2025

Deep reinforcement learning (DRL) methods have shown significant promise in controlling the movement of quadruped robots. However, for systems like hexapod robots, which feature a higher-dimensional action space, it remains challenging for an agent to devise an effective control strategy directly. C

Cited by 9SourceScholar
2025

MetaSlot: Break Through the Fixed Number of Slots in Object-Centric Learning

NeurIPS 2025poster

Learning object-level, structured representations is widely regarded as a key to better generalization in vision and underpins the design of next-generation Pre-trained Vision Models (PVMs). Mainstream Object-Centric Learning (OCL) methods adopt Slot Attention or its variants to iteratively aggregat…

Cited by 0SourcecodeScholar
2025

Monte-Carlo Tree Search with Uncertainty Propagation via Optimal Transport

ICML 2025spotlight

This paper introduces a novel backup strategy for Monte-Carlo Tree Search (MCTS) tailored for highly stochastic and partially observable Markov decision processes. We adopt a probabilistic approach, modeling both value and action-value nodes as Gaussian distributions, to introduce a novel backup ope…

Cited by 3SourcePDFScholar
2025

Multi-Scale Fusion for Object Representation

ICLR 2025poster

Representing images or videos as object-level feature vectors, rather than pixel-level feature maps, facilitates advanced visual tasks. Object-Centric Learning (OCL) primarily achieves this by reconstructing the input under the guidance of Variational Autoencoder (VAE) intermediate representation to…

2024

Function-space Parameterization of Neural Networks for Sequential Learning

ICLR 2024poster

Sequential learning paradigms pose challenges for gradient-based deep learning due to difficulties incorporating new data and retaining prior knowledge. While Gaussian processes elegantly tackle these problems, they struggle with scalability and handling rich inputs, such as images. To address these…

2024

Probabilistic Subgoal Representations for Hierarchical Reinforcement Learning

ICML 2024poster

In goal-conditioned hierarchical reinforcement learning (HRL), a high-level policy specifies a subgoal for the low-level policy to reach. Effective HRL hinges on a suitable subgoal representation function, abstracting state space into latent subgoal space and inducing varied low-level behaviors. Exi…

2024

RP1M: A Large-Scale Motion Dataset for Piano Playing with Bi-Manual Dexterous Robot Hands

CoRL 2024poster

Endowing robot hands with human-level dexterity is a long-lasting research objective. Bi-manual robot piano playing constitutes a task that combines challenges from dynamic tasks, such as generating fast while precise motions, with slower but contact-rich manipulation problems. Although reinforcemen…

Cited by 2SourceScholar
2023

Beyond Uniform Sampling: Offline Reinforcement Learning with Imbalanced Datasets

NeurIPS 2023poster

Offline reinforcement learning (RL) enables learning a decision-making policy without interaction with the environment. This makes it particularly beneficial in situations where such interactions are costly. However, a known challenge for offline RL algorithms is the distributional mismatch between…

2023

Hybrid Search for Efficient Planning with Completeness Guarantees

NeurIPS 2023poster

Solving complex planning problems has been a long-standing challenge in computer science. Learning-based subgoal search methods have shown promise in tackling these problems, but they often suffer from a lack of completeness guarantees, meaning that they may fail to find a solution even if one exist…

Cited by 3SourcePDFScholar
2023

Learning-Based Propulsion Control for Amphibious Quadruped Robots With Dynamic Adaptation to Changing Environment

RA-L 2023

This letter proposes a learning-based adaptive propulsion control (APC) method for a quadruped robot integrated with thrusters in amphibious environments, allowing it to move efficiently in water while maintaining its ground locomotion capabilities. We designed the specific reinforcement learning me

Cited by 10SourceScholar
2023

Seq2Seq Imitation Learning for Tactile Feedback-based Manipulation

ICRA 2023poster

Robot control for tactile feedback based manip-ulation can be difficult due to modeling of physical contacts, partial observability of the environment, and noise in perception and control. This work focuses on solving partial observability of contact-rich manipulation tasks as a Sequence-to-Sequence…

Cited by 9SourceScholar
2023

Simplified Temporal Consistency Reinforcement Learning

ICML 2023poster

Reinforcement learning (RL) is able to solve complex sequential decision-making tasks but is currently limited by sample efficiency and required computation. To improve sample efficiency, recent work focuses on model-based RL which interleaves model learning with planning. Recent methods further uti…

2023

State-Conditioned Adversarial Subgoal Generation

AAAI 2023technical

Hierarchical reinforcement learning (HRL) proposes to solve difficult tasks by performing decision-making and control at successively higher levels of temporal abstraction. However, off-policy HRL often suffers from the problem of a non-stationary high-level policy since the low-level policy is cons…

Cited by 8SourcePDFScholar
2022

Curriculum Reinforcement Learning via Constrained Optimal Transport

ICML 2022spotlight

Curriculum reinforcement learning (CRL) allows solving complex tasks by generating a tailored sequence of learning tasks, starting from easy ones and subsequently increasing their difficulty. Although the potential of curricula in RL has been clearly shown in a variety of works, it is less clear how…

2022

GPU-Accelerated Policy Optimization via Batch Automatic Differentiation of Gaussian Processes for Real-World Control

ICRA 2022poster

The ability of Gaussian processes (GPs) to predict the behavior of dynamical systems as a more sample-efficient alternative to parametric models seems promising for real-world robotics research. However, the computational complexity of GPs has made policy search a highly time and memory consuming pr…

Cited by 5SourceScholar
2022

Nonlinear Model Learning for Compensation and Feedforward Control of Real-World Hydraulic Actuators Using Gaussian Processes

RA-L 2022

This paper presents a robust machine learning framework for modeling and control of hydraulic actuators. We identify several important challenges concerning learning accurate models of the dynamics for real machines, including noise and uncertainty in state measurements, nonlinear effects, input del

Cited by 10SourceScholar
2022

Redeeming intrinsic rewards via constrained optimization

NeurIPS 2022accept

State-of-the-art reinforcement learning (RL) algorithms typically use random sampling (e.g., $\epsilon$-greedy) for exploration, but this method fails on hard exploration tasks like Montezuma's Revenge. To address the challenge of exploration, prior works incentivize exploration by rewarding the age…

2021

Latent Derivative Bayesian Last Layer Networks

AISTATS 2021poster

Bayesian neural networks (BNN) are powerful parametric models for nonlinear regression with uncertainty quantification. However, the approximate inference techniques for weight space priors suffer from several drawbacks. The ‘Bayesian last layer’ (BLL) is an alternative BNN approach that learns the…

2021

Neural Network Controller for Autonomous Pile Loading Revised

ICRA 2021poster

We have recently proposed two pile loading controllers that learn from human demonstrations: a neural network (NNet) [1] and a random forest (RF) controller [2]. In the field experiments the RF controller obtained clearly better success rates. In this work, the previous findings are drastically revi…

Cited by 13SourceScholar
2020

Generalized Mean Estimation in Monte-Carlo Tree Search

IJCAI 2020poster

We consider Monte-Carlo Tree Search (MCTS) applied to Markov Decision Processes (MDPs) and Partially Observable MDPs (POMDPs), and the well-known Upper Confidence bound for Trees (UCT) algorithm. In UCT, a tree with nodes (states) and edges (actions) is incrementally built by the expansion of nodes,…

Cited by 0SourcePDFScholar
2020

Multi-Sensor Next-Best-View Planning as Matroid-Constrained Submodular Maximization

RA-L 2020

3D scene models are useful in robotics for tasks such as path planning, object manipulation, and structural inspection. We consider the problem of creating a 3D model using depth images captured by a team of multiple robots. Each robot selects a viewpoint and captures a depth image from it, and the

Cited by 36SourceScholar
2019

Learning Intention Aware Online Adaptation of Movement Primitives

RA-L 2019

In order to operate close to non-experts, future robots require both an intuitive form of instruction accessible to laymen and the ability to react appropriately to a human co-worker. Instruction by imitation learning with probabilistic movement primitives (ProMPs) allows capturing tasks by learning

Cited by 34SourceScholar
2019

Projections for Approximate Policy Iteration Algorithms

ICML 2019oral

Approximate policy iteration is a class of reinforcement learning (RL) algorithms where the policy is encoded using a function approximator and which has been especially prominent in RL with continuous action spaces. In this class of RL algorithms, ensuring increase of the policy return during polic…

2017

Hybrid control trajectory optimization under uncertainty

IROS 2017poster

Trajectory optimization is a fundamental problem in robotics. While optimization of continuous control trajectories is well developed, many applications require both discrete and continuous, i.e. hybrid controls. Finding an optimal sequence of hybrid controls is challenging due to the exponential ex…

Cited by 20SourceScholar
2016

Learning in-contact control strategies from demonstration

IROS 2016poster

Learning to perform tasks like pulling a door handle or pushing a button, inherently easy for a human, can be surprisingly difficult for a robot. A crucial problem in these kinds of in-contact tasks is the context specificity of pose and force requirements. In this paper, a robot learns in-contact t…

Cited by 73SourceScholar