Wiki source code of Xabier Cid Vidal

Version 10.1 by Ricardo Julio Rodríguez Fernández on 2024/06/28 10:10

Hide last authors
Ricardo Julio Rodríguez Fernández 7.1 1 === Creating classifiers to detect LLPs at LHCb ===
2 ==== Supervisor: Emilio Xosé Rodríguez Fernández
3 ====
Ricardo Julio Rodríguez Fernández 1.1 4
Ricardo Julio Rodríguez Fernández 3.1 5 Several Beyond the Standard Model theories suggest that Long-Lived Particles (LLPs) might mostly evade current particle physics detectors but have a small chance of decaying into known elementary particles, such as muons, making them potentially detectable.
Ricardo Julio Rodríguez Fernández 1.1 6 The LHCb detector offers great precision in detecting production/decay vertices. Therefore, using Machine Learning tools supported by these measurements is considered an enhancing element, improving the sensitivity to these models. For this project we will develop such tools, comparing the performance of different algorithms, such as AdaBoost and GradientBoost.
7
Ricardo Julio Rodríguez Fernández 2.1 8
9
Ricardo Julio Rodríguez Fernández 7.1 10 === Finding the best classifier to observe eta' -> mu mu at LHCb ===
Ricardo Julio Rodríguez Fernández 8.1 11 ==== Supervisor: Miguel Fernández Gómez ====
Ricardo Julio Rodríguez Fernández 10.1 12 ==== Summer Fellow: Pablo Moreno García ====
13 ==== Summer Fellow: Diego Asín de Alcalá
Ricardo Julio Rodríguez Fernández 7.1 14 ====
Ricardo Julio Rodríguez Fernández 1.1 15
16 Decays of the pseudoscalar resonances eta and eta' could turn out to be an important factor in fine-tuning the theoretical predictions for g_mu -2, one of the larger discrepancies between the Standard Model of Particle Physics and experimental measurements. In particular, eta' -> mu mu has not been observed yet, and doing so could represent a landmark achievement for the field, as well as the experiment that does it.
Ricardo Julio Rodríguez Fernández 3.1 17 An ongoing analysis of data collected by the LHCb experiment at CERN is showing promising signs of observing evidence of it with a significance higher than 3 sigmas. It is also shown that a key factor to improve this sensitivity could be a better-performing multivariate classifier, that allows us to distinguish between background-like and signal-like data. In this project, we will be fine-tuning the classifier to achieve an optimal performance.
Ricardo Julio Rodríguez Fernández 1.1 18 To do so, we will be testing multiple classifying algorithms from Python, including XGBoost, AdaBoost, and even neural networks that could take us over the top and achieve an area under the ROC curve of 0.99, improving upon the current result of 0.98.
19
Ricardo Julio Rodríguez Fernández 2.1 20
21
Ricardo Julio Rodríguez Fernández 7.1 22 === Optimizing hyperparameters in classifiers to observe eta' -> mu mu at LHCb ===
Ricardo Julio Rodríguez Fernández 9.1 23 ==== Supervisor: Miguel Fernández Gómez ====
24 ==== Summer Fellow: Rosalía Soto Rey
Ricardo Julio Rodríguez Fernández 7.1 25 ====
Ricardo Julio Rodríguez Fernández 1.1 26
27 The decays of the pseudoscalar resonances eta and eta' may play a crucial role in refining theoretical predictions for g_mu - 2, which is one of the significant discrepancies between the Standard Model of Particle Physics and experimental measurements. Notably, the decay eta' -> mu mu has not yet been observed. Achieving this observation would be a landmark accomplishment for the field and the experiment that accomplishes it.
28 Current analysis of data collected by the LHCb experiment at CERN shows promising signs of observing evidence of this decay with a significance greater than 3 sigmas. Improving this sensitivity could significantly benefit from a more effective multivariate classifier, which can better differentiate between background-like and signal-like data. This project aims to fine-tune the classifier to achieve optimal performance.
29 For this, we will be trying with different input variables in the dataset, testing how much each one contributes to the overall result. We will also fine-tune the hyperparameters of the training algorithm using the Python optimization framework Optuna, which allows us to efficiently test different strategies and choose the best result.
Ricardo Julio Rodríguez Fernández 6.1 30
31
32
Ricardo Julio Rodríguez Fernández 7.1 33 === Neural networks for LLP discovery ===
34 ==== Supervisor: Emilio Xosé Rodríguez Fernández
35 ====
Ricardo Julio Rodríguez Fernández 6.1 36
37 LLPs are an exciting avenue to discover new physics, but they are also known to be very challenging to detect, specifically in the context of hadronic colliders with large backgrounds. Detectors such as LHCb have been trying to find one of such particles, with no success so far.
38 In this project we will make use of the capabilities of Neural Networks, which can deal with high-dimensional feature spaces, to make the most of the information provided by the detector.