-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
249 lines (217 loc) · 10.1 KB
/
index.html
File metadata and controls
249 lines (217 loc) · 10.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Asha A</title>
<!-- FavIcon -->
<link rel='shortcut icon' href='img/fav.ico' type='image/x-icon'/ >
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#download">Resume</a>
</li>
<li>
<a class="page-scroll" href="#pub">Research</a>
</li>
<li>
<a class="page-scroll" href="#other">Other</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">Asha Anoosheh</h1>
<p class="intro-text">ETH Zurich - M.S. Robotics</p>
<p class="intro-text">UC Berkeley - B.S. EECS</p>
<a href="#about" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- Download Section -->
<section id="download" class="content-section text-center">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Resume</h2>
<a href="data/Asha Anoosheh.pdf" class="btn btn-default btn-lg">View</a>
</div>
</div>
</div>
</section>
<!-- Publications Section -->
<section id="pub" class="content-section text-center">
<div class="pub-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Research</h2>
<br/><br/>
<br/>
<h4>Publications</h4>
<table class="table" width="700">
<tbody>
<tr>
<td>[<a href="https://inductive-biases.github.io/papers/2.pdf">05</a>]</td>
<td>Giorgio Giannone, <strong>A. Anoosheh</strong>, Alessio Quaglino, Pierluca D'Oro, Marco Gallieri, Jonathan Masci. Real-time Classification from Short Event-Camera Streams using Input-filtering Neural ODEs. 2020.</td>
<td>NeurIPS 2020 - Workshop on Inductive Biases</td>
</tr>
<tr>
<td>[<a href="https://openaccess.thecvf.com/content_CVPR_2020/html/Svoboda_Two-Stage_Peer-Regularized_Feature_Recombination_for_Arbitrary_Image_Style_Transfer_CVPR_2020_paper.html">04</a>]</td>
<td>Jan Svoboda, <strong>A. Anoosheh</strong>, Christian Osendorfer, Jonathan Masci. Two-Stage Peer-Regularized Feature Recombination for Arbitrary Image Style Transfer. 2019.</td>
<td>CVPR 2020</td>
</tr>
<tr>
<td>[<a href="https://arxiv.org/abs/1809.09767">03</a>]</td>
<td><strong>A. Anoosheh</strong>, T. Sattler, R. Timofte, M. Pollefeys, L. Van Gool. Night-to-Day Image Translation for Retrieval-based Localization. 2018.</td>
<td>ICRA 2019</td>
</tr>
<tr>
<td>[<a href="https://openaccess.thecvf.com/content_cvpr_2018_workshops/w13/html/Anoosheh_ComboGAN_Unrestrained_Scalability_CVPR_2018_paper.html">02</a>]</td>
<td><strong>A. Anoosheh</strong>, E. Augustsson, R. Timofte, L. Van Gool. ComboGAN: Unrestrained Scalability for Image Domain Translation. 2017.</td>
<td>In CVPR and ICLR 2018 Workshops</td>
</tr>
<tr>
<td>[<a href="http://ieeexplore.ieee.org/document/7858297/">01</a>]</td>
<td>N.M. Ho, E. Manogaran, W.F. Wong, <strong>A. Anoosheh</strong>. Efficient floating point precision tuning for approximate computing.</td>
<td>Asia and South Pacific Design Automation Conference, 2017</td>
</tr>
</tbody>
</table>
<h4>Preprint Papers:</h4>
<table class="table" width="700">
<tbody>
<tr>
<td>[<a href="data/GradThresh.pdf">01</a>]</td>
<td><strong>A. Anoosheh</strong>, E. Che, M. Chen, Y.J. Li, E. Wang. Thresholded Gradient Synchronization in Distributed ConvNets. 2016.</td>
</tr>
</tbody>
</table>
<br/>
<h4>Project Reports:</h4>
<table class="table" width="700">
<tbody>
<tr>
<td>[<a href="data/Symmetry.pdf">05</a>]</td>
<td><strong>A. Anoosheh</strong>. Semantic Symmetry Detection. 2016.</td>
</tr>
<tr>
<td>[<a href="https://grtracer.herokuapp.com">04</a>]</td>
<td><strong>A. Anoosheh</strong>, V. Raj, M. Chen. Relativistic Ray Tracing. 2016.</td>
</tr>
<tr>
<td>[<a href="data/ClassTransfer.pdf">03</a>]</td>
<td><strong>A. Anoosheh</strong>, R. Kapadia, J. Rulison. Image Transformation via Neural Network Inversion. 2016.</td>
</tr>
<tr>
<td>[<a href="data/AstroPh.pdf">02</a>]</td>
<td><strong>A. Anoosheh</strong>, H. Wu. Novel Identification and Grouping of Growing Astronomical Supernovae. 2015.</td>
</tr>
<tr>
<td>[<a href="data/URAP_FinalReport.pdf">01</a>]</td>
<td><strong>A. Anoosheh</strong>. Approximate Computing using Variable Floating-Point Precision. 2014.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- Other Section -->
<section id="other" class="content-section text-center">
<div class="other-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Other</h2>
<p><a href="https://github.com/AAnoosheh/ComboGAN">ComboGAN source code</a></p>
<p><a href="https://drive.google.com/open?id=1BTVMAbU0_yapyBQqBaUJwDnBbZZQXcEfur1mhkVow6A">Comprehensive Intro to Caffe</a></p>
<p><a href="https://github.com/AAnoosheh/GNN">Implementation of the Graph Neural Network (GNN)</a></p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>About</h2>
<p>I stole this website template from some dude.</p>
<p>But the pretty pictures are mine.</p>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact</h2>
<p><a href="mailto:ashaanoosheh@aol.com" class="btn btn-default btn-lg">@ EMail</a>
</p>
<!-- <ul class="list-inline banner-social-buttons">
<li>
<a href="https://github.com/AAnoosheh" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
</ul> -->
</div>
</div>
</section>
<!-- Footer -->
<br/><br/>
<footer>
<div class="container text-center">
<p>Copyright © Asha Anoosheh 2016</p>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script>
</body>
</html>