kleytondacosta commited on
Commit
9871131
·
verified ·
1 Parent(s): 76c75c9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +22 -74
index.html CHANGED
@@ -3,10 +3,10 @@
3
  <head>
4
  <meta charset="utf-8">
5
  <meta name="description"
6
- content="Deformable Neural Radiance Fields creates free-viewpoint portraits (nerfies) from casually captured videos.">
7
- <meta name="keywords" content="Nerfies, D-NeRF, NeRF">
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <title>Nerfies: Deformable Neural Radiance Fields</title>
10
 
11
  <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
12
  rel="stylesheet">
@@ -33,32 +33,27 @@
33
  <div class="container is-max-desktop">
34
  <div class="columns is-centered">
35
  <div class="column has-text-centered">
36
- <h1 class="title is-1 publication-title">Nerfies: Deformable Neural Radiance Fields</h1>
37
  <div class="is-size-5 publication-authors">
38
  <span class="author-block">
39
- <a href="https://keunhong.com" target="_blank">Keunhong Park</a><sup>1</sup>,</span>
40
  <span class="author-block">
41
- <a href="https://utkarshsinha.com" target="_blank">Utkarsh Sinha</a><sup>2</sup>,</span>
42
  <span class="author-block">
43
- <a href="https://jonbarron.info" target="_blank">Jonathan T. Barron</a><sup>2</sup>,
44
  </span>
45
  <span class="author-block">
46
- <a href="http://sofienbouaziz.com" target="_blank">Sofien Bouaziz</a><sup>2</sup>,
47
  </span>
48
  <span class="author-block">
49
- <a href="https://www.danbgoldman.com" target="_blank">Dan B Goldman</a><sup>2</sup>,
50
- </span>
51
- <span class="author-block">
52
- <a href="https://homes.cs.washington.edu/~seitz/" target="_blank">Steven M. Seitz</a><sup>1,2</sup>,
53
- </span>
54
- <span class="author-block">
55
- <a href="http://www.ricardomartinbrualla.com" target="_blank">Ricardo Martin-Brualla</a><sup>2</sup>
56
  </span>
57
  </div>
58
 
59
  <div class="is-size-5 publication-authors">
60
- <span class="author-block"><sup>1</sup>University of Washington,</span>
61
- <span class="author-block"><sup>2</sup>Google Research</span>
 
62
  </div>
63
 
64
  <div class="column has-text-centered">
@@ -82,16 +77,6 @@
82
  <span>arXiv</span>
83
  </a>
84
  </span>
85
- <!-- Video Link. -->
86
- <span class="link-block">
87
- <a href="https://www.youtube.com/watch?v=MrKrnHhk8IA" target="_blank"
88
- class="external-link button is-normal is-rounded is-dark">
89
- <span class="icon">
90
- <i class="fab fa-youtube"></i>
91
- </span>
92
- <span>Video</span>
93
- </a>
94
- </span>
95
  <!-- Code Link. -->
96
  <span class="link-block">
97
  <a href="https://github.com/google/nerfies" target="_blank"
@@ -102,14 +87,14 @@
102
  <span>Code</span>
103
  </a>
104
  </span>
105
- <!-- Dataset Link. -->
106
  <span class="link-block">
107
  <a href="https://github.com/google/nerfies/releases/tag/0.1" target="_blank"
108
  class="external-link button is-normal is-rounded is-dark">
109
  <span class="icon">
110
  <i class="far fa-images"></i>
111
  </span>
112
- <span>Data</span>
113
  </a>
114
  </div>
115
 
@@ -203,49 +188,19 @@
203
  <h2 class="title is-3">Abstract</h2>
204
  <div class="content has-text-justified">
205
  <p>
206
- We present the first method capable of photorealistically reconstructing a non-rigidly
207
- deforming scene using photos/videos captured casually from mobile phones.
208
- </p>
209
- <p>
210
- Our approach augments neural radiance fields
211
- (NeRF) by optimizing an
212
- additional continuous volumetric deformation field that warps each observed point into a
213
- canonical 5D NeRF.
214
- We observe that these NeRF-like deformation fields are prone to local minima, and
215
- propose a coarse-to-fine optimization method for coordinate-based models that allows for
216
- more robust optimization.
217
- By adapting principles from geometry processing and physical simulation to NeRF-like
218
- models, we propose an elastic regularization of the deformation field that further
219
- improves robustness.
220
- </p>
221
- <p>
222
- We show that <span class="dnerf">Nerfies</span> can turn casually captured selfie
223
- photos/videos into deformable NeRF
224
- models that allow for photorealistic renderings of the subject from arbitrary
225
- viewpoints, which we dub <i>"nerfies"</i>. We evaluate our method by collecting data
226
- using a
227
- rig with two mobile phones that take time-synchronized photos, yielding train/validation
228
- images of the same pose at different viewpoints. We show that our method faithfully
229
- reconstructs non-rigidly deforming scenes and reproduces unseen views with high
230
- fidelity.
231
  </p>
232
  </div>
233
  </div>
234
  </div>
235
  <!--/ Abstract. -->
236
-
237
- <!-- Paper video. -->
238
- <div class="columns is-centered has-text-centered">
239
- <div class="column is-four-fifths">
240
- <h2 class="title is-3">Video</h2>
241
- <div class="publication-video">
242
- <iframe src="https://www.youtube.com/embed/MrKrnHhk8IA?rel=0&amp;showinfo=0"
243
- frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
244
- </div>
245
- </div>
246
- </div>
247
- <!--/ Paper video. -->
248
- </div>
249
  </section>
250
 
251
 
@@ -418,13 +373,6 @@
418
  href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
419
  Commons Attribution-ShareAlike 4.0 International License</a>.
420
  </p>
421
- <p>
422
- This means you are free to borrow the <a target="_blank"
423
- href="https://github.com/nerfies/nerfies.github.io">source code</a> of this website,
424
- we just ask that you link back to this page in the footer.
425
- Please remember to remove the analytics code included in the header of the website which
426
- you do not want on your website.
427
- </p>
428
  </div>
429
  </div>
430
  </div>
 
3
  <head>
4
  <meta charset="utf-8">
5
  <meta name="description"
6
+ content="Empirical Benchmarking of Algorithmic Fairness in Machine Learning Models">
7
+ <meta name="keywords" content="Machine Learning, Bias Mitigation, Benchmark">
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <title>BMBENCH: Empirical Benchmarking of Algorithmic Fairness in Machine Learning Models</title>
10
 
11
  <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
12
  rel="stylesheet">
 
33
  <div class="container is-max-desktop">
34
  <div class="columns is-centered">
35
  <div class="column has-text-centered">
36
+ <h1 class="title is-1 publication-title">BMBENCH: Empirical Benchmarking of Algorithmic Fairness in Machine Learning Models</h1>
37
  <div class="is-size-5 publication-authors">
38
  <span class="author-block">
39
+ <a href="https://kleytondacosta.com" target="_blank">Kleyton da Costa</a><sup>1, 2</sup>,</span>
40
  <span class="author-block">
41
+ <a href="https://utkarshsinha.com" target="_blank">Cristian Munoz</a><sup>1</sup>,</span>
42
  <span class="author-block">
43
+ <a href="https://jonbarron.info" target="_blank">Bernando Modenesi</a><sup>3</sup>,
44
  </span>
45
  <span class="author-block">
46
+ <a href="http://sofienbouaziz.com" target="_blank">Franklin Fernandez</a><sup>1,2</sup>,
47
  </span>
48
  <span class="author-block">
49
+ <a href="https://www.danbgoldman.com" target="_blank">Adriano Koshiyama</a><sup>1</sup>,
 
 
 
 
 
 
50
  </span>
51
  </div>
52
 
53
  <div class="is-size-5 publication-authors">
54
+ <span class="author-block"><sup>1</sup>Holistic AI,</span>
55
+ <span class="author-block"><sup>2</sup>Pontifical Catholic University of Utah,</span>
56
+ <span class="author-block"><sup>2</sup>University of Utah,</span>
57
  </div>
58
 
59
  <div class="column has-text-centered">
 
77
  <span>arXiv</span>
78
  </a>
79
  </span>
 
 
 
 
 
 
 
 
 
 
80
  <!-- Code Link. -->
81
  <span class="link-block">
82
  <a href="https://github.com/google/nerfies" target="_blank"
 
87
  <span>Code</span>
88
  </a>
89
  </span>
90
+ <!-- Leaderboard. -->
91
  <span class="link-block">
92
  <a href="https://github.com/google/nerfies/releases/tag/0.1" target="_blank"
93
  class="external-link button is-normal is-rounded is-dark">
94
  <span class="icon">
95
  <i class="far fa-images"></i>
96
  </span>
97
+ <span>Leaderboard</span>
98
  </a>
99
  </div>
100
 
 
188
  <h2 class="title is-3">Abstract</h2>
189
  <div class="content has-text-justified">
190
  <p>
191
+ The development and assessment of bias mitigation methods require rigorous benchmarks.
192
+ This paper introduces BMBench, a comprehensive benchmarking framework to evaluate bias
193
+ mitigation strategies across multitask machine learning predictions (binary classification,
194
+ multiclass classification, regression, and clustering). Our benchmark leverages state-of-the-art
195
+ and proposed datasets to improve fairness research, offering a broad spectrum of fairness
196
+ metrics for a robust evaluation of bias mitigation methods. We provide an open-source repository
197
+ to allow researchers to test and refine their bias mitigation approaches easily,
198
+ promoting advancements in the creation of fair machine learning models.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  </p>
200
  </div>
201
  </div>
202
  </div>
203
  <!--/ Abstract. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  </section>
205
 
206
 
 
373
  href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
374
  Commons Attribution-ShareAlike 4.0 International License</a>.
375
  </p>
 
 
 
 
 
 
 
376
  </div>
377
  </div>
378
  </div>