-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (172 loc) · 9.96 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
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
<html>
<head>
<title>Dorian Chan</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
color: rgb(33, 37, 41);
}
h1, b, h3 {
color: black;
}
.content {
margin: 0 auto;
max-width: 800px;
}
#profile_pic {
width: 200px;
clip-path: circle();
}
#main_left {
flex-grow: 1;
}
#main {
display: flex;
flex-direction: row;
align-items: center;
}
#main_right {
padding-left: 20px;
flex-grow: 2;
color: black;
}
#main_right h1 {
margin-top: 0px;
}
.paper {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 30px;
}
.paper_left {
padding-right: 20px;
}
.paper_left > img {
width: 100px;
height: 80px;
object-fit: cover;
}
a {
color: rgb(10, 88, 202);
}
</style>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-66PZ9T1D90"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-66PZ9T1D90');
</script>
<body>
<div class="content">
<div id="main">
<div id="main_left">
<img src="images/me.jpg" id="profile_pic"></img>
</div>
<div id="main_right">
<h1>Dorian Chan</h1>
<div>| Computational Photography Researcher |</div>
<div>| Fishing Devotee | | Musician Wannabe |</div>
</div>
</div>
<br/>
<p>I'm a PhD student in the Computer Science Department at Carnegie Mellon University,
where I tackle problems in computer vision, computational photography and computer graphics. I'm advised by <a href="http://www.cs.cmu.edu/~motoole2/">Matthew P. O'Toole</a>.</p>
<p>My research focuses on rethinking the conventional camera in order to improve real-world robustness, reduce computation time and potentially even capture phenomena traditionally invisible to the human eye. In short, I think deeply about both the underlying physical principles of modern camera hardware, as well as the capabilities of current computational tools and how they can be applied to the vision pipeline. This joint perspective enables <a href="https://imaging.cs.cmu.edu/spincam/">extremely cheap high-speed cameras</a>, <a href="https://dl.acm.org/doi/abs/10.1145/3610548.3618152">far more robust and energy-efficient LiDAR systems</a>, <a href="https://imaging.cs.cmu.edu/vibration/">cameras that can see vibrations</a>, and more. My work has been recognized with the <a href="https://cvpr2022.thecvf.com/cvpr-2022-paper-awards">Best Paper Honorable Mention Award at CVPR 2022</a>, and <a href="https://s2020.siggraph.org/conference/program-events/organization-events/student-research-competition/">1st place at the SIGGRAPH 2020 Student Research Competition</a>. I have also served as a reviewer for CVPR, ICCV, ECCV, TOG, ICCP and TCI.</p>
<p>I'm also currently an ombudsperson for the Computer Science Department. Please feel free to reach out if there's anything you'd like to chat about!</p>
<p>I quite enjoy <a href="https://fishoak.com/">fishing</a>, and on occasion I try to make <a href="https://www.youtube.com/channel/UCQ2EUQXiAYtUOB3JuleWhow">music</a>. I'm also a big Denver Nuggets fan.</p>
<p>drop me a line: <b>[email protected]</b></p>
<p><b style="color:red">I am looking for academic or industry jobs starting Summer or Fall 2025. Let me know if you have any leads!</b></p>
<h3>Some of my past work:</h3>
<div class="paper">
<div class="paper_left"><img src="papers/holodepth.png" /></div>
<div class="paper_right">
<div><b><a href="holodepth">Holodepth: Programmable Depth-Varying Projection via Computer-Generated Holography</a></b></div>
<div><b>Dorian Chan</b>, Matthew O'Toole, Sizhuo Ma, Jian Wang</div>
<div><i>ECCV 2024</i></div>
</div>
</div>
<div class="paper">
<div class="paper_left"><img src="papers/atof.jpg" /></div>
<div class="paper_right">
<div><b><a href="https://dl.acm.org/doi/abs/10.1145/3610548.3618152">Light-Efficient Holographic Illumination for Continuous-Wave Time-of-Flight Imaging</a></b></div>
<div><b>Dorian Chan</b>, Matthew O'Toole</div>
<div><i>SIGGRAPH ASIA 2023</i></div>
</div>
</div>
<div class="paper">
<div class="paper_left"><img src="https://imaging.cs.cmu.edu/spincam/assets/vids/teaser/rendered.gif" /></div>
<div class="paper_right">
<div><b><a href="https://imaging.cs.cmu.edu/spincam/">SpinCam: High-Speed Imaging via a Rotating Point-Spread Function</a></b></div>
<div><b>Dorian Chan</b>, Mark Sheinin, Matthew O'Toole</div>
<div><i>ICCV 2023</i></div>
</div>
</div>
<div class="paper">
<div class="paper_left"><img src="papers/pingpong.gif" /></div>
<div class="paper_right">
<div><b><a href="https://imaging.cs.cmu.edu/impactlocalization/">Analyzing Physical Impacts using Transient Surface Wave Imaging</a></b></div>
<div>Tianyuan Zhang, Mark Sheinin, <b>Dorian Chan</b>, Mark Rau, Matthew O'Toole, and Srinivasa Narasimhan </div>
<div><i>CVPR 2023</i></div>
</div>
</div>
<div class="paper">
<div class="paper_left"><img src="https://static.wixstatic.com/media/a41a28_4ee2d086508141aabaad1b05fca2f9ac~mv2.gif" /></div>
<div class="paper_right">
<div><b><a href="https://imaging.cs.cmu.edu/vibration/">Dual-Shutter Optical Vibration Sensing</a></b></div>
<div>Mark Sheinin, <b>Dorian Chan</b>, Matthew O'Toole, Srinivasa Narasimhan</div>
<div><i>CVPR 2022</i> - <span style="color:red">Oral, Best Paper Honorable Mention (~Top 2 paper)!!</span></div>
</div>
</div>
<div class="paper">
<div class="paper_left"><img src="papers/cow.gif" /></div>
<div class="paper_right">
<div><b><a href="https://imaging.cs.cmu.edu/holocurtains/">Holocurtains: Programming Light Curtains via Binary Holography </a></b></div>
<div><b>Dorian Chan</b>, Srinivasa Narasimhan, Matthew O'Toole</div>
<div><i>CVPR 2022</i></div>
</div>
</div>
<div class="paper">
<div class="paper_left"><img src="papers/icon_sinogram.png" /></div>
<div class="paper_right">
<div><b><a href="https://arxiv.org/abs/2008.02787">Efficient Non-Line-of-Sight Imaging from Transient Sinograms</a></b></div>
<div>Mariko Isogawa, <b>Dorian Yao Chan</b>, Ye Yuan, Kris Kitani, Matthew O'Toole</div>
<div><i>ECCV 2020</i></div>
</div>
</div>
<div class="paper">
<div class="paper_left"><img src="papers/icon_hdr.png" /></div>
<div class="paper_right">
<div><b><a href="https://dl.acm.org/doi/abs/10.1145/3388770.3407415">Bound-Constrained Optimized Dynamic Range Compression</a></b></div>
<div><b>Dorian Yao Chan</b>, James F. O'Brien </div>
<div><i>SIGGRAPH'20 Posters</i> - <span style="color:red">ACM Student Research Competition winner!!</span></div>
</div>
</div>
<div class="paper">
<div class="paper_left"><img src="papers/icon_bci.png" /></div>
<div class="paper_right">
<div><b><a href="https://ieeexplore.ieee.org/abstract/document/8717158">Brain-Computer Interface in Virtual Reality</a></b></div>
<div>Reza Abbasi-Asl, Mohammad Keshavarzi, <b>Dorian Yao Chan</b></div>
<div><i>NER'19</i></div>
</div>
</div>
<div class="paper">
<div class="paper_left"><img src="papers/icon_svbrdf.png" /></div>
<div class="paper_right">
<div><b><a href="http://graphics.berkeley.edu/papers/Albert-ASV-2018-06/">Approximate svBRDF Estimation From Mobile Phone Video</a></b></div>
<div>Rachel A. Albert, <b>Dorian Yao Chan</b>, Dan B Goldman, James F. O'Brien </div>
<div><i>EGSR 2018</i></div>
</div>
</div>
<!-- <h3>Other:</h3>
<p>
<div><b><a href="kirchhoff_paper.pdf">On F-K migration and non-line-of-sight imaging</a></b></div>
<div>Implementing Kirchhoff migration in NLOS imaging, and some theoretical analyses of F-K migration in relation to traditional NLOS approaches. Lots of math, and some of the
equations may be slightly incorrect.</div>
</p> -->
</div>
</body>
</html>