Reliable Hybrid Neural Surrogates for Multidimensional Grids: Application to Double Parton Distributions
This paper presents a hybrid neural-network method implemented in C++ that significantly reduces the storage, memory, and initialization costs of multidimensional double parton distribution grids by compressing most data into a neural model while storing only a sparse set of high-accuracy residuals, achieving a 10.6-fold reduction in disk footprint with minimal impact on evaluation speed.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Inside the protons that race around the Large Hadron Collider, the universe is a chaotic soup of tiny particles called quarks and gluons. To understand what happens when these protons smash together, physicists must know exactly how these internal particles are arranged and how they move. They rely on mathematical maps known as parton distribution functions, which tell them the probability of finding a particle with a specific speed and energy. For decades, these maps have been stored as massive grids of numbers, much like a detailed spreadsheet where every cell holds a specific value. This method works well for simple collisions involving one particle from each proton. However, nature is often more complex. Sometimes, two distinct pairs of particles interact simultaneously within a single crash, a phenomenon known as double parton scattering. To predict these rare events, scientists need a much more complicated map that tracks two particles at once, along with two different energy scales for each. This creates a four-dimensional data structure that is exponentially larger and harder to manage than the standard maps, quickly overwhelming computer memory and storage systems.
A team of researchers at the Institute for Research in Fundamental Sciences in Tehran has developed a clever new way to shrink these massive data maps without losing the precision needed for high-energy physics. They created a hybrid system that combines a compact, intelligent computer model with a small, targeted list of exceptions. Instead of storing every single number in the massive four-dimensional grid, they trained a neural network—a type of artificial intelligence designed to recognize patterns—to learn the general shape and behavior of the data. The network acts as a highly efficient guesser, capable of reproducing the vast majority of the grid's values with high accuracy. However, because no model is perfect, the researchers identified the specific points where the network's guess was not quite good enough. For these difficult spots, they kept the original, exact numbers in a tiny, sparse list. When a physicist needs to look up a value, the system first checks if the point is one of the difficult exceptions; if not, it uses the fast, compact neural network to generate the answer.
The results of this approach are striking. By using this hybrid method, the researchers reduced the size of the data file needed to store the information by a factor of 10.6 compared to the standard compressed grid. More importantly, the amount of computer memory required to run the calculations dropped by a factor of 31.6, shrinking from over four gigabytes down to just 138 megabytes. This massive reduction in memory usage means that complex simulations can run on standard computers rather than requiring specialized, high-end hardware. The system also loads nearly 11 times faster, cutting the startup time from over two and a half seconds to less than a quarter of a second. While the speed of the actual calculations slowed slightly to about 85 percent of the original rate, the trade-off is overwhelmingly positive, offering a practical solution to a problem that had previously made these complex calculations prohibitively expensive and slow.
The key to this success lies in how the neural network was taught. Rather than trying to memorize every single number from scratch, the system was given a head start by using a simple, known approximation as a baseline. The network was then tasked only with learning the subtle differences and correlations that make the real data unique. This allowed the model to remain small and fast while still capturing the intricate details of the particle interactions. The researchers tested this system rigorously, scanning millions of data points to ensure that the neural network's predictions were accurate enough for scientific use. They found that only 0.694 percent of the data points needed to be stored in the exception list, confirming that the network could handle the bulk of the work on its own. The final software package is written in a standard programming language used by physicists, meaning it can be used immediately without needing complex external tools or programming environments. This work provides a new, efficient tool for exploring the most complex collisions in the universe, turning a data-heavy bottleneck into a streamlined process that opens the door to more detailed studies of how matter behaves at its most fundamental level.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.