Skip to content

Commit b112af5

Browse files
committed
update
1 parent 6ea428a commit b112af5

File tree

144 files changed

+12245
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+12245
-1
lines changed

ALG/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
rel="stylesheet"
1616
/>
1717
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
18+
<script>
19+
(function (w, d, s, l, i) {
20+
w[l] = w[l] || [];
21+
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
22+
var f = d.getElementsByTagName(s)[0],
23+
j = d.createElement(s),
24+
dl = l != "dataLayer" ? "&l=" + l : "";
25+
j.async = true;
26+
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
27+
f.parentNode.insertBefore(j, f);
28+
})(window, document, "script", "dataLayer", "GTM-PHJTT4QT");
29+
</script>
1830
<title>
1931
Enhancing Motion Dynamics of Image-to-Video Models via Adaptive Low-Pass
2032
Guidance
@@ -60,6 +72,14 @@
6072
</head>
6173

6274
<body>
75+
<noscript
76+
><iframe
77+
src="https://www.googletagmanager.com/ns.html?id=GTM-PHJTT4QT"
78+
height="0"
79+
width="0"
80+
style="display: none; visibility: hidden"
81+
></iframe
82+
></noscript>
6383
<div class="container">
6484
<div class="paper-title">
6585
<h1>

_data/publications.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@ papers:
22
- title: "[P2] Enhancing Motion Dynamics of Image-to-Video Models via Adaptive Low-Pass Guidance"
33
authors: "<b><u>June Suk Choi</u></b>, <a href='https://kyungmnlee.github.io/'>Kyungmin Lee</a>, <a href='https://sihyun.me/'>Sihyun Yu</a>, <a href='https://alinlab.kaist.ac.kr/members.html'>Yisol Choi</a>, <a href='https://alinlab.kaist.ac.kr/shin.html'>Jinwoo Shin</a>, <a href='https://sites.google.com/view/kiminlee/'>Kimin Lee</a>"
44
venue: "Preprint"
5-
website: "https://choi403.github.io/ALG"
65
arxiv: "https://arxiv.org/abs/2506.08456"
6+
code: "https://github.com/choi403/ALG"
7+
website: "https://choi403.github.io/ALG"
78
selected: y
89

910
- title: "[C5] Enhancing LLM Agent Safety via Causal Influence Prompting"
1011
authors: "<a href='https://sites.google.com/view/kiminlee/group'>Dongyoon Hahm</a>, <a href='https://sites.google.com/view/kiminlee/group'>Woogyeol Jin</a>, <b><u>June Suk Choi</u></b>, <a href='https://sites.google.com/view/sungsooahn0215'>Sungsoo Ahn</a>, <a href='https://sites.google.com/view/kiminlee/'>Kimin Lee</a>"
1112
venue: "Findings of the Association for Computational Linguistics <b>(ACL Findings)</b>, 2025"
13+
arxiv: "https://arxiv.org/abs/2507.00979"
14+
code: "https://github.com/HahmDY/causal_influence_prompting"
1215
selected: y
1316

1417
- title: "[C4] Silent Branding Attack: Trigger-free Data Poisoning Attack on Text-to-Image Diffusion Models"
1518
authors: "<a href='https://agwmon.github.io/'>Sangwon Jang</a>, <b><u>June Suk Choi</u></b>, <a href='https://harryjo97.github.io/'>Jaehyeong Jo</a>, <a href='https://sites.google.com/view/kiminlee/'>Kimin Lee<sup>^</sup></a>, <a href='http://www.sungjuhwang.com/'>Sung Ju Hwang<sup>^</sup></a>"
1619
venue: "IEEE/CVF Conference on Computer Vision and Pattern Recognition <b>(CVPR)</b>, 2025"
1720
arxiv: https://arxiv.org/abs/2503.09669
21+
code: "https://github.com/agwmon/silent-branding-attack"
1822
website: "https://silent-branding.github.io/"
1923
selected: y
2024

0 commit comments

Comments
 (0)