Goto

Collaborating Authors

 cern


Geoff: The Generic Optimization Framework & Frontend for Particle Accelerator Controls

Madysa, Penelope, Appel, Sabrina, Kain, Verena, Schenk, Michael

arXiv.org Artificial Intelligence

This allows plugins to solve not only simple toy problems, but also more complex ones, where e.g. an accelerator device is known to behave in an unusual fashion but it is not feasible to fix the issue at the source[29]. Because plugins are independent packages with their own dependency declarations, they can scale from minimal proof-of-concept implementations to complex state machines that call out to subprocesses or request data from the accelerator's monitoring devices. Because plugins have their own versioning scheme, faulty upgrades are trivial to roll back without excessive downtime in the accelerator. The dynamic nature of the plugin architecture also allows plugin developers to test their code using a deployed version of the host application, and include it in a future one. The modular architecture of Geoff also means that plugin developers do not have to use the deployed application at all, and instead e.g.


ExpertSim: Fast Particle Detector Simulation Using Mixture-of-Generative-Experts

Będkowski, Patryk, Dubiński, Jan, Szatkowski, Filip, Deja, Kamil, Rokita, Przemysław, Trzciński, Tomasz

arXiv.org Artificial Intelligence

Simulating detector responses is a crucial part of understanding the inner workings of particle collisions in the Large Hadron Collider at CERN. Such simulations are currently performed with statistical Monte Carlo methods, which are computationally expensive and put a significant strain on CERN's computational grid. Therefore, recent proposals advocate for generative machine learning methods to enable more efficient simulations. However, the distribution of the data varies significantly across the simulations, which is hard to capture with out-of-the-box methods. In this study, we present ExpertSim - a deep learning simulation approach tailored for the Zero Degree Calorimeter in the ALICE experiment. Our method utilizes a Mixture-of-Generative-Experts architecture, where each expert specializes in simulating a different subset of the data. This allows for a more precise and efficient generation process, as each expert focuses on a specific aspect of the calorimeter response. ExpertSim not only improves accuracy, but also provides a significant speedup compared to the traditional Monte-Carlo methods, offering a promising solution for high-efficiency detector simulations in particle physics experiments at CERN.


Even Faster Simulations with Flow Matching: A Study of Zero Degree Calorimeter Responses

Wojnar, Maksymilian

arXiv.org Artificial Intelligence

Recent advances in generative neural networks, particularly flow matching (FM), have enabled the generation of high-fidelity samples while significantly reducing computational costs. A promising application of these models is accelerating simulations in high-energy physics (HEP), helping research institutions meet their increasing computational demands. In this work, we leverage FM to develop surrogate models for fast simulations of zero degree calorimeters in the ALICE experiment. We present an effective training strategy that enables the training of fast generative models with an exceptionally low number of parameters. This approach achieves state-of-the-art simulation fidelity for both neutron (ZN) and proton (ZP) detectors, while offering substantial reductions in computational costs compared to existing methods. Our FM model achieves a Wasserstein distance of 1.27 for the ZN simulation with an inference time of 0.46 ms per sample, compared to the current best of 1.20 with an inference time of approximately 109 ms. The latent FM model further improves the inference speed, reducing the sampling time to 0.026 ms per sample, with a minimal trade-off in accuracy. Similarly, our approach achieves a Wasserstein distance of 1.30 for the ZP simulation, outperforming the current best of 2.08. The source code is available at https://github.com/m-wojnar/faster_zdc.


A Federated Learning Platform as a Service for Advancing Stroke Management in European Clinical Centers

Santos, Diogo Reis, Aillet, Albert Sund, Boiano, Antonio, Milasheuski, Usevalad, Giusti, Lorenzo, Di Gennaro, Marco, Kianoush, Sanaz, Barbieri, Luca, Nicoli, Monica, Carminati, Michele, Redondi, Alessandro E. C., Savazzi, Stefano, Serio, Luigi

arXiv.org Artificial Intelligence

The rapid evolution of artificial intelligence (AI) technologies holds transformative potential for the healthcare sector. In critical situations requiring immediate decision-making, healthcare professionals can leverage machine learning (ML) algorithms to prioritize and optimize treatment options, thereby reducing costs and improving patient outcomes. However, the sensitive nature of healthcare data presents significant challenges in terms of privacy and data ownership, hindering data availability and the development of robust algorithms. Federated Learning (FL) addresses these challenges by enabling collaborative training of ML models without the exchange of local data. This paper introduces a novel FL platform designed to support the configuration, monitoring, and management of FL processes. This platform operates on Platform-as-a-Service (PaaS) principles and utilizes the Message Queuing Telemetry Transport (MQTT) publish-subscribe protocol. Considering the production readiness and data sensitivity inherent in clinical environments, we emphasize the security of the proposed FL architecture, addressing potential threats and proposing mitigation strategies to enhance the platform's trustworthiness. The platform has been successfully tested in various operational environments using a publicly available dataset, highlighting its benefits and confirming its efficacy.


Applying generative neural networks for fast simulations of the ALICE (CERN) experiment

Wojnar, Maksymilian

arXiv.org Artificial Intelligence

This thesis investigates the application of state-of-the-art advances in generative neural networks for fast simulation of the Zero Degree Calorimeter (ZDC) neutron detector in the ALICE experiment at CERN. Traditional simulation methods using the GEANT Monte Carlo toolkit, while accurate, are computationally demanding. With increasing computational needs at CERN, efficient simulation techniques are essential. The thesis provides a comprehensive literature review on the application of neural networks in computer vision, fast simulations using machine learning, and generative neural networks in high-energy physics. The theory of the analyzed models is also discussed, along with technical aspects and the challenges associated with a practical implementation. The experiments evaluate various neural network architectures, including convolutional neural networks, vision transformers, and MLP-Mixers, as well as generative frameworks such as autoencoders, generative adversarial networks, vector quantization models, and diffusion models. Key contributions include the implementation and evaluation of these models, a significant improvement in the Wasserstein metric compared to existing methods with a low generation time of 5 milliseconds per sample, and the formulation of a list of recommendations for developing models for fast ZDC simulation. Open-source code and detailed hyperparameter settings are provided for reproducibility. Additionally, the thesis outlines future research directions to further enhance simulation fidelity and efficiency.


Robot Talk Episode 86 – Mario Di Castro

Robohub

Mario Di Castro has a Master's degree in electronic engineering from the University of Naples Federico II in Italy and a PhD in robotics and industrial controls from the Polytechnic University of Madrid in Spain. Since 2011 he has led the Mechatronics, Robotics and Operation section at CERN. The section is responsible for the design, construction, installation, operation and maintenance of robotic systems used for remote maintenance at the CERN accelerator complex. His research interests include tele-robotics, machine learning, and precise motion control in harsh environments.


Deep Generative Models for Proton Zero Degree Calorimeter Simulations in ALICE, CERN

Będkowski, Patryk, Dubiński, Jan, Deja, Kamil, Rokita, Przemysław

arXiv.org Artificial Intelligence

Simulating detector responses is a crucial part of understanding the inner-workings of particle collisions in the Large Hadron Collider at CERN. The current reliance on statistical Monte-Carlo simulations strains CERN's computational grid, underscoring the urgency for more efficient alternatives. Addressing these challenges, recent proposals advocate for generative machine learning methods. In this study, we present an innovative deep learning simulation approach tailored for the proton Zero Degree Calorimeter in the ALICE experiment. Leveraging a Generative Adversarial Network model with Selective Diversity Increase loss, we directly simulate calorimeter responses. To enhance its capabilities in modeling a broad range of calorimeter response intensities, we expand the SDI-GAN architecture with additional regularization. Moreover, to improve the spatial fidelity of the generated data, we introduce an auxiliary regressor network. Our method offers a significant speedup when comparing to the traditional Monte-Carlo based approaches.


Towards Unlocking Insights from Logbooks Using AI

Sulc, Antonin, Bien, Alex, Eichler, Annika, Ratner, Daniel, Rehm, Florian, Mayet, Frank, Hartmann, Gregor, Hoschouer, Hayden, Tuennermann, Henrik, Kaiser, Jan, John, Jason St., Maldonado, Jennefer, Hazelwood, Kyle, Kammering, Raimund, Hellert, Thorsten, Wilksen, Tim, Kain, Verena, Hu, Wan-Lin

arXiv.org Artificial Intelligence

Electronic logbooks contain valuable information about activities and events concerning their associated particle accelerator facilities. However, the highly technical nature of logbook entries can hinder their usability and automation. As natural language processing (NLP) continues advancing, it offers opportunities to address various challenges that logbooks present. This work explores jointly testing a tailored Retrieval Augmented Generation (RAG) model for enhancing the usability of particle accelerator logbooks at institutes like DESY, BESSY, Fermilab, BNL, SLAC, LBNL, and CERN. The RAG model uses a corpus built on logbook contributions and aims to unlock insights from these logbooks by leveraging retrieval over facility datasets, including discussion about potential multimodal sources. Our goals are to increase the FAIR-ness (findability, accessibility, interoperability, and reusability) of logbooks by exploiting their information content to streamline everyday use, enable macro-analysis for root cause analysis, and facilitate problem-solving automation.


A Secure and Trustworthy Network Architecture for Federated Learning Healthcare Applications

Boiano, Antonio, Di Gennaro, Marco, Barbieri, Luca, Carminati, Michele, Nicoli, Monica, Redondi, Alessandro, Savazzi, Stefano, Aillet, Albert Sund, Santos, Diogo Reis, Serio, Luigi

arXiv.org Artificial Intelligence

Federated Learning (FL) has emerged as a promising approach for privacy-preserving machine learning, particularly in sensitive domains such as healthcare. In this context, the TRUSTroke project aims to leverage FL to assist clinicians in ischemic stroke prediction. This paper provides an overview of the TRUSTroke FL network infrastructure. The proposed architecture adopts a client-server model with a central Parameter Server (PS). We introduce a Docker-based design for the client nodes, offering a flexible solution for implementing FL processes in clinical settings. The impact of different communication protocols (HTTP or MQTT) on FL network operation is analyzed, with MQTT selected for its suitability in FL scenarios. A control plane to support the main operations required by FL processes is also proposed. The paper concludes with an analysis of security aspects of the FL architecture, addressing potential threats and proposing mitigation strategies to increase the trustworthiness level.


CLAIRE and euRobotics join forces on European AI "moonshot" proposal

AIHub

CLAIRE and euRobotics, two European non-profit organisations in the area of AI and robotics, have announced an ambitious plan to establish Europe as a powerhouse in trustworthy artificial intelligence (AI) by 2030. This "moonshot" aims to "provide European citizens, industries, and public organisations with reliable and ethical AI alternatives, creating systems aligned with European values and boosting global competitiveness. The initiative calls for a pan-European effort, pooling talent and resources to overcome the current technological dependency on non-European big tech firms". According to Chair of the Board of CLAIRE directors, Holger Hoos, "Europe has a storied history of rising to technological challenges and emerging with global solutions. From CERN to the European Space Agency, we've turned collaboration into innovation. Now, as AI begins to permeate every aspect of our work and lives, it's imperative we forge our own path, ensuring the broad availability of trustworthy AI systems with European values at their core."