|
| 1 | +--- |
| 2 | +title: Transformer-based Reconstruction for Electromagnetic Calorimeters in Future LHC Upgrade Experiments |
| 3 | +layout: gsoc_proposal |
| 4 | +project: LHCb |
| 5 | +year: 2026 |
| 6 | +organization: |
| 7 | + - UB |
| 8 | + - CERN |
| 9 | +difficulty: medium |
| 10 | +duration: 175 |
| 11 | +mentor_avail: June-October |
| 12 | +project_mentors: |
| 13 | + |
| 14 | + first_name: Felipe Luan |
| 15 | + last_name: Souza de Almeida |
| 16 | + organization: UB |
| 17 | + is_preferred_contact: yes |
| 18 | + |
| 19 | + first_name: Carla |
| 20 | + last_name: Marin Benito |
| 21 | + organization: UB |
| 22 | + is_preferred_contact: no |
| 23 | +--- |
| 24 | + |
| 25 | +## Description |
| 26 | + |
| 27 | + Electromagnetic calorimeter reconstruction is a critical component of precision measurements involving neutral particles such as photons and neutral pions (π⁰). The achievable energy resolution directly impacts the sensitivity of physics analyses relying on these final states, including rare decays and CP violation measurements. |
| 28 | + |
| 29 | +In the context of future LHC upgrades, calorimeter reconstruction must satisfy increasingly stringent real-time constraints, making both reconstruction quality and inference performance essential. Transformer-based machine learning models have recently emerged as a promising technology for modeling complex detector responses and long-range correlations, with potential advantages in reconstruction accuracy and scalability. |
| 30 | + |
| 31 | +The goal of this project is to design, implement, and benchmark a Transformer-based reconstruction pipeline for electromagnetic calorimeters, focusing on energy resolution and inference performance. The developed approach will be quantitatively compared to existing standard reconstruction algorithms and GNN-based methods. The project emphasizes software implementation, validation, and benchmarking, rather than open-ended machine learning research, making it well suited for the GSoC timeline. |
| 32 | + |
| 33 | +## Task Ideas |
| 34 | + |
| 35 | +- Design, implementation, and benchmarking of a Transformer-based reconstruction pipeline for electromagnetic calorimeters |
| 36 | + |
| 37 | +## Expected Results and Milestones |
| 38 | + |
| 39 | +### Core deliverables |
| 40 | + |
| 41 | +- A working, documented end-to-end Transformer-based reconstruction pipeline for electromagnetic calorimeter energy reconstruction. |
| 42 | + |
| 43 | +- Energy response and resolution studies using single-photon simulated samples. |
| 44 | + |
| 45 | +- Quantitative comparison with standard reconstruction algorithms and existing GNN-based approaches. |
| 46 | + |
| 47 | +- Benchmarking of inference performance (e.g. latency and throughput) relevant for real-time reconstruction constraints. |
| 48 | + |
| 49 | +### Stretch goals (depending on progress) |
| 50 | + |
| 51 | +- Performance studies under high-luminosity conditions using single-photon events overlaid with minimum-bias background. |
| 52 | + |
| 53 | +- Extended benchmarking studies across different model configurations and detector conditions. |
| 54 | + |
| 55 | +## Requirements |
| 56 | + |
| 57 | +* Intermediate-level Python programming skills |
| 58 | +* Fundamentals of machine learning |
| 59 | +* Familiarity with PyTorch or a similar ML framework |
| 60 | +* Basic knowledge of particle physics or detector concepts is beneficial but not required |
| 61 | + |
| 62 | +## AI Policy |
| 63 | + |
| 64 | +AI assistance is allowed for this contribution. The applicant takes full responsibility for all code and results, disclosing AI use for non-routine tasks (algorithm design, architecture, complex problem-solving). Routine tasks (grammar, formatting, style) do not require disclosure. |
| 65 | + |
| 66 | +## How to Apply |
| 67 | + |
| 68 | +Email mentors with a brief background and interest in ML/particle physics. Please include "gsoc26" in the subject line. Mentors will provide an evaluation task after submission. |
| 69 | + |
| 70 | +## Resources |
| 71 | + |
| 72 | +* *A Survey on Transformers* (<https://arxiv.org/abs/2106.04554>) |
| 73 | +* *Transformers are Graph Neural Networks* (<https://arxiv.org/abs/2506.22084>) |
| 74 | +* PyTorch documentation: [https://docs.pytorch.org/docs/stable/index.html](https://docs.pytorch.org/docs/stable/index.html) |
| 75 | +* [LHCb experiment](https://lhcb.web.cern.ch/) |
| 76 | +* *Calibration and performance of the LHCb calorimeters in Run 1 and 2 at the LHC* (<https://arxiv.org/abs/2008.11556>) |
| 77 | +* *Graph Clustering: a graph-based clustering algorithm for the electromagnetic calorimeter in LHCb* (<https://arxiv.org/abs/2212.11061>) |
0 commit comments