You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/about.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ You can reach me at simin.liu.1314 -at- gmail dot com
24
24
25
25
## News
26
26
27
-
-[March 2026] Talk at Duke Robotics Seminar on [planning for contact-rich manipulation](https://docs.google.com/presentation/d/1KOY8aUZNnUM0n5xJHm-Gswq5P9HSXQ7ksvZ_J_OuEY8/edit?usp=sharing)
28
-
-[March 2026] Talk at CMU Manipulation Seminar on [planning for contact-rich manipulation](https://docs.google.com/presentation/d/1KOY8aUZNnUM0n5xJHm-Gswq5P9HSXQ7ksvZ_J_OuEY8/edit?usp=sharing)
27
+
-[March 2026] Talk at Duke Manipulation Seminar on [contact-rich manipulation](https://docs.google.com/presentation/d/1KOY8aUZNnUM0n5xJHm-Gswq5P9HSXQ7ksvZ_J_OuEY8/edit?usp=sharing)
28
+
-[March 2026] Talk at CMU Manipulation Seminar on [contact-rich manipulation](https://docs.google.com/presentation/d/1KOY8aUZNnUM0n5xJHm-Gswq5P9HSXQ7ksvZ_J_OuEY8/edit?usp=sharing)
-[April 2025][Paper](https://arxiv.org/abs/2408.00117) accepted at ACM Transactions on Cyber-Physical Systems
31
-
-[Sept 2024–May 2025] Research internship at the Robotics and AI Institute, with [Tao Pang](https://pangtao.xyz/)
31
+
-[Sept 2024] Starting research internship at the Robotics and AI Institute, with [Tao Pang](https://pangtao.xyz/)
32
32
-[Jun 2024][Paper](https://arxiv.org/abs/2311.00822) accepted at ECC
33
33
-[May 2023] Selected for Qualcomm Graduate Fellowship
34
34
-[April 2023][Paper](https://arxiv.org/abs/2306.06611) accepted at ICLR
@@ -38,13 +38,13 @@ You can reach me at simin.liu.1314 -at- gmail dot com
38
38
39
39
---
40
40
41
-
## Portfolio
41
+
## Selected Projects
42
42
43
43
<divclass="portfolio-list">
44
44
45
45
<divclass="portfolio-item">
46
-
<h3>High-Performance Planning for Contact-Rich Manipulation</h3>
47
-
<p>Sampling-based planners for contact-rich manipulation are common, but they produce circuitous, inefficient trajectories. Improving beyond these methods is hard because the action space is combinatorial and cannot be exhaustively searched. Our insight is to reduce the action space to higher-level, algorithmically-generated reachable set primitives, enabling optimal search in this space in under a minute for bimanual manipulation. </p>
46
+
<h3>Higher-Quality Planning for Contact-Rich Manipulation</h3>
47
+
<p> We built a planner that enables a bimanual system to move large, heavy objects using whole-arm contact. Unlike prior sampling-based approaches, which could produce whole-arm plans but at poor quality, this planner globally optimizes over grasp sequencing and in-grasp motion jointly. This joint optimization produces consistent, efficient plans suitable for hardware deployment and reinforcement learning. </p>
48
48
<divclass="portfolio-media">
49
49
<!-- Replace src with your image or embed a video here -->
<pclass="portfolio-group-intro">We build reactive safety filters that wrap a nominal controller, modifying its commands only when safety is at risk. A good filter is minimally invasive while respecting input bounds and system dynamics that limit how quickly safety maneuvers can be executed.</p>
61
+
<pclass="portfolio-group-intro">Built full-stack safe control systems for agile quadrotors, where a safety filter wraps a nominal planner or controller and intervenes only when needed.</p>
62
62
63
63
<divclass="portfolio-subitem">
64
64
<h4>Safe Control for Uncertain Systems</h4>
65
-
<p>Most safety filter synthesis approaches assume a known model, which is impractical. We consider systems with uncertain model parameters and devise a sum-of-squares programming algorithm for synthesis. We generate a geofencing (stay-within-region) safety filter for a drone with unknown drag in minutes on a regular laptop CPU.</p>
65
+
<p>Most safety filter synthesis approaches assume a known model, which is impractical.
66
+
We synthesized robust-adaptive safety filters for nonlinear systems with unknown model parameters. The filter can be combined with online parameter estimation for end-to-end safety. Generated a collision-avoidance filter for a quadrotor with unknown drag in minutes on a regular laptop CPU. </p>
66
67
<divclass="portfolio-media">
67
68
<!-- <img src="/images/portfolio/safe_control_uncertain.png" alt="Safe control for uncertain systems" /> -->
68
69
<videoautoplayloopmutedplaysinlinepreload="auto">
@@ -74,7 +75,7 @@ You can reach me at simin.liu.1314 -at- gmail dot com
74
75
75
76
<divclass="portfolio-subitem">
76
77
<h4>Safe Control for High-Dimensional Systems</h4>
77
-
<p>Grid-based RL can synthesize safety filters via an optimal control formulation, but it quickly becomes intractable beyond ~6D. We take inspiration from deep RL and nonlinear control, posing this problem as training a neural function to satisfy control barrier function (CBF) conditions. We synthesize a safety filter for a 10D system with <2 hours of training, and it triggers orders of magnitude less often than model predictive control (MPC).</p>
78
+
<p>Grid-based RL can synthesize safety filters via an optimal control formulation, but it quickly becomes intractable beyond ~6D. We take inspiration from Q-learning and nonlinear control and introduce "neural control barrier functions", a neural safety filter parameterization that scales synthesis to systems with high state dimension. We learn a pendulum-balancing filter for a 10D quadrotor-pendulum in under 2 hours, and it intervenes orders of magnitude less often than an MPC-based safety filter. </p>
78
79
<div class="portfolio-media">
79
80
<!-- <img src="/images/portfolio/safe_control_highdim.png" alt="Safe control for high-dimensional systems" /> -->
0 commit comments