-
Notifications
You must be signed in to change notification settings - Fork 0
/
lib_Papers.bib
10754 lines (10080 loc) · 488 KB
/
lib_Papers.bib
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{afra2014stackless,
author = { \'{A}fra, Attila T. and Szirmay-Kalos, L\'{a}szl\'{o} },
title = { Stackless Multi-BVH Traversal for CPU, MIC and GPU Ray Tracing },
journal = { Comput. Graph. Forum },
issue_date = { February 2014 },
volume = { 33 },
number = { 1 },
month = { 2 },
year = { 2014 },
issn = { 0167-7055 },
pages = { 129--140 },
numpages = { 12 },
url = { http://dx.doi.org/10.1111/cgf.12259 },
doi = { 10.1111/cgf.12259 },
acmid = { 2771573 },
publisher = { The Eurographs Association & John Wiley & Sons, Ltd. },
address = { Chichester, UK },
keywords = { I.3.7 [Computer Graphics]: Three-Dimensional Graphics and Realism-Ray tracing, MBVH, SIMD processors, ray tracing, stackless traversal },
}
@article{agarwal2003structured,
author = { Agarwal, Sameer and Ramamoorthi, Ravi and Belongie, Serge and Jensen, Henrik Wann },
title = { Structured Importance Sampling of Environment Maps },
journal = { ACM Trans. Graph. },
issue_date = { July 2003 },
volume = { 22 },
number = { 3 },
month = { 7 },
year = { 2003 },
issn = { 0730-0301 },
pages = { 605--612 },
numpages = { 8 },
url = { http://doi.acm.org/10.1145/882262.882314 },
doi = { 10.1145/882262.882314 },
acmid = { 882314 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Monte Carlo techniques, environment mapping, global illumination, illumination, image synthesis, ray tracing, rendering, shadow algorithms },
}
@article{ahmed2016low,
author = { Ahmed, Abdalla G. M. and Perrier, H{\'e}l\`{e}ne and Coeurjolly, David and Ostromoukhov, Victor and Guo, Jianwei and Yan, Dong-Ming and Huang, Hui and Deussen, Oliver },
title = { Low-discrepancy Blue Noise Sampling },
journal = { ACM Trans. Graph. },
issue_date = { November 2016 },
volume = { 35 },
number = { 6 },
month = { 11 },
year = { 2016 },
issn = { 0730-0301 },
pages = { 247:1--247:13 },
articleno = { 247 },
numpages = { 13 },
url = { http://doi.acm.org/10.1145/2980179.2980218 },
doi = { 10.1145/2980179.2980218 },
acmid = { 2980218 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { blue noise, low discrepancy, monte carlo, quasi-monte carlo, sampling },
}
@inproceedings{aila2009understanding,
author = { Aila, Timo and Laine, Samuli },
title = { Understanding the Efficiency of Ray Traversal on GPUs },
booktitle = { Proceedings of the Conference on High Performance Graphics 2009 },
series = { HPG '09 },
year = { 2009 },
isbn = { 978-1-60558-603-8 },
location = { New Orleans, Louisiana },
pages = { 145--149 },
numpages = { 5 },
url = { http://doi.acm.org/10.1145/1572769.1572792 },
doi = { 10.1145/1572769.1572792 },
acmid = { 1572792 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { SIMD, SIMT, ray tracing },
}
@article{aila2012understanding,
title = { Understanding the efficiency of ray traversal on GPUs--Kepler and Fermi addendum },
author = { Aila, Timo and Laine, Samuli and Karras, Tero },
journal = { NVIDIA Corporation, NVIDIA Technical Report NVR-2012-02 },
year = { 2012 }
}
@article{airey1990towards,
author = { Airey, John M. and Rohlf, John H. and Brooks,Jr., Frederick P. },
title = { Towards Image Realism with Interactive Update Rates in Complex Virtual Building Environments },
journal = { SIGGRAPH Comput. Graph. },
issue_date = { Mar. 1990 },
volume = { 24 },
number = { 2 },
month = { 2 },
year = { 1990 },
issn = { 0097-8930 },
pages = { 41--50 },
numpages = { 10 },
url = { http://doi.acm.org/10.1145/91394.91416 },
doi = { 10.1145/91394.91416 },
acmid = { 91416 },
publisher = { ACM },
address = { New York, NY, USA },
}
@article{alexa2002linear,
author = { Alexa, Marc },
title = { Linear Combination of Transformations },
journal = { ACM Trans. Graph. },
issue_date = { July 2002 },
volume = { 21 },
number = { 3 },
month = { 7 },
year = { 2002 },
issn = { 0730-0301 },
pages = { 380--387 },
numpages = { 8 },
url = { http://doi.acm.org/10.1145/566654.566592 },
doi = { 10.1145/566654.566592 },
acmid = { 566592 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { exponential map, linear space, logarithm, matrix exponential, transformations },
}
@article{amanatides1984ray,
author = { Amanatides, John },
title = { Ray Tracing with Cones },
journal = { SIGGRAPH Comput. Graph. },
issue_date = { July 1984 },
volume = { 18 },
number = { 3 },
month = { 1 },
year = { 1984 },
issn = { 0097-8930 },
pages = { 129--135 },
numpages = { 7 },
url = { http://doi.acm.org/10.1145/964965.808589 },
doi = { 10.1145/964965.808589 },
acmid = { 808589 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Anti-aliasing, Ray-tracing },
}
@inproceedings{amanatides1997ray,
title = { Ray tracing triangular meshes },
author = { Amanatides, John and Choi, Kia },
booktitle = { Proceedings of the Eighth Western Computer Graphics Symposium },
volume = { 43 },
year = { 1997 }
}
@inproceedings{amanatides1990some,
title = { Some Regularization Problems in Ray Tracing },
author = { Amanatides, John and Mitchell, Don P },
booktitle = { Graphics Interface },
volume = { 90 },
pages = { 221--228 },
year = { 1990 }
}
@article{ament2014refractive,
author = { Ament, Marco and Bergmann, Christoph and Weiskopf, Daniel },
title = { Refractive Radiative Transfer Equation },
journal = { ACM Trans. Graph. },
issue_date = { March 2014 },
volume = { 33 },
number = { 2 },
month = { 4 },
year = { 2014 },
issn = { 0730-0301 },
pages = { 17:1--17:22 },
articleno = { 17 },
numpages = { 22 },
url = { http://doi.acm.org/10.1145/2557605 },
doi = { 10.1145/2557605 },
acmid = { 2557605 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Global volume illumination, continuous refraction, light echo, participating media, photon mapping, physical and mathematical model, time-of-flight, transient rendering },
}
@article{anderson2017aether,
author = { Anderson, Luke and Li, Tzu-Mao and Lehtinen, Jaakko and Durand, Fr{\'e}do },
title = { Aether: An Embedded Domain Specific Sampling Language for Monte Carlo Rendering },
journal = { ACM Trans. Graph. },
issue_date = { July 2017 },
volume = { 36 },
number = { 4 },
month = { 07 },
year = { 2017 },
issn = { 0730-0301 },
pages = { 99:1--99:16 },
articleno = { 99 },
numpages = { 16 },
url = { http://doi.acm.org/10.1145/3072959.3073704 },
doi = { 10.1145/3072959.3073704 },
acmid = { 3073704 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { global illumination },
}
@inproceedings{annen2004spherical,
author = { Annen, Thomas and Kautz, Jan and Durand, Fr{\'e}do and Seidel, Hans-Peter },
title = { Spherical Harmonic Gradients for Mid-range Illumination },
booktitle = { Proceedings of the Fifteenth Eurographics Conference on Rendering Techniques },
series = { EGSR'04 },
year = { 2004 },
isbn = { 3-905673-12-6 },
location = { Norrk{\"o}ping, Sweden },
pages = { 331--336 },
numpages = { 6 },
url = { http://dx.doi.org/10.2312/EGWR/EGSR04/331-336 },
doi = { 10.2312/EGWR/EGSR04/331-336 },
acmid = { 2383578 },
publisher = { Eurographics Association },
address = { Aire-la-Ville, Switzerland, Switzerland },
}
@inproceedings{appel1968some,
author = { Appel, Arthur },
title = { Some Techniques for Shading Machine Renderings of Solids },
booktitle = { Proceedings of the April 30--May 2, 1968, Spring Joint Computer Conference },
series = { AFIPS '68 (Spring) },
year = { 1968 },
location = { Atlantic City, New Jersey },
pages = { 37--45 },
numpages = { 9 },
url = { http://doi.acm.org/10.1145/1468075.1468082 },
doi = { 10.1145/1468075.1468082 },
acmid = { 1468082 },
publisher = { ACM },
address = { New York, NY, USA },
}
@article{arbree2011heterogeneous,
author = { Arbree, Adam and Walter, Bruce and Bala, Kavita },
title = { Heterogeneous Subsurface Scattering Using the Finite Element Method },
journal = { IEEE Transactions on Visualization and Computer Graphics },
issue_date = { July 2011 },
volume = { 17 },
number = { 7 },
month = { 7 },
year = { 2011 },
issn = { 1077-2626 },
pages = { 956--969 },
numpages = { 14 },
url = { http://dx.doi.org/10.1109/TVCG.2010.117 },
doi = { 10.1109/TVCG.2010.117 },
acmid = { 1990989 },
publisher = { IEEE Educational Activities Department },
address = { Piscataway, NJ, USA },
keywords = { Three-dimensional graphics and realism, color, shading, shadowing, texture, miscellaneous, subsurface scattering, partial differential equations, finite element methods. },
}
@article{arikan2005fast,
author = { Arikan, Okan and Forsyth, David A. and O'Brien, James F. },
title = { Fast and Detailed Approximate Global Illumination by Irradiance Decomposition },
journal = { ACM Trans. Graph. },
issue_date = { July 2005 },
volume = { 24 },
number = { 3 },
month = { 7 },
year = { 2005 },
issn = { 0730-0301 },
pages = { 1108--1114 },
numpages = { 7 },
url = { http://doi.acm.org/10.1145/1073204.1073319 },
doi = { 10.1145/1073204.1073319 },
acmid = { 1073319 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { approximate global illumination, final gather, spherical harmonics },
}
@inproceedings{arvo1986backward,
title = { Backward Ray Tracing },
author = { Arvo, James },
booktitle = { Developments in Ray Tracing, Computer Graphics, Proc. of ACM SIGGRAPH 86 Course Notes },
pages = { 259--263 },
year = { 1986 }
}
@inproceedings{arvo1990raytracing,
author = { James Arvo },
title = { Ray Tracing with Meta-Hierarchies },
booktitle = { In Advanced Topics in Ray Tracing, SIGGRAPH Course Notes },
year = { 1990 },
pages = { 56--62 },
publisher = { ACM Press }
}
@inproceedings{arvo1994framework,
author = { Arvo, James and Torrance, Kenneth and Smits, Brian },
title = { A Framework for the Analysis of Error in Global Illumination Algorithms },
booktitle = { Proceedings of the 21st Annual Conference on Computer Graphics and Interactive Techniques },
series = { SIGGRAPH '94 },
year = { 1994 },
isbn = { 0-89791-667-0 },
pages = { 75--84 },
numpages = { 10 },
url = { http://doi.acm.org/10.1145/192161.192179 },
doi = { 10.1145/192161.192179 },
acmid = { 192179 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { boundary elements, discretization, error bounds, global illumination, linear operators, projection methods, radiosity, reflectance functions },
}
@inproceedings{arvo1994irradiance,
author = { Arvo, James },
title = { The Irradiance Jacobian for Partially Occluded Polyhedral Sources },
booktitle = { Proceedings of the 21st Annual Conference on Computer Graphics and Interactive Techniques },
series = { SIGGRAPH '94 },
year = { 1994 },
isbn = { 0-89791-667-0 },
pages = { 343--350 },
numpages = { 8 },
url = { http://doi.acm.org/10.1145/192161.192250 },
doi = { 10.1145/192161.192250 },
acmid = { 192250 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { irradiance Jacobian, irradiance gradient, isolux contours, light field, mesh generation, vector irradiance },
}
@inproceedings{arvo1995applications,
author = { Arvo, James },
title = { Applications of Irradiance Tensors to the Simulation of non-Lambertian Phenomena },
booktitle = { Proceedings of the 22Nd Annual Conference on Computer Graphics and Interactive Techniques },
series = { SIGGRAPH '95 },
year = { 1995 },
isbn = { 0-89791-701-4 },
pages = { 335--342 },
numpages = { 8 },
url = { http://doi.acm.org/10.1145/218380.218467 },
doi = { 10.1145/218380.218467 },
acmid = { 218467 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { angular moment, axial moment, directional luminaire, double-axis moment, glossy reflection, glossy transmission, irradiance tensor },
}
@inproceedings{arvo1995stratified,
author = { Arvo, James },
title = { Stratified Sampling of Spherical Triangles },
booktitle = { Proceedings of the 22Nd Annual Conference on Computer Graphics and Interactive Techniques },
series = { SIGGRAPH '95 },
year = { 1995 },
isbn = { 0-89791-701-4 },
pages = { 437--438 },
numpages = { 2 },
url = { http://doi.acm.org/10.1145/218380.218500 },
doi = { 10.1145/218380.218500 },
acmid = { 218500 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Monte Carlo, solid angle, spherical triangle, stratified sampling },
}
@inbook{arvo1995role,
author = { Arvo, James },
editor = { Hanrahan, Patrick M. and Purgathofer, Werner },
title = { The Role of Functional Analysis in Global Illumination },
bookTitle = { Rendering Techniques '95: Proceedings of the Eurographics Workshop in Dublin, Ireland, June 12--14, 1995 },
year = { 1995 },
publisher = { Springer Vienna },
address = { Vienna },
pages = { 115--126 },
isbn = { 978-3-7091-9430-0 },
doi = { 10.1007/978-3-7091-9430-0_12 },
url = { https://doi.org/10.1007/978-3-7091-9430-0_12 }
}
@article{arvo1987fast,
author = { Arvo, James and Kirk, David },
title = { Fast Ray Tracing by Ray Classification },
journal = { SIGGRAPH Comput. Graph. },
issue_date = { July 1987 },
volume = { 21 },
number = { 4 },
month = { 8 },
year = { 1987 },
issn = { 0097-8930 },
pages = { 55--64 },
numpages = { 10 },
url = { http://doi.acm.org/10.1145/37402.37409 },
doi = { 10.1145/37402.37409 },
acmid = { 37409 },
publisher = { ACM },
address = { New York, NY, USA },
}
@article{arvo1990particle,
author = { Arvo, James and Kirk, David },
title = { Particle Transport and Image Synthesis },
journal = { SIGGRAPH Comput. Graph. },
issue_date = { Aug. 1990 },
volume = { 24 },
number = { 4 },
month = { 9 },
year = { 1990 },
issn = { 0097-8930 },
pages = { 63--66 },
numpages = { 4 },
url = { http://doi.acm.org/10.1145/97880.97886 },
doi = { 10.1145/97880.97886 },
acmid = { 97886 },
publisher = { ACM },
address = { New York, NY, USA },
}
@article{ashikhmin2000anisotropic,
author = { Ashikhmin, Michael and Shirley, Peter },
title = { An Anisotropic Phong BRDF Model },
journal = { J. Graph. Tools },
issue_date = { Dec. 2000 },
volume = { 5 },
number = { 2 },
month = { 2 },
year = { 2000 },
issn = { 1086-7651 },
pages = { 25--32 },
numpages = { 8 },
url = { http://dx.doi.org/10.1080/10867651.2000.10487522 },
doi = { 10.1080/10867651.2000.10487522 },
acmid = { 358644 },
publisher = { A. K. Peters, Ltd. },
address = { Natick, MA, USA },
}
@article{atkinson2000planar,
title = { The Planar Radiosity Equation and its Numerical Solution },
author = { Atkinson, Kendall },
journal = { IMA Journal of Numerical Analysis },
volume = { 20 },
number = { 2 },
pages = { 303--332 },
year = { 2000 },
publisher = { Oxford University Press }
}
@inproceedings{aupperle1993importance,
title = { Importance and Discrete Three Point Transport },
author = { Aupperle, Larry and Hanrahan, Pat },
booktitle = { Proceedings of the Fourth Eurographics Workshop on Rendering },
pages = { 85--94 },
year = { 1993 }
}
@inproceedings{aupperle1993hierarchical,
author = { Aupperle, Larry and Hanrahan, Pat },
title = { A Hierarchical Illumination Algorithm for Surfaces with Glossy Reflection },
booktitle = { Proceedings of the 20th Annual Conference on Computer Graphics and Interactive Techniques },
series = { SIGGRAPH '93 },
year = { 1993 },
isbn = { 0-89791-601-8 },
location = { Anaheim, CA },
pages = { 155--162 },
numpages = { 8 },
url = { http://doi.acm.org/10.1145/166117.166137 },
doi = { 10.1145/166117.166137 },
acmid = { 166137 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { adaptive meshing, global illumination, radiosity, raytracing },
}
@article{bagher2016nonparametric,
author = { Bagher, Mahdi M. and Snyder, John and Nowrouzezahrai, Derek },
title = { A Non-Parametric Factor Microfacet Model for Isotropic BRDFs },
journal = { ACM Trans. Graph. },
issue_date = { September 2016 },
volume = { 35 },
number = { 5 },
month = { 7 },
year = { 2016 },
issn = { 0730-0301 },
pages = { 159:1--159:16 },
articleno = { 159 },
numpages = { 16 },
url = { http://doi.acm.org/10.1145/2907941 },
doi = { 10.1145/2907941 },
acmid = { 2907941 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { BRDF compression and factorization, microfacet theory, non-parametric models, robust statistics },
}
@article{bako2017kernel,
author = { Bako, Steve and Vogels, Thijs and Mcwilliams, Brian and Meyer, Mark and Nov\'{a}K, Jan and Harvill, Alex and Sen, Pradeep and Derose, Tony and Rousselle, Fabrice },
title = { Kernel-predicting Convolutional Networks for Denoising Monte Carlo Renderings },
journal = { ACM Trans. Graph. },
issue_date = { July 2017 },
volume = { 36 },
number = { 4 },
month = { 07 },
year = { 2017 },
issn = { 0730-0301 },
pages = { 97:1--97:14 },
articleno = { 97 },
numpages = { 14 },
url = { http://doi.acm.org/10.1145/3072959.3073708 },
doi = { 10.1145/3072959.3073708 },
acmid = { 3073708 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Monte Carlo denoising, Monte Carlo rendering, global illumination },
}
@article{bar2019monte,
title = { A Monte Carlo Framework for Rendering Speckle Statistics in Scattering Media },
author = { Bar, Chen and Alterman, Marina and Gkioulekas, Ioannis and Levin, Anat },
journal = { arXiv preprint arXiv:1901.06931 },
year = { 2019 }
}
@inbook{baranoski1995fast,
author = { Guimar{\~a}es Baranoski Gladimir and Bramley, Randall and Shirley, Peter },
editor = { Hanrahan, Patrick M. and Purgathofer, Werner },
title = { Fast Radiosity Solutions For Environments With High Average Reflectance },
bookTitle = { Rendering Techniques '95: Proceedings of the Eurographics Workshop in Dublin, Ireland, June 12--14, 1995 },
year = { 1995 },
publisher = { Springer Vienna },
address = { Vienna },
pages = { 345--356 },
isbn = { 978-3-7091-9430-0 },
doi = { 10.1007/978-3-7091-9430-0_33 },
url = { https://doi.org/10.1007/978-3-7091-9430-0_33 }
}
@article{bashford-Rogers2012significance,
author = { Bashford-Rogers, Thomas and Debattista, Kurt and Chalmers, Alan },
title = { A Significance Cache for Accelerating Global Illumination },
journal = { Comput. Graph. Forum },
issue_date = { September 2012 },
volume = { 31 },
number = { 6 },
month = { 9 },
year = { 2012 },
issn = { 0167-7055 },
pages = { 1837--1851 },
numpages = { 15 },
url = { http://dx.doi.org/10.1111/j.1467-8659.2012.02099.x },
doi = { 10.1111/j.1467-8659.2012.02099.x },
acmid = { 2389319 },
publisher = { The Eurographs Association \&\#38; John Wiley \&\#38; Sons, Ltd. },
address = { Chichester, UK },
keywords = { I.3.3[Computer Graphics]: Picture/Image Generation\&\#x2014;Display Algorithms, I.3.7 [Computer Graphics]: Three-Dimensional Graphics and Realism\&\#x2014;Ray Tracing, I.6.8 [Simulations and Modeling]: Types of Simulation\&\#x2014;Monte Carlo },
}
@article{bashford-Rogers2014importance,
author = { Bashford-Rogers, Thomas and Debattista, Kurt and Chalmers, Alan },
title = { Importance Driven Environment Map Sampling },
journal = { IEEE Transactions on Visualization and Computer Graphics },
issue_date = { June 2014 },
volume = { 20 },
number = { 6 },
month = { 6 },
year = { 2014 },
issn = { 1077-2626 },
pages = { 907--918 },
numpages = { 12 },
url = { http://dx.doi.org/10.1109/TVCG.2013.258 },
doi = { 10.1109/TVCG.2013.258 },
acmid = { 2720472 },
publisher = { IEEE Educational Activities Department },
address = { Piscataway, NJ, USA },
}
@article{basri2003lambertian,
title = { Lambertian Reflectance and Linear Subspaces },
author = { Basri, Ronen and Jacobs, David W },
journal = { IEEE transactions on pattern analysis and machine intelligence },
volume = { 25 },
number = { 2 },
pages = { 218--233 },
year = { 2003 },
publisher = { IEEE }
}
@article{baum1991making,
author = { Baum, Daniel R. and Mann, Stephen and Smith, Kevin P. and Winget, James M. },
title = { Making Radiosity Usable: Automatic Preprocessing and Meshing Techniques for the Generation of Accurate Radiosity Solutions },
journal = { SIGGRAPH Comput. Graph. },
issue_date = { July 1991 },
volume = { 25 },
number = { 4 },
month = { 7 },
year = { 1991 },
issn = { 0097-8930 },
pages = { 51--60 },
numpages = { 10 },
url = { http://doi.acm.org/10.1145/127719.122724 },
doi = { 10.1145/127719.122724 },
acmid = { 122724 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { mesh-generation, radiosity },
}
@article{baum1989improving,
author = { Baum, D. R. and Rushmeier, H. E. and Winget, J. M. },
title = { Improving Radiosity Solutions Through the Use of Analytically Determined Form-factors },
journal = { SIGGRAPH Comput. Graph. },
issue_date = { July 1989 },
volume = { 23 },
number = { 3 },
month = { 7 },
year = { 1989 },
issn = { 0097-8930 },
pages = { 325--334 },
numpages = { 10 },
url = { http://doi.acm.org/10.1145/74334.74367 },
doi = { 10.1145/74334.74367 },
acmid = { 74367 },
publisher = { ACM },
address = { New York, NY, USA },
}
@article{bauszat2015general,
author = { Bauszat, Pablo and Eisemann, Martin and Eisemann, Elmar and Magnor, Marcus },
title = { General and Robust Error Estimation and Reconstruction for Monte Carlo Rendering },
journal = { Comput. Graph. Forum },
issue_date = { May 2015 },
volume = { 34 },
number = { 2 },
month = { 5 },
year = { 2015 },
issn = { 0167-7055 },
pages = { 597--608 },
numpages = { 12 },
url = { http://dx.doi.org/10.1111/cgf.12587 },
doi = { 10.1111/cgf.12587 },
acmid = { 2816776 },
publisher = { The Eurographs Association & John Wiley & Sons, Ltd. },
address = { Chichester, UK },
keywords = { Categories and Subject Descriptors according to ACM CCS, I.3.7 [Computer Graphics]: Three-Dimensional Graphics and Realism-Raytracing },
}
@article{bauszat2017gradient,
author = { Bauszat, Pablo and Petitjean, Victor and Eisemann, Elmar },
title = { Gradient-domain Path Reusing },
journal = { ACM Trans. Graph. },
issue_date = { November 2017 },
volume = { 36 },
number = { 6 },
month = { 11 },
year = { 2017 },
issn = { 0730-0301 },
pages = { 229:1--229:9 },
articleno = { 229 },
numpages = { 9 },
url = { http://doi.acm.org/10.1145/3130800.3130886 },
doi = { 10.1145/3130800.3130886 },
acmid = { 3130886 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { global illumination, gradient-domain rendering, light transport simulation, path reusing },
}
@techreport{bekaert1996final,
author = { Bekaert, Philippe and Dutr\'e, Philip and Willems, Yves D. },
title = { Final Radiosity Gather Step using a Monte Carlo Technique with Optimal Importance Sampling },
institution = { Departement Computerwetenschappen, KU Leuven },
year = { 1996 },
type = { Report CW },
number = { 275 },
address = { Celestijnenlaan 200A, 3001 Heverlee, Belgium },
month = { 01 },
lirias = { https://lirias.kuleuven.be/handle/123456789/132070 },
pages = { 14 },
url = { http://www.cs.kuleuven.be/publicaties/rapporten/cw/CW275.abs.html },
}
@inbook{bekaert1998hierarchical,
author = { Bekaert, Philippe and Neumann, L{\'a}szl{\'o} and Neumann, Attila and Sbert, Mateu and Willems, Yves D. },
editor = { Drettakis, George and Max, Nelson },
title = { Hierarchical Monte Carlo Radiosity },
bookTitle = { Rendering Techniques '98: Proceedings of the Eurographics Workshop in Vienna, Austria, June 29---July 1, 1998 },
year = { 1998 },
publisher = { Springer Vienna },
address = { Vienna },
pages = { 259--268 },
isbn = { 978-3-7091-6453-2 },
doi = { 10.1007/978-3-7091-6453-2_24 },
url = { https://doi.org/10.1007/978-3-7091-6453-2_24 }
}
@inproceedings{bekaert2002accelerating,
author = { Bekaert, Philippe and Sbert, Mateu and Halton, John },
title = { Accelerating Path Tracing by Re-using Paths },
booktitle = { Proceedings of the 13th Eurographics Workshop on Rendering },
series = { EGRW '02 },
year = { 2002 },
isbn = { 1-58113-534-3 },
location = { Pisa, Italy },
pages = { 125--134 },
numpages = { 10 },
url = { http://dl.acm.org/citation.cfm?id=581896.581914 },
acmid = { 581914 },
publisher = { Eurographics Association },
address = { Aire-la-Ville, Switzerland, Switzerland },
}
@inproceedings{bekaert2000weighted,
author = { Bekaert, Philippe and Sbert, Mateu and Willems, Yves D. },
title = { Weighted Importance Sampling Techniques for Monte Carlo Radiosity },
booktitle = { Proceedings of the Eurographics Workshop on Rendering Techniques 2000 },
year = { 2000 },
isbn = { 3-211-83535-0 },
pages = { 35--46 },
numpages = { 12 },
url = { http://dl.acm.org/citation.cfm?id=647652.732278 },
acmid = { 732278 },
publisher = { Springer-Verlag },
address = { London, UK, UK },
}
@article{bekaert2003custom,
title = { A Custom Designed Density Estimator for Light Transport },
author = { Bekaert, Philippe and Slussalek, Ph and Cools, Ronald and Havran, Vlastimil and Seidel, Hans-Peter },
journal = { Max Planck Institut Fur Informatik-Report-MPI I },
number = { 4 },
year = { 2003 },
publisher = { Max-Planck-Instituts Fuer Informatik }
}
@inbook{bekaert1996error,
author = { Bekaert, Philippe and Willems, Yves D. },
editor = { Pueyo, Xavier and Schr{\"o}der, Peter },
title = { Error Control for Radiosity },
bookTitle = { Rendering Techniques '96: Proceedings of the Eurographics Workshop in Porto, Portugal, June 17--19, 1996 },
year = { 1996 },
publisher = { Springer Vienna },
address = { Vienna },
pages = { 153--164 },
isbn = { 978-3-7091-7484-5 },
doi = { 10.1007/978-3-7091-7484-5_16 },
url = { https://doi.org/10.1007/978-3-7091-7484-5_16 }
}
@article{belcour2014local,
author = { Belcour, Laurent and Bala, Kavita and Soler, Cyril },
title = { A Local Frequency Analysis of Light Scattering and Absorption },
journal = { ACM Trans. Graph. },
issue_date = { August 2014 },
volume = { 33 },
number = { 5 },
month = { 9 },
year = { 2014 },
issn = { 0730-0301 },
pages = { 163:1--163:17 },
articleno = { 163 },
numpages = { 17 },
url = { http://doi.acm.org/10.1145/2629490 },
doi = { 10.1145/2629490 },
acmid = { 2629490 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Global illumination, adaptive sampling, frequency analysis, participating media },
}
@article{belcour2017practical,
author = { Belcour, Laurent and Barla, Pascal },
title = { A Practical Extension to Microfacet Theory for the Modeling of Varying Iridescence },
journal = { ACM Trans. Graph. },
issue_date = { July 2017 },
volume = { 36 },
number = { 4 },
month = { 7 },
year = { 2017 },
issn = { 0730-0301 },
pages = { 65:1--65:14 },
articleno = { 65 },
numpages = { 14 },
url = { http://doi.acm.org/10.1145/3072959.3073620 },
doi = { 10.1145/3072959.3073620 },
acmid = { 3073620 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { SV-BRDF model, iridescence, spectral aliasing, thin-film interference },
}
@article{belcour2013covariance,
author = { Belcour, Laurent and Soler, Cyril and Subr, Kartic and Holzschuch, Nicolas and Durand, Fredo },
title = { 5D Covariance Tracing for Efficient Defocus and Motion Blur },
journal = { ACM Trans. Graph. },
issue_date = { June 2013 },
volume = { 32 },
number = { 3 },
month = { 7 },
year = { 2013 },
issn = { 0730-0301 },
pages = { 31:1--31:18 },
articleno = { 31 },
numpages = { 18 },
url = { http://doi.acm.org/10.1145/2487228.2487239 },
doi = { 10.1145/2487228.2487239 },
acmid = { 2487239 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Fourier analysis, global illumination, motion blur },
}
@article{belcour2018integrating,
author = { Belcour, Laurent and Xie, Guofu and Hery, Christophe and Meyer, Mark and Jarosz, Wojciech and Nowrouzezahrai, Derek },
title = { Integrating Clipped Spherical Harmonics Expansions },
journal = { ACM Trans. Graph. },
issue_date = { May 2018 },
volume = { 37 },
number = { 2 },
month = { 3 },
year = { 2018 },
issn = { 0730-0301 },
pages = { 19:1--19:12 },
articleno = { 19 },
numpages = { 12 },
url = { http://doi.acm.org/10.1145/3015459 },
doi = { 10.1145/3015459 },
acmid = { 3015459 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Zonal harmonics, numerical integration },
}
@article{belcour2017antialiasing,
title = { {Antialiasing Complex Global Illumination Effects in Path-space} },
author = { Belcour, Laurent and Yan, Ling-Qi and Ramamoorthi, Ravi and Nowrouzezahrai, Derek },
url = { https://hal.archives-ouvertes.fr/hal-01200710 },
journal = { {ACM Transactions on Graphics} },
publisher = { {Association for Computing Machinery} },
volume = { 36 },
number = { 1 },
year = { 2017 },
month = { 1 },
doi = { 10.1145/2990495 },
hal_id = { hal-01200710 },
hal_version = { v2 },
}
@article{bergner2009tool,
author = { Bergner, Steven and Drew, Mark S. and M\"{o}ller, Torsten },
title = { A Tool to Create Illuminant and Reflectance Spectra for Light-driven Graphics and Visualization },
journal = { ACM Trans. Graph. },
issue_date = { January 2009 },
volume = { 28 },
number = { 1 },
month = { 2 },
year = { 2009 },
issn = { 0730-0301 },
pages = { 5:1--5:11 },
articleno = { 5 },
numpages = { 11 },
url = { http://doi.acm.org/10.1145/1477926.1477931 },
doi = { 10.1145/1477926.1477931 },
acmid = { 1477931 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Spectral light and reflectance design, linear spectral color models },
}
@inproceedings{besuievsky1996multi,
author = { Besuievsky, Gonzalo and Sbert, Mateu },
title = { The Multi-frame Lighting Method: A Monte Carlo Based Solution for Radiosity in Dynamic Environments },
booktitle = { Proceedings of the Eurographics Workshop on Rendering Techniques '96 },
year = { 1996 },
isbn = { 3-211-82883-4 },
location = { Porto, Portugal },
pages = { 185--ff. },
url = { http://dl.acm.org/citation.cfm?id=275458.275478 },
acmid = { 275478 },
publisher = { Springer-Verlag },
address = { London, UK, UK },
}
@article{bitterli2017reversible,
author = { Bitterli, Benedikt and Jakob, Wenzel and Nov\'{a}k, Jan and Jarosz, Wojciech },
title = { Reversible Jump Metropolis Light Transport Using Inverse Mappings },
journal = { ACM Trans. Graph. },
issue_date = { January 2018 },
volume = { 37 },
number = { 1 },
month = { 10 },
year = { 2017 },
issn = { 0730-0301 },
pages = { 1:1--1:12 },
articleno = { 1 },
numpages = { 12 },
url = { http://doi.acm.org/10.1145/3132704 },
doi = { 10.1145/3132704 },
acmid = { 3132704 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { Ray tracing, photorealistic rendering },
}
@article{bitterli2017beyond,
author = { Bitterli, Benedikt and Jarosz, Wojciech },
title = { Beyond Points and Beams: Higher-dimensional Photon Samples for Volumetric Light Transport },
journal = { ACM Trans. Graph. },
issue_date = { July 2017 },
volume = { 36 },
number = { 4 },
month = { 07 },
year = { 2017 },
issn = { 0730-0301 },
pages = { 112:1--112:12 },
articleno = { 112 },
numpages = { 12 },
url = { http://doi.acm.org/10.1145/3072959.3073698 },
doi = { 10.1145/3072959.3073698 },
acmid = { 3073698 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { global illumination, light transport, participating media, photon beams, photon mapping },
}
@inproceedings{bitterli2015portal,
author = { Bitterli, Benedikt and Nov\'{a}k, Jan and Jarosz, Wojciech },
title = { Portal-masked Environment Map Sampling },
booktitle = { Proceedings of the 26th Eurographics Symposium on Rendering },
series = { EGSR '15 },
year = { 2015 },
location = { Darmstadt, Germany },
pages = { 13--19 },
numpages = { 7 },
url = { http://dx.doi.org/10.1111/cgf.12674 },
doi = { 10.1111/cgf.12674 },
acmid = { 2853790 },
publisher = { Eurographics Association },
address = { Aire-la-Ville, Switzerland, Switzerland },
}
@inproceedings{bitterli2016nonlinearly,
author = { Bitterli, Benedikt and Rousselle, Fabrice and Moon, Bochang and Iglesias-Guiti\'{a}n, Jos{\'e} A. and Adler, David and Mitchell, Kenny and Jarosz, Wojciech and Nov\'{a}k, Jan },
title = { Nonlinearly Weighted First-order Regression for Denoising Monte Carlo Renderings },
booktitle = { Proceedings of the Eurographics Symposium on Rendering },
series = { EGSR '16 },
year = { 2016 },
location = { Dublin, Ireland },
pages = { 107--117 },
numpages = { 11 },
url = { https://doi.org/10.1111/cgf.12954 },
doi = { 10.1111/cgf.12954 },
acmid = { 3061504 },
publisher = { Eurographics Association },
address = { Goslar Germany, Germany },
}
@article{bittner2009adaptive,
author = { Bittner, Ji\v{r}{\'i} and Mattausch, Oliver and Wonka, Peter and Havran, Vlastimil and Wimmer, Michael },
title = { Adaptive Global Visibility Sampling },
journal = { ACM Trans. Graph. },
issue_date = { August 2009 },
volume = { 28 },
number = { 3 },
month = { 7 },
year = { 2009 },
issn = { 0730-0301 },
pages = { 94:1--94:10 },
articleno = { 94 },
numpages = { 10 },
url = { http://doi.acm.org/10.1145/1531326.1531400 },
doi = { 10.1145/1531326.1531400 },
acmid = { 1531400 },
publisher = { ACM },
address = { New York, NY, USA },
keywords = { from-region visibility, visibility preprocessing },
}
@article{blasi1993rendering,
author = { Blasi, Philippe and Le Saec, Bertrand and Schlick, Christophe },
title = { A Rendering Algorithm for Discrete Volume Density Objects },
journal = { Computer Graphics Forum },
volume = { 12 },
number = { 3 },
publisher = { Blackwell Science Ltd },
issn = { 1467-8659 },
url = { http://dx.doi.org/10.1111/1467-8659.1230201 },
doi = { 10.1111/1467-8659.1230201 },
pages = { 201--210 },
keywords = { Monte-Carlo Ray-Tracing, Participating Media, Volume Density Objects, Multiple Scattering },
year = { 1993 },
}
@article{blinn1977models,
author = { Blinn, James F. },
title = { Models of Light Reflection for Computer Synthesized Pictures },
journal = { SIGGRAPH Comput. Graph. },
issue_date = { Summer 1977 },
volume = { 11 },
number = { 2 },
month = { 7 },
year = { 1977 },
issn = { 0097-8930 },
pages = { 192--198 },
numpages = { 7 },