-
Notifications
You must be signed in to change notification settings - Fork 0
/
HEPML.bib
2803 lines (2717 loc) · 101 KB
/
HEPML.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
# HEPML Papers
%July 9
@article{1806025,
author = "Kasieczka, Gregor and Marzani, Simone and Soyez, Gregory and Stagnitto, Giovanni",
title = "{Towards Machine Learning Analytics for Jet Substructure}",
eprint = "2007.04319",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "TIF-UNIMI-2020-12",
month = "7",
year = "2020"
}
@article{1806026,
author = "Kronheim, Braden and Kuchera, Michelle and Prosper, Harrison and Karbo, Alexander",
title = "{Bayesian Neural Networks for Fast SUSY Predictions}",
eprint = "2007.04506",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2020"
}
%July 7
@article{1805474,
author = "Koh, Dae Heun and de Soux, Pierre Cote and Domine, Laura and Drielsma, François and Itay, Ran and Lin, Qing and Terao, Kazuhiro and Tsang, Ka Vang and Usher, Tracy",
collaboration = "DeepLearnPhysics",
title = "{Scalable, Proposal-free Instance Segmentation Network for 3D Pixel Clustering and Particle Trajectory Reconstruction in Liquid Argon Time Projection Chambers}",
eprint = "2007.03083",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
month = "7",
year = "2020"
}
%July 6
@article{Akar:2020jti,
author = "Akar, Simon and Boettcher, Thomas J. and Carl, Sarah and Schreiner, Henry F. and Sokoloff, Michael D. and Stahl, Marian and Weisser, Constantin and Williams, Mike",
title = "{An updated hybrid deep learning algorithm for identifying and locating primary vertices}",
eprint = "2007.01023",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "7",
year = "2020"
}
@article{Cheng:2020dal,
author = "Cheng, Taoli and Arguin, Jean-François and Leissner-Martin, Julien and Pilette, Jacinthe and Golling, Tobias",
title = "{Variational Autoencoders for Anomalous Jet Tagging}",
eprint = "2007.01850",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2020"
}
%June 30
@article{1804325,
author = "Buckley, Andy and Kvellestad, Anders and Raklev, Are and Scott, Pat and Sparre, Jon Vegard and Abeele, Jeriek Van den and Vazquez-Holm, Ingrid A.",
title = "{$\textsf{Xsec}$: the cross-section evaluation code}",
eprint = "2006.16273",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "SAGEX-20-17-E",
month = "6",
year = "2020"
}
%June 28
@article{Domine:2020tlx,
author = "Domin{\'e}, Laura and Terao, Kazuhiro",
title = "{Point Proposal Network for Reconstructing 3D Particle Positions with Sub-Pixel Precision in Liquid Argon Time Projection Chambers}",
eprint = "2006.14745",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
month = "6",
year = "2020"
}
%June 23
@article{Sirunyan:2020hwz,
author = "Sirunyan, Albert M and others",
collaboration = "CMS",
title = "{Inclusive search for highly boosted Higgs bosons decaying to bottom quark-antiquark pairs in proton-proton collisions at $\sqrt{s} = 13$ TeV}",
eprint = "2006.13251",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-HIG-19-003, CERN-EP-2020-107",
month = "6",
year = "2020"
}
%June 16
@article{1801423,
author = "Bernreuther, Elias and Finke, Thorben and Kahlhoefer, Felix and Kr{\"a}mer, Michael and M{\"u}ck, Alexander",
title = "{Casting a graph net to catch dark showers}",
eprint = "2006.08639",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "TTK-20-17, P3H-20-025",
month = "6",
year = "2020"
}
%June 14
@article{1800956,
author = "Bellagente, Marco and Butter, Anja and Kasieczka, Gregor and Plehn, Tilman and Rousselot, Armand and Winterhalder, Ramon",
title = "{Invertible Networks or Partons to Detector and Back Again}",
eprint = "2006.06685",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2020"
}
%June 10
@article{1800445,
author = "Romao, M. Crispim and Castro, N.F. and Pedro, R.",
title = "{Finding New Physics without learning about it: Anomaly Detection as a tool for Searches at Colliders}",
eprint = "2006.05432",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2020"
}
%June 4
@article{Adams:2020vlj,
author = "Adams, Corey and Terao, Kazuhiro and Wongjirad, Taritree",
title = "{PILArNet: Public Dataset for Particle Imaging Liquid Argon Detectors in High Energy Physics}",
eprint = "2006.01993",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "6",
year = "2020"
}
@article{Lei:2020ucb,
author = "Lei, Ying-Ke and Liu, Chun and Chen, Zhiqiang",
title = "{Numerical analysis of neutrino physics within a high scale supersymmetry model via machine learning}",
eprint = "2006.01495",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2020"
}
%May 26
@article{1797846,
author = "Dillon, Barry M. and Faroughy, Darius A. and Kamenik, Jernej F. and Szewc, Manuel",
title = "{Learning the latent structure of collider events}",
eprint = "2005.12319",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "5",
year = "2020"
}
%May 24
@article{1797439,
author = "Abdughani, Murat and Wang, Daohan and Wu, Lei and Yang, Jin Min and Zhao, Jun",
title = "{Probing triple Higgs coupling with machine learning at the LHC}",
eprint = "2005.11086",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "5",
year = "2020"
}
% May 12, 2020
@article{buhmann2020getting,
title="{Getting High: High Fidelity Simulation of High Granularity Calorimeters with High Speed}",
author={Erik Buhmann and Sascha Diefenbacher and Engin Eren and Frank Gaede and Gregor Kasieczka and Anatolii Korol and Katja Kruger},
year={2020},
eprint="2005.05334",
archivePrefix={arXiv},
primaryClass={physics.ins-det}
}
% May 7, 2020
@article{collaboration2020dijet,
title="{Dijet resonance search with weak supervision using 13 TeV pp collisions in the ATLAS detector}",
author={ATLAS Collaboration},
year={2020},
eprint="2005.02983",
archivePrefix={arXiv},
primaryClass={hep-ex}
}
%May 6
@article{bielkov2020identifying,
title="{Identifying Heavy-Flavor Jets Using Vectors of Locally Aggregated Descriptors}",
author={Jana Bielcikoaá and Raghav Kunnawalkam Elayavalli and Georgy Ponimatkin and Jörn H. Putschke and Josef Sivic},
year={2020},
eprint="2005.01842",
archivePrefix={arXiv},
primaryClass={hep-ph}
}
%May 5
@article{knapp2020adversarially,
title="{Adversarially Learned Anomaly Detection on CMS Open Data: re-discovering the top quark}",
author={Oliver Knapp and Guenther Dissertori and Olmo Cerri and Thong Q. Nguyen and Jean-Roch Vlimant and Maurizio Pierini},
year={2020},
eprint="2005.01598",
archivePrefix={arXiv},
primaryClass={hep-ex}
}
@article{clavijo2020adversarial,
title="{Adversarial domain adaptation to reduce sample bias of a high energy physics classifier}",
author={Jose M. Clavijo and Paul Glaysher and Judith M. Katzy},
year={2020},
eprint="2005.00568",
archivePrefix={arXiv},
primaryClass={stat.ML}
}
%April 26
@article{Aiello:2020orq,
author = "Aiello, Sebastiano and others",
archivePrefix = "arXiv",
collaboration = "KM3NeT",
eprint = "2004.08254",
month = "4",
primaryClass = "astro-ph.IM",
title = "{Event reconstruction for KM3NeT/ORCA using convolutional neural networks}",
year = "2020"
}
% April 22, 2020
@article{1792136,
author = "Alimena, Juliette and Iiyama, Yutaro and Kieseler, Jan",
archivePrefix = "arXiv",
eprint = "2004.10744",
month = "4",
primaryClass = "hep-ex",
title = "{Fast convolutional neural networks for identifying long-lived particles in a high-granularity calorimeter}",
year = "2020"
}
% April 21, 2020
@article{Romao:2020ojy,
author = "Romao, M. Crispim and Castro, N.F. and Milhano, J.G. and Pedro, R. and Vale, T.",
archivePrefix = "arXiv",
eprint = "2004.09360",
month = "4",
primaryClass = "hep-ph",
title = "{Use of a Generalized Energy Mover's Distance in the Search for Rare Phenomena at Colliders}",
year = "2020"
}
%Feb 27 2020
@article{Amram:2020ykb,
author = "Amram, Oz and Suarez, Cristina Mantilla",
title = "{Tag N' Train: A Technique to Train Improved Classifiers on Unlabeled Data}",
eprint = "2002.12376",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "2",
year = "2020"
}
% Added many on April 20, 2020
@article{Dolen:2016kst,
author = "Dolen, James and Harris, Philip and Marzani, Simone and
Rappoccio, Salvatore and Tran, Nhan",
title = "{Thinking outside the ROCs: Designing Decorrelated Taggers (DDT) for jet substructure}",
journal = "JHEP",
volume = "05",
year = "2016",
pages = "156",
doi = "10.1007/JHEP05(2016)156",
eprint = "1603.00027",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "FERMILAB-PUB-16-046-PPD",
SLACcitation = "%%CITATION = ARXIV:1603.00027;%%"
}
@article{Moult:2017okx,
Archiveprefix = {arXiv},
Author = {Moult, Ian and Nachman, Benjamin and Neill, Duff},
Doi = {10.1007/JHEP05(2018)002},
Eprint = {1710.06859},
Journal = {JHEP},
Pages = {002},
Primaryclass = {hep-ph},
Slaccitation = {%%CITATION = ARXIV:1710.06859;%%},
title = "{Convolved Substructure: Analytically Decorrelating Jet Substructure Observables}",
Volume = {05},
Year = {2018},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/JHEP05(2018)002}}
@article{Sirunyan:2019wwa,
author = "Sirunyan, Albert M and others",
collaboration = "CMS",
title = "{A deep neural network for simultaneous estimation of b jet energy and resolution}",
eprint = "1912.06046",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-HIG-18-027, CERN-EP-2019-261",
month = "12",
year = "2019"
}
@article{Bradshaw:2019ipy,
author = "Bradshaw, Layne and Mishra, Rashmish K. and Mitridate,
Andrea and Ostdiek, Bryan",
title = "{Mass Agnostic Jet Taggers}",
year = "2019",
eprint = "1908.08959",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1908.08959;%%"
}
@article{ATL-PHYS-PUB-2018-014,
title = "{Performance of mass-decorrelated jet substructure
observables for hadronic two-body decay tagging in ATLAS}",
institution = "CERN",
collaboration = "ATLAS",
address = "Geneva",
journal = "ATL-PHYS-PUB-2018-014",
year = "2018",
reportNumber = "ATL-PHYS-PUB-2018-014",
url = "http://cds.cern.ch/record/2630973",
}
@article{DiscoFever,
author = "Kasieczka, Gregor and Shih, David",
title = "{DisCo Fever: Robust Networks Through Distance Correlation}",
year = "2020",
eprint = "2001.05310",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:2001.05310;%%"
}
@article{Xia:2018kgd,
author = "Xia, Li-Gang",
title = "{QBDT, a new boosting decision tree method with systematical uncertainties into training for High Energy Physics}",
journal = "Nucl. Instrum. Meth.",
volume = "A930",
year = "2019",
pages = "15-26",
doi = "10.1016/j.nima.2019.03.088",
eprint = "1810.08387",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
SLACcitation = "%%CITATION = ARXIV:1810.08387;%%"
}
@article{Englert:2018cfo,
author = "Englert, Christoph and Galler, Peter and Harris, Philip
and Spannowsky, Michael",
title = "{Machine Learning Uncertainties with Adversarial Neural Networks}",
journal = "Eur. Phys. J.",
volume = "C79",
year = "2019",
number = "1",
pages = "4",
doi = "10.1140/epjc/s10052-018-6511-8",
eprint = "1807.08763",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "IPPP/18/61",
SLACcitation = "%%CITATION = ARXIV:1807.08763;%%"
}
@article{Goodfellow:2014upx,
author = "Goodfellow, Ian J. and Pouget-Abadie, Jean and Mirza,
Mehdi and Xu, Bing and Warde-Farley, David and Ozair,
Sherjil and Courville, Aaron and Bengio, Yoshua",
title = "{Generative Adversarial Networks}",
year = "2014",
eprint = "1406.2661",
archivePrefix = "arXiv",
primaryClass = "stat.ML",
SLACcitation = "%%CITATION = ARXIV:1406.2661;%%"
}
@article{Wunsch:2019qbo,
author = "Wunsch, Stefan and J\'{o}rger, Simon and Wolf, Roger and
Quast, Gunter",
title = "{Reducing the dependence of the neural network function to systematic uncertainties in the input space}",
year = "2019",
eprint = "1907.11674",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
SLACcitation = "%%CITATION = ARXIV:1907.11674;%%"
}
@article{Nguyen:2018ugw,
author = "Nguyen, Thong Q. and Weitekamp, Daniel and Anderson, Dustin and Castello, Roberto and Cerri, Olmo and Pierini, Maurizio and Spiropulu, Maria and Vlimant, Jean-Roch",
title = "{Topology classification with deep learning to improve real-time event selection at the LHC}",
eprint = "1807.00083",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
doi = "10.1007/s41781-019-0028-1",
journal = "Comput. Softw. Big Sci.",
volume = "3",
number = "1",
pages = "12",
year = "2019"
}
@article{Paganini:2017dwg,
author = "Paganini, Michela and de Oliveira, Luke and Nachman,
Benjamin",
title = "{CaloGAN : Simulating 3D high energy particle showers in multilayer electromagnetic calorimeters with generative adversarial networks}",
journal = "Phys. Rev.",
volume = "D97",
year = "2018",
number = "1",
pages = "014021",
doi = "10.1103/PhysRevD.97.014021",
eprint = "1712.10321",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
SLACcitation = "%%CITATION = ARXIV:1712.10321;%%"
}
@article{Butter:2019eyo,
author = "Butter, Anja and Plehn, Tilman and Winterhalder, Ramon",
title = "{How to GAN Event Subtraction}",
year = "2019",
eprint = "1912.08824",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1912.08824;%%"
}
@inproceedings{Martinez:2019jlu,
author = "Arjona Martinez, Jesus and Nguyen, Thong Q. and
Pierini, Maurizio and Spiropulu, Maria and Vlimant,
Jean-Roch",
title = "{Particle Generative Adversarial Networks for full-event simulation at the LHC and their application to pileup description}",
journal = "{19th International Workshop on Advanced Computing and
Analysis Techniques in Physics Research: Empowering the
revolution: Bringing Machine Learning to High Performance
Computing (ACAT 2019) Saas-Fee, Switzerland, March 11-15,
2019}",
year = "2019",
eprint = "1912.02748",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
SLACcitation = "%%CITATION = ARXIV:1912.02748;%%"
}
@article{Bellagente:2019uyp,
author = "Bellagente, Marco and Butter, Anja and Kasieczka, Gregor
and Plehn, Tilman and Winterhalder, Ramon",
title = "{How to GAN away Detector Effects}",
year = "2019",
eprint = "1912.00477",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1912.00477;%%"
}
@article{Vallecorsa:2019ked,
author = "Vallecorsa, Sofia and Carminati, Federico and Khattak,
Gulrukh",
title = "{3D convolutional GAN for fast simulation}",
journal = "{Proceedings, 23rd International Conference on Computing
in High Energy and Nuclear Physics (CHEP 2018): Sofia,
Bulgaria, July 9-13, 2018}",
journal = "EPJ Web Conf.",
volume = "214",
year = "2019",
pages = "02010",
doi = "10.1051/epjconf/201921402010",
SLACcitation = "%%CITATION = 00776,214,02010;%%"
}
@article{SHiP:2019gcl,
author = "Ahdida, C. and others",
title = "{Fast simulation of muons produced at the SHiP experiment using Generative Adversarial Networks}",
collaboration = "SHiP",
year = "2019",
eprint = "1909.04451",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1909.04451;%%"
}
@article{Carrazza:2019cnt,
author = "Carrazza, Stefano and Dreyer, Frédéric A.",
title = "{Lund jet images from generative and cycle-consistent adversarial networks}",
journal = "Eur. Phys. J.",
volume = "C79",
year = "2019",
number = "11",
pages = "979",
doi = "10.1140/epjc/s10052-019-7501-1",
eprint = "1909.01359",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "OUTP-19-09P, TIF-UNIMI-2019-14",
SLACcitation = "%%CITATION = ARXIV:1909.01359;%%"
}
@article{Butter:2019cae,
author = "Butter, Anja and Plehn, Tilman and Winterhalder, Ramon",
title = "{How to GAN LHC Events}",
journal = "SciPost Phys.",
volume = "7",
year = "2019",
pages = "075",
doi = "10.21468/SciPostPhys.7.6.075",
eprint = "1907.03764",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1907.03764;%%"
}
@article{Lin:2019htn,
author = "Lin, Joshua and Bhimji, Wahid and Nachman, Benjamin",
title = "{Machine Learning Templates for QCD Factorization in the Search for Physics Beyond the Standard Model}",
journal = "JHEP",
volume = "05",
year = "2019",
pages = "181",
doi = "10.1007/JHEP05(2019)181",
eprint = "1903.02556",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1903.02556;%%"
}
@article{Hashemi:2019fkn,
author = "Hashemi, Bobak and Amin, Nick and Datta, Kaustuv and
Olivito, Dominick and Pierini, Maurizio",
title = "{LHC analysis-specific datasets with Generative Adversarial Networks}",
year = "2019",
eprint = "1901.05282",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
SLACcitation = "%%CITATION = ARXIV:1901.05282;%%"
}
@inproceedings{Chekalina:2018hxi,
author = "Chekalina, Viktoria and Orlova, Elena and Ratnikov, Fedor
and Ulyanov, Dmitry and Ustyuzhanin, Andrey and Zakharov,
Egor",
title = "{Generative Models for Fast Calorimeter Simulation.LHCb case}",
journal = "{23rd International Conference on Computing in High
Energy and Nuclear Physics (CHEP 2018) Sofia, Bulgaria,
July 9-13, 2018}",
year = "2018",
eprint = "1812.01319",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
SLACcitation = "%%CITATION = ARXIV:1812.01319;%%"
}
@article{ATL-SOFT-PUB-2018-001,
title = "{Deep generative models for fast shower simulation in ATLAS}",
institution = "CERN",
collaboration = "ATLAS",
address = "Geneva",
journal = "ATL-SOFT-PUB-2018-001",
month = "Jul",
year = "2018",
reportNumber = "ATL-SOFT-PUB-2018-001",
url = "http://cds.cern.ch/record/2630433",
}
@article{Zhou:2018ill,
author = "Zhou, Kai and Endrodi, Gergely and Pang, Long-Gang and
Stocker, Horst",
title = "{Regressive and generative neural networks for scalar field theory}",
journal = "Phys. Rev.",
volume = "D100",
year = "2019",
number = "1",
pages = "011501",
doi = "10.1103/PhysRevD.100.011501",
eprint = "1810.12879",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
SLACcitation = "%%CITATION = ARXIV:1810.12879;%%"
}
@article{Carminati:2018khv,
author = "Carminati, F. and Gheata, A. and Khattak, G. and Mendez
Lorenzo, P. and Sharan, S. and Vallecorsa, S.",
title = "{Three dimensional Generative Adversarial Networks for fast simulation}",
journal = "{Proceedings, 18th International Workshop on Advanced
Computing and Analysis Techniques in Physics Research
(ACAT 2017): Seattle, WA, USA, August 21-25, 2017}",
journal = "J. Phys. Conf. Ser.",
volume = "1085",
year = "2018",
number = "3",
pages = "032016",
doi = "10.1088/1742-6596/1085/3/032016",
SLACcitation = "%%CITATION = 00462,1085,032016;%%"
}
@article{Vallecorsa:2018zco,
author = "Vallecorsa, S.",
title = "{Generative models for fast simulation}",
journal = "{Proceedings, 18th International Workshop on Advanced
Computing and Analysis Techniques in Physics Research
(ACAT 2017): Seattle, WA, USA, August 21-25, 2017}",
journal = "J. Phys. Conf. Ser.",
volume = "1085",
year = "2018",
number = "2",
pages = "022005",
doi = "10.1088/1742-6596/1085/2/022005",
SLACcitation = "%%CITATION = 00462,1085,022005;%%"
}
@article{Datta:2018mwd,
author = "Datta, Kaustuv and Kar, Deepak and Roy, Debarati",
title = "{Unfolding with Generative Adversarial Networks}",
year = "2018",
eprint = "1806.00433",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
SLACcitation = "%%CITATION = ARXIV:1806.00433;%%"
}
@article{Musella:2018rdi,
author = "Musella, Pasquale and Pandolfi, Francesco",
title = "{Fast and Accurate Simulation of Particle Detectors Using Generative Adversarial Networks}",
journal = "Comput. Softw. Big Sci.",
volume = "2",
year = "2018",
number = "1",
pages = "8",
doi = "10.1007/s41781-018-0015-y",
eprint = "1805.00850",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
SLACcitation = "%%CITATION = ARXIV:1805.00850;%%"
}
@article{Deja:2019vcv,
author = "Deja, Kamil and Trzcinski, Tomasz and Graczykowski,
?ukasz",
title = "{Generative models for fast cluster simulations in the TPC for the ALICE experiment}",
journal = "{Proceedings, 23rd International Conference on Computing
in High Energy and Nuclear Physics (CHEP 2018): Sofia,
Bulgaria, July 9-13, 2018}",
journal = "EPJ Web Conf.",
volume = "214",
year = "2019",
pages = "06003",
doi = "10.1051/epjconf/201921406003",
SLACcitation = "%%CITATION = 00776,214,06003;%%"
}
@inproceedings{Derkach:2019qfk,
author = "Derkach, Denis and Kazeev, Nikita and Ratnikov, Fedor and
Ustyuzhanin, Andrey and Volokhova, Alexandra",
title = "{Cherenkov Detectors Fast Simulation Using Neural Networks}",
journal = "{10th International Workshop on Ring Imaging Cherenkov
Detectors (RICH 2018) Moscow, Russia, July 29-August 4,
2018}",
year = "2019",
doi = "10.1016/j.nima.2019.01.031",
eprint = "1903.11788",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
SLACcitation = "%%CITATION = ARXIV:1903.11788;%%"
}
@article{Erbin:2018csv,
author = "Erbin, Harold and Krippendorf, Sven",
title = "{GANs for generating EFT models}",
year = "2018",
eprint = "1809.02612",
archivePrefix = "arXiv",
primaryClass = "cs.LG",
reportNumber = "LMU-ASC 58/18",
SLACcitation = "%%CITATION = ARXIV:1809.02612;%%"
}
@article{Erdmann:2018jxd,
author = "Erdmann, Martin and Glombitza, Jonas and Quast, Thorben",
title = "{Precise simulation of electromagnetic calorimeter showers using a Wasserstein Generative Adversarial Network}",
journal = "Comput. Softw. Big Sci.",
volume = "3",
year = "2019",
number = "1",
pages = "4",
doi = "10.1007/s41781-018-0019-7",
eprint = "1807.01954",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1807.01954;%%"
}
@article{Urban:2018tqv,
author = "Urban, Julian M. and Pawlowski, Jan M.",
title = "{Reducing Autocorrelation Times in Lattice Simulations with Generative Adversarial Networks}",
year = "2018",
eprint = "1811.03533",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
SLACcitation = "%%CITATION = ARXIV:1811.03533;%%"
}
@article{Erdmann:2018kuh,
author = "Erdmann, Martin and Geiger, Lukas and Glombitza, Jonas
and Schmidt, David",
title = "{Generating and refining particle detector simulations using the Wasserstein distance in adversarial networks}",
journal = "Comput. Softw. Big Sci.",
volume = "2",
year = "2018",
number = "1",
pages = "4",
doi = "10.1007/s41781-018-0008-x",
eprint = "1802.03325",
archivePrefix = "arXiv",
primaryClass = "astro-ph.IM",
SLACcitation = "%%CITATION = ARXIV:1802.03325;%%"
}
@article{Monk:2018zsb,
Archiveprefix = {arXiv},
Author = {Monk, James William},
eprint = {1807.03685},
Primaryclass = {hep-ph},
Slaccitation = {%%CITATION = ARXIV:1807.03685;%%},
title = "{Deep Learning as a Parton Shower}",
Year = {2018}}
@article{Andreassen:2018apy,
Archiveprefix = {arXiv},
Author = {Andreassen, Anders and Feige, Ilya and Frye, Christopher and Schwartz, Matthew D.},
eprint = {1804.09720},
Primaryclass = {hep-ph},
Slaccitation = {%%CITATION = ARXIV:1804.09720;%%},
title = "{JUNIPR: a Framework for Unsupervised Machine Learning in Particle Physics}",
Year = {2018}}
@article{Andreassen:2019txo,
author = "Andreassen, Anders and Feige, Ilya and Frye, Christopher
and Schwartz, Matthew D.",
title = "{Binary JUNIPR: an interpretable probabilistic model for discrimination}",
journal = "Phys. Rev. Lett.",
volume = "123",
year = "2019",
number = "18",
pages = "182001",
doi = "10.1103/PhysRevLett.123.182001",
eprint = "1906.10137",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1906.10137;%%"
}
@InProceedings{pmlr-v37-rezende15,
title = {Variational Inference with Normalizing Flows},
author = {Danilo Rezende and Shakir Mohamed},
journal = {Proceedings of the 32nd International Conference on Machine Learning},
pages = {1530--1538},
year = {2015},
editor = {Francis Bach and David Blei},
volume = {37},
series = {Proceedings of Machine Learning Research},
address = {Lille, France},
month = {07--09 Jul},
publisher = {PMLR},
pdf = {http://proceedings.mlr.press/v37/rezende15.pdf},
url = {http://proceedings.mlr.press/v37/rezende15.html},
}
@article{Albergo:2019eim,
author = "Albergo, M. S. and Kanwar, G. and Shanahan, P. E.",
title = "{Flow-based generative models for Markov chain Monte Carlo in lattice field theory}",
journal = "Phys. Rev.",
volume = "D100",
year = "2019",
number = "3",
pages = "034515",
doi = "10.1103/PhysRevD.100.034515",
eprint = "1904.12072",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
reportNumber = "MIT-CTP/5114",
SLACcitation = "%%CITATION = ARXIV:1904.12072;%%"
}
@misc{sleuth,
Author = {B. Knuteson},
title = "{A Quasi-Model-Independent Search for New High $p_T$ Physics at D0}",
url={https://www-d0.fnal.gov/results/publications_talks/thesis/knuteson/thesis.ps},
Note = {Ph.D. thesis, University of California at Berkeley (2000)}}
@article{Abbott:2000fb,
Archiveprefix = {arXiv},
Author = {Abbott, B. and others},
Collaboration = {D0},
Doi = {10.1103/PhysRevD.62.092004},
Eprint = {hep-ex/0006011},
Journal = {Phys. Rev.},
Pages = {092004},
Primaryclass = {hep-ex},
Reportnumber = {FERMILAB-PUB-00-126-E},
Slaccitation = {%%CITATION = HEP-EX/0006011;%%},
title = "{Search for new physics in $e\mu X$ data at D\O\ using Sherlock: A quasi model independent search strategy for new physics}",
Volume = {D62},
Year = {2000},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevD.62.092004}}
@article{Abbott:2000gx,
Archiveprefix = {arXiv},
Author = {Abazov, V. M. and others},
Collaboration = {D0},
Doi = {10.1103/PhysRevD.64.012004},
Eprint = {hep-ex/0011067},
Journal = {Phys. Rev.},
Pages = {012004},
Primaryclass = {hep-ex},
Reportnumber = {FERMILAB-PUB-00-302-E},
Slaccitation = {%%CITATION = HEP-EX/0011067;%%},
title = "{A Quasi model independent search for new physics at large transverse momentum}",
Volume = {D64},
Year = {2001},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevD.64.012004}}
@article{Abbott:2001ke,
author = "Abbott, B. and others",
title = "{A quasi-model-independent search for new high $p_T$ physics at D\O}",
collaboration = "D0",
journal = "Phys. Rev. Lett.",
volume = "86",
year = "2001",
pages = "3712-3717",
doi = "10.1103/PhysRevLett.86.3712",
eprint = "hep-ex/0011071",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "FERMILAB-PUB-00-304-E",
SLACcitation = "%%CITATION = HEP-EX/0011071;%%"
}
@article{Aaron:2008aa,
author = "Aaron, F. D. and others",
title = "{A General Search for New Phenomena at HERA}",
collaboration = "H1",
journal = "Phys. Lett.",
volume = "B674",
year = "2009",
pages = "257-268",
doi = "10.1016/j.physletb.2009.03.034",
eprint = "0901.0507",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "DESY-08-173",
SLACcitation = "%%CITATION = ARXIV:0901.0507;%%"
}
@article{Aktas:2004pz,
Archiveprefix = {arXiv},
Author = {Aktas, A. and others},
Collaboration = {H1},
Doi = {10.1016/j.physletb.2004.09.057},
Eprint = {hep-ex/0408044},
Journal = {Phys. Lett.},
Pages = {14-30},
Primaryclass = {hep-ex},
Reportnumber = {DESY-04-140},
Slaccitation = {%%CITATION = HEP-EX/0408044;%%},
title = "{A General search for new phenomena in ep scattering at HERA}",
Volume = {B602},
Year = {2004},
Bdsk-Url-1 = {http://dx.doi.org/10.1016/j.physletb.2004.09.057}}
@phdthesis{Cranmer:2005zn,
author = "Cranmer, Kyle S.",
title = "{Searching for new physics: Contributions to LEP and the LHC}",
school = "Wisconsin U., Madison",
year = "2005",
url = "http://weblib.cern.ch/abstract?CERN-THESIS-2005-011",
reportNumber = "UMI-31-75541, CERN-THESIS-2005-011",
SLACcitation = "%%CITATION = UMI-31-75541;%%"
}
@article{Aaltonen:2007dg,
author = "Aaltonen, T. and others",
title = "{Model-Independent and Quasi-Model-Independent Search for New Physics at CDF}",
collaboration = "CDF",
journal = "Phys. Rev.",
volume = "D78",
year = "2008",
pages = "012002",
doi = "10.1103/PhysRevD.78.012002",
eprint = "0712.1311",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "FERMILAB-PUB-07-657-E",
SLACcitation = "%%CITATION = ARXIV:0712.1311;%%"
}
@article{Aaltonen:2007ab,
author = "Aaltonen, T. and others",
title = "{Model-Independent Global Search for New High-p(T) Physics at CDF}",
collaboration = "CDF",
doi = "10.2172/922303",
year = "2007",
eprint = "0712.2534",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "FERMILAB-PUB-07-667-E",
SLACcitation = "%%CITATION = ARXIV:0712.2534;%%"
}
@article{Aaltonen:2008vt,
Archiveprefix = {arXiv},
Author = {Aaltonen, T. and others},
Collaboration = {CDF},
Doi = {10.1103/PhysRevD.79.011101},
Eprint = {0809.3781},
Journal = {Phys. Rev.},
Pages = {011101},
Primaryclass = {hep-ex},
Reportnumber = {FERMILAB-PUB-08-400-E},
Slaccitation = {%%CITATION = ARXIV:0809.3781;%%},
title = "{Global Search for New Physics with 2.0 fb$^{-1}$ at CDF}",
Volume = {D79},
Year = {2009},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevD.79.011101}}
@article{CMS-PAS-EXO-14-016,
author = "CMS Collaboration",
title = "{MUSiC, a Model Unspecific Search for New Physics, in pp Collisions at $\sqrt{s}=8$ TeV}",
collaboration = "CMS",
year = "2017",
reportNumber = "CMS-PAS-EXO-14-016",
SLACcitation = "%%CITATION = CMS-PAS-EXO-14-016;%%"
}
@techreport{CMS-PAS-EXO-10-021,
Address = {Geneva},
Collaboration = {CMS Collaboration},
Institution = {CERN},
Number = {CMS-PAS-EXO-10-021},
Reportnumber = {CMS-PAS-EXO-10-021},
title = "{Model Unspecific Search for New Physics in pp Collisions at sqrt(s) = 7 TeV}",
Url = {http://cds.cern.ch/record/1360173},
Year = {2011},
Bdsk-Url-1 = {http://cds.cern.ch/record/1360173}}
@article{Aaboud:2018ufy,
author = "Aaboud, Morad and others",
title = "{A strategy for a general search for new phenomena using data-derived signal regions and its application within the ATLAS experiment}",
collaboration = "ATLAS",
journal = "Eur. Phys. J.",
volume = "C79",
year = "2019",
pages = "120",
doi = "10.1140/epjc/s10052-019-6540-y",
eprint = "1807.07447",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CERN-EP-2018-070",
SLACcitation = "%%CITATION = ARXIV:1807.07447;%%"
}
@article{ATLAS-CONF-2014-006,
Address = {Geneva},
Institution = {CERN},
Month = {Mar},
collaboration="{ATLAS}",
Number = {ATLAS-CONF-2014-006},
journal = {ATLAS-CONF-2014-006},
title = "{A general search for new phenomena with the ATLAS detector in pp collisions at $\sqrt{s}=8$ TeV}",
Url = {https://cds.cern.ch/record/1666536},
Year = {2014},
Bdsk-Url-1 = {https://cds.cern.ch/record/1666536}}
@article{ATLAS-CONF-2012-107,
Address = {Geneva},
Collaboration = {ATLAS},
Institution = {CERN},
Month = {Aug},
journal = {ATLAS-CONF-2012-107},
Reportnumber = {ATLAS-CONF-2012-107},
title = "{A general search for new phenomena with the ATLAS detector in pp collisions at sort(s)=7 TeV.}",
Url = {https://cds.cern.ch/record/1472686},
Year = {2012},
Bdsk-Url-1 = {https://cds.cern.ch/record/1472686}}
@article{DAgnolo:2018cun,
author = "D'Agnolo, Raffaele Tito and Wulzer, Andrea",
title = "{Learning New Physics from a Machine}",
journal = "Phys. Rev.",
volume = "D99",
year = "2019",
number = "1",
pages = "015014",
doi = "10.1103/PhysRevD.99.015014",
eprint = "1806.02350",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1806.02350;%%"
}
@article{DAgnolo:2019vbw,
author = "D'Agnolo, Raffaele Tito and Grosso, Gaia and Pierini,
Maurizio and Wulzer, Andrea and Zanetti, Marco",
title = "{Learning Multivariate New Physics}",
year = "2019",
eprint = "1912.12155",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1912.12155;%%"
}
@article{Farina:2018fyg,
author = "Farina, Marco and Nakai, Yuichiro and Shih, David",
title = "{Searching for New Physics with Deep Autoencoders}",
year = "2018",
eprint = "1808.08992",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1808.08992;%%"
}
@article{Heimel:2018mkt,
author = "Heimel, Theo and Kasieczka, Gregor and Plehn, Tilman and
Thompson, Jennifer M.",
title = "{QCD or What?}",
journal = "SciPost Phys.",
volume = "6",
year = "2019",
number = "3",
pages = "030",
doi = "10.21468/SciPostPhys.6.3.030",
eprint = "1808.08979",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1808.08979;%%"
}
@article{Roy:2019jae,
author = "Roy, Tuhin S. and Vijay, Aravind H.",
title = "{A robust anomaly finder based on autoencoder}",
year = "2019",
eprint = "1903.02032",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "TIFR/TH/19-4",
SLACcitation = "%%CITATION = ARXIV:1903.02032;%%"
}
@article{Nachman:2020lpy,
author = "Nachman, Benjamin and Shih, David",
title = "{Anomaly Detection with Density Estimation}",
eprint = "2001.04990",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
doi = "10.1103/PhysRevD.101.075042",
journal = "Phys. Rev. D",