Skip to content

Commit 3b6579c

Browse files
committed
New GENIE PINN and QMLHEP projects
1 parent f36f69d commit 3b6579c

File tree

3 files changed

+173
-0
lines changed

3 files changed

+173
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: Physics-Informed Neural Network Diffusion Equation (PINNDE)
3+
layout: gsoc_proposal
4+
project: GENIE
5+
year: 2026
6+
organization:
7+
- Alabama
8+
- FSU
9+
- Fermilab
10+
---
11+
12+
## Description
13+
There is much interest in building ultra-fast samplers that map a density that is easy to sample from, typically, an n-dimensional normal to a desired n-dimensional density. One way to compute this mapping is to solve the reverse-time diffusion equation [1], which is an integro-differential equation. In Ref. [2], the integral in this equation is approximated using Monte Carlo integration where the integrand is averaged over N (~5K – 10K) points sampled from the desired distribution. Solving this equation is relatively slow, therefore, typically a neural network is trained to model the mapping from the normal to the desired density using training data generated by repeatedly solving the differential equation.
14+
15+
In last year's work, an alternative approach was investigated: modeling the solution to the differential equation using a physics-informed neural network (PINN) [3]. There is a large upfront cost in training the PINN, but this is subsequently amortized over the fast sampling using the PINN. This project extends last year's work by solving the reverse-time diffusion equation on the generated PINN to evaluate the physical realism of PINN models.
16+
17+
## Duration
18+
Total project length: 175/350 hours.
19+
20+
## Difficulty Level
21+
* Intermediate/Advanced
22+
23+
## Task ideas
24+
* Use CaloChallenge (Dataset 2 with ~6,400 voxels), build an accurate autoencoder of the showers.
25+
* Use the code developed in 2025 \[6\] for solving the reverse-time diffusion equation to map an d-dimensional standard normal to the d-dimensional latent space from step 1 and verify that we can accurately simulate showers.
26+
* Produce an accurate ML model of the q(t, x) d-dimensional vector field, tagged by the log of the energy of the incident particle that appears in the ODE and use the ML model for q(t, x) in lieu of the Monte Carlo approximation of q(t, x) used in the 2025 version of the reverse-time equation solver. I would expect a significant speed improvement in shower generation.
27+
* Finally, try to solve the reverse-time equation using a PINN, building on the promising results from last year. If this succeeds, we would have a superfast, accurate, particle shower generator.
28+
* Compare this approach with published CaloChallenge approaches and include our work and these comparisons in a ML paper.
29+
30+
## Expected results
31+
* Trained graph-based jet classifier
32+
* Benchmarks on selected datasets
33+
34+
## Test
35+
* Using PyTorch, solve the damped harmonic oscillator [5] using a PINN. Choose fixed initial conditions:
36+
x(0) = x₀, dx/dz(0) = v₀, with x₀ = 0.7 and v₀ = 1.2.
37+
Condition the PINN on damping ratios in the range ξ = 0.1 to 0.4.
38+
Solve on the domain z ∈ [0, 20]:
39+
d²x/dz² + 2ξ·dx/dz + x = 0
40+
41+
<!-- ## Test
42+
Please use [this link](https://docs.google.com/document/d/142YpKV7fJ49zaBZkSBekbBzw43KD71No2K_Jd-n5Neo/edit?usp=sharing) to access the test for this project. -->
43+
44+
## Requirements
45+
* Experience with numerical solution of ordinary differential equations.
46+
* Familiarity with PyTorch.
47+
48+
## Difficultly Level
49+
Advanced
50+
51+
## Mentors
52+
* [Harrison B. Prosper](mailto:[email protected]) (Florida State University)
53+
* [Pushpalatha Bhat](mailto:[email protected]) (Fermilab)
54+
* [Sergei Gleyzer](mailto:[email protected]) (University of Alabama)
55+
56+
57+
## Links
58+
1. Cheng Lu†, Yuhao Zhou†, Fan Bao†, Jianfei Chen†, Chongxuan Li‡, Jun Zhu, DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps, arXiv:2206.00927v3, 13 Oct 2022.
59+
60+
2. Yanfang Lui, Minglei Yang, Zezhong Zhang, Feng Bao, Yanzhao Cao, and Guannan Zhang, Diffusion-Model-Assisted Supervised Learning of Generative Models for Density Estimation, arXiv:2310.14458v1, 22 Oct 2023.
61+
62+
3. S. Cuomo et al., Scientific Machine Learning through Physics-Informed Neural Networks: Where we are and What's next, https://doi.org/10.48550/arXiv.2201.05624.
63+
64+
4. https://calochallenge.github.io/homepage/
65+
66+
5. https://en.wikipedia.org/wiki/Harmonic_oscillator
67+
68+
6. https://medium.com/@sijiljose.999/gsoc-2025-with-ml4sci-part-i-physics-informed-neural-network-for-diffusion-equation-pinnde-491d46a5b84d
69+
70+
71+
72+
Please **DO NOT** contact mentors directly by email. Instead, please email [[email protected]](mailto:[email protected]) with Project Title and **include your CV** and **test results**. The mentors will then get in touch with you.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Quantum Reinforcement Learning for High Energy Physics
3+
layout: gsoc_proposal
4+
project: QMLHEP
5+
year: 2026
6+
organization:
7+
- University of Alabama
8+
- Wisconsin
9+
---
10+
11+
#### Description
12+
The ambitious HL-LHC program will require enormous computing resources and datasets in the next two decades. New technologies are being sought after to replace the present computing infrastructure. A burning question is whether quantum computers can solve the ever growing demand of computing resources in High Energy Physics (HEP) in general and physics at LHC in particular. Our goal here is to explore and to demonstrate that Quantum Reinforcement Learning can be the new paradigm (Proof of Principle).
13+
Discovery of new physics requires the identification of rare signals against immense backgrounds. Development of reinforcement learning (RL) methods will greatly enhance our ability to achieve this objective. However, current RL algorithms require high computing resources on large datasets and excessive computing time to achieve good performance. Quantum Computing, where qubits are used instead of bits in classical computers, has the potential to improve the time complexity or data efficiency of classical algorithms.
14+
With this project we seek to implement Quantum Reinforcement Learning methods for LHC HEP analysis based on the Pennylane framework.
15+
16+
#### Duration
17+
Total project length: 175 hours.
18+
19+
#### Task Ideas
20+
* Identify the bottlenecks of classical deep RL and propose quantum circuits to efficiently bypass computationally challenging parts of the pipeline.
21+
* Implement a hybrid or fully quantum deep RL network that may utilize Quanvolutional Neural Networks and a Q-function approximator to minimize the temporal difference error defined by the Bellman equation.
22+
* Apply the quantum RL method to HEP, benchmarking it against classical state-of-the-art approaches.
23+
24+
#### Expected Results
25+
* Quantum deep reinforcement learning framework.
26+
* Applications within HEP data benchmarked against a classical reference model
27+
28+
## Requirements
29+
* Solid knowledge of machine learning and deep learning
30+
* Knowledge of quantum mechanics
31+
* Strong python skills
32+
* Ability to work independently and proactive on a research project
33+
34+
## Difficulty
35+
Intermediate/Advanced
36+
37+
## Test
38+
Use [this link](https://docs.google.com/document/d/1t2cSxEx3vIa6uirfkMkF92rWZM4tTJ_V-lkpYSdukVQ/edit?usp=sharing) for instructions on completing the test.
39+
40+
## Mentors
41+
* [Sergei Gleyzer](mailto:[email protected]) (University of Alabama)
42+
* [Rui Zhang](mailto:[email protected]) (University of Wisconsin-Madison)
43+
* [Mariia Baidachna](mailto:[email protected])
44+
45+
## Links
46+
* [HL-LHC](https://hilumilhc.web.cern.ch/)
47+
* [LHC](https://home.cern/science/accelerators/large-hadron-collider)
48+
* [Pennylane](https://pennylane.ai)
49+
* [Classical RL for HEP](https://www.frontiersin.org/journals/physics/articles/10.3389/fphy.2022.929064/full)
50+
* [Quantum RL](https://arxiv.org/abs/2510.14595)
51+
52+
Please **DO NOT** contact mentors directly by email. Instead, please email [[email protected]](mailto:[email protected]) with Project Title and **include your CV**. The mentors will then get in touch with you.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Automated Scientific Discovery of Quantum Machine Learning Architectures
3+
layout: gsoc_proposal
4+
project: QMLHEP
5+
year: 2026
6+
organization:
7+
- University of Alabama
8+
---
9+
10+
#### Description
11+
The ambitious HL-LHC program will require enormous computing resources and datasets in the next two decades. New technologies are being sought after to replace the present computing infrastructure. A burning question is whether quantum computers can solve the ever growing demand of computing resources in High Energy Physics (HEP) in general and physics at LHC in particular. Our goal here is to explore and to demonstrate that Automated Quantum Architecture Search can be used to discover novel solutions.
12+
Discovery of new physics requires the identification of rare signals against immense backgrounds, prompting the design of quantum machine learning methods. However, developing effective quantum circuits for these tasks is currently a difficult and manual process that relies on trial and error. To fully leverage the potential of Quantum Computing, we must move beyond manual design. Automated scientific discovery, specifically using machine learning to design better quantum machine learning architectures, can transform the way we design quantum circuits and optimize classifiers for HEP data.
13+
With this project we seek to implement automated methods for discovering optimal quantum machine learning architectures for LHC HEP analysis based on the Pennylane framework.
14+
15+
#### Duration
16+
Total project length: 175 hours.
17+
18+
#### Task Ideas
19+
* Design an automated quantum architecture search pipeline that balances theory and RL driven methods to search a reasonable space of quantum circuits.
20+
* Benchmark the discovered architectures against state-of-the-art quantum and classical approaches on HEP data.
21+
22+
#### Expected Results
23+
* A pipeline for the automated discovery of quantum circuit architectures tailored to HEP data.
24+
* Comparative analysis against state-of-the-art approaches.
25+
26+
## Requirements
27+
* Solid knowledge of machine learning and deep learning
28+
* Knowledge of quantum mechanics
29+
* Strong python skills
30+
* Ability to work independently and proactive on a research project
31+
32+
## Difficulty
33+
Intermediate/Advanced
34+
35+
## Test
36+
Use [this link](https://docs.google.com/document/d/1t2cSxEx3vIa6uirfkMkF92rWZM4tTJ_V-lkpYSdukVQ/edit?usp=sharing) for instructions on completing the test.
37+
38+
## Mentors
39+
* [Sergei Gleyzer](mailto:[email protected]) (University of Alabama)
40+
* [Mariia Baidachna](mailto:[email protected])
41+
42+
## Links
43+
* [HL-LHC](https://hilumilhc.web.cern.ch/)
44+
* [LHC](https://home.cern/science/accelerators/large-hadron-collider)
45+
* [Pennylane](https://pennylane.ai)
46+
* [SCP for automated scientific discovery](https://arxiv.org/abs/2512.24189)
47+
* [AutoQML](https://arxiv.org/abs/2502.21025)
48+
49+
Please **DO NOT** contact mentors directly by email. Instead, please email [[email protected]](mailto:[email protected]) with Project Title and **include your CV**. The mentors will then get in touch with you.

0 commit comments

Comments
 (0)