1
- # NVIDIA REAL-TIME DENOISERS v4.13 .0 (NRD)
1
+ # NVIDIA REAL-TIME DENOISERS v4.14 .0 (NRD)
2
2
3
3
[ ![ Build NRD SDK] ( https://github.com/NVIDIA-RTX/NRD/actions/workflows/build.yml/badge.svg )] ( https://github.com/NVIDIA-RTX/NRD/actions/workflows/build.yml )
4
4
@@ -16,8 +16,8 @@ For quick starting see *[NRD sample](https://github.com/NVIDIA-RTX/NRD-Sample)*
16
16
- * SIGMA* - shadow-only denoiser
17
17
18
18
Performance on RTX 4080 @ 1440p (native resolution, default denoiser settings, ` NormalEncoding::R10_G10_B10_A2_UNORM ` ):
19
- - ` REBLUR_DIFFUSE_SPECULAR ` - 2.40 ms (2.15 in performance mode)
20
- - ` RELAX_DIFFUSE_SPECULAR ` - 2.95 ms
19
+ - ` REBLUR_DIFFUSE_SPECULAR ` - 2.30 ms (2.00 ms in performance mode, 3.15 ms in ` SH ` mode)
20
+ - ` RELAX_DIFFUSE_SPECULAR ` - 3.00 ms (4.85 ms in ` SH ` mode)
21
21
- ` SIGMA_SHADOW ` - 0.40 ms
22
22
- ` SIGMA_SHADOW_TRANSLUCENCY ` - 0.50 ms
23
23
@@ -207,11 +207,11 @@ See `NRDDescs.h` and `NRD.hlsli` for more details and descriptions of other inpu
207
207
# NOISY & NON-NOISY DATA REQUIREMENTS
208
208
209
209
Noisy inputs:
210
- - garbage values are allowed outside of active viewport, i.e. ` >= CommonSettings::rectSize `
211
- - garbage values are allowed outside of denoising range, i.e. ` >= CommonSettings::denoisingRange `
210
+ - garbage values are allowed outside of active viewport, i.e. ` pixelPos >= CommonSettings::rectSize`
211
+ - garbage values are allowed outside of denoising range, i.e. ` abs( viewZ ) >= CommonSettings::denoisingRange`
212
212
213
213
Non-noisy inputs (guides):
214
- - must not contain garbage
214
+ - must not contain ` NAN/INF ` values
215
215
216
216
Where "garbage" is ` NAN/INF ` or undesired value.
217
217
@@ -319,16 +319,16 @@ The *Persistent* column (matches *NRD Permanent pool*) indicates how much of the
319
319
320
320
| Resolution | Denoiser | Working set (Mb) | Persistent (Mb) | Aliasable (Mb) |
321
321
| ------------| --------------------------------------| ------------------| ------------------| ------------------|
322
- | 1080p | REBLUR_DIFFUSE | 84.56 | 42.25 | 42.31 |
323
- | | REBLUR_DIFFUSE_OCCLUSION | 40.31 | 25.38 | 14.94 |
324
- | | REBLUR_DIFFUSE_SH | 135.19 | 59.12 | 76.06 |
325
- | | REBLUR_SPECULAR | 103.62 | 50.75 | 52.88 |
326
- | | REBLUR_SPECULAR_OCCLUSION | 48.81 | 33.88 | 14.94 |
327
- | | REBLUR_SPECULAR_SH | 154.25 | 67.62 | 86.62 |
328
- | | REBLUR_DIFFUSE_SPECULAR | 164.88 | 71 .88 | 93.00 |
329
- | | REBLUR_DIFFUSE_SPECULAR_OCCLUSION | 67.94 | 38.12 | 29.81 |
330
- | | REBLUR_DIFFUSE_SPECULAR_SH | 266.12 | 105 .62 | 160.50 |
331
- | | REBLUR_DIFFUSE_DIRECTIONAL_OCCLUSION | 84.56 | 42.25 | 42.31 |
322
+ | 1080p | REBLUR_DIFFUSE | 76.19 | 50.75 | 25.44 |
323
+ | | REBLUR_DIFFUSE_OCCLUSION | 36.06 | 25.38 | 10.69 |
324
+ | | REBLUR_DIFFUSE_SH | 109.94 | 67.62 | 42.31 |
325
+ | | REBLUR_SPECULAR | 95.25 | 59.25 | 36.00 |
326
+ | | REBLUR_SPECULAR_OCCLUSION | 44.56 | 33.88 | 10.69 |
327
+ | | REBLUR_SPECULAR_SH | 129.00 | 76.12 | 52.88 |
328
+ | | REBLUR_DIFFUSE_SPECULAR | 148.12 | 88 .88 | 59.25 |
329
+ | | REBLUR_DIFFUSE_SPECULAR_OCCLUSION | 59.44 | 38.12 | 21.31 |
330
+ | | REBLUR_DIFFUSE_SPECULAR_SH | 232.50 | 122 .62 | 109.88 |
331
+ | | REBLUR_DIFFUSE_DIRECTIONAL_OCCLUSION | 76.19 | 50.75 | 25.44 |
332
332
| | RELAX_DIFFUSE | 90.81 | 54.88 | 35.94 |
333
333
| | RELAX_DIFFUSE_SH | 158.31 | 88.62 | 69.69 |
334
334
| | RELAX_SPECULAR | 101.44 | 63.38 | 38.06 |
@@ -339,16 +339,16 @@ The *Persistent* column (matches *NRD Permanent pool*) indicates how much of the
339
339
| | SIGMA_SHADOW_TRANSLUCENCY | 50.81 | 8.44 | 42.38 |
340
340
| | REFERENCE | 33.75 | 33.75 | 0.00 |
341
341
| | | | | |
342
- | 1440p | REBLUR_DIFFUSE | 150 .06 | 75 .00 | 75 .06 |
343
- | | REBLUR_DIFFUSE_OCCLUSION | 71.31 | 45.00 | 26.31 |
344
- | | REBLUR_DIFFUSE_SH | 240 .06 | 105 .00 | 135 .06 |
345
- | | REBLUR_SPECULAR | 183 .81 | 90 .00 | 93 .81 |
346
- | | REBLUR_SPECULAR_OCCLUSION | 86.31 | 60.00 | 26.31 |
347
- | | REBLUR_SPECULAR_SH | 273 .81 | 120 .00 | 153 .81 |
348
- | | REBLUR_DIFFUSE_SPECULAR | 292 .56 | 127 .50 | 165 .06 |
349
- | | REBLUR_DIFFUSE_SPECULAR_OCCLUSION | 120 .06 | 67.50 | 52 .56 |
350
- | | REBLUR_DIFFUSE_SPECULAR_SH | 472 .56 | 187 .50 | 285 .06 |
351
- | | REBLUR_DIFFUSE_DIRECTIONAL_OCCLUSION | 150 .06 | 75 .00 | 75 .06 |
342
+ | 1440p | REBLUR_DIFFUSE | 135 .06 | 90 .00 | 45 .06 |
343
+ | | REBLUR_DIFFUSE_OCCLUSION | 63.81 | 45.00 | 18.81 |
344
+ | | REBLUR_DIFFUSE_SH | 195 .06 | 120 .00 | 75 .06 |
345
+ | | REBLUR_SPECULAR | 168 .81 | 105 .00 | 63 .81 |
346
+ | | REBLUR_SPECULAR_OCCLUSION | 78.81 | 60.00 | 18.81 |
347
+ | | REBLUR_SPECULAR_SH | 228 .81 | 135 .00 | 93 .81 |
348
+ | | REBLUR_DIFFUSE_SPECULAR | 262 .56 | 157 .50 | 105 .06 |
349
+ | | REBLUR_DIFFUSE_SPECULAR_OCCLUSION | 105 .06 | 67.50 | 37 .56 |
350
+ | | REBLUR_DIFFUSE_SPECULAR_SH | 412 .56 | 217 .50 | 195 .06 |
351
+ | | REBLUR_DIFFUSE_DIRECTIONAL_OCCLUSION | 135 .06 | 90 .00 | 45 .06 |
352
352
| | RELAX_DIFFUSE | 161.31 | 97.50 | 63.81 |
353
353
| | RELAX_DIFFUSE_SH | 281.31 | 157.50 | 123.81 |
354
354
| | RELAX_SPECULAR | 180.06 | 112.50 | 67.56 |
@@ -359,16 +359,16 @@ The *Persistent* column (matches *NRD Permanent pool*) indicates how much of the
359
359
| | SIGMA_SHADOW_TRANSLUCENCY | 90.12 | 15.00 | 75.12 |
360
360
| | REFERENCE | 60.00 | 60.00 | 0.00 |
361
361
| | | | | |
362
- | 2160p | REBLUR_DIFFUSE | 318.88 | 159.38 | 159.50 |
363
- | | REBLUR_DIFFUSE_OCCLUSION | 151.50 | 95.62 | 55.88 |
364
- | | REBLUR_DIFFUSE_SH | 510.12 | 223.12 | 287.00 |
365
- | | REBLUR_SPECULAR | 390.56 | 191.25 | 199.31 |
366
- | | REBLUR_SPECULAR_OCCLUSION | 183.38 | 127.50 | 55.88 |
367
- | | REBLUR_SPECULAR_SH | 581.81 | 255.00 | 326.81 |
368
- | | REBLUR_DIFFUSE_SPECULAR | 621.62 | 270.94 | 350.69 |
369
- | | REBLUR_DIFFUSE_SPECULAR_OCCLUSION | 255.06 | 143.44 | 111.62 |
370
- | | REBLUR_DIFFUSE_SPECULAR_SH | 1004.12 | 398.44 | 605.69 |
371
- | | REBLUR_DIFFUSE_DIRECTIONAL_OCCLUSION | 318.88 | 159.38 | 159.50 |
362
+ | 2160p | REBLUR_DIFFUSE | 287.00 | 191.25 | 95.75 |
363
+ | | REBLUR_DIFFUSE_OCCLUSION | 135.56 | 95.62 | 39.94 |
364
+ | | REBLUR_DIFFUSE_SH | 414.50 | 255.00 | 159.50 |
365
+ | | REBLUR_SPECULAR | 358.69 | 223.12 | 135.56 |
366
+ | | REBLUR_SPECULAR_OCCLUSION | 167.44 | 127.50 | 39.94 |
367
+ | | REBLUR_SPECULAR_SH | 486.19 | 286.88 | 199.31 |
368
+ | | REBLUR_DIFFUSE_SPECULAR | 557.88 | 334.69 | 223.19 |
369
+ | | REBLUR_DIFFUSE_SPECULAR_OCCLUSION | 223.19 | 143.44 | 79.75 |
370
+ | | REBLUR_DIFFUSE_SPECULAR_SH | 876.62 | 462.19 | 414.44 |
371
+ | | REBLUR_DIFFUSE_DIRECTIONAL_OCCLUSION | 287.00 | 191.25 | 95.75 |
372
372
| | RELAX_DIFFUSE | 342.81 | 207.25 | 135.56 |
373
373
| | RELAX_DIFFUSE_SH | 597.81 | 334.75 | 263.06 |
374
374
| | RELAX_SPECULAR | 382.69 | 239.12 | 143.56 |
0 commit comments