-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
274 lines (234 loc) · 8.99 KB
/
index.html
File metadata and controls
274 lines (234 loc) · 8.99 KB
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="logo/log_logo.png" type="image/png">
<title>Lee Optimization Group</title>
<style>
body {
font-family: system-ui, -apple-system, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
color: #333;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
header {
border-bottom: 1px solid #eee;
padding-bottom: 20px;
margin-bottom: 20px;
}
nav a {
margin-right: 15px;
text-decoration: none;
color: #007bff;
}
footer {
margin-top: 40px;
font-size: 0.9em;
color: #777;
border-top: 1px solid #eee;
padding-top: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-logos {
display: flex;
align-items: center;
gap: 12px;
}
.footer-logos img {
height: 36px;
width: auto;
object-fit: contain;
}
h3 {
margin-top: 30px;
margin-bottom: 5px; /* 제목 아래 간격 줄임 */
}
h3 + p {
margin-top: 0; /* 제목 바로 다음 문단 위 간격 제거 */
}
p {
margin-top: 0;
}
a {
text-decoration: none; /* 밑줄 제거 */
color: #007bff; /* 링크 색상 (원하는 색으로) */
}
a:hover {
text-decoration: underline; /* 마우스 올리면 밑줄 (선택사항) */
}
.logo-title {
display: flex;
align-items: center;
}
.logo {
height: 70px; /* 🔥 크기 키움 */
margin-right: 15px;
border: 1px solid #ddd; /* 🔥 테두리 추가 */
padding: 5px; /* 🔥 안쪽 여백 */
border-radius: 6px; /* 🔥 살짝 둥글게 */
}
.intro-section {
margin-top: 20px;
}
.intro-image img {
width: 100%;
height: auto;
image-rendering: auto;
margin-bottom: 15px;
}
.intro-image {
text-align: center;
}
.stories-section {
margin-top: 60px;
}
.stories-desc {
margin-bottom: 25px;
color: #555;
}
.stories-gallery {
display: flex;
gap: 15px;
overflow-x: auto; /* 🔥 화면 작으면 가로 스크롤 */
}
.stories-gallery img {
width: 200px;
height: 150px;
object-fit: cover;
border: 1px solid #333;
transition: 0.3s;
}
.stories-gallery img:hover {
transform: scale(1.05);
}
</style>
</head>
<body>
<header>
<h1>Lee Optimization Group</h1>
<!-- <div class="logo-title">
<img src="log_logo.png" alt="LOG Logo" class="logo">
<h1>Lee Optimization Group</h1>
</div> -->
<nav>
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="group.html">Members</a>
<a href="hiring.html">Hiring</a>
<a href="gallery.html">Gallery</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<main>
<div class="intro-section">
<div class="intro-image">
<img src="lab_photo.png" alt="Lab Photo">
</div>
<div class="intro-text">
<p>
We pursue research in machine learning and optimization.
To this end, we develop theories and algorithms using computational and mathematical tools.
Our ultimate goal is to provide robust and provable solutions to challenging problems in artificial intelligence, particularly those in large-scale settings.
We are passionate about translating our findings into practical applications that can benefit society.
For further details on our research directions and ongoing projects, please refer to the
<a href="research.html">Research</a>.
</p>
</div>
</div>
<!-- <h3>Hiring</h3>
<p>
We are actively recruiting talented and motivated students to join our research group.
For further information, please visit the
<a href="hiring.html">Hiring</a>.
</p> -->
<h3>Recent News</h3>
<ul>
<li>
<strong>Feb 2026 </strong>
Our lab has been selected for the Young Investigator Infrastructure Support Program funded by National Research Foundation of Korea.
</li>
<li>
<strong>Feb 2026 </strong>
📃 Our new paper is now available on <a href="https://arxiv.org/abs/2602.18181v1" target="_blank">arXiv</a>! In this work, We introduce SeedFlood, a decentralized LLM training framework that enables model-size–independent communication cost and perfect consensus.
</li>
<li>
<strong>Feb 2026 </strong>
📃 Our new paper is now available on <a href="https://www.arxiv.org/abs/2602.03515" target="_blank">arXiv</a>! In this work, we propose a basis rotation approach to effectively address the gradient staleness problem in asynchronous pipeline parallelism.
</li>
<li>
<strong>Feb 2026 </strong>
✈️ Kwanhee started as a visiting student researcher in the
<a href="https://daslab.pages.ista.ac.at/" target="_blank">
Dan Alistarh Group</a>.
</li>
<li>
<strong>Jan 2026 </strong>
🎓 Our paper on extreme LLM sparsity
(<a href="https://arxiv.org/abs/2510.01650" target="_blank">ELSA</a>)
has been accepted to ICLR 2026.
</a>
</li>
<li>
<strong>Nov 2025 </strong>
🏆 Dongyeop recived the
<a href="https://www.qualcomm.com/research/university-relations/innovation-fellowship/2025-south-korea" target="_blank">Qualcomm Innovation Fellowship Korea 2025</a>.
</a>
</li>
<!-- <li>
<strong>Nov 2025 </strong>
🏆 Our new paper on extreme LLM sparsity
(<a href="https://arxiv.org/abs/2510.01650" target="_blank">ELSA</a>)
won Best Paper Award at JKAIA 2025.
</a>
</li> -->
<!-- <li>
<strong>Nov 2025 </strong>
🏆 Hyunji recived NRF Fellowship.
</a>
</li> -->
<!-- <li>
<strong>Nov 2025 </strong>
🎓 We had 2 papers
(<a href="https://arxiv.org/abs/2510.25798" target="_blank">MemEIC</a> and <a href="https://arxiv.org/abs/2505.16705" target="_blank">An Analysis of Impact of Noisy Annotations on Concept Bottleneck Models</a>)
accepted to NeurIPS 2025.
</li> -->
</ul>
<!-- <section class="stories-section">
<h3>Stories</h3>
<p class="stories-desc">
We spend time together on various occasions
(see <a href="gallery.html">gallery</a> for more).
</p>
<div class="stories-gallery">
<img src="stories/post-icml.jpeg" alt="Story 1">
<img src="stories/year-end-party.png" alt="Story 2">
<img src="stories/open_day.jpg" alt="Story 3">
<img src="stories/24_open_day.jpg" alt="Story 4">
<img src="stories/story5.jpg" alt="Story 5">
<img src="stories/story6.jpg" alt="Story 6">
</div>
</section> -->
<h3>Acknowledgements</h3>
<p>
Our research is generously supported by multiple organizations including government agencies
(NRF, IITP), industry (Google, Samsung, Naver, Intel), and academic institutions
(POSTECH, Yonsei).
</p>
</main>
<footer>
<p>© 2026 LOG. All rights reserved.</p>
<div class="footer-logos">
<a href="https://www.postech.ac.kr" target="_blank"><img src="logo/postech_logo.png" alt="POSTECH"></a>
<a href="https://ai.postech.ac.kr" target="_blank"><img src="logo/gsai_logo.png" alt="GSAI"></a>
<a href="https://cse.postech.ac.kr" target="_blank"><img src="logo/cs_logo.png" alt="CS"></a>
<img src="logo/log_logo.png" alt="LOG">
</div>
</footer>
</body>
</html>