Skip to content

Commit

Permalink
petite 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
yumin kim committed Jun 20, 2024
2 parents 92d6ab3 + d3e0acf commit b0515ac
Show file tree
Hide file tree
Showing 18 changed files with 119 additions and 60 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://127.0.0.1:5500",
"webRoot": "${workspaceFolder}",
"preLaunchTask": "liveServer"
}
]
}
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#3399ff",
"activityBar.background": "#3399ff",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#bf0060",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#3399ff",
"statusBar.background": "#007fff",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#3399ff",
"statusBarItem.remoteBackground": "#007fff",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#007fff",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#007fff99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#007fff"
}
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "liveServer",
"type": "shell",
"command": "npx live-server --port=5500",
"isBackground": true,
"problemMatcher": []
}
]
}
Binary file added author/hyeonkyeong-kwon/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,16 @@
<div class="row">
<div class="col-12 col-lg-4">
<div id="profile">
<img class="avatar avatar-circle" width="270" height="270" src="avatar.png" alt="Hyunkyung Kwon">
<img class="avatar avatar-circle" width="270" height="270" src="avatar.png" alt="Hyeonkyeong Kwon">
<div class="portrait-title">
<h2>Hyunkyung Kwon</h2>
<h2>Hyeonkyeong Kwon</h2>
<h3>
<span></span>
</h3>
</div>
<ul class="network-icon" aria-hidden="true">




<li><a href="mailto:[email protected]" aria-label="envelope"><i
class="fas fa-envelope big-icon"></i></a></li>
</ul>
</div>
</div>
Expand All @@ -113,7 +111,8 @@ <h3>
<div class="section-subheading">Interests</div>
<ul class="ul-interests mb-0">

<li>What&#39;s your interests?</li>
<li>Diffusion Models</li>
<li>Medical Imaging</li>

</ul>
</div>
Expand All @@ -125,9 +124,9 @@ <h3>
<li>
<i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">your-course</p>
<p class="year">year</p>
<p class="institution">your-institution</p>
<p class="course">B.S in Biomedical Engineering</p>
<p class="year">2020-Present</p>
<p class="institution">Korea University</p>
</div>
</li>

Expand Down
File renamed without changes.
Binary file removed author/hyunkyung-kwon/avatar.png
Binary file not shown.
19 changes: 14 additions & 5 deletions author/jiwoo-park/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div class="row">
<div class="col-12 col-lg-4">
<div id="profile">
<img class="avatar avatar-circle" width="270" height="270" src="avatar.png" alt="Jiwoo Park">
<img class="avatar avatar-circle" width="270" height="270" src="jiwoo.jpg" alt="Jiwoo Park">
<div class="portrait-title">
<h2>Jiwoo Park</h2>
<h3>
Expand All @@ -113,7 +113,8 @@ <h3>
<div class="section-subheading">Interests</div>
<ul class="ul-interests mb-0">

<li>What&#39;s your interests?</li>
<li>Diffusion Model</li>
<li>Causal Inference and discovery</li>

</ul>
</div>
Expand All @@ -125,11 +126,19 @@ <h3>
<li>
<i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">your-course</p>
<p class="year">year</p>
<p class="institution">your-institution</p>
<p class="course">M.S in Department of Intelligence Convergence</p>
<p class="year">2024-Present</p>
<p class="institution">Yonsei University</p>
</div>
</li>
<li>
<i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">B.A in Public Health in Health Policy and Management</p>
<p class="year">2018-2023</p>
<p class="institution">Korea University</p>
</div>
</li>

</ul>
</div>
Expand Down
Binary file added author/jiwoo-park/jiwoo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions author/junhyeok-kim/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ <h3>
</h3>
</div>
<ul class="network-icon" aria-hidden="true">

<li><a href="mailto:[email protected]" aria-label="envelope"><i
class="fas fa-envelope big-icon"></i></a><a href="https://blog.naver.com/junh1999"
aria-label="link"><i class="fa-solid fa-link big-icon"></i></a></li>
</ul>
</div>
</div>
Expand All @@ -107,7 +109,8 @@ <h3>
<div class="section-subheading">Interests</div>
<ul class="ul-interests mb-0">

<li>Vision and Language</li>
<li>Vision-Language Models</li>
<li>AI Evaluation</li>

</ul>
</div>
Expand All @@ -119,9 +122,9 @@ <h3>
<li>
<i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">your-course</p>
<p class="year">year</p>
<p class="institution">your-institution</p>
<p class="course">BS in Astronomy</p>
<p class="year">2020-Present</p>
<p class="institution">Yonsei University</p>
</div>
</li>

Expand Down
24 changes: 17 additions & 7 deletions author/suhyun-kim/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ <h3>
</h3>
</div>
<ul class="network-icon" aria-hidden="true">




<li>
<a href="mailto:[email protected]" aria-label="envelope">
<i class="fas fa-envelope big-icon"></i>
</a>
</li>
</ul>
</div>
</div>
Expand All @@ -127,9 +128,18 @@ <h3>
<li>
<i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">your-course</p>
<p class="year">year</p>
<p class="institution">your-institution</p>
<p class="course">Ph.D. in Artificial Intelligence</p>
<p class="year">2024-Present</p>
<p class="institution">Yonsei University</p>
</div>
</li>

<li>
<i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">B.S. in Physics<br>B.S. in Software and Computer Engineering</p>
<p class="year">2017-2023</p>
<p class="institution">Ajou University</p>
</div>
</li>
</ul>
Expand Down
Binary file added author/yeonkyung-lee/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 8 additions & 22 deletions author/yeonkyung-lee/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ <h2>Yeonkyung Lee</h2>
<h3><span></span></h3>
</div>
<ul class="network-icon" aria-hidden="true">
<li><a href="mailto:[email protected]" aria-label="envelope"><i
class="fas fa-envelope big-icon"></i></a><a href=""
<li><a href="mailto:[email protected]" aria-label="envelope"><i
class="fas fa-envelope big-icon"></i></a><a href="https://drive.google.com/file/d/11miosys_DPowBV9RkYnIazugGMyrmOCi/view?usp=drive_link"
aria-label="link"><i class="fa-solid fa-link big-icon"></i></a></li>
</ul>
</div>
Expand All @@ -112,34 +112,20 @@ <h3><span></span></h3>
<div class="col-md-6">
<div class="section-subheading">Interests</div>
<ul class="ul-interests mb-0">
<li></li>
<li>3D Reconstruction</li>
<li>Medical AI</li>
</ul>
</div>
<div class="col-md-6">
<div class="section-subheading">Education</div>
<ul class="ul-edu fa-ul mb-0">
<li><i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">M.S in Computer Science</p>
<p class="year">2023-Present</p>
<p class="institution">Yonsei University</p>
<p class="course">B.S in Mathematics and Statistics / Computer Engineering </p>
<p class="year">2019.03-2024.08</p>
<p class="institution">Sejong University</p>
</div>
</li>
<li><i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">B.S in Bio-Checmical Engineering</p>
<p class="year">2020-2023</p>
<p class="institution">Yonsei University</p>
</div>
</li>
</ul>
</div>
<div class="col-md-6"> <!--필요시 추가 작성-->
<div class="section-subheading">Selected Publications</div>
<ul class="ul-interests mb-0">
<li>
<!--Publication-->
</li>
</ul>
</div>
<div class="col-md-6"></div>
Expand All @@ -156,4 +142,4 @@ <h3><span></span></h3>
<script src="/js/scripts.js"></script>
</body>

</html>
</html>
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,11 @@ <h2><a href="/author/youngjun-jun/">Youngjun Jun</a></h2>
</div>
<div class="col-12 col-sm-auto people-person"><a href="/author/jiwoo-park/"><img
width="200" height="200" loading="lazy" class="avatar avatar-circle"
src="/author/jiwoo-park/avatar.png"
src="/author/jiwoo-park/jiwoo.jpg"
alt="Avatar"></a>
<div class="portrait-title">
<h2><a href="/author/jiwoo-park/">Jiwoo Park</a></h2>
<p class="people-interests">What&rsquo;s your interests?</p>
<p class="people-interests">Diffusion Model, Causal Inference and discovery</p>
</div>
</div>

Expand All @@ -392,7 +392,7 @@ <h2><a href="/author/sujung-hong/">Sujung Hong</a></h2>
alt="Avatar"></a>
<div class="portrait-title">
<h2><a href="/author/junhyeok-kim/">Junhyeok Kim</a></h2>
<p class="people-interests">Vision and Language</p>
<p class="people-interests">Vision and Language, Vision-Language Models, AI Evaluation</p>
</div>
</div>
<div class="col-12 col-sm-auto people-person"><a href="/author/tae-eun-choi/"><img
Expand All @@ -406,11 +406,11 @@ <h2><a href="/author/tae-eun-choi/">Tae Eun Choi</a></h2>
</div>
<div class="col-12 col-sm-auto people-person"><a href="/author/hyunkyung-kwon/"><img
width="200" height="200" loading="lazy" class="avatar avatar-circle"
src="/author/hyunkyung-kwon/avatar.png"
src="/author/hyeonkyeong-kwon/avatar.png"
alt="Avatar"></a>
<div class="portrait-title">
<h2><a href="/author/hyunkyung-kwon/">Hyunkyung Kwon</a></h2>
<p class="people-interests">What&rsquo;s your interests?</p>
<h2><a href="/author/hyeonkyeong-kwon/">Hyunkyung Kwon</a></h2>
<p class="people-interests">Diffusion Models, Medical Imaging</p>
</div>
</div>
<div class="col-12 col-sm-auto people-person"><a href="/author/chanyong-yoon/"><img
Expand All @@ -437,7 +437,7 @@ <h2><a href="/author/jinyeong-kim/">Jinyeong Kim</a></h2>
alt="Avatar"></a>
<div class="portrait-title">
<h2><a href="/author/yeonkyung-lee/">Yeonkyung Lee</a></h2>
<p class="people-interests">What's yout interests?</p>
<p class="people-interests">3D Reconstruction, Medical AI</p>
</div>
</div>

Expand Down
3 changes: 2 additions & 1 deletion post/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ <h1>Posts</h1>
</div>
<nav class="mt-1 next-btn">
<ul class="pagination justify-content-center">
<li class="page-item"><a class="page-link" href="/post/page/2/">&raquo;</a></li>
<li class="page-item"><a class="page-link" href="/post/">&laquo;</a></li>
<li class="page-item"><a class="page-link" href="/post/page/3/">&raquo;</a></li>
</ul>
</nav>
</div>
Expand Down
8 changes: 6 additions & 2 deletions post/page/3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,12 @@ <h1>Posts</h1>
</div>
<nav class="mt-1 next-btn">
<ul class="pagination justify-content-center">
<li class="page-item"><a class="page-link" href="/post/page/2/">&laquo;</a></li>
<li class="page-item"><a class="page-link" href="/post/page/4/">&raquo;</a></li>
<li class="page-item"><a class="page-link" href="/post/page/2/">
<span aria-hidden="true">&laquo;</span>
</a></li>
<li class="page-item"><a class="page-link" href="/post/page/4/">
<span aria-hidden="true">&raquo;</span>
</a></li>
</ul>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion publication/2024-miccai-ct2mri/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h1>Slice-Consistent 3D Volumetric Brain CT-to-MRI Translation with 2D Brownian
</div>
<div class="article-container">
<h3>Abstract</h3>
<p class="pub-abstract">.</p>
<p class="pub-abstract">In neuroimaging, generally, brain CT is more cost-effective and accessible imaging option compared to MRI. Nevertheless, CT exhibits inferior soft-tissue contrast and higher noise levels, yielding less precise structural clarity. In response, leveraging more readily available CT to construct its counterpart MRI, namely, medical image-to-image translation (I2I), serves as a promising solution. Particularly, while diffusion models (DMs) have recently risen as a powerhouse, they also come with a few practical caveats for medical I2I. First, DMs' inherent stochasticity from random noise sampling cannot guarantee consistent MRI generation that faithfully reflects its CT. Second, for 3D volumetric images which are prevalent in medical imaging, naively using 2D DMs leads to slice inconsistency, e.g., abnormal structural and brightness changes. While 3D DMs do exist, significant training costs and data dependency bring hesitation. As a solution, we propose novel style key conditioning (SKC) and inter-slice trajectory alignment (ISTA) sampling for the 2D Brownian bridge diffusion model. Specifically, SKC ensures a consistent imaging style (e.g., contrast) across slices, and ISTA interconnects the independent sampling of each slice, deterministically achieving style and shape consistent 3D CT-to-MRI translation. To the best of our knowledge, this study is the first to achieve high-quality 3D medical I2I based only on a 2D DM with no extra architectural models. Our experimental results show superior 3D medical I2I than existing 2D and 3D baselines, using in-house CT-MRI dataset and BraTS2023 FLAIR-T1 MRI dataset.</p>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
Expand Down

0 comments on commit b0515ac

Please sign in to comment.