File tree Expand file tree Collapse file tree 6 files changed +44
-4
lines changed
Expand file tree Collapse file tree 6 files changed +44
-4
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4+ < script >
5+ ( function ( ) {
6+ var path = window . location . pathname ;
7+ var last = path . split ( "/" ) . pop ( ) ;
8+ if ( ! path . endsWith ( "/" ) && last . indexOf ( "." ) === - 1 ) {
9+ var suffix = window . location . search + window . location . hash ;
10+ window . location . replace ( path + "/" + suffix ) ;
11+ }
12+ } ) ( ) ;
13+ </ script >
414 < meta charset ="utf-8 " />
515 < title >
616 Gallery - Enhancing Motion Dynamics of Image-to-Video Models via Adaptive
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4+ < script >
5+ ( function ( ) {
6+ var path = window . location . pathname ;
7+ var last = path . split ( "/" ) . pop ( ) ;
8+ if ( ! path . endsWith ( "/" ) && last . indexOf ( "." ) === - 1 ) {
9+ var suffix = window . location . search + window . location . hash ;
10+ window . location . replace ( path + "/" + suffix ) ;
11+ }
12+ } ) ( ) ;
13+ </ script >
414 < script
515 id ="MathJax-script "
616 async
Original file line number Diff line number Diff line change 44 venue : " IEEE/CVF Conference on Computer Vision and Pattern Recognition <b>(CVPR)</b>, 2026"
55 arxiv : " https://arxiv.org/abs/2506.08456"
66 code : " https://github.com/choi403/ALG"
7- website : " https://choi403.github.io/ALG"
7+ website : " https://choi403.github.io/ALG/ "
88 selected : y
99
1010 - title : " [C6] MobileSafetyBench: Evaluating Safety of Autonomous Agents in Mobile Device Control"
@@ -50,4 +50,4 @@ papers:
5050 website : " https://subin-kim-cv.github.io/CSD/"
5151 arxiv : " https://arxiv.org/abs/2307.04787"
5252 code : " https://github.com/subin-kim-cv/CSD/"
53- selected : y
53+ selected : y
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4+ < script >
5+ ( function ( ) {
6+ var path = window . location . pathname ;
7+ var last = path . split ( "/" ) . pop ( ) ;
8+ if ( ! path . endsWith ( "/" ) && last . indexOf ( "." ) === - 1 ) {
9+ var suffix = window . location . search + window . location . hash ;
10+ window . location . replace ( path + "/" + suffix ) ;
11+ }
12+ } ) ( ) ;
13+ </ script >
414 < meta charset ="utf-8 " />
515 < title >
616 Gallery - Enhancing Motion Dynamics of Image-to-Video Models via Adaptive
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4+ < script >
5+ ( function ( ) {
6+ var path = window . location . pathname ;
7+ var last = path . split ( "/" ) . pop ( ) ;
8+ if ( ! path . endsWith ( "/" ) && last . indexOf ( "." ) === - 1 ) {
9+ var suffix = window . location . search + window . location . hash ;
10+ window . location . replace ( path + "/" + suffix ) ;
11+ }
12+ } ) ( ) ;
13+ </ script >
414 < script
515 id ="MathJax-script "
616 async
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ <h4>Publications</h4>
164164
165165 < a class ="button " href ="https://arxiv.org/abs/2506.08456 " target ="_blank "> arXiv</ a >
166166
167- < a class ="button " href ="https://choi403.github.io/ALG " target ="_blank "
167+ < a class ="button " href ="https://choi403.github.io/ALG/ " target ="_blank "
168168 > Website</ a
169169 >
170170
@@ -291,7 +291,7 @@ <h4>Publications</h4>
291291
292292 < a
293293 class ="button "
294- href ="https://choi403.github.io/ALG "
294+ href ="https://choi403.github.io/ALG/ "
295295 target ="_blank "
296296 > Website</ a
297297 >
You can’t perform that action at this time.
0 commit comments