-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.bib
987 lines (925 loc) · 37 KB
/
thesis.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
@inproceedings{Estevez,
author = {Estevez, Alejandro Conty and Kulla, Christopher},
title = {Importance Sampling of Many Lights with Adaptive Tree Splitting},
booktitle = {ACM SIGGRAPH 2017 Talks},
series = {SIGGRAPH '17},
year = {2017},
isbn = {978-1-4503-5008-2},
location = {Los Angeles, California},
pages = {33:1--33:2},
articleno = {33},
numpages = {2},
url = {http://doi.acm.org/10.1145/3084363.3085028},
doi = {10.1145/3084363.3085028},
acmid = {3085028},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {illumination, many lights, ray tracing},
}
@article{Shirley:1996:MCT:226150.226151,
author = {Shirley, Peter and Wang, Changyaw and Zimmerman, Kurt},
title = {Monte Carlo Techniques for Direct Lighting Calculations},
journal = {ACM Trans. Graph.},
issue_date = {Jan. 1996},
volume = {15},
number = {1},
month = jan,
year = {1996},
issn = {0730-0301},
pages = {1--36},
numpages = {36},
url = {http://doi.acm.org/10.1145/226150.226151},
doi = {10.1145/226150.226151},
acmid = {226151},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Monte Carlo integration, direct lighting, importance sampling, luminaires, ray tracing, realistic image synthesis},
}
@article{Walter2005LightcutsAS,
title={Lightcuts: a scalable approach to illumination},
author={Bruce Walter and Sebastian P Fernandez and Adam Arbree and Kavita Bala and Michael Donikian and Donald P. Greenberg},
journal={ACM Trans. Graph.},
year={2005},
volume={24},
pages={1098-1107}
}
@inproceedings{Vevoda,
author = {V{\'e}voda, Petr and K\v{r}iv\'{a}nek, Jaroslav},
title = {Adaptive Direct Illumination Sampling},
booktitle = {SIGGRAPH ASIA 2016 Posters},
series = {SA '16},
year = {2016},
isbn = {978-1-4503-4540-8},
location = {Macau},
pages = {43:1--43:2},
articleno = {43},
numpages = {2},
url = {http://doi.acm.org/10.1145/3005274.3005283},
doi = {10.1145/3005274.3005283},
acmid = {3005283},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {clustering, direct illumination, sampling},
}
@inproceedings{DBLP:journals/corr/DahmK17,
author = {Ken Dahm and
Alexander Keller},
title = {Learning light transport the reinforced way},
booktitle = {Special Interest Group on Computer Graphics and Interactive Techniques
Conference, {SIGGRAPH} 2017, Los Angeles, California, USA, July 30
- August 3, 2017, Talks},
pages = {73:1--73:2},
year = {2017},
crossref = {DBLP:conf/siggraph/2017talks},
url = {http://doi.acm.org/10.1145/3084363.3085032},
doi = {10.1145/3084363.3085032},
timestamp = {Mon, 11 Jun 2018 17:37:47 +0200},
biburl = {https://dblp.org/rec/bib/conf/siggraph/DahmK17},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/siggraph/2017talks,
title = {Special Interest Group on Computer Graphics and Interactive Techniques
Conference, {SIGGRAPH} 2017, Los Angeles, California, USA, July 30
- August 3, 2017, Talks},
publisher = {{ACM}},
year = {2017},
url = {http://doi.acm.org/10.1145/3084363},
doi = {10.1145/3084363},
isbn = {978-1-4503-5008-2},
timestamp = {Mon, 11 Jun 2018 17:37:05 +0200},
biburl = {https://dblp.org/rec/bib/conf/siggraph/2017talks},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{dachsbacher2014scalable,
title={Scalable Realistic Rendering with Many-Light Methods},
author={Dachsbacher, Carsten and K{\v{r}}iv{\'a}nek, Jaroslav and Ha{\v{s}}an, Milo{\v{s}} and Arbree, Adam and Walter, Bruce and Nov{\'a}k, Jan},
booktitle={Computer Graphics Forum},
volume={33},
number={1},
pages={88--104},
year={2014},
organization={Wiley Online Library}
}
@inproceedings{keller1997instant,
title={Instant radiosity},
author={Keller, Alexander},
booktitle={Proceedings of the 24th annual conference on Computer graphics and interactive techniques},
pages={49--56},
year={1997},
organization={ACM Press/Addison-Wesley Publishing Co.}
}
@book{jensen2001realistic,
title={Realistic image synthesis using photon mapping},
author={Jensen, Henrik Wann},
year={2001},
publisher={AK Peters/CRC Press}
}
@article{Hachisuka2008ProgressivePM,
title={Progressive photon mapping},
author={Toshiya Hachisuka and Shinji Ogaki and Henrik Wann Jensen},
journal={ACM Trans. Graph.},
year={2008},
volume={27},
pages={130:1-130:8}
}
@article{Hachisuka2009StochasticPP,
title={Stochastic progressive photon mapping},
author={Toshiya Hachisuka and Henrik Wann Jensen},
journal={ACM Trans. Graph.},
year={2009},
volume={28},
pages={141:1-141:8}
}
@book{pbrt,
author = {Pharr, Matt and Jakob, Wenzel and Humphreys, Greg},
title = {Physically Based Rendering: From Theory to Implementation},
year = {2016},
isbn = {978-0-1280-0645-0},
edition = {3rd},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@inproceedings{DBLP:conf/kse/HieuM14,
author = {Duong Van Hieu and
Phayung Meesad},
title = {Fast K-Means Clustering for Very Large Datasets Based on MapReduce
Combined with a New Cutting Method},
booktitle = {Knowledge and Systems Engineering - Proceedings of the Sixth International
Conference {KSE} 2014, Hanoi, Vietnam, 9-11 October 2014},
pages = {287--298},
year = {2014},
crossref = {DBLP:conf/kse/2014},
url = {https://doi.org/10.1007/978-3-319-11680-8_23},
doi = {10.1007/978-3-319-11680-8_23},
timestamp = {Sat, 16 Sep 2017 12:10:18 +0200},
biburl = {https://dblp.org/rec/bib/conf/kse/HieuM14},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tpds/XuQLMLL14,
author = {Yujie Xu and
Wenyu Qu and
Zhiyang Li and
Geyong Min and
Keqiu Li and
Zhaobin Liu},
title = {Efficient k-Means++ Approximation with
MapReduce},
journal = {{IEEE} Trans. Parallel Distrib. Syst.},
volume = {25},
number = {12},
pages = {3135--3144},
year = {2014},
url = {https://doi.org/10.1109/TPDS.2014.2306193},
doi = {10.1109/TPDS.2014.2306193},
timestamp = {Sat, 27 May 2017 14:23:25 +0200},
biburl = {https://dblp.org/rec/bib/journals/tpds/XuQLMLL14},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/nips/2011,
editor = {John Shawe{-}Taylor and
Richard S. Zemel and
Peter L. Bartlett and
Fernando C. N. Pereira and
Kilian Q. Weinberger},
title = {Advances in Neural Information Processing Systems 24: 25th Annual
Conference on Neural Information Processing Systems 2011. Proceedings
of a meeting held 12-14 December 2011, Granada, Spain},
year = {2011},
url = {http://papers.nips.cc/book/advances-in-neural-information-processing-systems-24-2011},
timestamp = {Thu, 11 Dec 2014 17:34:08 +0100},
biburl = {https://dblp.org/rec/bib/conf/nips/2011},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{blanco2014nanoflann,
title = {nanoflann: a {C}++ header-only fork of {FLANN}, a library for Nearest Neighbor ({NN}) wih KD-trees},
author = {Blanco, Jose Luis and Rai, Pranjal Kumar},
howpublished = {\url{https://github.com/jlblancoc/nanoflann}},
year = {2014}
}
@inproceedings{DBLP:conf/www/Sculley10,
author = {D. Sculley},
title = {Web-scale k-means clustering},
booktitle = {Proceedings of the 19th International Conference on World Wide Web,
{WWW} 2010, Raleigh, North Carolina, USA, April 26-30, 2010},
pages = {1177--1178},
year = {2010},
crossref = {DBLP:conf/www/2010},
url = {http://doi.acm.org/10.1145/1772690.1772862},
doi = {10.1145/1772690.1772862},
timestamp = {Tue, 04 Jul 2017 19:05:20 +0200},
biburl = {https://dblp.org/rec/bib/conf/www/Sculley10},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/www/2010,
editor = {Michael Rappa and
Paul Jones and
Juliana Freire and
Soumen Chakrabarti},
title = {Proceedings of the 19th International Conference on World Wide Web,
{WWW} 2010, Raleigh, North Carolina, USA, April 26-30, 2010},
publisher = {{ACM}},
year = {2010},
isbn = {978-1-60558-799-8},
timestamp = {Tue, 04 Jul 2017 19:05:20 +0200},
biburl = {https://dblp.org/rec/bib/conf/www/2010},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/nips/ShindlerWM11,
author = {Michael Shindler and
Alex Wong and
Adam Meyerson},
title = {Fast and Accurate k-means For Large Datasets},
booktitle = {Advances in Neural Information Processing Systems 24: 25th Annual
Conference on Neural Information Processing Systems 2011. Proceedings
of a meeting held 12-14 December 2011, Granada, Spain.},
pages = {2375--2383},
year = {2011},
crossref = {DBLP:conf/nips/2011},
url = {http://papers.nips.cc/paper/4362-fast-and-accurate-k-means-for-large-datasets},
timestamp = {Thu, 11 Dec 2014 17:34:08 +0100},
biburl = {https://dblp.org/rec/bib/conf/nips/ShindlerWM11},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{scikit-learn,
title={Scikit-learn: Machine Learning in {P}ython},
author={Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V.
and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P.
and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and
Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E.},
journal={Journal of Machine Learning Research},
volume={12},
pages={2825--2830},
year={2011}
}
@inproceedings{DBLP:conf/sigmod/ZhangRL96,
author = {Tian Zhang and
Raghu Ramakrishnan and
Miron Livny},
title = {{BIRCH:} An Efficient Data Clustering Method for Very Large Databases},
booktitle = {Proceedings of the 1996 {ACM} {SIGMOD} International Conference on
Management of Data, Montreal, Quebec, Canada, June 4-6, 1996.},
pages = {103--114},
year = {1996},
crossref = {DBLP:conf/sigmod/96},
url = {http://doi.acm.org/10.1145/233269.233324},
doi = {10.1145/233269.233324},
timestamp = {Wed, 29 Mar 2017 16:45:22 +0200},
biburl = {https://dblp.org/rec/bib/conf/sigmod/ZhangRL96},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/sigmod/96,
editor = {H. V. Jagadish and
Inderpal Singh Mumick},
title = {Proceedings of the 1996 {ACM} {SIGMOD} International Conference on
Management of Data, Montreal, Quebec, Canada, June 4-6, 1996},
publisher = {{ACM} Press},
year = {1996},
timestamp = {Wed, 29 Mar 2017 16:45:22 +0200},
biburl = {https://dblp.org/rec/bib/conf/sigmod/96},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/soda/ArthurV07,
author = {David Arthur and
Sergei Vassilvitskii},
title = {k-means++: the advantages of careful seeding},
booktitle = {Proceedings of the Eighteenth Annual {ACM-SIAM} Symposium on Discrete
Algorithms, {SODA} 2007, New Orleans, Louisiana, USA, January 7-9,
2007},
pages = {1027--1035},
year = {2007},
crossref = {DBLP:conf/soda/2007},
url = {http://dl.acm.org/citation.cfm?id=1283383.1283494},
timestamp = {Fri, 07 Dec 2012 17:02:08 +0100},
biburl = {https://dblp.org/rec/bib/conf/soda/ArthurV07},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/soda/2007,
editor = {Nikhil Bansal and
Kirk Pruhs and
Clifford Stein},
title = {Proceedings of the Eighteenth Annual {ACM-SIAM} Symposium on Discrete
Algorithms, {SODA} 2007, New Orleans, Louisiana, USA, January 7-9,
2007},
publisher = {{SIAM}},
year = {2007},
url = {http://dl.acm.org/citation.cfm?id=1283383},
isbn = {978-0-898716-24-5},
timestamp = {Fri, 07 Dec 2012 17:02:08 +0100},
biburl = {https://dblp.org/rec/bib/conf/soda/2007},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/kdd/EsterKSX96,
author = {Martin Ester and
Hans{-}Peter Kriegel and
J{\"{o}}rg Sander and
Xiaowei Xu},
title = {A Density-Based Algorithm for Discovering Clusters in Large Spatial
Databases with Noise},
booktitle = {Proceedings of the Second International Conference on Knowledge Discovery
and Data Mining (KDD-96), Portland, Oregon, {USA}},
pages = {226--231},
year = {1996},
crossref = {DBLP:conf/kdd/1996},
url = {http://www.aaai.org/Library/KDD/1996/kdd96-037.php},
timestamp = {Mon, 05 Jun 2017 13:20:21 +0200},
biburl = {https://dblp.org/rec/bib/conf/kdd/EsterKSX96},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/siggraph/AnjyoLP14,
author = {Ken Anjyo and
John P. Lewis and
Fr{\'{e}}d{\'{e}}ric H. Pighin},
title = {Scattered data interpolation for computer graphics},
booktitle = {Special Interest Group on Computer Graphics and Interactive Techniques
Conference, {SIGGRAPH} '14, Vancouver, Canada, August 10-14, 2014,
Courses},
pages = {27:1--27:69},
year = {2014},
crossref = {DBLP:conf/siggraph/2014courses},
url = {http://doi.acm.org/10.1145/2614028.2615425},
doi = {10.1145/2614028.2615425},
timestamp = {Mon, 30 Nov 2015 16:41:23 +0100},
biburl = {https://dblp.org/rec/bib/conf/siggraph/AnjyoLP14},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/siggraph/2014courses,
title = {Special Interest Group on Computer Graphics and Interactive Techniques
Conference, {SIGGRAPH} '14, Vancouver, Canada, August 10-14, 2014,
Courses},
publisher = {{ACM}},
year = {2014},
url = {http://doi.acm.org/10.1145/2614028},
doi = {10.1145/2614028},
isbn = {978-1-4503-2962-0},
timestamp = {Wed, 06 May 2015 13:27:51 +0200},
biburl = {https://dblp.org/rec/bib/conf/siggraph/2014courses},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sibgrapi/BassoZF99,
author = {Karen Basso and
Paulo Ricardo de {\'{A}}vila Zingano and
Carla Maria Dal Sasso Freitas},
title = {Interpolation of Scattered Data: Investigating Alternatives for the
Modified Shepard Method},
booktitle = {{XII} Brazilian Symposium on Computer Graphics and Image Processing
{(SIBGRAPI} '99), October 17-20, 1999, Campinas, Brazil},
pages = {39--48},
year = {1999},
crossref = {DBLP:conf/sibgrapi/1999},
url = {https://doi.org/10.1109/SIBGRA.1999.805606},
doi = {10.1109/SIBGRA.1999.805606},
timestamp = {Fri, 26 May 2017 00:49:07 +0200},
biburl = {https://dblp.org/rec/bib/conf/sibgrapi/BassoZF99},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/rt/SuykensW00,
author = {Frank Suykens and
Yves D. Willems},
title = {Density Control for Photon Maps},
booktitle = {Proceedings of the Eurographics Workshop on Rendering Techniques 2000,
Brno, Czech Republic, June 26-28, 2000},
pages = {23--34},
year = {2000},
crossref = {DBLP:conf/rt/2000},
url = {https://doi.org/10.1007/978-3-7091-6303-0_3},
doi = {10.1007/978-3-7091-6303-0_3},
timestamp = {Thu, 25 May 2017 00:43:28 +0200},
biburl = {https://dblp.org/rec/bib/conf/rt/SuykensW00},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/rt/2000,
editor = {Bernard Peroche and
Holly E. Rushmeier},
title = {Proceedings of the Eurographics Workshop on Rendering Techniques 2000,
Brno, Czech Republic, June 26-28, 2000},
series = {Eurographics},
publisher = {Springer},
year = {2000},
url = {https://doi.org/10.1007/978-3-7091-6303-0},
doi = {10.1007/978-3-7091-6303-0},
isbn = {3-211-83535-0},
timestamp = {Thu, 25 May 2017 00:43:28 +0200},
biburl = {https://dblp.org/rec/bib/conf/rt/2000},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/kse/2014,
editor = {Viet{-}Ha Nguyen and
Anh{-}Cuong Le and
Van{-}Nam Huynh},
title = {Knowledge and Systems Engineering - Proceedings of the Sixth International
Conference {KSE} 2014, Hanoi, Vietnam, 9-11 October 2014},
series = {Advances in Intelligent Systems and Computing},
volume = {326},
publisher = {Springer},
year = {2015},
url = {https://doi.org/10.1007/978-3-319-11680-8},
doi = {10.1007/978-3-319-11680-8},
isbn = {978-3-319-11679-2},
timestamp = {Sat, 16 Sep 2017 12:10:18 +0200},
biburl = {https://dblp.org/rec/bib/conf/kse/2014},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{nadaraya1964estimating,
title={On estimating regression},
author={Nadaraya, Elizbar A},
journal={Theory of Probability \& Its Applications},
volume={9},
number={1},
pages={141--142},
year={1964},
publisher={SIAM}
}
@online{McGuire2017Data,
title = {Computer Graphics Archive},
author = {Morgan McGuire},
year = {2017},
month = {July},
url = {https://casual-effects.com/data}
}
@inproceedings{DBLP:conf/rt/PeterP98,
author = {Ingmar Peter and
Georg Pietrek},
title = {Importance Driven Construction of Photon Maps},
booktitle = {Rendering Techniques '98, Proceedings of the Eurographics Workshop
in Vienna, Austria, June 29 - July 1, 1998},
pages = {269--280},
year = {1998},
crossref = {DBLP:conf/rt/1998},
url = {https://doi.org/10.1007/978-3-7091-6453-2\_25},
doi = {10.1007/978-3-7091-6453-2\_25},
timestamp = {Thu, 25 May 2017 00:43:28 +0200},
biburl = {https://dblp.org/rec/bib/conf/rt/PeterP98},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/rt/1998,
editor = {George Drettakis and
Nelson L. Max},
title = {Rendering Techniques '98, Proceedings of the Eurographics Workshop
in Vienna, Austria, June 29 - July 1, 1998},
series = {Eurographics},
publisher = {Springer},
year = {1998},
url = {https://doi.org/10.1007/978-3-7091-6453-2},
doi = {10.1007/978-3-7091-6453-2},
isbn = {3-211-83213-0},
timestamp = {Thu, 25 May 2017 00:43:28 +0200},
biburl = {https://dblp.org/rec/bib/conf/rt/1998},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/vc/ZhengZ15,
author = {Quan Zheng and
Chang{-}Wen Zheng},
title = {Visual importance-based adaptive photon tracing},
journal = {The Visual Computer},
volume = {31},
number = {6-8},
pages = {1001--1010},
year = {2015},
url = {https://doi.org/10.1007/s00371-015-1104-0},
doi = {10.1007/s00371-015-1104-0},
timestamp = {Sat, 20 May 2017 00:23:22 +0200},
biburl = {https://dblp.org/rec/bib/journals/vc/ZhengZ15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{ebert2003texturing,
title={Texturing \& modeling: a procedural approach},
author={Ebert, David S and Musgrave, F Kenton and Peachey, Darwyn and Perlin, Ken and Worley, Steven},
year={2003},
publisher={Morgan Kaufmann}
}
@article{franke1980smooth,
title={Smooth interpolation of large sets of scattered data},
author={Franke, Richard and Nielson, Greg},
journal={International journal for numerical methods in engineering},
volume={15},
number={11},
pages={1691--1704},
year={1980},
publisher={Wiley Online Library}
}
@phdthesis{veach1997robust,
author = {Veach, Eric},
advisor = {Guibas, Leonidas J.},
title = {Robust Monte Carlo Methods for Light Transport Simulation},
year = {1998},
isbn = {0-591-90780-1},
note = {AAI9837162},
publisher = {Stanford University},
address = {Stanford, CA, USA},
}
@article{DBLP:journals/tip/WangBSS04,
author = {Zhou Wang and
Alan C. Bovik and
Hamid R. Sheikh and
Eero P. Simoncelli},
title = {Image quality assessment: from error visibility to structural similarity},
journal = {{IEEE} Trans. Image Processing},
volume = {13},
number = {4},
pages = {600--612},
year = {2004},
url = {https://doi.org/10.1109/TIP.2003.819861},
doi = {10.1109/TIP.2003.819861},
timestamp = {Thu, 08 Jun 2017 09:01:54 +0200},
biburl = {https://dblp.org/rec/bib/journals/tip/WangBSS04},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@online{Beeple,
author = {Mike Winkelmann},
title = {{Zero-Day} scene by {Beeple}},
year = 2015,
url = {https://www.beeple-crap.com/resources},
urldate = {2018-08-01}
}
@online{Sanmiguel,
author = {Guillermo M. Leal Llaguno},
title = {San Miguel scene},
year = 2007,
url = {http://www.evvisual.com/contact/},
urldate = {2018-08-01}
}
@inproceedings{DBLP:conf/siggraph/Kajiya86,
author = {James T. Kajiya},
title = {The rendering equation},
booktitle = {Proceedings of the 13th Annual Conference on Computer Graphics and
Interactive Techniques, {SIGGRAPH} 1986, Dallas, Texas, USA, August
18-22, 1986},
pages = {143--150},
year = {1986},
crossref = {DBLP:conf/siggraph/1986},
url = {http://doi.acm.org/10.1145/15922.15902},
doi = {10.1145/15922.15902},
timestamp = {Wed, 14 Feb 2018 13:29:27 +0100},
biburl = {https://dblp.org/rec/bib/conf/siggraph/Kajiya86},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/siggraph/1986,
editor = {David C. Evans and
Russell J. Athay},
title = {Proceedings of the 13th Annual Conference on Computer Graphics and
Interactive Techniques, {SIGGRAPH} 1986, Dallas, Texas, USA, August
18-22, 1986},
publisher = {{ACM}},
year = {1986},
url = {http://doi.acm.org/10.1145/15922},
doi = {10.1145/15922},
isbn = {0-89791-196-2},
timestamp = {Wed, 14 Feb 2018 13:29:27 +0100},
biburl = {https://dblp.org/rec/bib/conf/siggraph/1986},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{lecture,
author = {Johannes Schudeiske},
title = {Lecture notes for \enquote{Fotorealistische Bildsynthese}},
month = {April},
year = {2016},
publisher = {Karlsruhe Institute of Technology, Computer Graphics Group}
}
@misc{lectureVis,
author = {Marco Ament},
title = {Lecture notes for \enquote{Visualisierung}},
month = {September},
year = {2015},
publisher = {Karlsruhe Institute of Technology, Computer Graphics Group}
}
@article{DBLP:journals/cgf/KokJ92,
author = {Arjan J. F. Kok and
Frederik W. Jansen},
title = {Adaptive Sampling of Area Light Sources in Ray Tracing Including Diffuse
Interreflection},
journal = {Comput. Graph. Forum},
volume = {11},
number = {3},
pages = {289--298},
year = {1992},
url = {https://doi.org/10.1111/1467-8659.1130289},
doi = {10.1111/1467-8659.1130289},
timestamp = {Fri, 26 May 2017 22:53:57 +0200},
biburl = {https://dblp.org/rec/bib/journals/cgf/KokJ92},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-1805-09048,
author = {Ib{\'{o}}n Guill{\'{e}}n and
Carlos Ure{\~{n}}a and
Alan King and
Marcos Fajardo and
Iliyan Georgiev and
Jorge L{\'{o}}pez{-}Moreno and
Adrian Jarabo},
title = {Area-preserving parameterizations for spherical ellipses},
journal = {CoRR},
volume = {abs/1805.09048},
year = {2018},
url = {http://arxiv.org/abs/1805.09048},
archivePrefix = {arXiv},
eprint = {1805.09048},
timestamp = {Mon, 13 Aug 2018 16:48:29 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1805-09048},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/cgf/UrenaFK13,
author = {Carlos Ure{\~{n}}a and
Marcos Fajardo and
Alan King},
title = {An Area-Preserving Parametrization for Spherical Rectangles},
journal = {Comput. Graph. Forum},
volume = {32},
number = {4},
pages = {59--66},
year = {2013},
url = {https://doi.org/10.1111/cgf.12151},
doi = {10.1111/cgf.12151},
timestamp = {Fri, 26 May 2017 22:53:57 +0200},
biburl = {https://dblp.org/rec/bib/journals/cgf/UrenaFK13},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{zwicker15star,
author = "Zwicker, Matthias and Jarosz, Wojciech and Lehtinen, Jaakko and Moon, Bochang and Ramamoorthi, Ravi and Rousselle, Fabrice and Sen, Pradeep and Soler, Cyril and Yoon, Sung-Eui",
title = "Recent Advances in Adaptive Sampling and Reconstruction for Monte Carlo Rendering",
journal = "Computer Graphics Forum (Proceedings of Eurographics - State of the Art Reports)",
volume = "34",
number = "2",
month = "may",
year = "2015",
DOI = "10.1111/cgf.12592",
pages = "667–681",
keywords = "denoising, NL-means, bilateral filtering, joint filtering, gradients, hessians, derivatives, frequency analysis"
}
@inproceedings{DBLP:conf/rt/WaldBS03,
author = {Ingo Wald and
Carsten Benthin and
Philipp Slusallek},
title = {Interactive Global Illumination in Complex and Highly Occluded Environments},
booktitle = {Proceedings of the 14th Eurographics Workshop on Rendering Techniques,
Leuven, Belgium, June 25-27, 2003},
pages = {74--81},
year = {2003},
crossref = {DBLP:conf/rt/2003},
url = {https://doi.org/10.2312/EGWR/EGWR03/074-081},
doi = {10.2312/EGWR/EGWR03/074-081},
timestamp = {Thu, 25 May 2017 00:43:28 +0200},
biburl = {https://dblp.org/rec/bib/conf/rt/WaldBS03},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/rt/2003,
editor = {Per H. Christensen and
Daniel Cohen{-}Or and
Stephen N. Spencer},
title = {Proceedings of the 14th Eurographics Workshop on Rendering Techniques,
Leuven, Belgium, June 25-27, 2003},
series = {{ACM} International Conference Proceeding Series},
volume = {44},
publisher = {Eurographics Association},
year = {2003},
url = {http://diglib.eg.org/handle/10.2312/382},
isbn = {3-905673-03-7},
timestamp = {Tue, 01 Dec 2015 14:03:11 +0100},
biburl = {https://dblp.org/rec/bib/conf/rt/2003},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/vmv/KellerW00,
author = {Alexander Keller and
Ingo Wald},
title = {Efficient Importance Sampling Techniques for the Photon Map},
booktitle = {Proceedings of the 2000 Conference on Vision Modeling and Visualization
(VMV-00), Saarbr{\"{u}}cken, Germany, November 22-24, 2000},
pages = {271--280},
year = {2000},
crossref = {DBLP:conf/vmv/2000},
timestamp = {Tue, 25 Feb 2003 08:49:01 +0100},
biburl = {https://dblp.org/rec/bib/conf/vmv/KellerW00},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/vmv/2000,
editor = {Bernd Girod and
G{\"{u}}nther Greiner and
Heinrich Niemann and
Hans{-}Peter Seidel},
title = {Proceedings of the 2000 Conference on Vision Modeling and Visualization
(VMV-00), Saarbr{\"{u}}cken, Germany, November 22-24, 2000},
publisher = {Aka GmbH},
year = {2000},
timestamp = {Tue, 25 Feb 2003 08:49:01 +0100},
biburl = {https://dblp.org/rec/bib/conf/vmv/2000},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{jensen1995efficiently,
title={Efficiently rendering shadows using the photon map},
author={Jensen, Henrik Wann and Christensen, Niels J{\o}rgen},
booktitle={Edugraphics+ Compugraphics Proceedings},
pages={285--291},
year={1995}
}
@incollection{ward1994adaptive,
title={Adaptive shadow testing for ray tracing},
author={Ward, Gregory J},
booktitle={Photorealistic Rendering in Computer Graphics},
pages={11--20},
year={1994},
publisher={Springer}
}
@article{DBLP:journals/cgf/PaquettePD98,
author = {Eric Paquette and
Pierre Poulin and
George Drettakis},
title = {A Light Hierarchy for Fast Rendering of Scenes with Many Lights},
journal = {Comput. Graph. Forum},
volume = {17},
number = {3},
pages = {63--74},
year = {1998},
url = {https://doi.org/10.1111/1467-8659.00254},
doi = {10.1111/1467-8659.00254},
timestamp = {Fri, 26 May 2017 22:53:56 +0200},
biburl = {https://dblp.org/rec/bib/journals/cgf/PaquettePD98},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{Vevoda:2018:BOR,
author = {V{\'e}voda, Petr and Kondapaneni, Ivo and K{\v{r}}iv{\'{a}}nek, Jaroslav},
title = {Bayesian Online Regression for Adaptive Direct Illumination Sampling},
journal = {ACM Trans. Graph.},
issue_date = {August 2018},
volume = {37},
number = {4},
month = jul,
year = {2018},
issn = {0730-0301},
pages = {125:1--125:12},
articleno = {125},
numpages = {12},
url = {http://doi.acm.org/10.1145/3197517.3201340},
doi = {10.1145/3197517.3201340},
acmid = {3201340},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {adaptive sampling, direct illumination, learning, visibility},
}
@article{DBLP:journals/cgf/MullerGN17,
author = {Thomas M{\"{u}}ller and
Markus H. Gross and
Jan Nov{\'{a}}k},
title = {Practical Path Guiding for Efficient Light-Transport Simulation},
journal = {Comput. Graph. Forum},
volume = {36},
number = {4},
pages = {91--100},
year = {2017},
url = {https://doi.org/10.1111/cgf.13227},
doi = {10.1111/cgf.13227},
timestamp = {Mon, 17 Jul 2017 16:13:52 +0200},
biburl = {https://dblp.org/rec/bib/journals/cgf/MullerGN17},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/siggraph/CookPC84,
author = {Robert L. Cook and
Thomas K. Porter and
Loren C. Carpenter},
title = {Distributed ray tracing},
booktitle = {Proceedings of the 11th Annual Conference on Computer Graphics and
Interactive Techniques, {SIGGRAPH} 1984, Minneapolis, Minnesota, USA,
July 23-27, 1984},
pages = {137--145},
year = {1984},
crossref = {DBLP:conf/siggraph/1984},
url = {http://doi.acm.org/10.1145/800031.808590},
doi = {10.1145/800031.808590},
timestamp = {Mon, 11 Jun 2018 12:42:06 +0200},
biburl = {https://dblp.org/rec/bib/conf/siggraph/CookPC84},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/siggraph/1984,
editor = {Hank Christiansen},
title = {Proceedings of the 11th Annual Conference on Computer Graphics and
Interactive Techniques, {SIGGRAPH} 1984, Minneapolis, Minnesota, USA,
July 23-27, 1984},
publisher = {{ACM}},
year = {1984},
url = {http://doi.acm.org/10.1145/800031},
doi = {10.1145/800031},
isbn = {0-89791-138-5},
timestamp = {Thu, 19 Nov 2015 17:02:19 +0100},
biburl = {https://dblp.org/rec/bib/conf/siggraph/1984},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/cacm/Whitted80,
author = {Turner Whitted},
title = {An Improved Illumination Model for Shaded Display},
journal = {Commun. {ACM}},
volume = {23},
number = {6},
pages = {343--349},
year = {1980},
url = {http://doi.acm.org/10.1145/358876.358882},
doi = {10.1145/358876.358882},
timestamp = {Tue, 07 Jun 2011 16:51:20 +0200},
biburl = {https://dblp.org/rec/bib/journals/cacm/Whitted80},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/siggraph/VeachG97,
author = {Eric Veach and
Leonidas J. Guibas},
title = {Metropolis light transport},
booktitle = {Proceedings of the 24th Annual Conference on Computer Graphics and
Interactive Techniques, {SIGGRAPH} 1997, Los Angeles, CA, USA, August
3-8, 1997},
pages = {65--76},
year = {1997},
crossref = {DBLP:conf/siggraph/1997},
url = {http://doi.acm.org/10.1145/258734.258775},
doi = {10.1145/258734.258775},
timestamp = {Thu, 19 Nov 2015 15:32:44 +0100},
biburl = {https://dblp.org/rec/bib/conf/siggraph/VeachG97},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/siggraph/1997,
editor = {G. Scott Owen and
Turner Whitted and
Barbara Mones{-}Hattal},
title = {Proceedings of the 24th Annual Conference on Computer Graphics and
Interactive Techniques, {SIGGRAPH} 1997, Los Angeles, CA, USA, August
3-8, 1997},
publisher = {{ACM}},
year = {1997},
url = {http://doi.acm.org/10.1145/258734},
doi = {10.1145/258734},
isbn = {0-89791-896-7},
timestamp = {Thu, 19 Nov 2015 15:32:44 +0100},
biburl = {https://dblp.org/rec/bib/conf/siggraph/1997},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/rt/LafortuneW96,
author = {Eric P. Lafortune and
Yves D. Willems},
title = {Rendering Participating Media with Bidirectional Path Tracing},
booktitle = {Rendering Techniques '96, Proceedings of the Eurographics Workshop
in Porto, Portugal, August 27-31, 1996},
pages = {91--100},
year = {1996},
crossref = {DBLP:conf/rt/1996},
url = {https://doi.org/10.1007/978-3-7091-7484-5\_10},
doi = {10.1007/978-3-7091-7484-5\_10},
timestamp = {Thu, 25 May 2017 00:43:28 +0200},
biburl = {https://dblp.org/rec/bib/conf/rt/LafortuneW96},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/rt/1996,
editor = {Xavier Pueyo and
Peter Schr{\"{o}}der},
title = {Rendering Techniques '96, Proceedings of the Eurographics Workshop
in Porto, Portugal, August 27-31, 1996},
series = {Eurographics},
publisher = {Springer},
year = {1996},
url = {https://doi.org/10.1007/978-3-7091-7484-5},
doi = {10.1007/978-3-7091-7484-5},
isbn = {3-211-82883-4},
timestamp = {Thu, 25 May 2017 00:43:28 +0200},
biburl = {https://dblp.org/rec/bib/conf/rt/1996},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/cg/JensenC95,
author = {Henrik Wann Jensen and
Niels J{\o}rgen Christensen},
title = {Photon maps in bidirectional Monte Carlo ray tracing of complex objects},
journal = {Computers {\&} Graphics},
volume = {19},
number = {2},
pages = {215--224},
year = {1995},
url = {https://doi.org/10.1016/0097-8493(94)00145-O},
doi = {10.1016/0097-8493(94)00145-O},
timestamp = {Wed, 17 May 2017 10:56:19 +0200},
biburl = {https://dblp.org/rec/bib/journals/cg/JensenC95},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tog/HachisukaOJ08,
author = {Toshiya Hachisuka and
Shinji Ogaki and
Henrik Wann Jensen},
title = {Progressive photon mapping},
journal = {{ACM} Trans. Graph.},
volume = {27},
number = {5},
pages = {130:1--130:8},
year = {2008},
url = {http://doi.acm.org/10.1145/1457515.1409083},
doi = {10.1145/1457515.1409083},
timestamp = {Tue, 03 Jan 2017 12:35:33 +0100},
biburl = {https://dblp.org/rec/bib/journals/tog/HachisukaOJ08},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tog/HachisukaJ09,
author = {Toshiya Hachisuka and
Henrik Wann Jensen},
title = {Stochastic progressive photon mapping},
journal = {{ACM} Trans. Graph.},
volume = {28},
number = {5},
pages = {141:1--141:8},
year = {2009},
url = {http://doi.acm.org/10.1145/1618452.1618487},
doi = {10.1145/1618452.1618487},
timestamp = {Thu, 30 Apr 2015 18:34:40 +0200},
biburl = {https://dblp.org/rec/bib/journals/tog/HachisukaJ09},
bibsource = {dblp computer science bibliography, https://dblp.org}
}