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
+45-12Lines changed: 45 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,39 @@ You can reach me at simin.liu.1314 -at- gmail dot com
43
43
44
44
<divclass="portfolio-list">
45
45
46
-
<divclass="portfolio-item">
47
-
<h3>Higher-Quality Planning for Contact-Rich Manipulation</h3>
48
-
<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>
49
-
<divclass="portfolio-media">
50
-
<!-- Replace src with your image or embed a video here -->
<pclass="portfolio-group-intro">Building learning and planning algorithms for dexterous, contact-rich manipulation, where the full arm is used to move objects, not just the end-effector. Contact-rich manipulation is more challenging and more expressive than pick-and-place.</p>
49
+
50
+
<divclass="portfolio-subitem">
51
+
<h4>Higher-Quality Model-Based Planning</h4>
52
+
<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>
53
+
<div class="portfolio-media">
54
+
<!-- <img src="/images/portfolio/safe_control_highdim.png" alt="Safe control for high-dimensional systems" /> -->
<p class="portfolio-caption">Our method generates short, direct plans that leverage all manipulator surfaces, not just end-effectors.</p>
59
+
</div>
60
+
</div>
61
+
62
+
<divclass="portfolio-subitem">
63
+
<h4>Learning from Planner-Generated Demonstrations </h4>
64
+
<p> (Ongoing work): Synthetic data avoids the cross-embodiment transfer issues of human data, and is therefore a promising additional data source for today's VLAs and RL algorithms. Teleoperation is also often awkward for contact-rich manipulation. Building on our planner for contact-rich manipulation, we're using its outputs as synthetic demonstrations for RL, and measuring how much they accelerate training and where the gains are largest. </p>
<p class="portfolio-caption">A sampling of planner-generated demonstrations for different (start, goal) queries.</p>
78
+
</div>
57
79
</div>
58
80
</div>
59
81
@@ -89,7 +111,7 @@ We synthesized robust-adaptive safety filters for nonlinear systems with unknown
89
111
90
112
<divclass="portfolio-item">
91
113
<h3>Multitask RL for Adaptive Locomotion</h3>
92
-
<p>WModel-based methods and standard RL both struggle to generalize locomotion controllers to previously unseen disturbances. We develop a multitask model-based RL algorithm that trains an adaptable dynamics model on a few hours of domain-randomized data — scenarios like leg loss, terrain variation, and payload changes. We demonstrate a 3–8x increase in path-following reward over a no-adaptation baseline on unseen disturbances.</p>
114
+
<p>Model-based methods and standard RL both struggle to generalize locomotion controllers to previously unseen disturbances. We develop a multitask model-based RL algorithm that trains an adaptable dynamics model on a few hours of domain-randomized data — scenarios like leg loss, terrain variation, and payload changes. We demonstrate a 3–8x increase in path-following reward over a no-adaptation baseline on unseen disturbances.</p>
93
115
<divclass="portfolio-media">
94
116
<!-- <img src="/images/portfolio/locomotion.png" alt="Locomotion under disturbances" /> -->
0 commit comments