Skip to main content

Showing 1–29 of 29 results for author: Winkler, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2504.16875  [pdf, other

    cs.LG

    Hybrid Reinforcement Learning and Model Predictive Control for Adaptive Control of Hydrogen-Diesel Dual-Fuel Combustion

    Authors: Julian Bedei, Murray McBain, Alexander Winkler, Charles Robert Koch, Jakob Andert, David Gordon

    Abstract: Reinforcement Learning (RL) and Machine Learning Integrated Model Predictive Control (ML-MPC) are promising approaches for optimizing hydrogen-diesel dual-fuel engine control, as they can effectively control multiple-input multiple-output systems and nonlinear processes. ML-MPC is advantageous for providing safe and optimal controls, ensuring the engine operates within predefined safety limits. In… ▽ More

    Submitted 6 May, 2025; v1 submitted 23 April, 2025; originally announced April 2025.

  2. arXiv:2501.16613  [pdf, other

    cs.LG cs.AI

    Safe Reinforcement Learning for Real-World Engine Control

    Authors: Julian Bedei, Lucas Koch, Kevin Badalian, Alexander Winkler, Patrick Schaber, Jakob Andert

    Abstract: This work introduces a toolchain for applying Reinforcement Learning (RL), specifically the Deep Deterministic Policy Gradient (DDPG) algorithm, in safety-critical real-world environments. As an exemplary application, transient load control is demonstrated on a single-cylinder internal combustion engine testbench in Homogeneous Charge Compression Ignition (HCCI) mode, that offers high thermal effi… ▽ More

    Submitted 27 January, 2025; originally announced January 2025.

  3. arXiv:2408.11032  [pdf, other

    cs.LG cs.CV physics.ao-ph

    Atmospheric Transport Modeling of CO$_2$ with Neural Networks

    Authors: Vitus Benson, Ana Bastos, Christian Reimers, Alexander J. Winkler, Fanny Yang, Markus Reichstein

    Abstract: Accurately describing the distribution of CO$_2$ in the atmosphere with atmospheric tracer transport models is essential for greenhouse gas monitoring and verification support systems to aid implementation of international climate agreements. Large deep neural networks are poised to revolutionize weather prediction, which requires 3D modeling of the atmosphere. While similar in this regard, atmosp… ▽ More

    Submitted 20 August, 2024; originally announced August 2024.

    Comments: Code: https://github.com/vitusbenson/carbonbench

  4. arXiv:2407.11385  [pdf, other

    cs.RO cs.GR

    Omnigrasp: Grasping Diverse Objects with Simulated Humanoids

    Authors: Zhengyi Luo, Jinkun Cao, Sammy Christen, Alexander Winkler, Kris Kitani, Weipeng Xu

    Abstract: We present a method for controlling a simulated humanoid to grasp an object and move it to follow an object's trajectory. Due to the challenges in controlling a humanoid with dexterous hands, prior methods often use a disembodied hand and only consider vertical lifts or short trajectories. This limited scope hampers their applicability for object manipulation required for animation and simulation.… ▽ More

    Submitted 18 May, 2025; v1 submitted 16 July, 2024; originally announced July 2024.

    Comments: Project page: https://www.zhengyiluo.com/Omnigrasp/

  5. arXiv:2403.06862  [pdf, other

    cs.CV cs.GR cs.RO

    Real-Time Simulated Avatar from Head-Mounted Sensors

    Authors: Zhengyi Luo, Jinkun Cao, Rawal Khirodkar, Alexander Winkler, Jing Huang, Kris Kitani, Weipeng Xu

    Abstract: We present SimXR, a method for controlling a simulated avatar from information (headset pose and cameras) obtained from AR / VR headsets. Due to the challenging viewpoint of head-mounted cameras, the human body is often clipped out of view, making traditional image-based egocentric pose estimation challenging. On the other hand, headset poses provide valuable information about overall body motion,… ▽ More

    Submitted 24 April, 2024; v1 submitted 11 March, 2024; originally announced March 2024.

    Comments: CVPR 2024 Hightlight. Website: https://www.zhengyiluo.com/SimXR/

  6. arXiv:2401.08570  [pdf, other

    cs.CV

    RoHM: Robust Human Motion Reconstruction via Diffusion

    Authors: Siwei Zhang, Bharat Lal Bhatnagar, Yuanlu Xu, Alexander Winkler, Petr Kadlecek, Siyu Tang, Federica Bogo

    Abstract: We propose RoHM, an approach for robust 3D human motion reconstruction from monocular RGB(-D) videos in the presence of noise and occlusions. Most previous approaches either train neural networks to directly regress motion in 3D or learn data-driven motion priors and combine them with optimization at test time. The former do not recover globally coherent motion and fail under occlusions; the latte… ▽ More

    Submitted 15 April, 2024; v1 submitted 16 January, 2024; originally announced January 2024.

    Comments: With the appendix included

  7. arXiv:2401.03960  [pdf, other

    cs.LG

    Comparing Data-Driven and Mechanistic Models for Predicting Phenology in Deciduous Broadleaf Forests

    Authors: Christian Reimers, David Hafezi Rachti, Guahua Liu, Alexander J. Winkler

    Abstract: Understanding the future climate is crucial for informed policy decisions on climate change prevention and mitigation. Earth system models play an important role in predicting future climate, requiring accurate representation of complex sub-processes that span multiple time scales and spatial scales. One such process that links seasonal and interannual climate variability to cyclical biological ev… ▽ More

    Submitted 8 January, 2024; originally announced January 2024.

  8. Introducing a Deep Neural Network-based Model Predictive Control Framework for Rapid Controller Implementation

    Authors: David C. Gordon, Alexander Winkler, Julian Bedei, Patrick Schaber, Jakob Andert, Charles R. Koch

    Abstract: Model Predictive Control (MPC) provides an optimal control solution based on a cost function while allowing for the implementation of process constraints. As a model-based optimal control technique, the performance of MPC strongly depends on the model used where a trade-off between model computation time and prediction performance exists. One solution is the integration of MPC with a machine learn… ▽ More

    Submitted 12 October, 2023; originally announced October 2023.

    Comments: Submitted to 2024 American Control Conference (ACC), July 8-12, 2024 in Toronto, Canada. ACC is the annual conference of the American Automatic Control Council (AACC), the U.S. national member organization of the International Federation for Automatic Control (IFAC)

  9. arXiv:2310.04582  [pdf, other

    cs.CV cs.GR cs.RO

    Universal Humanoid Motion Representations for Physics-Based Control

    Authors: Zhengyi Luo, Jinkun Cao, Josh Merel, Alexander Winkler, Jing Huang, Kris Kitani, Weipeng Xu

    Abstract: We present a universal motion representation that encompasses a comprehensive range of motor skills for physics-based humanoid control. Due to the high dimensionality of humanoids and the inherent difficulties in reinforcement learning, prior methods have focused on learning skill embeddings for a narrow range of movement styles (e.g. locomotion, game characters) from specialized motion datasets.… ▽ More

    Submitted 11 April, 2024; v1 submitted 6 October, 2023; originally announced October 2023.

    Comments: ICLR 2024 Spotlight. Project page: https://zhengyiluo.github.io/PULSE/

  10. arXiv:2307.01938  [pdf, other

    cs.CV

    Physics-based Motion Retargeting from Sparse Inputs

    Authors: Daniele Reda, Jungdam Won, Yuting Ye, Michiel van de Panne, Alexander Winkler

    Abstract: Avatars are important to create interactive and immersive experiences in virtual worlds. One challenge in animating these characters to mimic a user's motion is that commercial AR/VR products consist only of a headset and controllers, providing very limited sensor data of the user's pose. Another challenge is that an avatar might have a different skeleton structure than a human and the mapping bet… ▽ More

    Submitted 4 July, 2023; originally announced July 2023.

    Comments: More info at: https://www.cs.ubc.ca/~dreda/retargeting.html

  11. arXiv:2306.05666  [pdf, other

    cs.GR cs.LG cs.RO

    QuestEnvSim: Environment-Aware Simulated Motion Tracking from Sparse Sensors

    Authors: Sunmin Lee, Sebastian Starke, Yuting Ye, Jungdam Won, Alexander Winkler

    Abstract: Replicating a user's pose from only wearable sensors is important for many AR/VR applications. Most existing methods for motion tracking avoid environment interaction apart from foot-floor contact due to their complex dynamics and hard constraints. However, in daily life people regularly interact with their environment, e.g. by sitting on a couch or leaning on a desk. Using Reinforcement Learning,… ▽ More

    Submitted 9 June, 2023; originally announced June 2023.

    ACM Class: I.3.6

    Journal ref: SIGGRAPH 23 Conference Proceedings, August 6-10, 2023, Los Angeles, CA, USA

  12. arXiv:2305.06456  [pdf, other

    cs.CV cs.GR cs.RO

    Perpetual Humanoid Control for Real-time Simulated Avatars

    Authors: Zhengyi Luo, Jinkun Cao, Alexander Winkler, Kris Kitani, Weipeng Xu

    Abstract: We present a physics-based humanoid controller that achieves high-fidelity motion imitation and fault-tolerant behavior in the presence of noisy input (e.g. pose estimates from video or generated from language) and unexpected falls. Our controller scales up to learning ten thousand motion clips without using any external stabilizing forces and learns to naturally recover from fail-state. Given ref… ▽ More

    Submitted 11 September, 2023; v1 submitted 10 May, 2023; originally announced May 2023.

    Comments: ICCV 2023. Project page: https://zhengyiluo.github.io/PHC/

  13. arXiv:2211.09037  [pdf

    cs.HC cs.GR

    Complementary Textures. A Novel Approach to Object Alignment in Mixed Reality

    Authors: Alejandro Martin-Gomez, Alexander Winkler, Rafael de la Tijera Obert, Javad Fotouhi, Daniel Roth, Ulrich Eck, Nassir Navab

    Abstract: Alignment between real and virtual objects is a challenging task required for the deployment of Mixed Reality (MR) into manufacturing, medical, and construction applications. To face this challenge, a series of methods have been proposed. While many approaches use dynamic augmentations such as animations, arrows, or text to assist users, they require tracking the position of real objects. In contr… ▽ More

    Submitted 16 November, 2022; originally announced November 2022.

  14. QuestSim: Human Motion Tracking from Sparse Sensors with Simulated Avatars

    Authors: Alexander Winkler, Jungdam Won, Yuting Ye

    Abstract: Real-time tracking of human body motion is crucial for interactive and immersive experiences in AR/VR. However, very limited sensor data about the body is available from standalone wearable devices such as HMDs (Head Mounted Devices) or AR glasses. In this work, we present a reinforcement learning framework that takes in sparse signals from an HMD and two controllers, and simulates plausible and p… ▽ More

    Submitted 19 September, 2022; originally announced September 2022.

    Journal ref: SIGGRAPH Asia 2022 Conference Papers, December 6 to 9, 2022, Daegu, Republic of Korea

  15. arXiv:2208.04343  [pdf, other

    cs.LG cs.LO

    EFI: A Toolbox for Feature Importance Fusion and Interpretation in Python

    Authors: Aayush Kumar, Jimiama Mafeni Mase, Divish Rengasamy, Benjamin Rothwell, Mercedes Torres Torres, David A. Winkler, Grazziela P. Figueredo

    Abstract: This paper presents an open-source Python toolbox called Ensemble Feature Importance (EFI) to provide machine learning (ML) researchers, domain experts, and decision makers with robust and accurate feature importance quantification and more reliable mechanistic interpretation of feature importance for prediction problems using fuzzy sets. The toolkit was developed to address uncertainties in featu… ▽ More

    Submitted 8 August, 2022; originally announced August 2022.

    Comments: 16 pages, 5 tables, 9 figures

  16. Transformer Inertial Poser: Real-time Human Motion Reconstruction from Sparse IMUs with Simultaneous Terrain Generation

    Authors: Yifeng Jiang, Yuting Ye, Deepak Gopinath, Jungdam Won, Alexander W. Winkler, C. Karen Liu

    Abstract: Real-time human motion reconstruction from a sparse set of (e.g. six) wearable IMUs provides a non-intrusive and economic approach to motion capture. Without the ability to acquire position information directly from IMUs, recent works took data-driven approaches that utilize large human motion datasets to tackle this under-determined problem. Still, challenges remain such as temporal consistency,… ▽ More

    Submitted 8 December, 2022; v1 submitted 29 March, 2022; originally announced March 2022.

    Comments: SIGGRAPH Asia 2022. Video: https://youtu.be/rXb6SaXsnc0. Code: https://github.com/jyf588/transformer-inertial-poser

  17. arXiv:2110.11713  [pdf, other

    cs.LG cs.AI cs.LO

    Mechanistic Interpretation of Machine Learning Inference: A Fuzzy Feature Importance Fusion Approach

    Authors: Divish Rengasamy, Jimiama M. Mase, Mercedes Torres Torres, Benjamin Rothwell, David A. Winkler, Grazziela P. Figueredo

    Abstract: With the widespread use of machine learning to support decision-making, it is increasingly important to verify and understand the reasons why a particular output is produced. Although post-training feature importance approaches assist this interpretation, there is an overall lack of consensus regarding how feature importance should be quantified, making explanations of model predictions unreliable… ▽ More

    Submitted 22 October, 2021; originally announced October 2021.

    Comments: 12 pages, 11 figures, 8 tables

  18. Pose to Seat: Automated Design of Body-Supporting Surfaces

    Authors: Kurt Leimer, Andreas Winkler, Stefan Ohrhallinger, Przemyslaw Musialski

    Abstract: The design of functional seating furniture is a complicated process which often requires extensive manual design effort and empirical evaluation. We propose a computational design framework for pose-driven automated generation of body-supports which are optimized for comfort of sitting. Given a human body in a specified pose as input, our method computes an approximate pressure distribution that a… ▽ More

    Submitted 22 March, 2020; originally announced March 2020.

    Comments: 14 pages, 15 figures

    Journal ref: Computer Aided Geometric Design Volume 79, May 2020, 101855

  19. arXiv:1911.11559  [pdf, other

    physics.comp-ph cond-mat.mtrl-sci cs.LG

    Impressive computational acceleration by using machine learning for 2-dimensional super-lubricant materials discovery

    Authors: Marco Fronzi, Mutaz Abu Ghazaleh, Olexandr Isayev, David A. Winkler, Joe Shapter, Michael J. Ford

    Abstract: The screening of novel materials is an important topic in the field of materials science. Although traditional computational modeling, especially first-principles approaches, is a very useful and accurate tool to predict the properties of novel materials, it still demands extensive and expensive state-of-the-art computational resources. Additionally, they can be often extremely time consuming. We… ▽ More

    Submitted 29 July, 2020; v1 submitted 20 November, 2019; originally announced November 2019.

  20. Planning and Execution of Dynamic Whole-Body Locomotion for a Hydraulic Quadruped on Challenging Terrain

    Authors: Alexander W. Winkler, Carlos Mastalli, Ioannis Havoutis, Michele Focchi, Darwin G. Caldwell, Claudio Semini

    Abstract: We present a framework for dynamic quadrupedal locomotion over challenging terrain, where the choice of appropriate footholds is crucial for the success of the behaviour. We build a model of the environment on-line and on-board using an efficient occupancy grid representation. We use Any-time-Repairing A* (ARA*) to search over a tree of possible actions, choose a rough body path and select the loc… ▽ More

    Submitted 7 April, 2019; originally announced April 2019.

    Comments: 7 pages, IEEE International Conference on Robotics and Automation

    Journal ref: 2015

  21. On-line and on-board planning and perception for quadrupedal locomotion

    Authors: Carlos Mastalli, Ioannis Havoutis, Alexander W. Winkler, Darwin G. Caldwell, Claudio Semini

    Abstract: We present a legged motion planning approach for quadrupedal locomotion over challenging terrain. We decompose the problem into body action planning and footstep planning. We use a lattice representation together with a set of defined body movement primitives for computing a body action plan. The lattice representation allows us to plan versatile movements that ensure feasibility for every possibl… ▽ More

    Submitted 7 April, 2019; originally announced April 2019.

    Comments: 7 pages, International Conference on Technologies for Practical Robot Applications

    Journal ref: published 2015

  22. arXiv:1801.01560  [pdf, other

    cs.CV

    On-the-fly Augmented Reality for Orthopaedic Surgery Using a Multi-Modal Fiducial

    Authors: Sebastian Andress, Alex Johnson, Mathias Unberath, Alexander Winkler, Kevin Yu, Javad Fotouhi, Simon Weidert, Greg Osgood, Nassir Navab

    Abstract: Fluoroscopic X-ray guidance is a cornerstone for percutaneous orthopaedic surgical procedures. However, two-dimensional observations of the three-dimensional anatomy suffer from the effects of projective simplification. Consequently, many X-ray images from various orientations need to be acquired for the surgeon to accurately assess the spatial relations between the patient's anatomy and the surgi… ▽ More

    Submitted 4 January, 2018; originally announced January 2018.

    Comments: S. Andress, A. Johnson, M. Unberath, and A. Winkler have contributed equally and are listed in alphabetical order

    Journal ref: J. Med. Imag. 5(2), 2018

  23. arXiv:1708.09342  [pdf, ps, other

    eess.SY cs.LG cs.RO math.OC

    Optimal and Learning Control for Autonomous Robots

    Authors: Jonas Buchli, Farbod Farshidian, Alexander Winkler, Timothy Sandy, Markus Giftthaler

    Abstract: Optimal and Learning Control for Autonomous Robots has been taught in the Robotics, Systems and Controls Masters at ETH Zurich with the aim to teach optimal control and reinforcement learning for closed loop control problems from a unified point of view. The starting point is the formulation of of an optimal control problem and deriving the different types of solutions and algorithms from there. T… ▽ More

    Submitted 30 August, 2017; originally announced August 2017.

    Comments: Lecture Notes, 101 pages

  24. arXiv:1705.10313  [pdf, other

    cs.RO math.OC

    Fast Trajectory Optimization for Legged Robots using Vertex-based ZMP Constraints

    Authors: Alexander W Winkler, Farbod Farshidian, Diego Pardo, Michael Neunert, Jonas Buchli

    Abstract: This paper combines the fast Zero-Moment-Point (ZMP) approaches that work well in practice with the broader range of capabilities of a Trajectory Optimization formulation, by optimizing over body motion, footholds and Center of Pressure simultaneously. We introduce a vertex-based representation of the support-area constraint, which can treat arbitrarily oriented point-, line-, and area-contacts un… ▽ More

    Submitted 27 May, 2017; originally announced May 2017.

    Comments: currently under review for IEEE RA-L

  25. Robust Whole-Body Motion Control of Legged Robots

    Authors: Farbod Farshidian, Edo Jelavić, Alexander W. Winkler, Jonas Buchli

    Abstract: We introduce a robust control architecture for the whole-body motion control of torque controlled robots with arms and legs. The method is based on the robust control of contact forces in order to track a planned Center of Mass trajectory. Its appeal lies in the ability to guarantee robust stability and performance despite rigid body model mismatch, actuator dynamics, delays, contact surface stiff… ▽ More

    Submitted 7 March, 2017; originally announced March 2017.

    Comments: 8 Pages

  26. An Efficient Optimal Planning and Control Framework For Quadrupedal Locomotion

    Authors: Farbod Farshidian, Michael Neunert, Alexander W. Winkler, Gonzalo Rey, Jonas Buchli

    Abstract: In this paper, we present an efficient Dynamic Programing framework for optimal planning and control of legged robots. First we formulate this problem as an optimal control problem for switched systems. Then we propose a multi--level optimization approach to find the optimal switching times and the optimal continuous control inputs. Through this scheme, the decomposed optimization can potentially… ▽ More

    Submitted 4 March, 2017; v1 submitted 30 September, 2016; originally announced September 2016.

    Comments: 8 Pages

  27. arXiv:1607.04537  [pdf, other

    cs.RO

    Trajectory Optimization Through Contacts and Automatic Gait Discovery for Quadrupeds

    Authors: Michael Neunert, Farbod Farshidian, Alexander W. Winkler, Jonas Buchli

    Abstract: In this work we present a trajectory Optimization framework for whole-body motion planning through contacts. We demonstrate how the proposed approach can be applied to automatically discover different gaits and dynamic motions on a quadruped robot. In contrast to most previous methods, we do not pre-specify contact switches, timings, points or gait patterns, but they are a direct outcome of the op… ▽ More

    Submitted 15 July, 2016; originally announced July 2016.

    Comments: Video: https://youtu.be/sILuqJBsyKs

  28. arXiv:1510.01625  [pdf, other

    cs.RO

    Projection based whole body motion planning for legged robots

    Authors: Diego Pardo, Michael Neunert, Alexander W. Winkler, Jonas Buchli

    Abstract: In this paper we present a new approach for dynamic motion planning for legged robots. We formulate a trajectory optimization problem based on a compact form of the robot dynamics. Such a form is obtained by projecting the rigid body dynamics onto the null space of the Constraint Jacobian. As consequence of the projection, contact forces are removed from the model but their effects are still taken… ▽ More

    Submitted 6 October, 2015; originally announced October 2015.

  29. Evaluating direct transcription and nonlinear optimization methods for robot motion planning

    Authors: Diego Pardo, Lukas Möller, Michael Neunert, Alexander W. Winkler, Jonas Buchli

    Abstract: This paper studies existing direct transcription methods for trajectory optimization applied to robot motion planning. There are diverse alternatives for the implementation of direct transcription. In this study we analyze the effects of such alternatives when solving a robotics problem. Different parameters such as integration scheme, number of discretization nodes, initialization strategies and… ▽ More

    Submitted 29 January, 2016; v1 submitted 22 April, 2015; originally announced April 2015.