-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (161 loc) · 7.25 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Jinghan Li</title>
<meta name="author" content="Jinghan Li">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="shortcut icon" href="images/favicon/favicon.ico" type="image/x-icon"> -->
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table
style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table
style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p class="name" style="text-align: center;">
Jinghan Li (李敬涵)
</p>
<p>
I am a second-year master's student at Wangxuan Institute of Computer Technology, Peking University,
advised by <a href="http://www.muyadong.com/">Prof. Yadong Mu</a>. Before that, I received my B.S.
degree in Computer Science from College of Intelligence and Computing, Tianjin University.
</p>
<p>
Email: <a href="[email protected]">[email protected]</a>
</p>
<p style="text-align:center">
<a href="https://scholar.google.com/citations?user=7tOxVY0AAAAJ">Scholar</a> /
<a href="https://github.com/Singularity0104/">Github</a>
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/ljh.jpg"><img style="width:100%;max-width:100%;object-fit: cover; border-radius: 50%;"
alt="profile photo" src="images/ljh.jpg" class="hoverZoomLink"></a>
</td>
</tr>
</tbody>
</table>
<table
style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<h2>Research</h2>
<p>
I'm interested in computer vision, generative models, and embodied intelligence.
</p>
</td>
</tr>
</tbody>
</table>
<table
style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:2.5%;padding-right:20px;padding-bottom:0px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/Equilibrium-Planner.png' width="180px" alt="Equilibrium-Planner">
</div>
</td>
<td
style="padding:2.5%;padding-left:20px;padding-right:0px;padding-bottom:0px;width:75%;vertical-align:top">
<a href="https://arxiv.org/abs/2410.01440">
<papertitle>Closed-Loop Long-Horizon Robotic Planning via Equilibrium Sequence Modeling</papertitle>
</a>
<br>
<strong>Jinghan Li</strong>,
<a href="https://feifeiobama.github.io/">Zhicheng Sun</a>,
Fei Li,
Cao Sheng,
Jiazhong Yu,
<a href="http://www.muyadong.com">Yadong Mu</a>
<br>
<em>Preprint</em>, 2024
<br>
<a href="https://arxiv.org/pdf/2410.01440.pdf">paper</a>
/
<a href="https://github.com/Singularity0104/equilibrium-planner">code</a>
/
<a href="data/Equilibrium-Planner.bib">bibtex</a>
<p></p>
<p>
We propose an equilibrium model-based LLM planner that is capable of
self-refining its plan with external and internal feedback.
</p>
</td>
</tr>
<tr>
<td style="padding:2.5%;padding-right:20px;padding-bottom:0px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/OrthogonalDet.png' width="180px" alt="OrthogonalDet">
</div>
</td>
<td
style="padding:2.5%;padding-left:20px;padding-right:0px;padding-bottom:0px;width:75%;vertical-align:top">
<a
href="https://openaccess.thecvf.com/content/CVPR2024/html/Sun_Exploring_Orthogonality_in_Open_World_Object_Detection_CVPR_2024_paper.html">
<papertitle>Exploring Orthogonality in Open World Object Detection</papertitle>
</a>
<br>
<a href="https://feifeiobama.github.io/">Zhicheng Sun</a>,
<strong>Jinghan Li</strong>,
<a href="http://www.muyadong.com">Yadong Mu</a>
<br>
<em>CVPR</em>, 2024
<br>
<a
href="https://openaccess.thecvf.com/content/CVPR2024/papers/Sun_Exploring_Orthogonality_in_Open_World_Object_Detection_CVPR_2024_paper.pdf">paper</a>
/
<a href="https://github.com/feifeiobama/OrthogonalDet">code</a>
/
<a href="data/OrthogonalDet.bib">bibtex</a>
<p></p>
<p>
We develop an open world object detector that exploits feature and
prediction orthogonality to continually identify unknown objects.
</p>
</td>
</tr>
</tbody>
</table>
<!-- <table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tbody>
<tr>
<td>
<h2>Education</h2>
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="0" cellpadding="20">
<tbody>
<ul>
<li>MS, School of Intelligence Science and Technology, Peking University <p style="text-align: right;">2021 - present</p></li>
</ul>
</tbody>
</table> -->
<table
style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:0px">
<br>
<p style="text-align:right;font-size:small;">
Template from <a href="https://github.com/jonbarron/jonbarron_website">Jon Barron</a>.
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>