forked from iml-wg/HEPML-LivingReview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHEPML.bib
20010 lines (18780 loc) · 641 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
% August 05, 2024
@article{Bieringer:2024nbc,
author = "Bieringer, Sebastian and Diefenbacher, Sascha and Kasieczka, Gregor and Trabs, Mathias",
title = "{Calibrating Bayesian Generative Machine Learning for Bayesiamplification}",
eprint = "2408.00838",
archivePrefix = "arXiv",
primaryClass = "cs.LG",
month = "8",
year = "2024"
}
% August 05, 2024
@article{Bose:2024pwc,
author = "Bose, Camellia and Chakraborty, Amit and Chowdhury, Shreecheta and Dutta, Saunak",
title = "{Interplay of Traditional Methods and Machine Learning Algorithms for Tagging Boosted Objects}",
eprint = "2408.01138",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
doi = "10.1140/epjs/s11734-024-01256-6",
month = "8",
year = "2024"
}
% August 02, 2024
@article{Liuti:2024zkc,
author = "Liuti, Simonetta and others",
title = "{AI for Nuclear Physics: the EXCLAIM project}",
eprint = "2408.00163",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% August 02, 2024
@article{Halverson:2024hax,
author = "Halverson, Jim",
title = "{TASI Lectures on Physics for Machine Learning}",
eprint = "2408.00082",
archivePrefix = "arXiv",
primaryClass = "hep-th",
month = "7",
year = "2024"
}
% August 01, 2024
@article{Englert:2024ufr,
author = "Englert, Philipp",
title = "{Improved Precision in $Vh(\rightarrow b\bar b)$ via Boosted Decision Trees}",
eprint = "2407.21239",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 31, 2024
@article{Hallin:2024gmt,
author = "Hallin, Anna and Kasieczka, Gregor and Kraml, Sabine and Lessa, Andr\'e and Moureaux, Louis and von Schwartz, Tore and Shih, David",
title = "{Universal New Physics Latent Space}",
eprint = "2407.20315",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 31, 2024
@article{Cerdeno:2024uqt,
author = "Cerdeno, David and de los Rios, Martin and Perez, Andres D.",
title = "{Bayesian technique to combine independently-trained Machine-Learning models applied to direct dark matter detection}",
eprint = "2407.21008",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "IFT-UAM/CSIC-24-116",
month = "7",
year = "2024"
}
% July 31, 2024
@inproceedings{Harilal:2024tqq,
author = "{CMS Collaboration}",
title = "{Anomaly Detection Based on Machine Learning for the CMS Electromagnetic Calorimeter Online Data Quality Monitoring}",
booktitle = "{20th International Conference on Calorimetry in Particle Physics}",
eprint = "2407.20278",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS CR-2024/135",
month = "7",
year = "2024"
}
% July 30, 2024
@article{Leigh:2024chm,
author = "Leigh, Matthew and Sengupta, Debajyoti and Nachman, Benjamin and Golling, Tobias",
title = "{Accelerating template generation in resonant anomaly detection searches with optimal transport}",
eprint = "2407.19818",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 30, 2024
@article{Dong:2024gts,
author = "Dong, Nuoyu and Hou, Hongsheng and Qian, Zhuoni and Wang, Bowen and Xu, Qingjun",
title = "{Probing Charm Yukawa through $ch$ Associated Production at the Hadron Collider}",
eprint = "2407.19797",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 30, 2024
@article{ATLAS:2024rua,
author = "{ATLAS Collaboration}",
title = "{Accuracy versus precision in boosted top tagging with the ATLAS detector}",
eprint = "2407.20127",
journal="JINST",
volume="19",
pages="P08018",
doi="10.1088/1748-0221/19/08/P08018",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CERN-EP-2024-159",
month = "7",
year = "2024"
}
% July 30, 2024
@article{Zhu:2024ubz,
author = {Zhu, Tong and Jin, Miaochen and Arg\"uelles, Carlos A.},
title = "{Comparison of Geometrical Layouts for Next-Generation Large-volume Cherenkov Neutrino Telescopes}",
eprint = "2407.19010",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "7",
year = "2024"
}
% July 25, 2024
@article{Mosala:2024mcy,
author = "Mosala, Karabo and Mulaudzi, Anza-Tshilidzi and Mathaha, Thuso and Sharma, Pramod and Kumar, Mukesh and Mellado, Bruce and Ruan, Manqi",
title = "{The Observation of a 95 GeV Scalar at Future Electron-Positron Colliders}",
eprint = "2407.16806",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 25, 2024
@article{Wojnar:2024cbn,
author = "Wojnar, Maksymilian",
title = "{Applying generative neural networks for fast simulations of the ALICE (CERN) experiment}",
eprint = "2407.16704",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "7",
year = "2024"
}
% July 22, 2024
@article{Calafiura:2024qhv,
author = "Calafiura, Paolo and Chan, Jay and Delabrouille, Loic and Wang, Brandon",
title = "{EggNet: An Evolving Graph-based Graph Attention Network for Particle Track Reconstruction}",
eprint = "2407.13925",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
month = "7",
year = "2024"
}
% July 18, 2024
@article{Alves:2024hrj,
author = "Alves, Alexandre and Almeida, Eduardo da Silva and Dias, Alex G. and Gon\c{c}alves, Diego S. V.",
title = "{Exploring Top-Quark Signatures of Heavy Flavor-Violating Scalars at the LHC with Parametrized Neural Networks}",
eprint = "2407.12118",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 18, 2024
@article{Gao:2024nzg,
author = "Gao, Lin",
title = "{Study of the mass of pseudoscalar glueball with a deep neural network}",
eprint = "2407.12010",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
month = "6",
year = "2024"
}
% July 18, 2024
@article{Correia:2024ogc,
author = "Correia, Anthony and Giasemis, Fotis I. and Garroum, Nabil and Gligorov, Vladimir Vava and Granado, Bertrand",
title = "{Graph Neural Network-Based Track Finding in the LHCb Vertex Detector}",
eprint = "2407.12119",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "7",
year = "2024"
}
% July 17, 2024
@article{Desai:2024kpd,
author = "Desai, Krish and Nachman, Benjamin and Thaler, Jesse",
title = "{Moment Unfolding}",
eprint = "2407.11284",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "MIT-CTP 5727",
month = "7",
year = "2024"
}
% July 12, 2024
@article{Cazzaniga:2024mmv,
author = "Cazzaniga, Cesare and Russo, Alessandro and Sitti, Emre and de Cosa, Annapaola",
title = "{Phenomenology of photons-enriched semi-visible jets}",
eprint = "2407.08276",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 12, 2024
@article{Wu:2024thh,
author = "Wu, Yifan and Wang, Kun and Zhu, Jingya",
title = "{Jet Tagging with More-Interaction Particle Transformer}",
eprint = "2407.08682",
doi="10.1088/1674-1137/ad7f3d",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 12, 2024
@article{CMS:2024ddc,
author = "{CMS Collaboration}",
title = "{Measurement of boosted Higgs bosons produced via vector boson fusion or gluon fusion in the H $\to$$\mathrm{b\bar{b}}$ decay mode using LHC proton-proton collision data at $\sqrt{s}$ = 13 TeV}",
eprint = "2407.08012",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-HIG-21-020, CERN-EP-2024-162",
month = "7",
year = "2024"
}
% July 12, 2024
@article{Boukela:2024rst,
author = "Boukela, Lynda and Eichler, Annika and Branlard, Julien and Jomhari, Nur Zulaiha",
title = "{A Two-Stage Machine Learning-Aided Approach for Quench Identification at the European XFEL}",
eprint = "2407.08408",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "7",
year = "2024"
}
% July 11, 2024
@article{Wojcik:2024lfy,
author = "Wojcik, George N. and Eu, Shu Tian and Everett, Lisa L.",
title = "{Graph Reinforcement Learning for Exploring BSM Model Spaces}",
eprint = "2407.07203",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 11, 2024
@article{Caron:2024cyo,
author = "Caron, Sascha and Dobreva, Nadezhda and S\'anchez, Antonio Ferrer and Mart\'\i{}n-Guerrero, Jos\'e D. and Odyurt, Uraz and Ruiz de Austri Bazan, Roberto Ruiz and Wolffs, Zef and Zhao, Yue",
title = "{TrackFormers: In Search of Transformer-Based Particle Tracking for the High-Luminosity LHC Era}",
eprint = "2407.07179",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
month = "7",
year = "2024"
}
% July 11, 2024
@article{Fanelli:2024wrj,
author = "Fanelli, Cristiano and Giroux, James and Stevens, Justin",
title = "{Deep(er) Reconstruction of Imaging Cherenkov Detectors with Swin Transformers and Normalizing Flow Models}",
eprint = "2407.07376",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "7",
year = "2024"
}
% July 10, 2024
@article{Tani:2024qzm,
author = "Tani, Laurits and Seeba, Nalong-Norman and Vanaveski, Hardi and Pata, Joosep and Lange, Torben",
title = "{A unified machine learning approach for reconstructing hadronically decaying tau leptons}",
eprint = "2407.06788",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
month = "7",
year = "2024"
}
% July 10, 2024
@article{Bachtis:2024dss,
author = "Bachtis, Dimitrios",
title = "{Disordered Lattice Glass $\phi^{4}$ Quantum Field Theory}",
eprint = "2407.06569",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
month = "7",
year = "2024"
}
% July 10, 2024
@article{Hendi:2024yin,
author = "Hendi, Yacoub and Larfors, Magdalena and Walden, Moritz",
title = "{Learning Group Invariant Calabi-Yau Metrics by Fundamental Domain Projections}",
eprint = "2407.06914",
archivePrefix = "arXiv",
primaryClass = "hep-th",
reportNumber = "UUITP-21/24",
month = "7",
year = "2024"
}
% July 09, 2024
@article{Larkoski:2024uoc,
author = "Larkoski, Andrew J.",
title = "{QCD Masterclass Lectures on Jet Physics and Machine Learning}",
eprint = "2407.04897",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 09, 2024
@article{Chen:2024vdq,
author = "Chen, Jian and Wang, Jun and Wang, Wei and Wei, Yuehuan",
title = "{Extraction of fissile isotope antineutrino spectra using feedforward neural network}",
eprint = "2407.05834",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 09, 2024
@article{Farrell:2024aah,
author = "Farrell, Sophia and Bergevin, Marc and Bernstein, Adam",
title = "{Physics-informed machine learning approaches to reactor antineutrino detection}",
eprint = "2407.06139",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "LLNL-JRNL-865846",
month = "7",
year = "2024"
}
% July 08, 2024
@article{Kriesten:2024are,
author = "Kriesten, Brandon and Gomprecht, Jonathan and Hobbs, T. J.",
title = "{Explainable AI classification for parton density theory}",
eprint = "2407.03411",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "ANL-189807",
month = "7",
year = "2024"
}
% July 08, 2024
@article{Sandoval:2024ldp,
author = "Sandoval, Jairo Orozco and Manian, Vidya and Malik, Sudhir",
title = "{A multicategory jet image classification framework using deep neural network}",
eprint = "2407.03524",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 08, 2024
@article{Ramirez-Morales:2024krk,
author = "Ramirez-Morales, A. and Guti\'errez-Rodr\'\i{}guez, A. and Cisneros-P\'erez, T. and Garcia-Tecocoatzi, H. and D\'avila-Rivera, A.",
title = "{Exotic and physics-informed support vector machines for high energy physics}",
eprint = "2407.03538",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
month = "7",
year = "2024"
}
% July 03, 2024
@article{Dong:2024xsg,
author = "Dong, Zhongtian and Gon\c{c}alves, Dorival and Kong, Kyoungchul and Larkoski, Andrew J. and Navarro, Alberto",
title = "{Hadronic Top Quark Polarimetry with ParticleNet}",
eprint = "2407.01663",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 02, 2024
@article{Barman:2024wfx,
author = "Barman, Rahool Kumar and Biswas, Sumit",
title = "{Top-philic Machine Learning}",
eprint = "2407.00183",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
doi = "10.1140/epjs/s11734-024-01237-9",
month = "6",
year = "2024"
}
% July 02, 2024
@article{Hirvonen:2024zne,
author = "Hirvonen, Henry and Kuha, Mikko and Auvinen, Jussi and Eskola, Kari J. and Kanakubo, Yuuka and Niemi, Harri",
title = "{Effects of saturation and fluctuating hotspots for flow observables in ultrarelativistic heavy-ion collisions}",
eprint = "2407.01338",
journal="Phys.Rev.C",
volume="110",
pages="034911",
doi="10.1103/PhysRevC.110.034911",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "7",
year = "2024"
}
% July 02, 2024
@article{Grosso:2024nho,
author = "Grosso, Gaia",
title = "{Anomaly-aware summary statistic from data batches}",
eprint = "2407.01249",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
month = "7",
year = "2024"
}
% July 02, 2024
@article{Soum-Sidikov:2024khx,
author = {Soum-Sidikov, Gabrielle and Crocombette, Jean-Paul and Marinica, Mihai-Cosmin and Doutre, Corentin and Lhuillier, David and Thulliez, Lo\"\i{}c},
title = "{Calculation of crystal defects induced in CaWO$_{4}$ by 100 eV displacement cascades using a linear Machine Learning interatomic potential}",
eprint = "2407.00133",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "6",
year = "2024"
}
% July 02, 2024
@article{CALICE:2024jke,
author = "{ALICE Collaboration}",
title = "{Shower Separation in Five Dimensions for Highly Granular Calorimeters using Machine Learning}",
eprint = "2407.00178",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "6",
year = "2024"
}
% July 01, 2024
@article{Los:2024xzl,
author = "Los, E. E. and Arran, C. and Gerstmayr, E. and Streeter, M. J. V. and Najmudin, Z. and Ridgers, C. P. and Sarri, G. and Mangles, S. P. D.",
title = "{A Bayesian Framework to Investigate Radiation Reaction in Strong Fields}",
eprint = "2406.19420",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
month = "6",
year = "2024"
}
% June 28, 2024
@article{Heisig:2024jkk,
author = {Heisig, Jan and Korsmeier, Michael and Kr\"amer, Michael and Nippel, Kathrin and Rathmann, Lena},
title = "{$\overline{\text{D}}$arkRayNet: Emulation of cosmic-ray antideuteron fluxes from dark matter}",
eprint = "2406.18642",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "TTK-24-25",
month = "6",
year = "2024"
}
% June 28, 2024
@article{Schofbeck:2024zjo,
author = {Sch\"ofbeck, Robert},
title = "{Refinable modeling for unbinned SMEFT analyses}",
eprint = "2406.19076",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2024"
}
% June 25, 2024
@article{Soybelman:2024mbv,
author = "Soybelman, Nathalie and Schiavi, Carlo and Di Bello, Francesco A. and Gross, Eilam",
title = "{Accelerating Graph-based Tracking Tasks with Symbolic Regression}",
eprint = "2406.16752",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
month = "6",
year = "2024"
}
% June 24, 2024
@article{Jiang:2024vsr,
author = "Jiang, Fu-Jiun",
title = "{Berezinskii--Kosterlitz--Thouless transition of the two-dimensional $XY$ model on the honeycomb lattice}",
eprint = "2406.14812",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
month = "6",
year = "2024"
}
% June 24, 2024
@article{Parpillon:2024maz,
author = "Parpillon, Benjamin and others",
title = "{Smart Pixels: In-pixel AI for on-sensor data filtering}",
eprint = "2406.14860",
doi="10.1109/NSS/MIC/RTSD57108.2024.10655003",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "FERMILAB-CONF-24-0233-ETD",
month = "6",
year = "2024"
}
% June 21, 2024
@article{Quetant:2024ftg,
author = "Qu\'etant, Guillaume and Raine, John Andrew and Leigh, Matthew and Sengupta, Debajyoti and Golling, Tobias",
title = "{PIPPIN: Generating variable length full events from partons}",
eprint = "2406.13074",
journal="Phys.Rev.D",
volume="110",
pages="076023",
doi="10.1103/PhysRevD.110.076023",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2024"
}
% June 21, 2024
@article{Ahmad:2024dql,
author = "Ahmad, Farzana Yasmin and Venkataswamy, Vanamala and Fox, Geoffrey",
title = "{A Comprehensive Evaluation of Generative Models in Calorimeter Shower Simulation}",
eprint = "2406.12898",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "6",
year = "2024"
}
% June 21, 2024
@article{Gavrikov:2024rso,
author = "Gavrikov, A. and others",
title = "{Interpretable machine learning approach for electron antineutrino selection in a large liquid scintillator detector}",
eprint = "2406.12901",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "6",
year = "2024"
}
% June 19, 2024
@article{Cai:2024eqa,
author = "Cai, Rong-Gen and He, Song and Li, Li and Zeng, Hong-An",
title = "{QCD Phase Diagram at finite Magnetic Field and Chemical Potential: A Holographic Approach Using Machine Learning}",
eprint = "2406.12772",
archivePrefix = "arXiv",
primaryClass = "hep-th",
month = "6",
year = "2024"
}
% June 19, 2024
@article{Aamir:2024lpz,
author = "Aamir, M. and others",
title = "{Using graph neural networks to reconstruct charged pion showers in the CMS High Granularity Calorimeter}",
eprint = "2406.11937",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "6",
year = "2024"
}
% June 18, 2024
@article{Pratiush:2024ltm,
author = "Pratiush, Utkarsh and Houston, Austin and Kalinin, Sergei V. and Duscher, Gerd",
title = "{Implementing dynamic high-performance computing supported workflows on Scanning Transmission Electron Microscope}",
eprint = "2406.11018",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
month = "6",
year = "2024"
}
% June 17, 2024
@article{Kara:2024xkk,
author = "Kara, S. O. and Akkoyun, S.",
title = "{A Search for Leptonic Photon, $Z_{l}$, at All Three CLIC Energy Stages by Using Artificial Neural Networks (ANN)}",
eprint = "2406.10097",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
doi = "10.5506/APhysPolB.55.6-A4",
journal = "Acta Phys. Polon. B",
volume = "55",
number = "6",
pages = "6--A4",
year = "2024"
}
% June 17, 2024
@article{Goodsell:2024aig,
author = "Goodsell, Mark D.",
title = "{HackAnalysis 2: A powerful and hackable recasting tool}",
eprint = "2406.10042",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2024"
}
% June 17, 2024
@article{MicroBooNE:2024zhz,
author = "Abratenko, P. and others",
collaboration = "MicroBooNE",
title = "{Improving neutrino energy estimation of charged-current interaction events with recurrent neural networks in MicroBooNE}",
eprint = "2406.10123",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "FERMILAB-PUB-24-0287",
month = "6",
year = "2024"
}
% June 14, 2024
@article{Liuti:2024umy,
author = "Liuti, Simonetta",
title = "{Extraction of Information from Polarized Deep Exclusive Scattering with Machine Learning}",
eprint = "2406.09258",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2024"
}
% June 14, 2024
@article{Blekman:2024wyf,
author = "Blekman, Freya and Canelli, Florencia and De Moor, Alexandre and Gautam, Kunal and Ilg, Armin and Macchiolo, Anna and Ploerer, Eduardo",
title = "{Jet Flavour Tagging at FCC-ee with a Transformer-based Neural Network: DeepJetTransformer}",
eprint = "2406.08590",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "PUBDB-2024-01826",
month = "6",
year = "2024"
}
% June 14, 2024
@article{Tiras:2024yzr,
author = "Tiras, Emrah and Tas, Merve and Kizilkaya, Dilara and Yagiz, Muhammet Anil and Kandemir, Mustafa",
title = "{Comprehensive Machine Learning Model Comparison for Cherenkov and Scintillation Light Separation due to Particle Interactions}",
eprint = "2406.09191",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
month = "6",
year = "2024"
}
% June 12, 2024
@article{Ahn:2024lkh,
author = "Ahn, Byoungjoon and Jeong, Hyun-Sik and Kim, Keun-Young and Yun, Kwan",
title = "{Holographic reconstruction of black hole spacetime: machine learning and entanglement entropy}",
eprint = "2406.07395",
archivePrefix = "arXiv",
primaryClass = "hep-th",
reportNumber = "IFT-UAM/CSIC-24-88",
month = "6",
year = "2024"
}
% June 11, 2024
@article{Mansouri:2024uwc,
author = "Mansouri, Mahdi and Bitaghsir Fadafan, Kazem and Chen, Xun",
title = "{Holographic complex potential of a quarkonium from deep learning}",
eprint = "2406.06285",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2024"
}
% June 07, 2024
@article{Hatefi:2024asc,
author = "Hatefi, Armin and Hatefi, Ehsan and Lopez-Sastre, Roberto J.",
title = "{Neural Networks Assisted Metropolis-Hastings for Bayesian Estimation of Critical Exponent on Elliptic Black Hole Solution in 4D Using Quantum Perturbation Theory}",
eprint = "2406.04310",
journal="JCAP",
volume="09",
pages="015",
doi="10.1088/1475-7516/2024/09/015",
archivePrefix = "arXiv",
primaryClass = "hep-th",
month = "6",
year = "2024"
}
% June 06, 2024
@article{Bickendorf:2024ovi,
author = "Bickendorf, Gerrit and Drees, Manuel",
title = "{Learning to see R-parity violating scalar top decays}",
eprint = "2406.03096",
journal="Phys.Rev.D",
volume="110",
pages="056006",
doi="10.1103/PhysRevD.110.056006",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2024"
}
% June 06, 2024
@article{Kita:2024nnw,
author = "Kita, Miko\l{}aj and Dubi\'nski, Jan and Rokita, Przemys\l{}aw and Deja, Kamil",
title = "{Generative Diffusion Models for Fast Simulations of Particle Collisions at CERN}",
eprint = "2406.03233",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
month = "6",
year = "2024"
}
% June 05, 2024
@article{Yan:2024yir,
author = "Yan, Mengshi and Hou, Tie-Jiun and Li, Zhao and Mohan, Kirtimaan and Yuan, C. -P.",
title = "{A generalized statistical model for fits to parton distributions}",
eprint = "2406.01664",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "MSUHEP-24-002",
month = "6",
year = "2024"
}
% June 05, 2024
@inproceedings{Barontini:2024dyb,
author = "Barontini, Andrea and Laurenti, Niccolo and Rojo, Juan",
title = "{NNPDF4.0 aN$^3$LO PDFs with QED corrections}",
booktitle = "{31st International Workshop on Deep-Inelastic Scattering and Related Subjects}",
eprint = "2406.01779",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "6",
year = "2024"
}
% June 05, 2024
@article{Dreyer:2024bhs,
author = "Dreyer, Etienne and Gross, Eilam and Kobylianskii, Dmitrii and Mikuni, Vinicius and Nachman, Benjamin and Soybelman, Nathalie",
title = "{Parnassus: An Automated Approach to Accurate, Precise, and Fast Detector Simulation and Reconstruction}",
eprint = "2406.01620",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
month = "5",
year = "2024"
}
% June 03, 2024
@article{Buss:2024orz,
author = "Buss, Thorsten and Gaede, Frank and Kasieczka, Gregor and Krause, Claudius and Shih, David",
title = "{Convolutional L2LFlows: Generating Accurate Showers in Highly Granular Calorimeters Using Convolutional Normalizing Flows}",
eprint = "2405.20407",
journal="JINST",
volume="19",
pages="P09003",
doi="10.1088/1748-0221/19/09/P09003",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "HEPHY-ML-24-02",
month = "5",
year = "2024"
}
% May 31, 2024
@article{ATLAS:2024xxl,
author = "{ATLAS Collaboration}",
title = "{A simultaneous unbinned differential cross section measurement of twenty-four $Z$+jets kinematic observables with the ATLAS detector}",
eprint = "2405.20041",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CERN-EP-2024-132",
month = "5",
year = "2024"
}
% May 31, 2024
@article{Zhang:2024mcu,
author = "Zhang, Zhengkang",
title = "{Neural Scaling Laws From Large-N Field Theory: Solvable Model Beyond the Ridgeless Limit}",
eprint = "2405.19398",
archivePrefix = "arXiv",
primaryClass = "hep-th",
month = "5",
year = "2024"
}
% May 30, 2024
@article{Hammad:2024hhm,
author = "Hammad, A. and Ko, P. and Lu, Chih-Ting and Park, Myeonghun",
title = "{Exploring Exotic Decays of the Higgs Boson to Multi-Photons at the LHC via Multimodal Learning Approaches}",
eprint = "2405.18834",
journal="JHEP",
volume="09",
pages="166",
doi="10.1007/JHEP09(2024)166",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "5",
year = "2024"
}
% May 28, 2024
@article{Kopp:2024lch,
author = "Kopp, Joachim and Machado, Pedro and MacMahon, Margot and Martinez-Soler, Ivan",
title = "{Improving Neutrino Energy Reconstruction with Machine Learning}",
eprint = "2405.15867",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "CERN-TH-2024-066, MITP-24-052, FERMILAB-PUB-24-0276-T, IPPP/24/26",
month = "5",
year = "2024"
}
% May 28, 2024
@article{Mastandrea:2024irf,
author = "Mastandrea, Radha and Nachman, Benjamin and Plehn, Tilman",
title = "{Constraining the Higgs Potential with Neural Simulation-based Inference for Di-Higgs Production}",
eprint = "2405.15847",
journal="Phys.Rev.D",
volume="110",
pages="056004",
doi="10.1103/PhysRevD.110.056004",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "5",
year = "2024"
}
% May 28, 2024
@article{Esmail:2024gdc,
author = "Esmail, Waleed and Hammad, A. and Jueid, Adil and Moretti, Stefano",
title = "{Boosting probes of CP violation in the top Yukawa coupling with Deep Learning}",
eprint = "2405.16499",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "CTPU-PTC-24-14",
month = "5",
year = "2024"
}
% May 28, 2024
@article{Cai:2024xnt,
author = "Cai, Tianji and Cheng, Junyi and Craig, Nathaniel and Koszegi, Giacomo and Larkoski, Andrew J.",
title = "{The Phase Space Distance Between Collider Events}",
eprint = "2405.16698",
journal="JHEP",
volume="09",
pages="054",
doi="10.1007/JHEP09(2024)054",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "5",
year = "2024"
}
% May 28, 2024
@inproceedings{Bachtis:2024vks,
author = "Bachtis, Dimitrios",
title = "{Generating configurations of increasing lattice size with machine learning and the inverse renormalization group}",
booktitle = "{EuroPLEx Final Conference}",
eprint = "2405.16288",
journal="PoS",
volume="EuroPLEx2023",
pages="001",
doi="10.22323/1.451.0001",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
month = "5",
year = "2024"
}
% May 28, 2024
@article{Dao:2024zab,
author = "Dao, H. L.",
title = "{Deep Learning Calabi-Yau four folds with hybrid and recurrent neural network architectures}",
eprint = "2405.17406",
archivePrefix = "arXiv",
primaryClass = "hep-th",
month = "5",
year = "2024"
}
% May 24, 2024
@article{Cruz:2024grk,
author = "Cruz, Sergio S\'anchez and Kolosova, Marina and Petrucciani, Giovanni and \'Alvarez, Clara Ram\'on and Vischia, Pietro",
title = "{Equivariant neural networks for robust $\textit{CP}$ observables}",
eprint = "2405.13524",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "5",
year = "2024"
}
% May 24, 2024
@article{CMS:2024zqs,
author = "{CMS Collaboration}",
title = "{Dark sector searches with the CMS experiment}",
eprint = "2405.13778",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-EXO-23-005, CERN-EP-2024-106",
month = "5",
year = "2024"
}
% May 24, 2024
@article{Belle-II:2024vvr,
author = "{Belle-II Collaboration}",
title = "{Test of light-lepton universality in $\tau$ decays with the Belle II experiment}",
eprint = "2405.14625",
journal="JHEP",
volume="08",
pages="205",
doi="10.1007/JHEP08(2024)205",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "Belle II Preprint 2024-002, KEK Preprint 2023-49",
month = "5",
year = "2024"
}
% May 24, 2024
@article{Apte:2024vwn,
author = "Apte, Anuj and Ashmore, Anthony and Cordova, Clay and Huang, Tzu-Chen",
title = "{Deep learning lattice gauge theories}",
eprint = "2405.14830",
journal="Phys.Rev.B",
volume="110",
pages="165133",
doi="10.1103/PhysRevB.110.165133",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
month = "5",
year = "2024"
}
% May 24, 2024
@article{Spinner:2024hjm,
author = "Spinner, Jonas and Bres\'o, Victor and de Haan, Pim and Plehn, Tilman and Thaler, Jesse and Brehmer, Johann",
title = "{Lorentz-Equivariant Geometric Algebra Transformers for High-Energy Physics}",
eprint = "2405.14806",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
reportNumber = "MIT-CTP/5723",
month = "5",
year = "2024"
}
% May 22, 2024
@article{Li:2024htp,
author = "Li, Congqiao and others",
title = "{Accelerating Resonance Searches via Signature-Oriented Pre-training}",
eprint = "2405.12972",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "5",
year = "2024"
}
% May 21, 2024
@article{Santos:2024bqr,
author = "Santos, Leonarc Michelle and Chavez, Vince Angelo A. and Sombillo, Denny Lane B.",
title = "{Pole structure of $P_\psi^N(4312)^+$ via machine learning and uniformized S-matrix}",