-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
285 lines (245 loc) ยท 9.65 KB
/
index.html
File metadata and controls
285 lines (245 loc) ยท 9.65 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
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE HTML>
<html>
<head>
<title>Chang Deng</title>
<meta charset="utf-8">
<meta name=viewport content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="color-scheme" content="dark light">
<meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#121212" media="(prefers-color-scheme: dark)">
<link href="https://fonts.googleapis.com/css2?family=Quattrocento+Sans&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="icons/favicon.svg">
<link rel="icon" type="image/png" href="icons/favicon.png">
<style type="text/css">
body {
min-height: 100vh;
max-width: 800px;
border: 0px;
padding: 0px;
margin: auto;
line-height: 1.3;
font-family: "Quattrocento Sans", Verdana, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
color: #000000;
background-color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
a {
color: #3B7EA1;
text-decoration: none;
}
a:focus,
a:hover {
color: #C4820E;
}
@media (prefers-color-scheme: dark) {
body {
font-weight: 350;
color: #E1D9D1;
background: #121212;
}
a {
color: #C4820E;
}
a:focus,
a:hover {
color: #3B7EA1;
}
}
div.section {
padding: 10px 20px 10px 20px;
margin-bottom: 40px;
}
div.content {
padding: 0px;
}
h1 {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
h2 {
font-size: 20px;
font-weight: normal;
}
p.name {
font-size: 32px;
text-align: center;
font-weight: normal;
margin-bottom: 20px;
}
span.paper {
font-weight: bold;
}
span.author {
font-weight: normal;
}
span.venue {
font-weight: normal;
font-style: italic;
}
span.highlight {
background-color: #ffffd0;
}
@media screen and (max-width: 600px) {
body {
max-width: 100%;
font-size: 14px;
}
p.name {
font-size: 24px;
}
h1 {
font-size: 20px;
font-weight: bold;
}
h2 {
font-size: 16px;
}
}
</style>
</head>
<body>
<div class="section">
<p class="name">
Chang Deng
</p>
<h1> Hi there ๐! </h1>
<p>
I am a fourth-year PhD student in Econometrics and Statistics at the University of Chicago (UChicago)
<a href="https://www.chicagobooth.edu/">Booth School of Business</a>.
Before joining Booth, I earned a Master’s degree in
<a href="https://cam.uchicago.edu/">Computational and Applied Mathematics</a> at UChicago.
Prior to coming to UChicago, I obtained my Bachelor’s degree in Applied Mathematics at the <a href="https://www.sustech.edu.cn/">Southern University of Science and Technology (SUSTech)</a>.
</p>
<p>
My research primarily centers on causal discovery, mainly learning structure from data, with a particular emphasis on learning causal structure.
</p>
<p style="text-align:center">
<a href="https://scholar.google.com/citations?user=51voxF8AAAAJ&hl=en">
<img src="icons/icons8-google-scholar-50.png" alt="Google Scholar Icon" style="vertical-align: middle;" width="35"></a>
 | 
<a href="https://www.linkedin.com/in/chang-deng-0094a5144/">
<img src="icons/icons8-linkedin-50.png" alt="Linkedin Icon" style="vertical-align: middle;" width="50"> </a>
 | 
<a href="https://twitter.com/ChangDeng3">
<img src="icons/icons8-twitter-50.png" alt="Twitter Icon" style="vertical-align: middle;" width="35"> </a>
 | 
<a href="https://github.com/Duntrain">
<img src="icons/icons8-github-100.png" alt="Github Icon" style="vertical-align: middle;" width="45"> </a>
 | 
<a href="mailto:changdeng@uchicago.edu">
<img src="icons/icons8-email-64.png" alt="Email Icon" style="vertical-align: middle;" width="40"> </a>
</p>
</div>
<div class="section">
<h1>Publications ๐</h1>
<div class="content">
<ul>
<li>
<p> <a href="https://arxiv.org/abs/2509.21658"><span class="paper" style="color: #C4820E;">Differentiable Structure Learning and Causal Discovery for General Binary Data</span> </a>
<br>
<span class="author"><strong>Chang Deng</strong>, Bryon Aragam</span><br>
<span class="venue">NeurIPS 2025</span>
</p>
</li>
<li>
<p> <a href="https://arxiv.org/abs/2410.06163"><span class="paper" style="color: #C4820E;">Markov Equivalence and Consistency in Differentiable Structure Learning</span> </a>
<br>
<span class="author"><strong>Chang Deng</strong>, Kevin Bello, Pradeep Ravikumar, Bryon Aragam</span><br>
<span class="venue">NeurIPS 2024</span>
</p>
</li>
<li>
<p> <a href="https://onlinelibrary.wiley.com/doi/10.1002/nav.22190"><span class="paper" style="color: #C4820E;">Data-driven Forecasting and Reference Prices with Exposure Effect</span> </a>
<br>
<span class="author">Opher Baron, <strong>Chang Deng</strong>, Simai He, Hongsong Yuan</span><br>
<span class="venue">Naval Research Logistics 2024</span>
</p>
</li>
<li>
<p> <a href="https://link.springer.com/article/10.1007/s11222-024-10399-4"><span class="paper" style="color: #C4820E;">High-dimensional sparse singleโindex regression via HilbertโSchmidt independence criterion</span> </a>
<br>
<span class="author">Xin Chen, <strong>Chang Deng</strong>, Shuaida He, Runxiong Wu, Jia Zhang</span><br>
<span class="venue">Statistics and Computing 2024</span>
</p>
</li>
<li>
<p> <a href="https://arxiv.org/abs/2306.17378"><span class="paper" style="color: #C4820E;">Global Optimality in Bivariate Gradient-based DAG Learning</span> </a>
<br>
<span class="author"><strong>Chang Deng</strong>, Kevin Bello, Bryon Aragam, Pradeep Ravikumar</span><br>
<span class="venue">NeurIPS 2023</span>
</p>
</li>
<li>
<p> <a href="https://arxiv.org/abs/2305.17277"><span class="paper" style="color: #C4820E;">Optimizing NOTEARS objective via topological swaps</span> </a>
<br>
<span class="author"><strong>Chang Deng</strong>, Kevin Bello, Bryon Aragam, Pradeep Ravikumar</span><br>
<span class="venue">ICML 2023  |  <a href="https://github.com/Duntrain/TOPO"> Code </a>  |  <a href=""> Proceedings </a></span>
</p>
</li>
<li>
<p> <a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9671640"><span class="paper" style="color: #C4820E;">A simple approach to balance task loss in multi-task learning</span> </a>
<br>
<span class="author">Sicong Liang, <strong>Chang Deng</strong>, Yu Zhang</span><br>
<span class="venue">IEEE Big Data 2021</span>
</p>
</li>
<li>
<p> <a href="https://link.springer.com/chapter/10.1007/978-3-030-86486-6_33"><span class="paper" style="color: #C4820E;">Deep multi-task augmented feature learning via hierarchical graph neural network</span> </a>
<br>
<span class="author">Pengxin Guo, <strong>Chang Deng</strong>, Linjie Xu, Xiaonan Huang, Yu Zhang</span><br>
<span class="venue">ECML PKDD 2021</span>
</p>
</li>
</ul>
</div>
</div>
<div class="section">
<h1>Preprint ๐</h1>
<div class="content">
<ul>
</ul>
</div>
</div>
<div class="section">
<h1>Professional Service ๐</h1>
<div class="content">
<ul>
<li>Conference reviewer: NeurIPS, ICLR, AISTATS, CLeaR, ICML, UAI, AAAI, TMLR</li>
<li>TA: Business Statistics, Data Analysis </li>
</ul>
</div>
</div>
<div class="section">
<h1>Misc ๐</h1>
<div class = "content">
<ul>
<li> ๐จ๐ณ ๐จโ๐ ๐ ๐
๐ ๐ต ๐ง ๐โโ๏ธ ๐ฎ ๐ ๐ ๐จโ๐ป ๐ป ๐ถ ๐๏ธ ๐๏ธ ๐๏ธ โฐ๏ธ ๐ ๐ ๐ ๐ฅค ๐ฆ</li>
</ul>
</div>
</div>
<div class="section">
<h1>Link ๐</h1>
<div class="content">
<ul>
<li><a href="https://www.chicagobooth.edu/faculty/research-workshops/econometrics-and-statistics" style="color: #8a1905;"> Booth Econometrics and Statistics Colloquium</a></li>
<li><a href="https://www.chicagobooth.edu/faculty/research-workshops/operations-management-science" style="color: #8a1905;"> Booth Operation Management Colloquium</a></li>
<li><a href="https://stat.uchicago.edu/events/statistics-colloquium/" style="color: #8a1905;"> UChicago Statistics Colloquium</a></li>
<li><a href = 'https://www.chicagobooth.edu/faculty/research-workshops/ai-workshop' style="color: #8a1905;">AI Workshop</li>
<li><a href="https://www.ttic.edu/colloquium/" style="color: #8a1905;"> TTIC Colloquium</a></li>
</ul>
</div>
</div>
<div class="section">
<div class="content">
<p style="text-align:right;font-size:14px;margin-top:100px;">
<a href="https://github.com/jonbarron/website" style="color: #FF5733;">Template source</a>
</p>
</div>
</div>
</body>
</html>