Title: Peter Werner
Open Graph Title: Peter Werner
Description: Graduate student in robotics at MIT CSAIL.
Open Graph Description: Graduate student in robotics at MIT CSAIL.
Opengraph URL: https://wernerpe.github.io/
X: @wowchemy
Generator: Wowchemy 5.9.0 for Hugo
Domain: wernerpe.github.io
{"@context":"https://schema.org","@type":"WebSite","potentialAction":{"@type":"SearchAction","target":"https://wernerpe.github.io/?q={search_term_string}","query-input":"required name=search_term_string"},"url":"https://wernerpe.github.io/"}
| None | IE=edge |
| author | Peter Werner |
| theme-color | #1565c0 |
| twitter:card | summary |
| twitter:creator | @wowchemy |
| twitter:image | https://wernerpe.github.io/media/icon_hu8157adbe6ef32893cb274bea4bfde809_171152_512x512_fill_lanczos_center_3.png |
| profile:first_name | Peter |
| profile:last_name | Werner |
| og:type | profile |
| og:site_name | Peter Werner |
| og:image | https://wernerpe.github.io/media/icon_hu8157adbe6ef32893cb274bea4bfde809_171152_512x512_fill_lanczos_center_3.png |
| og:locale | en-us |
| og:updated_time | 2022-10-24T00:00:00+00:00 |
Links:
| https://wernerpe.github.io | |
| Peter Werner | https://wernerpe.github.io/ |
| Peter Werner | https://wernerpe.github.io/ |
| Home | https://wernerpe.github.io/#about |
| Publications | https://wernerpe.github.io/#pubs |
| CV | https://wernerpe.github.io/uploads/cv.pdf |
| https://twitter.com/__wernerpe | |
| https://wernerpe.github.io | |
| https://wernerpe.github.io | |
| Light | https://wernerpe.github.io |
| Dark | https://wernerpe.github.io |
| Automatic | https://wernerpe.github.io |
| Massachusetts Institue of Technology | https://www.mit.edu/ |
| https://twitter.com/__wernerpe | |
| https://www.youtube.com/channel/UCPGQ0UgIdahzqqGjXFGWXsw | |
| https://scholar.google.com/citations?user=M5HFiMIAAAAJ&hl=en | |
| https://github.com/wernerpe | |
| https://www.linkedin.com/in/wernerpe/ | |
| https://wernerpe.github.io/uploads/cv.pdf | |
| Wile E. Coyote | https://www.youtube.com/watch?v=lghIDQSbxw8 |
| Gaston | https://www.pipelinecomics.com/gomer-the-goof-v1-mind-the-goof/ |
| Calvin and Hobbes | https://en.wikipedia.org/wiki/Calvin_and_Hobbes |
| Superfast Configuration-Space Convex Set Computation on GPUs for Online Motion Planning | https://wernerpe.github.io/publication/superfast/ |
| We leverage GPUs to create probabilistically collision-free convex sets in configuration space on-the-fly, enabling high-quality trajectory optimization without challenging collision avoidance constraints. Our approach runs 17× faster with 28% higher reliability than traditional methods, validated on both simulations and a KUKA robot with real-time perception. [RSS, 2025] | https://wernerpe.github.io/publication/superfast/ |
| https://arxiv.org/abs/2504.10783 | |
| Cite | https://wernerpe.github.io |
| Website | https://sites.google.com/view/gpupolytopes/home |
| https://wernerpe.github.io/publication/superfast/ | |
| Faster Algorithms for Growing Collision-Free Convex Polytopes in Robot Configuration Space | https://wernerpe.github.io/publication/fastiris/ |
| We propose two new algorithms for constructing collision-free convex polytopes in robot configuration space. Our key insight is that finding near-by configuration-space obstacles using sampling is inexpensive and greatly accelerates region generation. Our two algorithms use such samples to either employ nonlinear programming more efficiently (IRIS-NP2 ) or circumvent it altogether using a massively-parallel zero-order optimization strategy (IRIS-ZO). We show that IRIS-ZO achieves an order-of-magnitude speed advantage over its predecessor IRIS-NP. IRISNP2, also significantly faster than IRIS-NP, builds larger polytopes using fewer hyperplanes, enabling faster downstream computation. [ISRR, 2024] | https://wernerpe.github.io/publication/fastiris/ |
| https://arxiv.org/abs/2410.12649 | |
| Cite | https://wernerpe.github.io |
| Website | https://sites.google.com/view/fastiris/home |
| https://wernerpe.github.io/publication/fastiris/ | |
| Approximating Robot Configuration Spaces with few Convex Sets using Clique Covers of Visibility Graphs | https://wernerpe.github.io/publication/cliqueseeding/ |
| We propose an algorithmic appraoch to approximating robot configuration space with a small collection of convex sets. First, the algorithm constructs a visibility graph using sampling, then a small clique cover of the visibility graph is computed, and finally the cliques are inflated to full-dimensional polytopes that are collision free. [ICRA, 2024] | https://wernerpe.github.io/publication/cliqueseeding/ |
| https://ieeexplore.ieee.org/abstract/document/10610005 | |
| Cite | https://wernerpe.github.io |
| Code | https://github.com/AlexandreAmice/drake/tree/iris_from_clique_cover/cspace_lightweight |
| Video | https://www.youtube.com/watch?v=x37fPVST6Zk |
| Website | https://sites.google.com/view/cspacevcc/home |
| https://wernerpe.github.io/publication/cliqueseeding/ | |
| Certifying Bimanual RRT Motion Plans in a Second | https://wernerpe.github.io/publication/trajcert/ |
| We present an efficient method for certifying noncollision for piecewise-polynomial motion plans in algebraic reparametrizations of configuration space. Such motion plans include those generated by popular randomized methods including RRTs and PRMs, as well as those generated by many methods in trajectory optimization. Based on Sums-of-Squares optimization, our method provides exact, rigorous certificates of non-collision; it can never falsely claim that a motion plan containing collisions is collision-free. [ICRA, 2024] | https://wernerpe.github.io/publication/trajcert/ |
| https://ieeexplore.ieee.org/abstract/document/10611296 | |
| Cite | https://wernerpe.github.io |
| Website | https://alexandreamice.github.io/project/c-iris-path/ |
| https://wernerpe.github.io/publication/trajcert/ | |
| Dynamic Multi-Team Racing: Competitive Driving on 1/10-th Scale Vehicles via Learning in Simulation | https://wernerpe.github.io/publication/dynmutr/ |
| Autonomous racing is a challenging task that requires vehicle handling at the dynamic limits of friction. While single-agent scenarios like Time Trials are solved competitively with classical model-based or model-free feedback control, multi-agent wheel-to-wheel racing poses several challenges including planning over unknown opponent intentions as well as negotiating interactions under dynamic constraints. In this work, we address these challenges via self-play reinforcement learning to enable zero-shot sim-to-real transfer of highly dynamic policies. [CORL, 2023 + Best Paper Award ICRA Multi-Robot Learning Workshop, 2023] | https://wernerpe.github.io/publication/dynmutr/ |
| https://openreview.net/pdf?id=fvXFBCHVGn | |
| Cite | https://wernerpe.github.io |
| Video | https://youtu.be/HbDL8EWZ5h8 |
| Website | https://sites.google.com/view/dynmutr/home |
| https://wernerpe.github.io/publication/dynmutr/ | |
| See all publications | https://wernerpe.github.io/publication/ |
| CC BY NC ND 4.0 | https://creativecommons.org/licenses/by-nc-nd/4.0 |
| https://creativecommons.org/licenses/by-nc-nd/4.0 | |
| Wowchemy | https://wowchemy.com/?utm_campaign=poweredby |
| open source | https://github.com/wowchemy/wowchemy-hugo-themes |
| Copy | https://wernerpe.github.io |
| Download | https://wernerpe.github.io |
Viewport: width=device-width,initial-scale=1