BumpNet: Resonance Searches & PDE Solutions
- BumpNet is a dual-use neural framework that employs localized “bump” concepts to address both collider resonance searches and PDE operator learning.
- In collider physics, it maps invariant-mass histograms to per-bin local significance values using convolutional layers and MLPs, enabling rapid automated bump hunting at the LHC.
- For PDE solutions, it uses a sparse, interpretable bump function expansion with trainable parameters to efficiently approximate scalar fields and operators.
BumpNet is a name used in the 2025 arXiv literature for distinct neural-network frameworks. In collider physics, BumpNet denotes a fully supervised, end-to-end neural approach to model-agnostic bump-hunting in invariant-mass spectra, trained to map smoothly falling invariant-mass histogram data directly to bin-by-bin local significance values for automated resonance searches at the Large Hadron Collider (LHC) (Arguin et al., 18 Sep 2025, Arguin et al., 9 Jan 2025). In scientific machine learning, BumpNet denotes a sparse neural network framework for PDE numerical solution and operator learning, based on meshless basis function expansion using bump functions constructed from ordinary sigmoid activation functions (Chiu et al., 19 Dec 2025).
1. Terminological scope and disambiguation
The shared name masks two technically unrelated uses.
| BumpNet usage | Domain | Core construction |
|---|---|---|
| Automated bump hunts | LHC resonance searches | Neural mapping from histogram counts to local significance values |
| Sparse PDE learning | Scientific ML for PDEs | Weighted sum of localized bump basis functions |
In the collider-physics usage, the central object is an invariant-mass histogram built from collider data, and the network output is a predicted local significance for each mass bin. In the PDE usage, the central object is an approximation of a scalar field by a sparse sum of localized basis functions whose shape, location, and amplitude are trainable.
A common source of confusion is therefore nominal rather than methodological: the two BumpNet lines share neither application domain nor architectural objective. This suggests that references to “BumpNet” require field-specific qualification, especially in bibliographic or survey contexts.
2. BumpNet for automated resonance searches
The collider-physics BumpNet was introduced in the context of the absence of an unambiguous Beyond-Standard-Model (BSM) resonance at the LHC, despite increasing energy and luminosity. The stated motivation is that traditional bump-hunting techniques typically rely on choosing a parametric form for the smoothly falling background in each final state, fitting signal plus background or scanning sliding windows with ad-hoc sideband definitions, and manually inspecting channels, whereas LHC data encompass thousands of exclusive final states such as every possible pair or triplet of electrons, muons, jets, photons, , and boosted candidates (Arguin et al., 18 Sep 2025).
The method is framed as a direct replacement for repeated per-channel likelihood scans. Under Poisson statistics, one writes for the background-only hypothesis and for the signal-plus-background hypothesis. Conventional analyses scan a signal location , compute a profile-likelihood ratio, and convert it into a local significance . BumpNet instead learns the direct mapping
so that the full histogram is processed in one pass rather than through repeated optimizer calls at each candidate mass (Arguin et al., 9 Jan 2025).
The training and evaluation pipeline is built on LHC-like histograms. One starting point is the Dark-Machines Monte Carlo dataset, described as of Standard Model 0 collisions at 1 TeV, from which exclusive final states are built by all combinations of at least two reconstructed objects, yielding 39 768 distinct invariant-mass histograms (Arguin et al., 18 Sep 2025). Variable binning is chosen to approximate the experimental mass resolution,
2
so that a narrow resonance always spans 3 bin.
The local target significance is computed from known injected signal and background expectations. One reported definition uses the Cowan et al. asymptotic formula
4
with 5 the known background expectation and 6 the injected signal in bin 7 (Arguin et al., 18 Sep 2025). This establishes BumpNet as a supervised significance-regression model rather than an unsupervised anomaly detector.
3. Collider architecture, training data, and statistical mapping
The collider BumpNet takes as input a one-dimensional vector of bin counts. One description specifies a tensor of shape 8 containing the raw Poisson-fluctuated counts 9, with histogram lengths 0 and a global linear rescaling of 1 to 2 before entering the network (Arguin et al., 9 Jan 2025). Another description states that no explicit mass values are passed; only the counts 3 are provided (Arguin et al., 18 Sep 2025).
The arXiv record contains closely related but not identical architectural descriptions. One version uses four parallel stacks, each consisting of a 1D convolutional layer with kernel sizes such as 4, 5 feature maps with typical 6, stride 7, padding to preserve length, and ReLU activation; the concatenated output has dimension 8, followed by a bin-wise MLP with two hidden layers of width 9 and typical 0, and a final linear output unit 1 (Arguin et al., 18 Sep 2025). Another version describes four parallel 1D-convolutional stacks, each with four Conv1D layers of 64 channels and ReLU activations, kernel sizes 2, “same” padding, concatenation to 3, a skip-connection with the original input, and an MLP head with layers 4 (Arguin et al., 9 Jan 2025). This suggests architectural refinement between arXiv records while preserving the same operational objective: per-bin regression of local significance.
The training dataset is reported as 5 million histograms, with 6 drawn from analytical backgrounds and 7 from smoothed Monte Carlo backgrounds (Arguin et al., 18 Sep 2025). The analytical component comprises eleven families of monotonic, concave or smoothly falling functions, including power laws, exponentials, and log-polynomial forms, with parameter sampling chosen to guarantee a monotonically falling distribution over the histogram range or to enlarge shape diversity (Arguin et al., 18 Sep 2025, Arguin et al., 9 Jan 2025). The Monte Carlo-derived component uses Dark-Machines histograms fit with parametric or non-parametric smoothing techniques, ensuring realistic shapes that include detector acceptance and kinematic thresholds (Arguin et al., 18 Sep 2025).
Signals are injected as a single-bin-width Gaussian bump at a random position 8 with random strength 9, after which each bin is Poisson-fluctuated according to 0 (Arguin et al., 18 Sep 2025). Optimization uses mean-squared error between predicted and true significance values, Adam, an initial learning rate of 1, and early stopping on validation loss or validation MSE (Arguin et al., 18 Sep 2025, Arguin et al., 9 Jan 2025). One version reports a batch size of 5 000 histograms and a CosineAnnealingLR schedule decaying from 2 to 0 over 300 epochs (Arguin et al., 9 Jan 2025); another reports typical batch size 3, learning-rate decay on plateau, and training for tens of epochs (Arguin et al., 18 Sep 2025).
The network output is linked back to standard hypothesis testing. Under the background-only hypothesis, 4 is reported to be approximately standard normal for each bin, so that the one-sided local 5-value is
6
and global significance is obtained by constructing an empirical background-only ensemble of 7, scanning both over bins and over histograms, and converting the observed maximum into a global 8-value (Arguin et al., 18 Sep 2025).
4. Collider validation, deployment, and limitations
The collider BumpNet is evaluated against idealized likelihood-ratio-based tests. For injected Gaussians, one reported metric is
9
The network is described as unbiased, with 0 for signals of varying strength, and with spread 1 over most of the histogram range; excluding the lowest 2 of bins improves performance to 3 (Arguin et al., 18 Sep 2025). A separate evaluation reports mean 4 and standard deviation 5 on held-out analytical-function histograms, and mean 6 with standard deviation 7 on held-out Dark-Machines histograms, together with positional accuracy at the level of 8 bins and ROC AUC 9 relative to the ideal likelihood-ratio test (Arguin et al., 9 Jan 2025). These are different reported validation settings rather than a single unified benchmark.
Applications to more realistic signals are also reported. For Higgs 0 diphoton data, BumpNet gives 1 versus a likelihood-ratio value of 2 (Arguin et al., 18 Sep 2025). For scalar leptoquark pair production with 3 GeV injected on Dark-Machines background, a clear BumpNet peak appears at the correct mass (Arguin et al., 18 Sep 2025). Another study reports tests on 4 simulated BSM signals, including pair-produced scalar leptoquarks, low-mass 5, RPV stops at 6 TeV, and 7 TeV8, with 9 at the correct 0; wider 1- to 2-bin signals show a modest under-prediction of 3 with 4, but remain easily discoverable (Arguin et al., 9 Jan 2025).
The look-elsewhere effect is treated explicitly. One reported mitigation excludes the first 5 of bins, where edge effects are strongest, and applies a Global Analysis Algorithm (GAA): seed histograms are identified with 6 in half of the data, then validated in the other half by requiring a matching excess within 7 bins at the same mass and the same object combination, with histograms dropped if they fail to form a family of at least two uncorrelated excesses (Arguin et al., 9 Jan 2025). A related description constructs the background-only distribution of the histogram maximum across all scanned bins and histograms (Arguin et al., 18 Sep 2025).
The practical motivation is scalability. Sideband or sliding-window tests require a separate fit per window and manual configuration, whereas BumpNet processes an entire histogram in one forward pass, reported as 8 ms on a GPU (Arguin et al., 18 Sep 2025). Training on 9 histograms is reported to require 0 GPU-hours on multi-GPU clusters, while deployment reaches 1 histograms/s on a single GPU and 2 histograms in a few minutes on a small GPU farm, enabling fully unsupervised scanning of 3k histograms from real data (Arguin et al., 18 Sep 2025).
The limitations are stated plainly. Known issues include ambiguity in the first 4 of bins, dependence on binning choices when bin widths vary wildly, and the absence of systematic uncertainties such as detector effects and background mismodeling from the training set (Arguin et al., 18 Sep 2025). Related future directions include variable-width convolutions or learnable kernel sizes, systematic-variation histograms in training, extension to two-dimensional mass distributions or angular-mass joint searches, and a fully automated global-significance pipeline across all channels (Arguin et al., 18 Sep 2025). A separate outlook emphasizes better modeling of broad signals, improved treatment of sparse-statistics high-mass bins, integration of the smoothing or fitting step into the network, and extension to two-dimensional or event-based anomaly detection via encoders plus BumpNet (Arguin et al., 9 Jan 2025).
5. BumpNet as a sparse framework for PDE solution and operator learning
A separate BumpNet introduces a sparse neural network framework for PDE numerical solution and operator learning, based on meshless basis function expansion in a fashion similar to radial-basis function networks, but using basis functions constructed from ordinary sigmoid activation functions (Chiu et al., 19 Dec 2025). The approximation of a target scalar field 5 is written as
6
where 7 is the amplitude of the 8-th bump and 9 is a smooth, compact-support bump function (Chiu et al., 19 Dec 2025).
Each bump is generated by a two-layer, weight-tied subnetwork. In 0 dimensions,
1
with
2
The inner 3 terms define half-spaces whose intersection is an axis-aligned box rotated by the choice of 4, and the outer 5 layer smoothly maps the result back into 6 (Chiu et al., 19 Dec 2025).
The parameters admit a geometric interpretation. The center 7, support widths 8, orientation, and sharpness 9 can be read off from 00. The paper gives
01
and
02
To ensure positive widths and keep centers inside a known bounding box 03, the biases are reparameterized through trainable 04 and 05, with
06
This makes the representation directly interpretable in terms of location, size, orientation, and amplitude (Chiu et al., 19 Dec 2025).
The framework is instantiated in several variants. Bump-PINNs combine BumpNet with physics-informed neural networks and use the same collocation-based approach used by PINNs; Bump-SAPINN introduces self-adaptive weights following McClenny and Braga-Neto (2023); Bump-EDNN uses a BumpNet only in the spatial domain and EDNNs to advance the solution in time; Bump-DeepONets employ a BumpNet regression network as the trunk network of a DeepONet (Chiu et al., 19 Dec 2025). Dynamic pruning is central to model parsimony and 07-adaptivity: every 08 training steps, bumps with amplitude 09 below a threshold 10 are permanently removed, concentrating representation in regions of strong gradients and reducing parameter count (Chiu et al., 19 Dec 2025).
6. PDE benchmarks, comparative results, and open questions
The PDE-oriented BumpNet is evaluated on inhomogeneous Helmholtz, 2D Poisson, 1D Heat, 1D Advection, 2D Heat, and nonlinear diffusion-reaction operator learning, with comparisons to PINN, SAPINN, SPINN of Ramabathiran and Ramachandran, EDNN, and DeepONet (Chiu et al., 19 Dec 2025). The reported metrics include relative 11 or 12 error, trainable parameters, and wall-clock training time.
| Benchmark | BumpNet-family result | Comparator |
|---|---|---|
| Helmholtz, 13K epochs | Bump-PINN: error 14, params 15, time 16 s | PINN: error 17, params 18, time 19 s |
| 1D Heat, 20K epochs | Bump-PINN: error 21, params 22, time 23 s | PINN: error 24, params 25, time 26 s |
| Advection | Bump-PINN: error 27, params 28, time 29 s | PINN: error 30, params 31, time 32 s |
For time-dependent evolution, Bump-EDNN is reported with 33 trainable parameters, 34 evolving parameters, final 35 error 36, and time-evolution cost 37 s on 2D Heat. The comparison EDNN with an MLP 38 uses 39 parameters, evolves all of them, reaches final error 40, and has time-evolution cost 41 min (Chiu et al., 19 Dec 2025). For operator learning on the diffusion-reaction problem, the Bump-DeepONet trunk has 42 parameters, trains in 43 s, and reaches test error 44, whereas the DeepONet trunk has 45 parameters, trains in 46 s, and reaches test error 47 (Chiu et al., 19 Dec 2025).
The stated advantages are parameter efficiency, computational speed, interpretability, and 48-adaptivity. The framework often uses an order of magnitude or more fewer parameters than PINN or DeepONet baselines, while preserving a direct interpretation of each bump’s center, support, orientation, and height (Chiu et al., 19 Dec 2025). The limitations are equally specific: the current bump construction assumes a hyperrectangular domain or bounding box; in very high dimension, the 49 half-space neurons per bump and Gram–Schmidt orientation construction may become costly; the pruning hyperparameters 50 require tuning; and all experiments are mesh-free collocation, so integration with variational formulations or weak forms remains open (Chiu et al., 19 Dec 2025).
Taken together, the two BumpNet lineages occupy different parts of the machine-learning landscape. One learns a likelihood-ratio-like significance map for large-scale resonance searches over invariant-mass histograms; the other provides a sparse, interpretable basis-function architecture for PDE solution and operator learning. The shared name reflects a common intuition of localized “bumps,” but the underlying statistical objects, inductive biases, and deployment regimes are distinct.