-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (91 loc) · 4.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
layout: default
redirect_from: "/about"
---
<div class="container home">
<div class="row">
<div class="col-sm-3">
<img class="img-responsive center-block" src="assets/headshot.jpg" img width="200" />
</div>
<div class="col-sm-9">
<p>
Hello. I'm a PhD student at the Robotics Institute at Carnegie Mellon University. I'm currently a member of the <a href="https://r-pad.github.io/">Robots Perceiving and Doing Lab (RPAD)</a>, where I am advised by Prof. <a href="http://davheld.github.io/">Dave Held</a>. My general research interests are at the intersection of perception and control. Specifically, I center on the control of robotic systems through model-based machine learning to study how machines can be given greater, safer autonomy.
</p>
<p>
During my undergraduate study, I was advised by <a href="https://people.eecs.berkeley.edu/~svlevine/">Sergey Levine</a> and mentored by <a href="https://nrhinehart.github.io">Nick Rhinehart</a> at the <a href="https://rail.eecs.berkeley.edu/">Robotic AI & Learning Lab (RAIL)</a> in UC Berkeley.
</p>
<p>
[<a href="resources/cv.pdf">CV</a>] [<a href="https://scholar.google.com/citations?view_op=list_works&hl=en&user=cAYgoH4AAAAJ">Google Scholar</a>] [<a href="https://github.com/himty">Github</a>]
</p>
<p>
Contact: jennyw2 (at) andrew.cmu.edu
</p>
</div>
</div>
</div>
<h2>News</h2>
<ul>
<li>Excited to intern at Walt Disney Imagineering!</li>
<li>Paper accepted to ICRA 2024! <a href="https://sites.google.com/view/tax-posed/home">Learning Distributional Demonstration Spaces for Task-Specific Cross-Pose Estimation</a></li>
<li>Submitted a paper to ICRA 2024! Stay tuned for updates o-o</li>
<li>Joined the Robotics Institute at CMU! Excited to work with <a href="http://davheld.github.io/">Dave Held</a> at the <a href="https://r-pad.github.io/">Robots Perceiving and Doing Lab (RPAD)</a></li>
<li>Paper accepted to NeurIPS 2021! <a href="https://sites.google.com/view/ic2">Information is Power: Intrinsic Control via Information Capture</a>.</li>
<li><a href="/news">...see all news</a></li>
</ul>
<h2>Recent Blog Posts</h2>
<div class="posts">
{% for post in site.posts limit:4 %}
<article>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</article>
{% endfor %}
<a href="/archive/index">...see all posts</a>
</div>
<h2>Publications</h2>
<table cellpadding="10" width="100%">
<tr>
<td class="pubimg" width="250" height="100">
<img src="assets/papers/icra2024_taxposed.gif" width="200">
</td>
<td>
<br>
<a href="https://sites.google.com/view/tax-posed/home">Learning Distributional Demonstration Spaces for Task-Specific Cross-Pose Estimation</a><br>
<div class="pubauthor">
Jenny Wang*, Octavian Donca*, and David Held<br>
</div>
<div class="pubjournal">2024 IEEE International Conference on Robotics and Automation
</div>
<br>
</td>
</tr>
<tr>
<td class="pubimg" width="250" height="100">
<img src="assets/papers/scf2023_yarn.png" width="200">
</td>
<td>
<br>
<a href="https://dl.acm.org/doi/abs/10.1145/3623263.3623355">Estimating Yarn Length for Machine-Knitted Structures</a><br>
<div class="pubauthor">
Gabrielle Ohlson, Angelica M. Bonilla Fominaya, Kavya Puthuveetil, <b>Jenny Wang</b>, Emily Amspoker, and James McCann<br>
</div>
<div class="pubjournal">8th ACM Symposium on Computational Fabrication
</div>
<br>
</td>
</tr>
<tr>
<td class="pubimg" width="250" height="100">
<img src="assets/papers/neurips21_ic2.png" width="100">
</td>
<td>
<br>
<a href="https://sites.google.com/view/ic2">Information is Power: Intrinsic Control via Information Capture</a><br>
<div class="pubauthor">
Nicholas Rhinehart, <b>Jenny Wang</b>, Glen Berseth, JD Co-Reyes, Danijar Hafner, Chelsea Finn, Sergey Levine<br>
</div>
<div class="pubjournal">Advances in Neural Information Processing Systems 34 (NeurIPS 2021)
</div>
<br>
</td>
</tr>
</table>