Skip to content

Commit

Permalink
dalle 3
Browse files Browse the repository at this point in the history
  • Loading branch information
63days committed Mar 16, 2024
1 parent 0bf6d9d commit 8683550
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,25 @@

<!--<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>-->
<h3 class="archive__subtitle">Bio</h3>
<p style="font-size: 16px;">I am Juil Koo, a second-year PhD student in the <a href="https://visualai.kaist.ac.kr/" target="_blank">KAIST Visual AI Group</a>, led by Prof. <a href="https://mhsung.github.io/" target="_blank">Minhyuk Sung</a>. This summer 2024, I will be joining <a href="https://research.adobe.com/" target="_blank">Adobe Research</a> as an intern, mentored by <a href="https://www.duygu-ceylan.com/" target="_blank">Duygu Ceylan</a>.
</p>
<p style="font-size: 16px;">My research interest lies in vision and language multi-modality, especially the relationship between <b>3D geometry and language</b>.
I am working towards the next advancement in AI, where machines are capable of more complex thought processes by leveraging multiple modalities, similar to humans.</p>
<p style="font-size: 16px;">I am Juil Koo, a second-year PhD student in the <a href="https://visualai.kaist.ac.kr/"
target="_blank">KAIST Visual AI Group</a>, led by Prof. <a href="https://mhsung.github.io/" target="_blank">Minhyuk
Sung</a>. This summer 2024, I will be joining <a href="https://research.adobe.com/" target="_blank">Adobe
Research</a> as an intern, mentored by <a href="https://www.duygu-ceylan.com/" target="_blank">Duygu Ceylan</a>.
</p>
<p style="font-size: 16px;">My research interest lies in vision and language multi-modality, especially the relationship
between <b>3D geometry and language</b>.
I am working towards the next advancement in AI, where machines are capable of more complex thought by
leveraging multiple modalities like humans.</p>

<p style="font-size: 16px;"> My <a href="https://en.wikipedia.org/wiki/Erd%C5%91s_number" target="_blank">Erdős
number</a> is 3 (Juil Koo → Leonidas Guibas → Frances Yao → Paul Erdős).</p>

<div class="img-container">
<img style="width: 200px; height: 200px;" src="assets/images/boy_by_monet.png">
<p style="font-size: 14px;"><span style="font-family:'Courier New'">"A painting of a boy using a computer in front of
a pond with water lilies, by Claude Monet"</span> generated by <a href="https://openai.com/dall-e-2/"
target="_blank">DALL·E 2</a>
<img style="width: 200px; height: 200px;" src="assets/images/boy_monet_dalle3.png">
<p style="font-size: 14px;"><span style="font-family:'Courier New'">"A painting of a boy using a laptop in front of
a pond with water lilies, by Claude Monet"</span>, generated by <a href="https://openai.com/dall-e-2/"
target="_blank">DALL·E 2</a> and <a href="https://openai.com/dall-e-3" target="_blank">DALL·E 3</a>.
</p>
</div>

Expand All @@ -130,8 +136,11 @@ <h3 class="archive__subtitle">Bio</h3>
<h3 class="archive__subtitle">News</h3>
<article style="font-size: 16px;" role="news">
<ul>
<li> (Mar. 2024) I will start my internship at <a href="https://research.adobe.com/" target="_blank">Adobe Research</a> in London, under the mentorship of <a href="https://www.duygu-ceylan.com" target="_blank">Duygu Ceylan</a>, this coming summer.</li>
<li> (Feb. 2024) <a href="https://posterior-distillation-sampling.github.io/" target="_blank">Posterior Distillation Sampling</a> has been accepted at CVPR 2024!</li>
<li> (Mar. 2024) I will start my internship at <a href="https://research.adobe.com/" target="_blank">Adobe
Research</a> in London, under the mentorship of <a href="https://www.duygu-ceylan.com" target="_blank">Duygu
Ceylan</a>, this coming summer.</li>
<li> (Feb. 2024) <a href="https://posterior-distillation-sampling.github.io/" target="_blank">Posterior Distillation
Sampling</a> has been accepted at CVPR 2024!</li>
<li> (Sep. 2023) I presented a brief overview of <a href="https://salad3d.github.io/" target="_blank">SALAD</a> at
two workshops during ICCV 2023: <a href="https://languagefor3dscenes.github.io/ICCV2023/" target="_blank">Language
for 3D Scenes (L3DS)</a> and <a href="https://ai3dcc.github.io/" target="_blank">AI for 3D Content Creation
Expand Down

0 comments on commit 8683550

Please sign in to comment.