-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8602ff4
Showing
8 changed files
with
323 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is the source code to Jinghan Li's public academic website: . Feel free to clone this code for your own personal use. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@article{li2024closed, | ||
title={Closed-Loop Long-Horizon Robotic Planning via Equilibrium Sequence Modeling}, | ||
author={Li, Jinghan and Sun, Zhicheng and Li, Fei and Sheng, Cao and Yu, Jiazhong and Mu, Yadong}, | ||
jounal={arXiv preprint arXiv:2410.01440}, | ||
year={2024} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@inproceedings{sun2024exploring, | ||
title={Exploring Orthogonality in Open World Object Detection}, | ||
author={Sun, Zhicheng and Li, Jinghan and Mu, Yadong}, | ||
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, | ||
pages={17302--17312}, | ||
year={2024}, | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 incomputer 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
/* latin-ext */ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2'); | ||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; | ||
} | ||
/* latin */ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2'); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
} | ||
/* latin-ext */ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format('woff2'); | ||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; | ||
} | ||
/* latin */ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2'); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
} | ||
/* latin-ext */ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2'); | ||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; | ||
} | ||
/* latin */ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2'); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
} | ||
/* latin-ext */ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2'); | ||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; | ||
} | ||
/* latin */ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2'); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
} | ||
|
||
a { | ||
color: #1772d0; | ||
text-decoration: none; | ||
} | ||
|
||
a:focus, | ||
a:hover { | ||
color: #f09228; | ||
text-decoration: none; | ||
} | ||
|
||
body, | ||
td, | ||
th, | ||
tr, | ||
p, | ||
a { | ||
font-family: 'Lato', Verdana, Helvetica, sans-serif; | ||
font-size: 14px; | ||
} | ||
|
||
strong { | ||
font-family: 'Lato', Verdana, Helvetica, sans-serif; | ||
font-size: 14px; | ||
} | ||
|
||
h2 { | ||
margin: 0; | ||
font-weight: normal; | ||
font-family: 'Lato', Verdana, Helvetica, sans-serif; | ||
font-size: 22px; | ||
} | ||
|
||
.papertitle { | ||
font-family: 'Lato', Verdana, Helvetica, sans-serif; | ||
font-size: 14px; | ||
font-weight: 700; | ||
} | ||
|
||
.name { | ||
padding-top: 20px; | ||
margin: 0; | ||
font-family: 'Lato', Verdana, Helvetica, sans-serif; | ||
font-size: 32px; | ||
} | ||
|
||
.one { | ||
width: 160px; | ||
height: 160px; | ||
position: relative; | ||
} | ||
|
||
.two { | ||
width: 160px; | ||
height: 160px; | ||
position: absolute; | ||
transition: opacity .2s ease-in-out; | ||
-moz-transition: opacity .2s ease-in-out; | ||
-webkit-transition: opacity .2s ease-in-out; | ||
} | ||
|
||
.fade { | ||
transition: opacity .2s ease-in-out; | ||
-moz-transition: opacity .2s ease-in-out; | ||
-webkit-transition: opacity .2s ease-in-out; | ||
} | ||
|
||
span.highlight { | ||
background-color: #ffffd0; | ||
} |