Skip to content

Commit 73b30d9

Browse files
committed
gsoc 26: add lhcb proposal on ml calo reconstruction
1 parent 167c729 commit 73b30d9

File tree

4 files changed

+91
-0
lines changed

4 files changed

+91
-0
lines changed

_gsocorgs/2026/ub.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Universitat de Barcelona"
3+
author: "Maciej Szymanski"
4+
layout: default
5+
organization: UB
6+
logo: ub-logo.png
7+
description: |
8+
[The University of Barcelona](https://web.ub.edu/en) is a public academic institution, a national leader in teaching, research, and innovation.
9+
---
10+
11+
{% include gsoc_proposal.ext %}

_gsocprojects/2026/project_LHCb.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
project: LHCb
3+
layout: default
4+
logo: lhcb_logo.png
5+
description: |
6+
[LHCb](http://lhcb.web.cern.ch/) is one of four major experiments at the Large Hadron Collider at CERN. Its purpose is to investigate the CP violations and to understand why there is matter in the World. This highly- customized spectrometer is used in the physics research beyond the Standard Model with high-precision measurements of particles produced in high-energy proton-proton collisions. Its current upgrade for Run 3 is widespread and involves supdetectors, data collection systems and analysis algorithms.
7+
8+
---
9+
10+
{% include gsoc_project.ext %}
11+
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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+
- email: felipe.luan@cern.ch
14+
first_name: Felipe Luan
15+
last_name: Souza de Almeida
16+
organization: UB
17+
is_preferred_contact: yes
18+
- email: carla.marin.benito@cern.ch
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+
- ML fundamentals
58+
59+
## AI Policy
60+
61+
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.
62+
63+
## How to Apply
64+
65+
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.
66+
67+
## Resources
68+
69+
- [LHCb Experiment](https://lhcb.web.cern.ch/)

images/ub-logo.png

104 KB
Loading

0 commit comments

Comments
 (0)