forked from jonbarron/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·110 lines (99 loc) · 5.21 KB
/
index.html
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Xueji Fang</title>
<meta name="author" content="Xueji Fang">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p class="name" style="text-align: center;">
Xueji Fang
</p>
<p>Xueji is a joint CS Ph.D. Student at Zhejiang University and Westlake University, advised by <a href="https://maple.lab.westlake.edu.cn/index.html">Dr. Guo-Jun Qi</a> and co-adivised by Dr. Liyuan Ma. Prior to that, he obtained Bachelor degree at Shanghai University advised by Dr. Guangtai Ding.
</p>
<p>
He used to intern at OPPO Research based in Shanghai.
</p>
<p style="text-align:center">
<a href="mailto:[email protected]">Email</a> /
<a href="https://www.linkedin.com/in/xueji-fang-05135129a/">LinkedIn</a> /
<!-- <a href="data/JonBarron-CV.pdf">CV</a> / -->
<!-- <a href="data/JonBarron-bio.txt">Bio</a> / -->
<!-- <a href="https://scholar.google.com/citations?hl=en&user=jktWnL8AAAAJ">Scholar</a> / -->
<!-- <a href="https://twitter.com/jon_barron">Twitter</a> / -->
<a href="https://github.com/xuejifang/">Github</a>
</p>
</td>
<td style="padding:2.5%;width:30%;max-width:30%">
<a href="images/xueji.jpg"><img style="width:100%;max-width:100%;object-fit: cover; border-radius: 50%;" alt="profile photo" src="images/xueji.jpg" class="hoverZoomLink"></a>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<h2>Research</h2>
<p>
His research aims to make generative models more controllable and efficient. Exporlations include Image Customization Generation and <span class="highlight">Video Generation Foundation Model</span>.
<!-- Some papers are <span class="highlight">highlighted</span>. -->
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td class="tdimg" style="padding:20px;width:35%;vertical-align:center">
<img src='images/eqdiff.png' width="100%">
</td>
<td class="tdcontent" style="padding:20px;width:65%;vertical-align:center">
<p>
<a href="https://maple-aigc.github.io/EqDiff/">
<papertitle> Equilibrated Diffusion: Frequency-aware Textual Embedding for Equilibrated Image Customization</papertitle>
</a>
<br>
Liyuan Ma, <strong>Xueji Fang</strong>, Guo-Jun Qi
<br>
<em>ACM MM</em>, 2024. <span class="highlight"><strong>(Oral)</strong></span>
<br>
</p>
<div class="paper">
<a href="https://maple-aigc.github.io/EqDiff/">project page</a>  / 
<a href="https://github.com/MAPLE-AIGC/EqDiff">code</a>  / 
<a href="https://openreview.net/pdf?id=ERuypCHYvX">pdf</a>
</div>
</td>
</tr>
</tbody></table>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:0px">
<br>
<p style="text-align:right;font-size:small;">
Stolen from <a href="https://jonbarron.info/">Jon Barron</a>. Big thanks!
</p>
</td>
</tr>
</tbody></table>
</td>
</tr>
</table>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TD4ME3DGEB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TD4ME3DGEB');
</script>
</body>
</html>