← Search

Philipp Becker

19 accepted papers

2026

Improving Long-Range Interactions in Graph Neural Simulators via Hamiltonian Dynamics

ICLR 2026poster

Learning to simulate complex physical systems from data has emerged as a promising way to overcome the limitations of traditional numerical solvers, which often require prohibitive computational costs for high-fidelity solutions. Recent Graph Neural Simulators (GNSs) accelerate simulations by learni…

Cited by 0SourcecodeScholar
2026

TROLL: Trust Regions Improve Reinforcement Learning for Large Language Models

ICLR 2026oral

Reinforcement Learning (RL) with PPO-like clip objectives has become the standard choice for reward-based fine-tuning of large language models (LLMs). Although recent work has explored improved estimators of advantages and normalization, the clipping mechanism itself has remained untouched. Origina…

Cited by 0SourcecodeScholar
2025

AMBER: Adaptive Mesh Generation by Iterative Mesh Resolution Prediction

NeurIPS 2025poster

The cost and accuracy of simulating complex physical systems using the Finite Element Method (FEM) scales with the resolution of the underlying mesh. Adaptive meshes improve computational efficiency by refining resolution in critical regions, but typically require task-specific heuristics or cumbers…

Cited by 0SourcecodeScholar
2025

EDiT: Efficient Diffusion Transformers with Linear Compressed Attention

ICCV 2025poster

Diffusion Transformers (DiTs) have emerged as a leading architecture for text-to-image synthesis, producing high-quality and photorealistic images. However, the quadratic scaling properties of the attention in DiTs hinder image generation with higher resolution or devices with limited resources. Thi…

Cited by 0SourcePDFScholar
2025

Efficient Off-Policy Learning for High-Dimensional Action Spaces

ICLR 2025poster

Existing off-policy reinforcement learning algorithms often rely on an explicit state-action-value function representation, which can be problematic in high-dimensional action spaces due to the curse of dimensionality. This reliance results in data inefficiency as maintaining a state-action-value fu…

Cited by 0SourcePDFScholar
2025

Geometry-aware RL for Manipulation of Varying Shapes and Deformable Objects

ICLR 2025oral

Manipulating objects with varying geometries and deformable objects is a major challenge in robotics. Tasks such as insertion with different objects or cloth hanging require precise control and effective modelling of complex dynamics. In this work, we frame this problem through the lens of a heterog…

2024

MuTT: A Multimodal Trajectory Transformer for Robot Skills

IROS 2024poster

High-level robot skills represent an increasingly popular paradigm in robot programming. However, configuring the skills’ parameters for a specific task remains a manual and time-consuming endeavor. Existing approaches for learning or optimizing these parameters often require numerous real-world exe…

Cited by 2SourceScholar
2024

PointPatchRL - Masked Reconstruction Improves Reinforcement Learning on Point Clouds

CoRL 2024poster

Perceiving the environment via cameras is crucial for Reinforcement Learning (RL) in robotics. While images are a convenient form of representation, they often complicate extracting important geometric details, especially with varying geometries or deformable objects. In contrast, point clouds natur…

Cited by 0SourceScholar
2023

Accurate Bayesian Meta-Learning by Accurate Task Posterior Inference

ICLR 2023poster

Bayesian meta-learning (BML) enables fitting expressive generative models to small datasets by incorporating inductive priors learned from a set of related tasks. The Neural Process (NP) is a prominent deep neural network-based BML architecture, which has shown remarkable results in recent years. In…

Cited by 4SourcePDFScholar
2023

Beyond Deep Ensembles: A Large-Scale Evaluation of Bayesian Deep Learning under Distribution Shift

NeurIPS 2023poster

Bayesian deep learning (BDL) is a promising approach to achieve well-calibrated predictions on distribution-shifted data. Nevertheless, there exists no large-scale survey that evaluates recent SOTA methods on diverse, realistic, and challenging benchmark tasks in a systematic manner. To provide a cl…

2023

Curriculum-Based Imitation of Versatile Skills

ICRA 2023poster

Learning skills by imitation is a promising concept for the intuitive teaching of robots. A common way to learn such skills is to learn a parametric model by maximizing the likelihood given the demonstrations. Yet, human demonstrations are often multi-modal, i.e., the same task is solved in multiple…

Cited by 4SourcecodeScholar
2022

End-to-End Learning of Hybrid Inverse Dynamics Models for Precise and Compliant Impedance Control

RSS 2022poster

It is well-known that inverse dynamics models can improve tracking performance in robot control. These models need to precisely capture the robot dynamics, which consist of well-understood components, e.g., rigid body dynamics, and effects that remain challenging to capture, e.g., stick-slip frictio…

Cited by 11SourcePDFScholar
2022

Hidden Parameter Recurrent State Space Models For Changing Dynamics Scenarios

ICLR 2022poster

Recurrent State-space models (RSSMs) are highly expressive models for learning patterns in time series data and for system identification. However, these models are often based on the assumption that the dynamics are fixed and unchanging, which is rarely the case in real-world scenarios. Many contro…

2022

Inferring Versatile Behavior from Demonstrations by Matching Geometric Descriptors

CoRL 2022poster

Humans intuitively solve tasks in versatile ways, varying their behavior in terms of trajectory-based planning and for individual steps. Thus, they can easily generalize and adapt to new and changing environments. Current Imitation Learning algorithms often only consider unimodal expert demonstratio…

Cited by 5SourcecodeScholar
2021

Differentiable Trust Region Layers for Deep Reinforcement Learning

ICLR 2021poster

Trust region methods are a popular tool in reinforcement learning as they yield robust policy updates in continuous and discrete action spaces. However, enforcing such trust regions in deep reinforcement learning is difficult. Hence, many approaches, such as Trust Region Policy Optimization (TRPO) a…

2021

Specializing Versatile Skill Libraries using Local Mixture of Experts

CoRL 2021poster

A long-cherished vision in robotics is to equip robots with skills that match the versatility and precision of humans. For example, when playing table tennis, a robot should be capable of returning the ball in various ways while precisely placing it at the desired location. A common approach to mod…

Cited by 41SourcecodeScholar
2020

Action-Conditional Recurrent Kalman Networks For Forward and Inverse Dynamics Learning

CoRL 2020

Estimating accurate forward and inverse dynamics models is a crucial component of model-based control for sophisticated robots such as robots driven by hydraulics, artificial muscles, or robots dealing with different contact situations. Analytic models to such processes are often unavailable or inac

2020

Expected Information Maximization: Using the I-Projection for Mixture Density Estimation

ICLR 2020poster

Modelling highly multi-modal data is a challenging problem in machine learning. Most algorithms are based on maximizing the likelihood, which corresponds to the M(oment)-projection of the data distribution to the model distribution. The M-projection forces the model to average over modes it cannot r…

Cited by 14SourcecodeScholar
2019

Recurrent Kalman Networks: Factorized Inference in High-Dimensional Deep Feature Spaces

ICML 2019oral

In order to integrate uncertainty estimates into deep time-series modelling, Kalman Filters (KFs) (Kalman et al., 1960) have been integrated with deep learning models, however, such approaches typically rely on approximate inference tech- niques such as variational inference which makes learning mor…