-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
1887 lines (1757 loc) · 160 KB
/
references.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
@misc{180103924UnreasonableEffectiveness,
title = {[1801.03924] {{The Unreasonable Effectiveness}} of {{Deep Features}} as a {{Perceptual Metric}}},
urldate = {2024-09-28},
howpublished = {https://arxiv.org/abs/1801.03924},
file = {/Users/zain/Zotero/storage/G6KB3YGD/1801.html}
}
@article{ackermannOperationFreeelectronLaser2007,
title = {Operation of a Free-Electron Laser from the Extreme Ultraviolet to the Water Window},
author = {Ackermann, W. and Asova, G. and Ayvazyan, V. and Azima, A. and Baboi, N. and B{\"a}hr, J. and Balandin, V. and Beutner, B. and Brandt, A. and Bolzmann, A. and Brinkmann, R. and Brovko, O. I. and Castellano, M. and Castro, P. and Catani, L. and Chiadroni, E. and Choroba, S. and Cianchi, A. and Costello, J. T. and Cubaynes, D. and Dardis, J. and Decking, W. and {Delsim-Hashemi}, H. and Delserieys, A. and Di Pirro, G. and Dohlus, M. and D{\"u}sterer, S. and Eckhardt, A. and Edwards, H. T. and Faatz, B. and Feldhaus, J. and Fl{\"o}ttmann, K. and Frisch, J. and Fr{\"o}hlich, L. and Garvey, T. and Gensch, U. and Gerth, Ch and G{\"o}rler, M. and Golubeva, N. and Grabosch, H.-J. and Grecki, M. and Grimm, O. and Hacker, K. and Hahn, U. and Han, J. H. and Honkavaara, K. and Hott, T. and H{\"u}ning, M. and Ivanisenko, Y. and Jaeschke, E. and Jalmuzna, W. and Jezynski, T. and Kammering, R. and Katalev, V. and Kavanagh, K. and Kennedy, E. T. and Khodyachykh, S. and Klose, K. and Kocharyan, V. and K{\"o}rfer, M. and Kollewe, M. and Koprek, W. and Korepanov, S. and Kostin, D. and Krassilnikov, M. and Kube, G. and Kuhlmann, M. and Lewis, C. L. S. and Lilje, L. and Limberg, T. and Lipka, D. and L{\"o}hl, F. and Luna, H. and Luong, M. and Martins, M. and Meyer, M. and Michelato, P. and Miltchev, V. and M{\"o}ller, W. D. and Monaco, L. and M{\"u}ller, W. F. O. and Napieralski, O. and Napoly, O. and Nicolosi, P. and N{\"o}lle, D. and Nu{\~n}ez, T. and Oppelt, A. and Pagani, C. and Paparella, R. and Pchalek, N. and {Pedregosa-Gutierrez}, J. and Petersen, B. and Petrosyan, B. and Petrosyan, G. and Petrosyan, L. and Pfl{\"u}ger, J. and Pl{\"o}njes, E. and Poletto, L. and Pozniak, K. and Prat, E. and Proch, D. and Pucyk, P. and Radcliffe, P. and Redlin, H. and Rehlich, K. and Richter, M. and Roehrs, M. and Roensch, J. and Romaniuk, R. and Ross, M. and Rossbach, J. and Rybnikov, V. and Sachwitz, M. and Saldin, E. L. and Sandner, W. and Schlarb, H. and Schmidt, B. and Schmitz, M. and Schm{\"u}ser, P. and Schneider, J. R. and Schneidmiller, E. A. and Schnepp, S. and Schreiber, S. and Seidel, M. and Sertore, D. and Shabunov, A. V. and Simon, C. and Simrock, S. and Sombrowski, E. and Sorokin, A. A. and Spanknebel, P. and Spesyvtsev, R. and Staykov, L. and Steffen, B. and Stephan, F. and Stulle, F. and Thom, H. and Tiedtke, K. and Tischer, M. and Toleikis, S. and Treusch, R. and Trines, D. and Tsakov, I. and Vogel, E. and Weiland, T. and Weise, H. and Wellh{\"o}fer, M. and Wendt, M. and Will, I. and Winter, A. and Wittenburg, K. and Wurth, W. and Yeates, P. and Yurkov, M. V. and Zagorodnov, I. and Zapfe, K.},
year = {2007},
month = jun,
journal = {Nature Photonics},
volume = {1},
number = {6},
pages = {336--342},
publisher = {Nature Publishing Group},
issn = {1749-4893},
doi = {10.1038/nphoton.2007.76},
urldate = {2024-08-25},
abstract = {We report results on the performance of a free-electron laser operating at a wavelength of 13.7~nm where unprecedented peak and average powers for a coherent extreme-ultraviolet radiation source have been measured. In the saturation regime, the peak energy approached 170~{\textmu}J for individual pulses, and the average energy per pulse reached 70~{\textmu}J. The pulse duration was in the region of 10~fs, and peak powers of 10~GW were achieved. At a pulse repetition frequency of 700 pulses per second, the average extreme-ultraviolet power reached 20~mW. The output beam also contained a significant contribution from odd harmonics of approximately 0.6\% and 0.03\% for the 3rd (4.6~nm) and the 5th (2.75~nm) harmonics, respectively. At 2.75~nm the 5th harmonic of the radiation reaches deep into the water window, a wavelength range that is crucially important for the investigation of biological samples.},
copyright = {2007 Springer Nature Limited},
langid = {english},
keywords = {Applied and Technical Physics,general,Physics,Quantum Physics},
file = {/Users/zain/Zotero/storage/22R5VZZ3/Ackermann et al. - 2007 - Operation of a free-electron laser from the extreme ultraviolet to the water window.pdf}
}
@article{agababyanMultiProcessorBasedFast2008,
title = {Multi-{{Processor Based Fast Data Acquisition}} for a {{Free Electron Laser}} and {{Experiments}}},
author = {Agababyan, A. and Asova, G. and Dimitrov, G. and Grygiel, G. and Fominykh, B. and Hensler, O. and Kammering, R. and Petrosyan, L. and Rehlich, K. and Rybnikov, V. and Trowitzsch, G. and Winde, M. and Wilksen, T.},
year = {2008},
journal = {IEEE Transactions on Nuclear Science},
volume = {55},
number = {1},
pages = {256--260},
doi = {10.1109/TNS.2007.913936}
}
@inproceedings{akibaOptunaNextgenerationHyperparameter2019,
title = {Optuna: {{A Next-generation Hyperparameter Optimization Framework}}},
shorttitle = {Optuna},
booktitle = {Proceedings of the 25th {{ACM SIGKDD International Conference}} on {{Knowledge Discovery}} \& {{Data Mining}}},
author = {Akiba, Takuya and Sano, Shotaro and Yanase, Toshihiko and Ohta, Takeru and Koyama, Masanori},
year = {2019},
month = jul,
series = {{{KDD}} '19},
pages = {2623--2631},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3292500.3330701},
urldate = {2024-10-02},
abstract = {The purpose of this study is to introduce new design-criteria for next-generation hyperparameter optimization software. The criteria we propose include (1) define-by-run API that allows users to construct the parameter search space dynamically, (2) efficient implementation of both searching and pruning strategies, and (3) easy-to-setup, versatile architecture that can be deployed for various purposes, ranging from scalable distributed computing to light-weight experiment conducted via interactive interface. In order to prove our point, we will introduce Optuna, an optimization software which is a culmination of our effort in the development of a next generation optimization software. As an optimization software designed with define-by-run principle, Optuna is particularly the first of its kind. We will present the design-techniques that became necessary in the development of the software that meets the above criteria, and demonstrate the power of our new design through experimental results and real world applications. Our software is available under the MIT license (https://github.com/pfnet/optuna/).},
isbn = {978-1-4503-6201-6}
}
@book{AllStatistics,
title = {All of {{Statistics}}},
urldate = {2024-10-09},
langid = {english},
file = {/Users/zain/Zotero/storage/4E46WK9K/All of Statistics.pdf;/Users/zain/Zotero/storage/2LKIFE8E/978-0-387-21736-9.html}
}
@incollection{als-nielsenXraysTheirInteraction2011,
title = {X-Rays and Their Interaction with Matter},
booktitle = {Elements of {{Modern X}}-ray {{Physics}}},
author = {{Als-Nielsen}, Jens and McMorrow, Des},
year = {2011},
pages = {1--28},
publisher = {John Wiley \& Sons, Ltd},
doi = {10.1002/9781119998365.ch1},
abstract = {Summary This chapter contains sections titled: X-rays: waves and photons Scattering Absorption Refraction and reflection Coherence Magnetic interactions},
chapter = {1},
isbn = {978-1-119-99836-5},
keywords = {absorption,coherence,magnetic interactions,scattering,X-rays}
}
@article{anscombeTransformationPoissonBinomial1948,
title = {The {{Transformation}} of {{Poisson}}, {{Binomial}} and {{Negative-Binomial Data}}},
author = {Anscombe, F. J.},
year = {1948},
month = dec,
journal = {Biometrika},
volume = {35},
number = {3/4},
eprint = {2332343},
eprinttype = {jstor},
pages = {246},
issn = {00063444},
doi = {10.2307/2332343},
urldate = {2024-09-02},
file = {/Users/zain/Zotero/storage/K2QJCFIN/Anscombe - 1948 - The Transformation of Poisson, Binomial and Negative-Binomial Data.pdf}
}
@misc{barry2020gamma,
title = {Tim Barry: {{Gamma}}, Poisson, and Negative Binomial Distributions},
author = {Barry, Tim},
year = {2020}
}
@article{bartlettSquareRootTransformation1936,
title = {The {{Square Root Transformation}} in {{Analysis}} of {{Variance}}},
author = {Bartlett, M. S.},
year = {1936},
journal = {Supplement to the Journal of the Royal Statistical Society},
volume = {3},
number = {1},
eprint = {2983678},
eprinttype = {jstor},
pages = {68--78},
publisher = {[Oxford University Press, Royal Statistical Society]},
issn = {1466-6162},
doi = {10.2307/2983678},
urldate = {2024-11-04},
file = {/Users/zain/Zotero/storage/V8A7RR5A/Bartlett - 1936 - The Square Root Transformation in Analysis of Variance.pdf}
}
@article{bellLessonsNetflixPrize2007,
title = {Lessons from the {{Netflix}} Prize Challenge},
author = {Bell, Robert M. and Koren, Yehuda},
year = {2007},
month = dec,
journal = {ACM SIGKDD Explorations Newsletter},
volume = {9},
number = {2},
pages = {75--79},
issn = {1931-0145, 1931-0153},
doi = {10.1145/1345448.1345465},
urldate = {2024-10-17},
abstract = {This article outlines the overall strategy and summarizes a few key innovations of the team that won the first Netflix progress prize.},
langid = {english},
file = {/Users/zain/Zotero/storage/EISM3MWQ/Bell and Koren - 2007 - Lessons from the Netflix prize challenge.pdf}
}
@article{bergstraRandomSearchHyperParameter,
title = {Random {{Search}} for {{Hyper-Parameter Optimization}}},
author = {Bergstra, James and Bengio, Yoshua},
abstract = {Grid search and manual search are the most widely used strategies for hyper-parameter optimization. This paper shows empirically and theoretically that randomly chosen trials are more efficient for hyper-parameter optimization than trials on a grid. Empirical evidence comes from a comparison with a large previous study that used grid search and manual search to configure neural networks and deep belief networks. Compared with neural networks configured by a pure grid search, we find that random search over the same domain is able to find models that are as good or better within a small fraction of the computation time. Granting random search the same computational budget, random search finds better models by effectively searching a larger, less promising configuration space. Compared with deep belief networks configured by a thoughtful combination of manual search and grid search, purely random search over the same 32-dimensional configuration space found statistically equal performance on four of seven data sets, and superior performance on one of seven. A Gaussian process analysis of the function from hyper-parameters to validation set performance reveals that for most data sets only a few of the hyper-parameters really matter, but that different hyper-parameters are important on different data sets. This phenomenon makes grid search a poor choice for configuring algorithms for new data sets. Our analysis casts some light on why recent ``High Throughput'' methods achieve surprising success---they appear to search through a large number of hyper-parameters because most hyper-parameters do not matter much. We anticipate that growing interest in large hierarchical models will place an increasing burden on techniques for hyper-parameter optimization; this work shows that random search is a natural baseline against which to judge progress in the development of adaptive (sequential) hyper-parameter optimization algorithms.},
langid = {english},
file = {/Users/zain/Zotero/storage/49P85UET/Bergstra et al. - Random Search for Hyper-Parameter Optimization.pdf}
}
@article{berteroImageDeblurringPoisson2009,
title = {Image Deblurring with {{Poisson}} Data: From Cells to Galaxies},
shorttitle = {Image Deblurring with {{Poisson}} Data},
author = {Bertero, M and Boccacci, P and Desider{\`a}, G and Vicidomini, G},
year = {2009},
month = dec,
journal = {Inverse Problems},
volume = {25},
number = {12},
pages = {123006},
issn = {0266-5611, 1361-6420},
doi = {10.1088/0266-5611/25/12/123006},
urldate = {2024-08-19},
keywords = {Math,Poisson},
file = {/Users/zain/Documents/Masters/Thesis/papers/JD-54.pdf}
}
@article{berteroImageDeblurringPoisson2009a,
title = {Image Deblurring with {{Poisson}} Data: From Cells to Galaxies},
shorttitle = {Image Deblurring with {{Poisson}} Data},
author = {Bertero, M and Boccacci, P and Desider{\`a}, G and Vicidomini, G},
year = {2009},
month = dec,
journal = {Inverse Problems},
volume = {25},
number = {12},
pages = {123006},
issn = {0266-5611, 1361-6420},
doi = {10.1088/0266-5611/25/12/123006},
urldate = {2024-09-25},
abstract = {Image deblurring is an important topic in imaging science. In this review, we consider together fluorescence microscopy and optical/infrared astronomy because of two common features: in both cases the imaging system can be described, with a sufficiently good approximation, by a convolution operator, whose kernel is the so-called point-spread function (PSF); moreover, the data are affected by photon noise, described by a Poisson process. This statistical property of the noise, that is common also to emission tomography, is the basis of maximum likelihood and Bayesian approaches introduced in the mid eighties. From then on, a huge amount of literature has been produced on these topics. This review is a tutorial and a review of a relevant part of this literature, including some of our previous contributions. We discuss the mathematical modeling of the process of image formation and detection, and we introduce the so-called Bayesian paradigm that provides the basis of the statistical treatment of the problem. Next, we describe and discuss the most frequently used algorithms as well as other approaches based on a different description of the Poisson noise. We conclude with a review of other topics related to image deblurring such as boundary effect correction, space-variant PSFs, super-resolution, blind deconvolution and multiple-image deconvolution.},
langid = {english},
file = {/Users/zain/Zotero/storage/JWD7XXIK/Bertero et al. - 2009 - Image deblurring with Poisson data from cells to galaxies.pdf}
}
@book{binneyPhysicsQuantumMechanics2014,
title = {The Physics of Quantum Mechanics},
author = {Binney, James and Skinner, David Benjamin},
year = {2014},
publisher = {Oxford university press},
address = {Oxford},
isbn = {978-0-19-968857-9},
langid = {english},
lccn = {530.12},
file = {/Users/zain/Zotero/storage/4SEUFXRE/Binney - The Physics of Quantum Mechanics.pdf}
}
@book{bishopDeepLearningFoundations2024,
title = {Deep Learning: Foundations and Concepts},
shorttitle = {Deep Learning},
author = {Bishop, Christopher M. and Bishop, Hugh},
year = {2024},
publisher = {Springer},
address = {Cham, Switzerland},
doi = {10.1007/978-3-031-45468-4},
abstract = {This book offers a comprehensive introduction to the central ideas that underpin deep learning. It is intended both for newcomers to machine learning and for those already experienced in the field. Covering key concepts relating to contemporary architectures and techniques, this essential book equips readers with a robust foundation for potential future specialization. The field of deep learning is undergoing rapid evolution, and therefore this book focusses on ideas that are likely to endure the test of time. The book is organized into numerous bite-sized chapters, each exploring a distinct topic, and the narrative follows a linear progression, with each chapter building upon content from its predecessors. This structure is well-suited to teaching a two-semester undergraduate or postgraduate machine learning course, while remaining equally relevant to those engaged in active research or in self-study. A full understanding of machine learning requires some mathematical background and so the book includes a self-contained introduction to probability theory. However, the focus of the book is on conveying a clear understanding of ideas, with emphasis on the real-world practical value of techniques rather than on abstract theory. Complex concepts are therefore presented from multiple complementary perspectives including textual descriptions, diagrams, mathematical formulae, and pseudo-code. Chris Bishop is a Technical Fellow at Microsoft and is the Director of Microsoft Research AI4Science. He is a Fellow of Darwin College Cambridge, a Fellow of the Royal Academy of Engineering, and a Fellow of the Royal Society. Hugh Bishop is an Applied Scientist at Wayve, a deep learning autonomous driving company in London, where he designs and trains deep neural networks. He completed his MPhil in Machine Learning and Machine Intelligence at Cambridge University. "Chris Bishop wrote a terrific textbook on neural networks in 1995 and has a deep knowledge of the field and its core ideas. His many years of experience in explaining neural networks have made him extremely skillful at presenting complicated ideas in the simplest possible way and it is a delight to see these skills applied to the revolutionary new developments in the field." -- Geoffrey Hinton "With the recent explosion of deep learning and AI as a research topic, and the quickly growing importance of AI applications, a modern textbook on the topic was badly needed. The "New Bishop" masterfully fills the gap, covering algorithms for supervised and unsupervised learning, modern deep learning architecture families, as well as how to apply all of this to various application areas." - Yann LeCun "This excellent and very educational book will bring the reader up to date with the main concepts and advances in deep learning with a solid anchoring in probability. These concepts are powering current industrial AI systems and are likely to form the basis of further advances towards artificial general intelligence." -- Yoshua Bengio},
isbn = {978-3-031-45467-7},
langid = {english},
keywords = {Deep Learning},
file = {/Users/zain/Documents/Masters/Thesis/books/Bishop and Bishop - 2024 - Deep learning foundations and concepts.pdf}
}
@book{bishopPatternRecognitionMachine2006,
title = {Pattern Recognition and Machine Learning},
author = {Bishop, Christopher M.},
year = {2006},
series = {Information Science and Statistics},
publisher = {Springer},
address = {New York},
isbn = {978-0-387-31073-2},
langid = {english},
lccn = {006.4}
}
@article{buadesReviewImageDenoising2005,
title = {A {{Review}} of {{Image Denoising Algorithms}}, with a {{New One}}},
author = {Buades, A. and Coll, B. and Morel, J. M.},
year = {2005},
month = jan,
journal = {Multiscale Modeling \& Simulation},
volume = {4},
number = {2},
pages = {490--530},
issn = {1540-3459, 1540-3467},
doi = {10.1137/040616024},
urldate = {2024-09-26},
langid = {english},
file = {/Users/zain/Zotero/storage/K4RFA553/Buades et al. - 2005 - A Review of Image Denoising Algorithms, with a New One.pdf}
}
@book{cardonaGeneralPrinciples1978,
title = {General Principles},
editor = {Cardona, Manuel and Ley, Lothar},
year = {1978},
series = {Photoemission in Solids / Ed. by {{M}}. {{Cardona}}},
number = {1},
publisher = {Springer},
address = {Berlin},
isbn = {978-3-662-30919-3 978-3-540-08685-7 978-0-387-08685-9},
langid = {english},
file = {/Users/zain/Zotero/storage/55YL465C/1978 - Photoemission in solids. 1 General principles.pdf}
}
@article{castronetoElectronicPropertiesGraphene2009,
title = {The Electronic Properties of Graphene},
author = {Castro Neto, A. H. and Guinea, F. and Peres, N. M. R. and Novoselov, K. S. and Geim, A. K.},
year = {2009},
month = jan,
journal = {Reviews of Modern Physics},
volume = {81},
number = {1},
pages = {109--162},
issn = {0034-6861, 1539-0756},
doi = {10.1103/RevModPhys.81.109},
urldate = {2024-10-01},
copyright = {http://link.aps.org/licenses/aps-default-license},
langid = {english},
file = {/Users/zain/Zotero/storage/TTGBDCVK/Castro Neto et al. - 2009 - The electronic properties of graphene.pdf}
}
@book{chiuStochasticGeometryIts2013,
title = {Stochastic Geometry and Its Applications},
editor = {Chiu, Sung Nok and Stoyan, Dietrich and Kendall, Wilfrid S. and Mecke, Joseph and Stoyan, Dietrich and Kendall, Wilfrid S. and Mecke, Joseph},
year = {2013},
series = {Wiley Series in Probability and Statistics},
edition = {3. Aufl., 1. publ},
publisher = {Wiley},
address = {Chichester},
isbn = {978-0-470-66481-0},
langid = {english},
file = {/Users/zain/Zotero/storage/3SX336MV/Chiu et al. - 2013 - Stochastic geometry and its applications.pdf}
}
@misc{cicek3DUNetLearning2016,
title = {{{3D U-Net}}: {{Learning Dense Volumetric Segmentation}} from {{Sparse Annotation}}},
shorttitle = {{{3D U-Net}}},
author = {{\c C}i{\c c}ek, {\"O}zg{\"u}n and Abdulkadir, Ahmed and Lienkamp, Soeren S. and Brox, Thomas and Ronneberger, Olaf},
year = {2016},
month = jun,
number = {arXiv:1606.06650},
eprint = {1606.06650},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.1606.06650},
urldate = {2024-09-19},
abstract = {This paper introduces a network for volumetric segmentation that learns from sparsely annotated volumetric images. We outline two attractive use cases of this method: (1) In a semi-automated setup, the user annotates some slices in the volume to be segmented. The network learns from these sparse annotations and provides a dense 3D segmentation. (2) In a fully-automated setup, we assume that a representative, sparsely annotated training set exists. Trained on this data set, the network densely segments new volumetric images. The proposed network extends the previous u-net architecture from Ronneberger et al. by replacing all 2D operations with their 3D counterparts. The implementation performs on-the-fly elastic deformations for efficient data augmentation during training. It is trained end-to-end from scratch, i.e., no pre-trained network is required. We test the performance of the proposed method on a complex, highly variable 3D structure, the Xenopus kidney, and achieve good results for both use cases.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computer Vision and Pattern Recognition},
file = {/Users/zain/Zotero/storage/TPN25ERK/Çiçek et al. - 2016 - 3D U-Net Learning Dense Volumetric Segmentation from Sparse Annotation.pdf;/Users/zain/Zotero/storage/J5CJEUP7/1606.html}
}
@article{correaTEMPUSTimepix4basedSystem2024,
title = {{{TEMPUS}}, a {{Timepix4-based}} System for the Event-Based Detection of {{X-rays}}},
author = {Correa, Jonathan and Ignatenko, Alexandr and Pennicard, David and Lange, Sabine and Fridman, Sergei and Karl, Sebastian and Lohse, Leon and Senfftleben, Bj{\"o}rn and Sergeev, Ilya and Velten, Sven and Prajapat, Deepak and Bocklage, Lars and Bromberger, Hubertus and Samartsev, Andrey and Chumakov, Aleksandr and R{\"u}ffer, Rudolf and Von Zanthier, Joachim and R{\"o}hlsberger, Ralf and Graafsma, Heinz},
year = {2024},
month = sep,
journal = {Journal of Synchrotron Radiation},
volume = {31},
number = {5},
pages = {1209--1216},
issn = {1600-5775},
doi = {10.1107/S1600577524005319},
urldate = {2024-11-17},
abstract = {TEMPUS is a new detector system being developed for photon science. It is based on the Timepix4 chip and, thus, it can be operated in two distinct modes: a photon-counting mode, which allows for conventional full-frame readout at rates up to 40\>kfps; and an event-driven time-stamping mode, which allows excellent time resolution in the nanosecond regime in measurements with moderate X-ray flux. In this paper, the initial prototype, a single-chip device, is introduced, and the readout system described. Moreover, and in order to evaluate its capabilities, some tests were performed at PETRA\>III and ESRF for which results are also presented.},
file = {/Users/zain/Zotero/storage/5NLK232R/Correa et al. - 2024 - TEMPUS, a Timepix4-based system for the event-based detection of X-rays.pdf}
}
@inproceedings{dabovImageDenoisingBlockmatching2006,
title = {Image Denoising with Block-Matching and {{3D}} Filtering},
booktitle = {Electronic {{Imaging}} 2006},
author = {Dabov, Kostadin and Foi, Alessandro and Katkovnik, Vladimir and Egiazarian, Karen},
editor = {Dougherty, Edward R. and Astola, Jaakko T. and Egiazarian, Karen O. and Nasrabadi, Nasser M. and Rizvi, Syed A.},
year = {2006},
month = feb,
pages = {606414},
address = {San Jose, CA},
doi = {10.1117/12.643267},
urldate = {2024-09-25},
abstract = {We present a novel approach to still image denoising based on e ective filtering in 3D transform domain by combining sliding-window transform processing with block-matching. We process blocks within the image in a sliding manner and utilize the block-matching concept by searching for blocks which are similar to the currently processed one. The matched blocks are stacked together to form a 3D array and due to the similarity between them, the data in the array exhibit high level of correlation. We exploit this correlation by applying a 3D decorrelating unitary transform and e ectively attenuate the noise by shrinkage of the transform coe!cients. The subsequent inverse 3D transform yields estimates of all matched blocks. After repeating this procedure for all image blocks in sliding manner, the final estimate is computed as weighed average of all overlapping blockestimates. A fast and e!cient algorithm implementing the proposed approach is developed. The experimental results show that the proposed method delivers state-of-art denoising performance, both in terms of objective criteria and visual quality.},
langid = {english},
file = {/Users/zain/Zotero/storage/HRS9WFVG/Dabov et al. - 2006 - Image denoising with block-matching and 3D filtering.pdf}
}
@article{dabovImageDenoisingSparse2007,
title = {Image {{Denoising}} by {{Sparse}} 3-{{D Transform-Domain Collaborative Filtering}}},
author = {Dabov, Kostadin and Foi, Alessandro and Katkovnik, Vladimir and Egiazarian, Karen},
year = {2007},
month = aug,
journal = {IEEE Transactions on Image Processing},
volume = {16},
number = {8},
pages = {2080--2095},
issn = {1941-0042},
doi = {10.1109/TIP.2007.901238},
urldate = {2024-09-03},
abstract = {We propose a novel image denoising strategy based on an enhanced sparse representation in transform domain. The enhancement of the sparsity is achieved by grouping similar 2D image fragments (e.g., blocks) into 3D data arrays which we call "groups." Collaborative Altering is a special procedure developed to deal with these 3D groups. We realize it using the three successive steps: 3D transformation of a group, shrinkage of the transform spectrum, and inverse 3D transformation. The result is a 3D estimate that consists of the jointly filtered grouped image blocks. By attenuating the noise, the collaborative filtering reveals even the finest details shared by grouped blocks and, at the same time, it preserves the essential unique features of each individual block. The filtered blocks are then returned to their original positions. Because these blocks are overlapping, for each pixel, we obtain many different estimates which need to be combined. Aggregation is a particular averaging procedure which is exploited to take advantage of this redundancy. A significant improvement is obtained by a specially developed collaborative Wiener filtering. An algorithm based on this novel denoising strategy and its efficient implementation are presented in full detail; an extension to color-image denoising is also developed. The experimental results demonstrate that this computationally scalable algorithm achieves state-of-the-art denoising performance in terms of both peak signal-to-noise ratio and subjective visual quality.},
keywords = {3-D transform shrinkage,Adaptive grouping,block matching,Collaboration,Discrete cosine transforms,Energy resolution,Filtering,image denoising,Image denoising,Noise reduction,Signal processing,Signal processing algorithms,Signal resolution,sparsity,Spatial resolution},
file = {/Users/zain/Documents/Masters/Thesis/papers/Dabov et al. - 2007 - Image Denoising by Sparse 3-D Transform-Domain Collaborative Filtering.pdf;/Users/zain/Zotero/storage/H64SLRFP/4271520.html}
}
@article{dabovImageDenoisingSparse2007b,
title = {Image {{Denoising}} by {{Sparse}} 3-{{D Transform-Domain Collaborative Filtering}}},
author = {Dabov, Kostadin and Foi, Alessandro and Katkovnik, Vladimir and Egiazarian, Karen},
year = {2007},
month = aug,
journal = {IEEE Transactions on Image Processing},
volume = {16},
number = {8},
pages = {2080--2095},
issn = {1941-0042},
doi = {10.1109/TIP.2007.901238},
urldate = {2024-09-26},
abstract = {We propose a novel image denoising strategy based on an enhanced sparse representation in transform domain. The enhancement of the sparsity is achieved by grouping similar 2D image fragments (e.g., blocks) into 3D data arrays which we call "groups." Collaborative Altering is a special procedure developed to deal with these 3D groups. We realize it using the three successive steps: 3D transformation of a group, shrinkage of the transform spectrum, and inverse 3D transformation. The result is a 3D estimate that consists of the jointly filtered grouped image blocks. By attenuating the noise, the collaborative filtering reveals even the finest details shared by grouped blocks and, at the same time, it preserves the essential unique features of each individual block. The filtered blocks are then returned to their original positions. Because these blocks are overlapping, for each pixel, we obtain many different estimates which need to be combined. Aggregation is a particular averaging procedure which is exploited to take advantage of this redundancy. A significant improvement is obtained by a specially developed collaborative Wiener filtering. An algorithm based on this novel denoising strategy and its efficient implementation are presented in full detail; an extension to color-image denoising is also developed. The experimental results demonstrate that this computationally scalable algorithm achieves state-of-the-art denoising performance in terms of both peak signal-to-noise ratio and subjective visual quality.},
keywords = {3-D transform shrinkage,Adaptive grouping,block matching,Collaboration,Discrete cosine transforms,Energy resolution,Filtering,image denoising,Image denoising,Noise reduction,Signal processing,Signal processing algorithms,Signal resolution,sparsity,Spatial resolution},
file = {/Users/zain/Zotero/storage/LA2PVNJV/Dabov et al. - 2007 - Image Denoising by Sparse 3-D Transform-Domain Collaborative Filtering.pdf;/Users/zain/Zotero/storage/9M264SI3/4271520.html}
}
@article{dellangelaTimeResolvedXray2015,
title = {Time Resolved {{X-ray}} Absorption Spectroscopy in Condensed Matter: {{A}} Road Map to the Future},
shorttitle = {Time Resolved {{X-ray}} Absorption Spectroscopy in Condensed Matter},
author = {Dell'Angela, Martina and Parmigiani, Fulvio and Malvestuto, Marco},
year = {2015},
month = apr,
journal = {Journal of Electron Spectroscopy and Related Phenomena},
series = {Special {{Anniversary Issue}}: {{Volume}} 200},
volume = {200},
pages = {22--30},
issn = {0368-2048},
doi = {10.1016/j.elspec.2015.06.014},
urldate = {2024-10-29},
abstract = {Nowadays cutting edge femtosecond EUV and soft X-rays radiation sources are the driving force of groundbreaking time resolved X-ray spectroscopies. These new light sources are allowing pioneering experiments in the field of ultrafast phenomena and disclosing new insights about the physics of the out-of-equilibrium matter. Here we report an introductory and concise outlook about some possible perspectives in this field.},
keywords = {Free electron laser,High harmonic generation laser source,Time resolved X-ray spectroscopies,X-ray femtosecond slicing sources},
file = {/Users/zain/Zotero/storage/WFXBBP8T/S0368204815001449.html}
}
@book{demtroderAtomsMoleculesPhotons2010,
title = {Atoms, {{Molecules}} and {{Photons}}},
author = {Demtr{\"o}der, Wolfgang},
year = {2010},
publisher = {Springer Berlin Heidelberg},
doi = {10.1007/978-3-642-10298-1}
}
@article{diwakarReviewCTImage2018,
title = {A Review on {{CT}} Image Noise and Its Denoising},
author = {Diwakar, Manoj and Kumar, Manoj},
year = {2018},
month = apr,
journal = {Biomedical Signal Processing and Control},
volume = {42},
pages = {73--88},
issn = {1746-8094},
doi = {10.1016/j.bspc.2018.01.010},
urldate = {2024-09-25},
abstract = {CT imaging is widely used in medical science over the last decades. The process of CT image reconstruction depends on many physical measurements such as radiation dose, software/hardware. Due to statistical uncertainty in all physical measurements in Computed Tomography, the inevitable noise is introduced in CT images. Therefore, edge-preserving denoising methods are required to enhance the quality of CT images. However, there is a tradeoff between noise reduction and the preservation of actual medical relevant contents. Reducing the noise without losing the important features of the image such as edges, corners and other sharp structures, is a challenging task. Nevertheless, various techniques have been presented to suppress the noise from the CT scanned images. Each technique has their own assumptions, merits and limitations. This paper contains a survey of some significant work in the area of CT image denoising. Often, researchers face difficulty to understand the noise in CT images and also to select an appropriate denoising method that is specific to their purpose. Hence, a brief introduction about CT imaging, the characteristics of noise in CT images and the popular methods of CT image denoising are presented here. The merits and drawbacks of CT image denoising methods are also discussed.},
keywords = {Anisotropic function,Computed Tomography,Image denoising,Isotropic function,Total variation},
file = {/Users/zain/Zotero/storage/3XC9A27Y/Diwakar and Kumar - 2018 - A review on CT image noise and its denoising.pdf;/Users/zain/Zotero/storage/3VFZVZJS/S1746809418300107.html}
}
@inproceedings{drorYahooMusicDataset2012,
title = {The {{Yahoo}}! {{Music Dataset}} and {{KDD-Cup}}'11},
booktitle = {Proceedings of {{KDD Cup}} 2011},
author = {Dror, Gideon and Koenigstein, Noam and Koren, Yehuda and Weimer, Markus},
year = {2012},
month = jun,
pages = {3--18},
publisher = {PMLR},
issn = {1938-7228},
urldate = {2024-10-17},
abstract = {KDD-Cup 2011 challenged the community to identify user tastes in music by leveraging Yahoo! Music user ratings. The competition hosted two tracks, which were based on two datasets sampled from the raw data, including hundreds of millions of ratings. The underlying ratings were given to four types of musical items: tracks, albums, artists, and genres, forming a four level hierarchical taxonomy. The challenge started on March 15, 2011 and ended on June 30, 2011 attracting 2389 participants, 2100 of which were active by the end of the competition. The popularity of the challenge is related to the fact that learning a large scale recommender systems is a generic problem, highly relevant to the industry. In addition, the contest drew interest by introducing a number of scientific and technical challenges including dataset size, hierarchical structure of items, high resolution timestamps of ratings, and a non-conventional ranking-based task. This paper provides the organizers' account of the contest, including: a detailed analysis of the datasets, discussion of the contest goals and actual conduct, and lessons learned throughout the contest.},
langid = {english},
file = {/Users/zain/Zotero/storage/KL7LB7RB/Dror et al. - 2012 - The Yahoo! Music Dataset and KDD-Cup’11.pdf}
}
@article{einsteinUberErzeugungUnd1905,
title = {{\"U}ber Einen Die {{Erzeugung}} Und {{Verwandlung}} Des {{Lichtes}} Betreffenden Heuristischen {{Gesichtspunkt}}},
author = {Einstein, A.},
year = {1905},
journal = {Annalen der Physik},
volume = {322},
number = {6},
pages = {132--148},
doi = {10.1002/andp.19053220607}
}
@article{eskiciogluImageQualityMeasures1995,
title = {Image Quality Measures and Their Performance},
author = {Eskicioglu, A.M. and Fisher, P.S.},
year = {1995},
month = dec,
journal = {IEEE Transactions on Communications},
volume = {43},
number = {12},
pages = {2959--2965},
issn = {1558-0857},
doi = {10.1109/26.477498},
urldate = {2024-10-25},
abstract = {A number of quality measures are evaluated for gray scale image compression. They are all bivariate, exploiting the differences between corresponding pixels in the original and degraded images. It is shown that although some numerical measures correlate well with the observers' response for a given compression technique, they are not reliable for an evaluation across different techniques. A graphical measure called Hosaka plots, however, can be used to appropriately specify not only the amount, but also the type of degradation in reconstructed images.},
keywords = {Biomedical imaging,Data compression,Degradation,Humans,Image coding,Image quality,Image reconstruction,Pixel,Transform coding},
file = {/Users/zain/Zotero/storage/ZDWSR3HC/Eskicioglu and Fisher - 1995 - Image quality measures and their performance.pdf}
}
@article{faatzSimultaneousOperationTwo2016,
title = {Simultaneous Operation of Two Soft X-Ray Free-Electron Lasers Driven by One Linear Accelerator},
author = {Faatz, B. and Pl{\"o}njes, E. and Ackermann, S. and Agababyan, A. and Asgekar, V. and Ayvazyan, V. and Baark, S. and Baboi, N. and Balandin, V. and von Bargen, N. and Bican, Y. and Bilani, O. and B{\"o}dewadt, J. and B{\"o}hnert, M. and B{\"o}spflug, R. and Bonfigt, S. and Bolz, H. and Borges, F. and Borkenhagen, O. and Brachmanski, M. and Braune, M. and Brinkmann, A. and Brovko, O. and Bruns, T. and Castro, P. and Chen, J. and Czwalinna, M. K. and Damker, H. and Decking, W. and Degenhardt, M. and Delfs, A. and Delfs, T. and Deng, H. and Dressel, M. and Duhme, H.-T. and D{\"u}sterer, S. and Eckoldt, H. and Eislage, A. and Felber, M. and Feldhaus, J. and Gessler, P. and Gibau, M. and Golubeva, N. and Golz, T. and Gonschior, J. and Grebentsov, A. and Grecki, M. and Gr{\"u}n, C. and Grunewald, S. and Hacker, K. and H{\"a}nisch, L. and Hage, A. and Hans, T. and Hass, E. and Hauberg, A. and Hensler, O. and Hesse, M. and Heuck, K. and Hidvegi, A. and Holz, M. and Honkavaara, K. and H{\"o}ppner, H. and Ignatenko, A. and J{\"a}ger, J. and Jastrow, U. and Kammering, R. and Karstensen, S. and Kaukher, A. and Kay, H. and Keil, B. and Klose, K. and Kocharyan, V. and K{\"o}pke, M. and K{\"o}rfer, M. and Kook, W. and Krause, B. and Krebs, O. and Kreis, S. and Krivan, F. and Kuhlmann, J. and Kuhlmann, M. and Kube, G. and Laarmann, T. and Lechner, C. and Lederer, S. and Leuschner, A. and Liebertz, D. and Liebing, J. and Liedtke, A. and Lilje, L. and Limberg, T. and Lipka, D. and Liu, B. and Lorbeer, B. and Ludwig, K. and Mahn, H. and Marinkovic, G. and Martens, C. and Marutzky, F. and Maslocv, M. and Meissner, D. and Mildner, N. and Miltchev, V. and Molnar, S. and Mross, D. and M{\"u}ller, F. and Neumann, R. and Neumann, P. and N{\"o}lle, D. and Obier, F. and Pelzer, M. and Peters, H.-B. and Petersen, K. and Petrosyan, A. and Petrosyan, G. and Petrosyan, L. and Petrosyan, V. and Petrov, A. and Pfeiffer, S. and Piotrowski, A. and Pisarov, Z. and Plath, T. and Pototzki, P. and Prandolini, M. J. and Prenting, J. and Priebe, G. and Racky, B. and Ramm, T. and Rehlich, K. and Riedel, R. and Roggli, M. and R{\"o}hling, M. and {R{\"o}nsch-Schulenburg}, J. and Rossbach, J. and Rybnikov, V. and Sch{\"a}fer, J. and Schaffran, J. and Schlarb, H. and Schlesselmann, G. and Schl{\"o}sser, M. and Schmid, P. and Schmidt, C. and {Schmidt-F{\"o}hre}, F. and Schmitz, M. and Schneidmiller, E. and Sch{\"o}ps, A. and Scholz, M. and Schreiber, S. and Sch{\"u}tt, K. and Sch{\"u}tz, U. and {Schulte-Schrepping}, H. and Schulz, M. and Shabunov, A. and Smirnov, P. and Sombrowski, E. and Sorokin, A. and Sparr, B. and Spengler, J. and Staack, M. and Stadler, M. and Stechmann, C. and Steffen, B. and Stojanovic, N. and Sychev, V. and Syresin, E. and Tanikawa, T. and Tavella, F. and Tesch, N. and Tiedtke, K. and Tischer, M. and Treusch, R. and Tripathi, S. and Vagin, P. and Vetrov, P. and Vilcins, S. and Vogt, M. and Wagner, A. de Zubiaurre and Wamsat, T. and Weddig, H. and Weichert, G. and Weigelt, H. and Wentowski, N. and Wiebers, C. and Wilksen, T. and Willner, A. and Wittenburg, K. and Wohlenberg, T. and Wortmann, J. and Wurth, W. and Yurkov, M. and Zagorodnov, I. and Zemella, J.},
year = {2016},
month = jun,
journal = {New Journal of Physics},
volume = {18},
number = {6},
pages = {062002},
publisher = {IOP Publishing},
issn = {1367-2630},
doi = {10.1088/1367-2630/18/6/062002},
urldate = {2024-09-24},
abstract = {Extreme-ultraviolet to x-ray free-electron lasers (FELs) in operation for scientific applications are up to now single-user facilities. While most FELs generate around 100 photon pulses per second, FLASH at DESY can deliver almost two orders of magnitude more pulses in this time span due to its superconducting accelerator technology. This makes the facility a prime candidate to realize the next step in FELs---dividing the electron pulse trains into several FEL lines and delivering photon pulses to several users at the same time. Hence, FLASH has been extended with a second undulator line and self-amplified spontaneous emission (SASE) is demonstrated in both FELs simultaneously. FLASH can now deliver MHz pulse trains to two user experiments in parallel with individually selected photon beam characteristics. First results of the capabilities of this extension are shown with emphasis on independent variation of wavelength, repetition rate, and photon pulse length.},
langid = {english}
}
@article{fanBriefReviewImage2019,
title = {Brief Review of Image Denoising Techniques},
author = {Fan, Linwei and Zhang, Fan and Fan, Hui and Zhang, Caiming},
year = {2019},
month = jul,
journal = {Visual Computing for Industry, Biomedicine, and Art},
volume = {2},
number = {1},
pages = {7},
issn = {2524-4442},
doi = {10.1186/s42492-019-0016-7},
urldate = {2024-09-25},
abstract = {With the explosion in the number of digital images taken every day, the demand for more accurate and visually pleasing images is increasing. However, the images captured by modern cameras are inevitably degraded by noise, which leads to deteriorated visual image quality. Therefore, work is required to reduce noise without losing image features (edges, corners, and other sharp structures). So far, researchers have already proposed various methods for decreasing noise. Each method has its own advantages and disadvantages. In this paper, we summarize some important research in the field of image denoising. First, we give the formulation of the image denoising problem, and then we present several image denoising techniques. In addition, we discuss the characteristics of these techniques. Finally, we provide several promising directions for future research.},
keywords = {Convolutional neural network,Image denoising,Low-rank,Non-local means,Sparse representation},
file = {/Users/zain/Zotero/storage/VTD3IQ6F/Fan et al. - 2019 - Brief review of image denoising techniques.pdf;/Users/zain/Zotero/storage/9E43CQJR/s42492-019-0016-7.html}
}
@book{fellerIntroductionProbabilityTheory1991,
title = {An Introduction to Probability Theory and Its Applications. {{Vol}}. 2},
author = {Feller, William},
year = {1991},
series = {Wiley Series in Probability and Mathematical Statistics},
edition = {2. ed.},
volume = {2},
publisher = {Wiley},
address = {S.l..},
isbn = {978-0-471-25709-7},
langid = {english},
file = {/Users/zain/Documents/Masters/Thesis/books/Feller-1968-vol2.pdf}
}
@book{fellerIntroductionProbabilityTheory1991a,
title = {An Introduction to Probability Theory and Its Applications},
author = {Feller, William},
year = {1991},
series = {Wiley Series in Probability and Mathematical Statistics},
edition = {Third ed. rev},
publisher = {J. Wiley},
address = {New York Chichester Brisbane [etc.]},
isbn = {978-0-471-25708-0},
langid = {english},
lccn = {519.2},
keywords = {Math,Poisson,Statistics},
file = {/Users/zain/Documents/Masters/Thesis/books/an-introduction-to-probability-theory-and-its-applications.pdf}
}
@book{foxQuantumOpticsIntroduction2006,
title = {Quantum Optics: An Introduction},
shorttitle = {Quantum Optics},
author = {Fox, Mark},
year = {2006},
series = {Oxford Master Series in Physics},
number = {15},
publisher = {Oxford University Press},
address = {Oxford},
isbn = {978-0-19-856672-4},
langid = {english},
lccn = {535.15},
file = {/Users/zain/Zotero/storage/SEPWEUJR/Fox - 2006 - Quantum optics an introduction.pdf}
}
@book{gelmanRegressionOtherStories2021,
title = {Regression and Other Stories},
author = {Gelman, Andrew and Hill, Jennifer and Vehtari, Aki},
year = {2021},
series = {Analytical Methods for Social Research},
publisher = {Cambridge University Press},
address = {Cambridge},
doi = {10.1017/9781139161879},
abstract = {Most textbooks on regression focus on theory and the simplest of examples. Real statistical problems, however, are complex and subtle. This is not a book about the theory of regression. It is about using regression to solve real problems of comparison, estimation, prediction, and causal inference. Unlike other books, it focuses on practical issues such as sample size and missing data and a wide range of goals and techniques. It jumps right in to methods and computer code you can use immediately. Real examples, real stories from the authors' experience demonstrate what regression can do and its limitations, with practical advice for understanding assumptions and implementing methods for experiments and observational studies. They make a smooth transition to logistic regression and GLM. The emphasis is on computation in R and Stan rather than derivations, with code available online. Graphics and presentation aid understanding of the models and model fitting},
isbn = {978-1-107-02398-7 978-1-139-16187-9 978-1-107-67651-0},
langid = {english},
file = {/Users/zain/Zotero/storage/PNICYRP5/Gelman et al. - 2021 - Regression and other stories.pdf}
}
@book{gerryIntroductoryQuantumOptics2004,
title = {Introductory {{Quantum Optics}}},
author = {Gerry, Christopher and Knight, Peter},
year = {2004},
publisher = {Cambridge University Press},
address = {Cambridge},
doi = {10.1017/CBO9780511791239},
urldate = {2024-08-30},
abstract = {This book provides an elementary introduction to the subject of quantum optics, the study of the quantum mechanical nature of light and its interaction with matter. The presentation is almost entirely concerned with the quantized electromagnetic field. Topics covered include single-mode field quantization in a cavity, quantization of multimode fields, quantum phase, coherent states, quasi-probability distribution in phase space, atom-field interactions, the Jaynes-Cummings model, quantum coherence theory, beam splitters and interferometers, dissipative interactions, nonclassical field states with squeezing etc., 'Schr{\"o}dinger cat' states, tests of local realism with entangled photons from down-conversion, experimental realizations of cavity quantum electrodynamics, trapped ions, decoherence, and some applications to quantum information processing, particularly quantum cryptography. The book contains many homework problems and an extensive bibliography. This text is designed for upper-level undergraduates taking courses in quantum optics who have already taken a course in quantum mechanics, and for first and second year graduate students.},
isbn = {978-0-521-52735-4},
file = {/Users/zain/Zotero/storage/HMV3R3R5/Gerry and Knight - Introductory Quantum Optics.pdf}
}
@book{goodfellowDeepLearning2016,
title = {Deep Learning},
author = {Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron},
year = {2016},
series = {Adaptive Computation and Machine Learning},
publisher = {The MIT Press},
address = {Cambridge, Massachusetts},
isbn = {978-0-262-03561-3},
lccn = {Q325.5 .G66 2016},
keywords = {Autoencoder,Deep Learning,Machine learning},
file = {/Users/zain/Documents/Masters/Thesis/books/Ian Goodfellow, Yoshua Bengio, Aaron Courville - Deep Learning (2017, MIT).pdf}
}
@article{gorlachQuantumopticalNatureHigh2020,
title = {The Quantum-Optical Nature of High Harmonic Generation},
author = {Gorlach, Alexey and Neufeld, Ofer and Rivera, Nicholas and Cohen, Oren and Kaminer, Ido},
year = {2020},
month = sep,
journal = {Nature Communications},
volume = {11},
number = {1},
pages = {4598},
issn = {2041-1723},
doi = {10.1038/s41467-020-18218-w},
urldate = {2024-10-29},
abstract = {Abstract High harmonic generation (HHG) is an extremely nonlinear effect generating coherent broadband radiation and pulse durations reaching attosecond timescales. Conventional models of HHG that treat the driving and emitted fields classically are usually very successful but inherently cannot capture the quantum-optical nature of the process. Although prior work considered quantum HHG, it remains unknown in what conditions the spectral and statistical properties of the radiation depart considerably from the known phenomenology of HHG. The discovery of such conditions could lead to novel sources of attosecond light having squeezing and entanglement. Here, we present a fully-quantum theory of extreme nonlinear optics, predicting quantum effects that alter both the spectrum and photon statistics of HHG, thus departing from all previous approaches. We predict the emission of shifted frequency combs and identify spectral features arising from the breakdown of the dipole approximation for the emission. Our results show that each frequency component of HHG can be bunched and squeezed and that each emitted photon is a superposition of all frequencies in the spectrum, i.e., each photon is a comb. Our general approach is applicable to a wide range of nonlinear optical processes, paving the way towards novel quantum phenomena in extreme nonlinear optics.},
langid = {english},
file = {/Users/zain/Zotero/storage/MRZ3GG2I/Gorlach et al. - 2020 - The quantum-optical nature of high harmonic generation.pdf}
}
@article{greenwoodInquiryNatureFrequency1920,
title = {An {{Inquiry}} into the {{Nature}} of {{Frequency Distributions Representative}} of {{Multiple Happenings}} with {{Particular Reference}} to the {{Occurrence}} of {{Multiple Attacks}} of {{Disease}} or of {{Repeated Accidents}}},
author = {Greenwood, Major and Yule, G. Udny},
year = {1920},
journal = {Journal of the Royal Statistical Society},
volume = {83},
number = {2},
eprint = {2341080},
eprinttype = {jstor},
pages = {255--279},
publisher = {[Wiley, Royal Statistical Society]},
issn = {0952-8385},
doi = {10.2307/2341080},
urldate = {2024-09-19},
keywords = {Gamma-Poisson},
file = {/Users/zain/Zotero/storage/9GR7PCYI/Greenwood and Yule - 1920 - An Inquiry into the Nature of Frequency Distributions Representative of Multiple Happenings with Par.pdf}
}
@book{grootCoreLevelSpectroscopy2008,
title = {Core {{Level Spectroscopy}} of {{Solids}}},
author = {de Groot, Frank and Kotani, Akio},
year = {2008},
publisher = {CRS Press},
address = {NW, United States},
isbn = {978-0-8493-9071-5},
file = {/Users/zain/Zotero/storage/NZ6K777H/Groot and Kotani - 2008 - Core Level Spectroscopy of Solids.pdf}
}
@book{harocheExploringQuantumAtoms2006,
title = {Exploring the Quantum: Atoms, Cavities and Photons},
shorttitle = {Exploring the Quantum},
author = {Haroche, S. and Raimond, J.-M.},
year = {2006},
series = {Oxford Graduate Texts},
publisher = {Oxford University Press},
address = {Oxford ; New York},
isbn = {978-0-19-850914-1},
lccn = {QC174.12 .H376 2006},
keywords = {Quantum theory},
annotation = {OCLC: ocm68770236},
file = {/Users/zain/Zotero/storage/E89ISBM9/Haroche and Raimond - 2006 - Exploring the quantum atoms, cavities and photons.pdf}
}
@article{heberMultispectralTimeresolvedEnergy2022,
title = {Multispectral Time-Resolved Energy--Momentum Microscopy Using High-Harmonic Extreme Ultraviolet Radiation},
author = {Heber, Michael and Wind, Nils and Kutnyakhov, Dmytro and Pressacco, Federico and Arion, Tiberiu and Roth, Friedrich and Eberhardt, Wolfgang and Rossnagel, Kai},
year = {2022},
month = aug,
journal = {Review of Scientific Instruments},
volume = {93},
number = {8},
pages = {083905},
issn = {0034-6748, 1089-7623},
doi = {10.1063/5.0091003},
urldate = {2024-08-19},
abstract = {A 790-nm-driven high-harmonic generation source with a repetition rate of 6~kHz is combined with a toroidal-grating monochromator and a high-detection-efficiency photoelectron time-of-flight momentum microscope to enable time- and momentum-resolved photoemission spectroscopy over a spectral range of 23.6--45.5~eV with sub-100~fs time resolution. Three-dimensional (3D) Fermi surface mapping is demonstrated on graphene-covered Ir(111) with energy and momentum resolutions of {$\lessequivlnt$}100 meV and {$\lessequivlnt$}0.1 {\AA}-1, respectively. The tabletop experiment sets the stage for measuring the kz-dependent ultrafast dynamics of 3D electronic structure, including band structure, Fermi surface, and carrier dynamics in 3D materials as well as 3D orbital dynamics in molecular layers.},
langid = {english},
keywords = {ARPES,Dataset},
file = {/Users/zain/Documents/Masters/Thesis/papers/JD-32.pdf}
}
@phdthesis{heberStudiesUltrafastDynamics2024,
title = {Studies on Ultrafast Dynamics in Correlated Electron Systems with Time- and Angle-Resolved Photoemission Spectroscopy},
author = {Heber, Michael},
year = {2024},
address = {Hamburg},
school = {University of Hamburg}
}
@article{heimerlMultiphotonElectronEmission2024,
title = {Multiphoton Electron Emission with Non-Classical Light},
author = {Heimerl, Jonas and Mikhaylov, Alexander and Meier, Stefan and H{\"o}llerer, Henrick and Kaminer, Ido and Chekhova, Maria and Hommelhoff, Peter},
year = {2024},
month = jun,
journal = {Nature Physics},
volume = {20},
number = {6},
pages = {945--950},
publisher = {Nature Publishing Group},
issn = {1745-2481},
doi = {10.1038/s41567-024-02472-6},
urldate = {2024-08-28},
abstract = {Photon number distributions of classical and non-classical light sources have been studied extensively, yet their impact on photoemission processes is largely unexplored. In this article, we present measurements of electron number distributions from metal needle tips illuminated with ultrashort light pulses with various photon quantum statistics. By varying the photon statistics of the exciting light field between classical (Poissonian) and quantum (super-Poissonian), we demonstrate that the measured electron distributions are changed substantially. Using single-mode bright squeezed vacuum light, we measure extreme statistics events with up to 65 electrons from one light pulse at a mean of 0.27 electrons per pulse---the likelihood for such an event equals 10-128 with Poissonian statistics. By changing the number of modes of the exciting bright squeezed vacuum, we can tailor the electron number distribution on demand. Most importantly, our results demonstrate that the photon statistics is imprinted from the driving light to the emitted electrons, opening the door to new sensor devices and to strong-field optics with quantum light and electrons.},
copyright = {2024 The Author(s), under exclusive licence to Springer Nature Limited},
langid = {english},
keywords = {Nanophotonics and plasmonics,Nonlinear optics,Quantum optics},
file = {/Users/zain/Zotero/storage/GNWJFTJC/Heimerl et al. - 2024 - Multiphoton electron emission with non-classical light.pdf}
}
@book{heisenbergPhysicalPrinciplesQuantum2009,
title = {The Physical Principles of the Quantum Theory},
author = {Heisenberg, Werner and Eckart, Carl and Hoyt, Frank C. and Heisenberg, Werner},
year = {2009},
series = {Dover Books on Physics},
edition = {Nachdr.},
publisher = {Dover Publ},
address = {Mineola, NY},
isbn = {978-0-486-60113-7},
langid = {english}
}
@book{hohenesterNanoQuantumOptics2020,
title = {Nano and {{Quantum Optics}}: {{An Introduction}} to {{Basic Principles}} and {{Theory}}},
shorttitle = {Nano and {{Quantum Optics}}},
author = {Hohenester, Ulrich},
year = {2020},
series = {Graduate {{Texts}} in {{Physics}}},
publisher = {Springer International Publishing},
address = {Cham},
doi = {10.1007/978-3-030-30504-8},
urldate = {2024-09-20},
copyright = {http://www.springer.com/tdm},
isbn = {978-3-030-30503-1 978-3-030-30504-8},
langid = {english},
file = {/Users/zain/Zotero/storage/S3F9Y3TU/Hohenester - 2020 - Nano and Quantum Optics An Introduction to Basic Principles and Theory.pdf}
}
@article{hoyerXarrayNDLabeled2017,
title = {Xarray: {{N-D}} Labeled {{Arrays}} and {{Datasets}} in {{Python}}},
shorttitle = {Xarray},
author = {Hoyer, Stephan and Hamman, Joe},
year = {2017},
month = apr,
journal = {Journal of Open Research Software},
volume = {5},
number = {1},
pages = {10},
issn = {2049-9647},
doi = {10.5334/jors.148},
urldate = {2024-09-02},
copyright = {http://creativecommons.org/licenses/by/4.0},
file = {/Users/zain/Zotero/storage/2JKHINX3/Hoyer and Hamman - 2017 - xarray N-D labeled Arrays and Datasets in Python.pdf}
}
@article{huberRobustEstimationLocation,
title = {Robust {{Estimation}} of a {{Location Parameter}}},
author = {Huber, Peter J.},
urldate = {2024-11-21},
abstract = {This paper contains a new approach toward a theory of robust estimation; it treats in detail the asymptotic theory of estimating a location parameter for contaminated normal distributions, and exhibits estimators--intermediaries between sample mean and sample median--that are asymptotically most robust (in a sense to be specified) among all translation invariant estimators. For the general background, see Tukey (1960) (p. 448 ff.) Let \$x\_1, {\textbackslash}cdots, x\_n\$ be independent random variables with common distribution function \$F(t - {\textbackslash}xi)\$. The problem is to estimate the location parameter \${\textbackslash}xi\$, but with the complication that the prototype distribution \$F(t)\$ is only approximately known. I shall primarily be concerned with the model of indeterminacy \$F = (1 - {\textbackslash}epsilon){\textbackslash}Phi + {\textbackslash}epsilon H\$, where \$0 {\textbackslash}leqq {\textbackslash}epsilon {$<$} 1\$ is a known number, \${\textbackslash}Phi(t) = (2{\textbackslash}pi){\textasciicircum}\{-{\textbackslash}frac\{1\}\{2\}\} {\textbackslash}int{\textasciicircum}t\_\{-{\textbackslash}infty\} {\textbackslash}exp(-{\textbackslash}frac\{1\}\{2\}s{\textasciicircum}2) ds\$ is the standard normal cumulative and \$H\$ is an unknown contaminating distribution. This model arises for instance if the observations are assumed to be normal with variance 1, but a fraction \${\textbackslash}epsilon\$ of them is affected by gross errors. Later on, I shall also consider other models of indeterminacy, e.g., \${\textbackslash}sup\_t {\textbar}F(t) - {\textbackslash}Phi(t){\textbar} {\textbackslash}leqq {\textbackslash}epsilon\$. Some inconvenience is caused by the fact that location and scale parameters are not uniquely determined: in general, for fixed \${\textbackslash}epsilon\$, there will be several values of \${\textbackslash}xi\$ and \${\textbackslash}sigma\$ such that \${\textbackslash}sup\_t{\textbar}F(t) - {\textbackslash}Phi((t - {\textbackslash}xi)/{\textbackslash}sigma){\textbar} {\textbackslash}leqq {\textbackslash}epsilon\$, and similarly for the contaminated case. Although this inherent and unavoidable indeterminacy is small if \${\textbackslash}epsilon\$ is small and is rather irrelevant for practical purposes, it poses awkward problems for the theory, especially for optimality questions. To remove this difficulty, one may either (i) restrict attention to symmetric distributions, and estimate the location of the center of symmetry (this works for \${\textbackslash}xi\$ but not for \${\textbackslash}sigma\$); or (ii) one may define the parameter to be estimated in terms of the estimator itself, namely by its asymptotic value for sample size \$n {\textbackslash}rightarrow {\textbackslash}infty\$; or (iii) one may define the parameters by arbitrarily chosen functionals of the distribution (e.g., by the expectation, or the median of \$F\$). All three possibilities have unsatisfactory aspects, and I shall usually choose the variant which is mathematically most convenient. It is interesting to look back to the very origin of the theory of estimation, namely to Gauss and his theory of least squares. Gauss was fully aware that his main reason for assuming an underlying normal distribution and a quadratic loss function was mathematical, i.e., computational, convenience. In later times, this was often forgotten, partly because of the central limit theorem. However, if one wants to be honest, the central limit theorem can at most explain why many distributions occurring in practice are approximately normal. The stress is on the word "approximately." This raises a question which could have been asked already by Gauss, but which was, as far as I know, only raised a few years ago (notably by Tukey): What happens if the true distribution deviates slightly from the assumed normal one? As is now well known, the sample mean then may have a catastrophically bad performance: seemingly quite mild deviations may already explode its variance. Tukey and others proposed several more robust substitutes--trimmed means, Winsorized means, etc.--and explored their performance for a few typical violations of normality. A general theory of robust estimation is still lacking; it is hoped that the present paper will furnish the first few steps toward such a theory. At the core of the method of least squares lies the idea to minimize the sum of the squared "errors," that is, to adjust the unknown parameters such that the sum of the squares of the differences between observed and computed values is minimized. In the simplest case, with which we are concerned here, namely the estimation of a location parameter, one has to minimize the expression \${\textbackslash}sum\_i (x\_i - T){\textasciicircum}2\$; this is of course achieved by the sample mean \$T = {\textbackslash}sum\_i x\_i/n\$. I should like to emphasize that no loss function is involved here; I am only describing how the least squares estimator is defined, and neither the underlying family of distributions nor the true value of the parameter to be estimated enters so far. It is quite natural to ask whether one can obtain more robustness by minimizing another function of the errors than the sum of their squares. We shall therefore concentrate our attention to estimators that can be defined by a minimum principle of the form (for a location parameter): \$T = T\_n(x\_1, {\textbackslash}cdots, x\_n) minimizes {\textbackslash}sum\_i {\textbackslash}rho(x\_i - T),\$ {\textbackslash}begin\{equation*\} {\textbackslash}tag\{M\} where {\textbackslash}rho is a non-constant function. {\textbackslash}end\{equation*\} Of course, this definition generalizes at once to more general least squares type problems, where several parameters have to be determined. This class of estimators contains in particular (i) the sample mean \$({\textbackslash}rho(t) = t{\textasciicircum}2)\$, (ii) the sample median \$({\textbackslash}rho(t) = {\textbar}t{\textbar})\$, and more generally, (iii) all maximum likelihood estimators \$({\textbackslash}rho(t) = -{\textbackslash}log f(t)\$, where \$f\$ is the assumed density of the untranslated distribution). These (\$M\$)-estimators, as I shall call them for short, have rather pleasant asymptotic properties; sufficient conditions for asymptotic normality and an explicit expression for their asymptotic variance will be given. How should one judge the robustness of an estimator \$T\_n(x) = T\_n(x\_1, {\textbackslash}cdots, x\_n)\$? Since ill effects from contamination are mainly felt for large sample sizes, it seems that one should primarily optimize large sample robustness properties. Therefore, a convenient measure of robustness for asymptotically normal estimators seems to be the supremum of the asymptotic variance \$(n {\textbackslash}rightarrow {\textbackslash}infty)\$ when \$F\$ ranges over some suitable set of underlying distributions, in particular over the set of all \$F = (1 - {\textbackslash}epsilon){\textbackslash}Phi + {\textbackslash}epsilon H\$ for fixed \${\textbackslash}epsilon\$ and symmetric \$H\$. On second thought, it turns out that the asymptotic variance is not only easier to handle, but that even for moderate values of \$n\$ it is a better measure of performance than the actual variance, because (i) the actual variance of an estimator depends very much on the behavior of the tails of \$H\$, and the supremum of the actual variance is infinite for any estimator whose value is always contained in the convex hull of the observations. (ii) If an estimator is asymptotically normal, then the important central part of its distribution and confidence intervals for moderate confidence levels can better be approximated in terms of the asymptotic variance than in terms of the actual variance. If we adopt this measure of robustness, and if we restrict attention to (\$M\$)-estimators, then it will be shown that the most robust estimator is uniquely determined and corresponds to the following \${\textbackslash}rho:{\textbackslash}rho(t) = {\textbackslash}frac\{1\}\{2\}t{\textasciicircum}2\$ for \${\textbar}t{\textbar} {$<$} k, {\textbackslash}rho(t) = k{\textbar}t{\textbar} - {\textbackslash}frac\{1\}\{2\}k{\textasciicircum}2\$ for \${\textbar}t{\textbar} {\textbackslash}geqq k\$, with \$k\$ depending on \${\textbackslash}epsilon\$. This estimator is most robust even among all translation invariant estimators. Sample mean \$(k = {\textbackslash}infty)\$ and sample median \$(k = 0)\$ are limiting cases corresponding to \${\textbackslash}epsilon = 0\$ and \${\textbackslash}epsilon = 1\$, respectively, and the estimator is closely related and asymptotically equivalent to Winsorizing. I recall the definition of Winsorizing: assume that the observations have been ordered, \$x\_1 {\textbackslash}leqq x\_2 {\textbackslash}leqq {\textbackslash}cdots {\textbackslash}leqq x\_n\$, then the statistic \$T = n{\textasciicircum}\{-1\}(gx\_\{g + 1\} + x\_\{g + 1\} + x\_\{g + 2\} + {\textbackslash}cdots + x\_\{n - h\} + hx\_\{n - h\})\$ is called the Winsorized mean, obtained by Winsorizing the \$g\$ leftmost and the \$h\$ rightmost observations. The above most robust (\$M\$)-estimators can be described by the same formula, except that in the first and in the last summand, the factors \$x\_\{g + 1\}\$ and \$x\_\{n - h\}\$ have to be replaced by some numbers \$u, v\$ satisfying \$x\_g {\textbackslash}leqq u {\textbackslash}leqq x\_\{g + 1\}\$ and \$x\_\{n - h\} {\textbackslash}leqq v {\textbackslash}leqq x\_\{n - h + 1\}\$, respectively; \$g, h, u\$ and \$v\$ depend on the sample. In fact, this (\$M\$)-estimator is the maximum likelihood estimator corresponding to a unique least favorable distribution \$F\_0\$ with density \$f\_0(t) = (1 - {\textbackslash}epsilon)(2{\textbackslash}pi){\textasciicircum}\{-{\textbackslash}frac\{1\}\{2\}\}e{\textasciicircum}\{-{\textbackslash}rho(t)\}\$. This \$f\_0\$ behaves like a normal density for small \$t\$, like an exponential density for large \$t\$. At least for me, this was rather surprising--I would have expected an \$f\_0\$ with much heavier tails. This result is a particular case of a more general one that can be stated roughly as follows: Assume that \$F\$ belongs to some convex set \$C\$ of distribution functions. Then the most robust (\$M\$)-estimator for the set \$C\$ coincides with the maximum likelihood estimator for the unique \$F\_0 {\textbackslash}varepsilon C\$ which has the smallest Fisher information number \$I(F) = {\textbackslash}int (f'/f){\textasciicircum}2f dt\$ among all \$F {\textbackslash}varepsilon C\$. Miscellaneous related problems will also be treated: the case of non-symmetric contaminating distributions; the most robust estimator for the model of indeterminacy \${\textbackslash}sup\_t{\textbar}F(t) - {\textbackslash}Phi(t){\textbar} {\textbackslash}leqq {\textbackslash}epsilon\$; robust estimation of a scale parameter; how to estimate location, if scale and \${\textbackslash}epsilon\$ are unknown; numerical computation of the estimators; more general estimators, e.g., minimizing \${\textbackslash}sum\_\{i {$<$} j\} {\textbackslash}rho(x\_i - T, x\_j - T)\$, where \${\textbackslash}rho\$ is a function of two arguments. Questions of small sample size theory will not be touched in this paper.},
file = {/Users/zain/Zotero/storage/SUY6FJTJ/Huber - Robust Estimation of a Location Parameter.pdf}
}
@article{hunterMatplotlib2DGraphics2007,
title = {Matplotlib: {{A 2D Graphics Environment}}},
shorttitle = {Matplotlib},
author = {Hunter, John D.},
year = {2007},
month = may,
journal = {Computing in Science \& Engineering},
volume = {9},
number = {3},
pages = {90--95},
issn = {1558-366X},
doi = {10.1109/MCSE.2007.55},
urldate = {2024-09-02},
abstract = {Matplotlib is a 2D graphics package used for Python for application development, interactive scripting,and publication-quality image generation across user interfaces and operating systems},
keywords = {application development,Computer languages,Equations,Graphical user interfaces,Graphics,Image generation,Interpolation,Operating systems,Packaging,Programming profession,Python,scientific programming,scripting languages,User interfaces},
file = {/Users/zain/Zotero/storage/DFMDQIQX/4160265.html}
}
@article{jagutzkiBroadapplicationMicrochannelplateDetector2002,
title = {A Broad-Application Microchannel-Plate Detector System for Advanced Particle or Photon Detection Tasks: Large Area Imaging, Precise Multi-Hit Timing Information and High Detection Rate},
shorttitle = {A Broad-Application Microchannel-Plate Detector System for Advanced Particle or Photon Detection Tasks},
author = {Jagutzki, O and Mergel, V and {Ullmann-Pfleger}, K and Spielberger, L and Spillmann, U and D{\"o}rner, R and {Schmidt-B{\"o}cking}, H},
year = {2002},
month = jan,
journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
volume = {477},
number = {1-3},
pages = {244--249},
issn = {01689002},
doi = {10.1016/S0168-9002(01)01839-3},
urldate = {2024-10-26},
abstract = {New applications for single particle and photon detection in many fields require both large area imaging performance and precise time information on each detected particle. Moreover, a very high data acquisition rate is desirable for most applications and eventually the detection and imaging of more than one particle arriving within a microsecond is required. Commercial CCD systems lack the timing information whereas other electronic microchannel plate (MCP) read-out schemes usually suffer from a low acquisition rate and complicated and sometimes costly read-out electronics. We have designed and tested a complete imaging system consisting of an MCP position readout with helical wire delaylines, single-unit amplifier box and PC-controlled time-to-digital converter (TDC) readout. The system is very flexible and can detect and analyse position and timing information at single particle rates beyond 1 MHz. Alternatively, multihit events can be collected and analysed at about 20 kHz rate. We discuss the advantages and applications of this technique and then focus on the detector's ability to detect and analyse multiple hits. r 2002 Elsevier Science B.V. All rights reserved.},
copyright = {https://www.elsevier.com/tdm/userlicense/1.0/},
langid = {english},
file = {/Users/zain/Zotero/storage/29CX3AXI/Jagutzki et al. - 2002 - A broad-application microchannel-plate detector system for advanced particle or photon detection tas.pdf}
}
@book{jamesIntroductionStatisticalLearning2013,
title = {An {{Introduction}} to {{Statistical Learning}}},
author = {James, Gareth and Witten, Daniela and Hastie, Trevor and Tibshirani, Robert},
year = {2013},
series = {Springer {{Texts}} in {{Statistics}}},
volume = {103},
publisher = {Springer New York},
address = {New York, NY},
doi = {10.1007/978-1-4614-7138-7},
urldate = {2024-10-08},
copyright = {http://www.springer.com/tdm},
isbn = {978-1-4614-7137-0 978-1-4614-7138-7},
langid = {english},
file = {/Users/zain/Zotero/storage/GD7DKVMU/James et al. - 2013 - An Introduction to Statistical Learning.pdf}
}
@article{kimDeepLearningbasedStatistical2021,
title = {Deep Learning-Based Statistical Noise Reduction for Multidimensional Spectral Data},
author = {Kim, Younsik and Oh, Dongjin and Huh, Soonsang and Song, Dongjoon and Jeong, Sunbeom and Kwon, Junyoung and Kim, Minsoo and Kim, Donghan and Ryu, Hanyoung and Jung, Jongkeun and Kyung, Wonshik and Sohn, Byungmin and Lee, Suyoung and Hyun, Jounghoon and Lee, Yeonghoon and Kim, Yeongkwan and Kim, Changyoung},
year = {2021},
month = jul,
journal = {Review of Scientific Instruments},
volume = {92},
number = {7},
pages = {073901},
issn = {0034-6748},
doi = {10.1063/5.0054920},
urldate = {2024-08-16},
abstract = {In spectroscopic experiments, data acquisition in multi-dimensional phase space may require long acquisition time, owing to the large phase space volume to be covered. In such a case, the limited time available for data acquisition can be a serious constraint for experiments in which multidimensional spectral data are acquired. Here, taking angle-resolved photoemission spectroscopy (ARPES) as an example, we demonstrate a denoising method that utilizes deep learning as an intelligent way to overcome the constraint. With readily available ARPES data and random generation of training datasets, we successfully trained the denoising neural network without overfitting. The denoising neural network can remove the noise in the data while preserving its intrinsic information. We show that the denoising neural network allows us to perform a similar level of second-derivative and line shape analysis on data taken with two orders of magnitude less acquisition time. The importance of our method lies in its applicability to any multidimensional spectral data that are susceptible to statistical noise.},
keywords = {ARPES,CNN,Deep Learning,Physics},
file = {/Users/zain/Documents/Masters/Thesis/papers/Kim et al. - 2021 - Deep learning-based statistical noise reduction for multidimensional spectral data.pdf}
}
@misc{kingmaAdamMethodStochastic2017,
title = {Adam: {{A Method}} for {{Stochastic Optimization}}},
shorttitle = {Adam},
author = {Kingma, Diederik P. and Ba, Jimmy},
year = {2017},
month = jan,
number = {arXiv:1412.6980},
eprint = {1412.6980},
publisher = {arXiv},
doi = {10.48550/arXiv.1412.6980},
urldate = {2024-11-23},
abstract = {We introduce Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments. The method is straightforward to implement, is computationally efficient, has little memory requirements, is invariant to diagonal rescaling of the gradients, and is well suited for problems that are large in terms of data and/or parameters. The method is also appropriate for non-stationary objectives and problems with very noisy and/or sparse gradients. The hyper-parameters have intuitive interpretations and typically require little tuning. Some connections to related algorithms, on which Adam was inspired, are discussed. We also analyze the theoretical convergence properties of the algorithm and provide a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework. Empirical results demonstrate that Adam works well in practice and compares favorably to other stochastic optimization methods. Finally, we discuss AdaMax, a variant of Adam based on the infinity norm.},
archiveprefix = {arXiv},
keywords = {Computer Science - Machine Learning},
file = {/Users/zain/Zotero/storage/EE97PESZ/Kingma and Ba - 2017 - Adam A Method for Stochastic Optimization.pdf;/Users/zain/Zotero/storage/EMN2LMEM/1412.html}
}
@article{knipferDeepLearningbasedSpatiotemporal2024,
title = {Deep Learning-Based Spatiotemporal Multi-Event Reconstruction for Delay Line Detectors},
author = {Knipfer, Marco and Meier, Stefan and Volk, Tobias and Heimerl, Jonas and Hommelhoff, Peter and Gleyzer, Sergei},
year = {2024},
month = apr,
journal = {Machine Learning: Science and Technology},
volume = {5},
number = {2},
pages = {025019},
publisher = {IOP Publishing},
issn = {2632-2153},
doi = {10.1088/2632-2153/ad3d2d},
urldate = {2024-08-28},
abstract = {Accurate observation of two or more particles within a very narrow time window has always been a challenge in modern physics. It creates the possibility of correlation experiments, such as the ground-breaking Hanbury Brown--Twiss experiment, leading to new physical insights. For low-energy electrons, one possibility is to use a Microchannel plate with subsequent delay lines for the readout of the incident particle hits, a setup called a Delay Line Detector. The spatial and temporal coordinates of more than one particle can be fully reconstructed outside a region called the dead radius. For interesting events, where two electrons are close in space and time, the determination of the individual positions of the electrons requires elaborate peak finding algorithms. While classical methods work well with single particle hits, they fail to identify and reconstruct events caused by multiple nearby particles. To address this challenge, we present a new spatiotemporal machine learning model to identify and reconstruct the position and time of such multi-hit particle signals. This model achieves a much better resolution for nearby particle hits compared to the classical approach, removing some of the artifacts and reducing the dead radius a factor of eight. We show that machine learning models can be effective in improving the spatiotemporal performance of delay line detectors.},
langid = {english},
file = {/Users/zain/Zotero/storage/JAIA675W/Knipfer et al. - 2024 - Deep learning-based spatiotemporal multi-event reconstruction for delay line detectors.pdf}
}
@article{kondratenkoGENERATINGCOHERENTRADIATION1980,
title = {{{GENERATING OF COHERENT RADIATION BY A RELATIVISTIC ELECTRON BEAM IN AN ONDULATOR}}},
author = {Kondratenko, A. M. and Saldin, E. L.},
year = {1980},
journal = {Part. Accel.},
volume = {10},
pages = {207--216},
keywords = {BEAM DYNAMICS,BEAM INSTABILITY,BEAM: ELECTRON,COHERENT RADIATION: EMISSION,ELECTRON: BEAM,EMISSION: COHERENT RADIATION,MAGNET,NUMERICAL CALCULATIONS},
file = {/Users/zain/Zotero/storage/AD7REEUN/Kondratenko and Saldin - 1980 - GENERATING OF COHERENT RADIATION BY A RELATIVISTIC ELECTRON BEAM IN AN ONDULATOR.pdf}
}
@misc{krullNoise2VoidLearningDenoising2018,
title = {{{Noise2Void}} - {{Learning Denoising}} from {{Single Noisy Images}}},
author = {Krull, Alexander and Buchholz, Tim-Oliver and Jug, Florian},
year = {2018},
publisher = {arXiv},
doi = {10.48550/ARXIV.1811.10980},
urldate = {2024-11-25},
abstract = {The field of image denoising is currently dominated by discriminative deep learning methods that are trained on pairs of noisy input and clean target images. Recently it has been shown that such methods can also be trained without clean targets. Instead, independent pairs of noisy images can be used, in an approach known as Noise2Noise (N2N). Here, we introduce Noise2Void (N2V), a training scheme that takes this idea one step further. It does not require noisy image pairs, nor clean target images. Consequently, N2V allows us to train directly on the body of data to be denoised and can therefore be applied when other methods cannot. Especially interesting is the application to biomedical image data, where the acquisition of training targets, clean or noisy, is frequently not possible. We compare the performance of N2V to approaches that have either clean target images and/or noisy image pairs available. Intuitively, N2V cannot be expected to outperform methods that have more information available during training. Still, we observe that the denoising performance of Noise2Void drops in moderation and compares favorably to training-free denoising methods.},
copyright = {arXiv.org perpetual, non-exclusive license},
keywords = {Computer Vision and Pattern Recognition (cs.CV),FOS: Computer and information sciences}
}
@misc{kutnyakhovMultidimensionalPhotoemissionSpectra2024,
title = {Multidimensional Photoemission Spectra of {{Gd}}/{{W}}(110)},
author = {Kutnyakhov, Dmytro},
year = {2024},
month = feb,
publisher = {Zenodo},
doi = {10.5281/ZENODO.10658470},
urldate = {2024-10-25},
abstract = {Pump-probe multidimensional photoemission spectroscopy of gadolinium thin film on tungsten single crystal (Gd/W(110)) measured using an electron momentum~microscope (HEXTOF) at the PG2 beamline at Free Electron Laser FLASH/DESY, Hamburg. The single-event data (in single\_event\_data.zip file) zip file contains data for analysis - analysis\_data:~ runs 44824, 44825, 44826 and 44827 - trMM and data for calibration - calibration\_data: 44762 - chessy sample for PEEM mode FoV calibration 44797 - energy calibration 44798 and 44799 - optical spot profile Additionally, metadata information for every run is available in corresponding JSON files. ~ This dataset is to be used as an example dataset for tutorial with backend for handling photoelectron resolved datastreams:~ https://github.com/OpenCOMPES/sed},
copyright = {Creative Commons Attribution 4.0 International}
}
@article{kutnyakhovTimeMomentumresolvedPhotoemission2020,
title = {Time- and Momentum-Resolved Photoemission Studies Using Time-of-Flight Momentum Microscopy at a Free-Electron Laser},
author = {Kutnyakhov, D. and Xian, R. P. and Dendzik, M. and Heber, M. and Pressacco, F. and Agustsson, S. Y. and Wenthaus, L. and Meyer, H. and Gieschen, S. and Mercurio, G. and Benz, A. and B{\"u}hlman, K. and D{\"a}ster, S. and Gort, R. and Curcio, D. and Volckaert, K. and Bianchi, M. and Sanders, {\relax Ch}. and Miwa, J. A. and Ulstrup, S. and Oelsner, A. and Tusche, C. and Chen, Y.-J. and Vasilyev, D. and Medjanik, K. and Brenner, G. and Dziarzhytski, S. and Redlin, H. and Manschwetus, B. and Dong, S. and Hauer, J. and Rettig, L. and Diekmann, F. and Rossnagel, K. and Demsar, J. and Elmers, H.-J. and Hofmann, {\relax Ph}. and Ernstorfer, R. and Sch{\"o}nhense, G. and Acremann, Y. and Wurth, W.},
year = {2020},
month = jan,
journal = {Review of Scientific Instruments},
volume = {91},
number = {1},
pages = {013109},
issn = {0034-6748, 1089-7623},
doi = {10.1063/1.5118777},
urldate = {2024-08-19},
abstract = {Time-resolved photoemission with ultrafast pump and probe pulses is an emerging technique with wide application potential. Real-time recording of nonequilibrium electronic processes, transient states in chemical reactions, or the interplay of electronic and structural dynamics offers fascinating opportunities for future research. Combining valence-band and core-level spectroscopy with photoelectron diffraction for electronic, chemical, and structural analyses requires few 10 fs soft X-ray pulses with some 10 meV spectral resolution, which are currently available at high repetition rate free-electron lasers. We have constructed and optimized a versatile setup commissioned at FLASH/PG2 that combines free-electron laser capabilities together with a multidimensional recording scheme for photoemission studies. We use a full-field imaging momentum microscope with time-of-flight energy recording as the detector for mapping of 3D band structures in (kx, ky, E) parameter space with unprecedented efficiency. Our instrument can image full surface Brillouin zones with up to 7 {\AA}-1 diameter in a binding-energy range of several eV, resolving about 2.5 {\texttimes} 105 data voxels simultaneously. Using the ultrafast excited state dynamics in the van der Waals semiconductor WSe2 measured at photon energies of 36.5 eV and 109.5 eV, we demonstrate an experimental energy resolution of 130 meV, a momentum resolution of 0.06 {\AA}-1, and a system response function of 150 fs.},
langid = {english},
keywords = {ARPES,HEXTOF},
file = {/Users/zain/Documents/Masters/Thesis/papers/JD-41.pdf}
}
@article{ladislaswizaMicrochannelPlateDetectors1979,
title = {Microchannel Plate Detectors},
author = {Ladislas Wiza, Joseph},
year = {1979},
month = jun,
journal = {Nuclear Instruments and Methods},
volume = {162},
number = {1},
pages = {587--601},
issn = {0029-554X},
doi = {10.1016/0029-554X(79)90734-1},
urldate = {2024-10-26},
file = {/Users/zain/Zotero/storage/AMTKSS39/0029554X79907341.html}
}
@article{laulheUltrafastFormationCharge2017,
title = {Ultrafast {{Formation}} of a {{Charge Density Wave State}} in 1 {{T}} - {{TaS}} 2 : {{Observation}} at {{Nanometer Scales Using Time-Resolved X-Ray Diffraction}}},
shorttitle = {Ultrafast {{Formation}} of a {{Charge Density Wave State}} in 1 {{T}} - {{TaS}} 2},
author = {Laulh{\'e}, C. and Huber, T. and Lantz, G. and Ferrer, A. and Mariager, S. O. and Gr{\"u}bel, S. and Rittmann, J. and Johnson, J. A. and Esposito, V. and L{\"u}bcke, A. and Huber, L. and Kubli, M. and Savoini, M. and Jacques, V. L. R. and Cario, L. and Corraze, B. and Janod, E. and Ingold, G. and Beaud, P. and Johnson, S. L. and Ravy, S.},
year = {2017},
month = jun,
journal = {Physical Review Letters},
volume = {118},
number = {24},
pages = {247401},
issn = {0031-9007, 1079-7114},
doi = {10.1103/PhysRevLett.118.247401},
urldate = {2024-11-24},
copyright = {http://link.aps.org/licenses/aps-default-license},
langid = {english},
file = {/Users/zain/Zotero/storage/I3JYXG9J/Laulhé et al. - 2017 - Ultrafast Formation of a Charge Density Wave State in 1 T − TaS 2 Observation at Nanometer Scales.pdf}
}
@inproceedings{lehtinenNoise2NoiseLearningImage2018,
title = {{{Noise2Noise}}: {{Learning Image Restoration}} without {{Clean Data}}},
shorttitle = {{{Noise2Noise}}},
booktitle = {Proceedings of the 35th {{International Conference}} on {{Machine Learning}}},
author = {Lehtinen, Jaakko and Munkberg, Jacob and Hasselgren, Jon and Laine, Samuli and Karras, Tero and Aittala, Miika and Aila, Timo},
year = {2018},
month = jul,
pages = {2965--2974},
publisher = {PMLR},
issn = {2640-3498},
urldate = {2024-08-16},
abstract = {We apply basic statistical reasoning to signal reconstruction by machine learning - learning to map corrupted observations to clean signals - with a simple and powerful conclusion: it is possible to learn to restore images by only looking at corrupted examples, at performance at and sometimes exceeding training using clean data, without explicit image priors or likelihood models of the corruption. In practice, we show that a single model learns photographic noise removal, denoising synthetic Monte Carlo images, and reconstruction of undersampled MRI scans - all corrupted by different processes - based on noisy data only.},
langid = {english},
keywords = {Autoencoder,Deep Learning,Noise2Noise},
file = {/Users/zain/Documents/Masters/Thesis/papers/JD-26-supp.pdf;/Users/zain/Documents/Masters/Thesis/papers/Lehtinen et al. - 2018 - Noise2Noise Learning Image Restoration without Clean Data.pdf}
}
@article{leitenstorferElectronsBunchQuantum2024,
title = {Electrons Bunch up in Quantum Light},
author = {Leitenstorfer, Alfred and Baum, Peter},
year = {2024},
month = jun,
journal = {Nature Physics},
volume = {20},
number = {6},
pages = {890--891},
publisher = {Nature Publishing Group},
issn = {1745-2481},
doi = {10.1038/s41567-024-02473-5},
urldate = {2024-09-06},
abstract = {When photons impinge on a material, free electrons can be created by the photoelectric effect. The emitted electron current usually fluctuates with Poisson statistics, but if squeezed quantum light is applied, the electrons bunch up.},
copyright = {2024 Springer Nature Limited},
langid = {english},
keywords = {Nanophotonics and plasmonics,Nonlinear optics,Quantum optics},
file = {/Users/zain/Zotero/storage/IKZXVJKV/Leitenstorfer and Baum - 2024 - Electrons bunch up in quantum light.pdf}
}
@article{linzhangFSIMFeatureSimilarity2011,
title = {{{FSIM}}: {{A Feature Similarity Index}} for {{Image Quality Assessment}}},
shorttitle = {{{FSIM}}},
author = {{Lin Zhang} and {Lei Zhang} and {Xuanqin Mou} and Zhang, D.},
year = {2011},
month = aug,
journal = {IEEE Transactions on Image Processing},
volume = {20},
number = {8},
pages = {2378--2386},
issn = {1057-7149, 1941-0042},
doi = {10.1109/TIP.2011.2109730},
urldate = {2024-10-25},
copyright = {https://ieeexplore.ieee.org/Xplorehelp/downloads/license-information/IEEE.html},
file = {/Users/zain/Zotero/storage/7CJZ55GK/FSIM_A_Feature_Similarity_Index_for_Image_Quality_Assessment.pdf;/Users/zain/Zotero/storage/H5AB9FPY/Lin Zhang et al. - 2011 - FSIM A Feature Similarity Index for Image Quality Assessment.pdf}
}
@book{loudonQuantumTheoryLight2000,
title = {The Quantum Theory of Light},
author = {Loudon, Rodney},
year = {2000},
series = {Oxford Science Publications},
edition = {3rd ed},
publisher = {Oxford University Press},
address = {Oxford ; New York},
isbn = {978-0-19-850177-0 978-0-19-850176-3},
langid = {english},
lccn = {QC446.2 .L68 2000},
keywords = {Quantum optics},
file = {/Users/zain/Zotero/storage/BA8NXRPN/Loudon - 2000 - The quantum theory of light.pdf}
}
@article{macklinHighorderHarmonicGeneration1993,
title = {High-Order Harmonic Generation Using Intense Femtosecond Pulses},
author = {Macklin, J. J. and Kmetec, J. D. and Gordon, C. L.},
year = {1993},
month = feb,
journal = {Physical Review Letters},
volume = {70},
number = {6},
pages = {766--769},
issn = {0031-9007},
doi = {10.1103/PhysRevLett.70.766},
urldate = {2024-10-29},
copyright = {http://link.aps.org/licenses/aps-default-license},
langid = {english},
file = {/Users/zain/Zotero/storage/S9VYCTDP/Macklin et al. - 1993 - High-order harmonic generation using intense femtosecond pulses.pdf}
}
@article{maggionimNonlocalTransformdomainFilter,
title = {Nonlocal Transform-Domain Filter for Volumetric Data Denoising and Reconstruction},
author = {{Maggioni M} and {Katkovnik V} and {Egiazarian K} and {Foi A}},