SearcharxivSearch

arXiv subjects

Josh Bendavid

Publications and source records attributed to Josh Bendavid.

8 recordsLinked to original sources

Efficient binned profile likelihood minimization for precision measurements with RABBIT

Precision measurements at the LHC increasingly rely on binned profile maximum likelihood fits with thousands of bins and nuisance parameters, and the High-Luminosity LHC will push these numbers further. Fast and robust minimization of such likelihoods is crucial for timely analysis development and accurate inference. We present Rabbit (Rapid Automatic Bin-Based Inference Tool), a Python framework that exploits differentiable programming in TensorFlow 2 to perform this task on CPUs and GPUs. Automatic differentiation provides exact gradients and Hessian-vector products for a trust-region minimizer operating in Krylov subspaces, and just-intime compilation yields near-C++ execution speed. Rabbit implements flexible statistical models with analytic treatments where possible, supports symmetrization options that establish Gaussian approximations and a linearized likelihood formulation with deterministic solutions, and focuses on measuring physical observables through differentiable transformations of the model, including unfolded differential cross sections. Benchmarks on synthetic models demonstrate excellent scaling with the number of bins and parameters, outperforming established tools in challenging regimes where these fail to converge within reasonable time.

hep-ex

Angular Coefficients from Interpretable Machine Learning with Symbolic Regression

We explore the use of symbolic regression to derive compact analytical expressions for angular observables relevant to electroweak boson production at the Large Hadron Collider (LHC). Focusing on the angular coefficients that govern the decay distributions of $W$ and $Z$ bosons, we investigate whether symbolic models can well approximate these quantities, typically computed via computationally costly numerical procedures, with high fidelity and interpretability. Using the PySR package, we first validate the approach in controlled settings, namely in angular distributions in lepton-lepton collisions in QED and in leading-order Drell-Yan production at the LHC. We then apply symbolic regression to extract closed-form expressions for the angular coefficients $A_i$ as functions of transverse momentum, rapidity, and invariant mass, using next-to-leading order simulations of $pp \to \ell^+\ell^-$ events. Our results demonstrate that symbolic regression can produce accurate and generalisable expressions that match Monte Carlo predictions within uncertainties, while preserving interpretability and providing insight into the kinematic dependence of angular observables.

hep-ph

SubMIT: A Physics Analysis Facility at MIT

The recently completed SubMIT platform is a small set of servers that provide interactive access to substantial data samples at high speeds, enabling sophisticated data analyses with very fast turnaround times. Additionally, it seamlessly integrates massive processing resources for large-scale tasks by connecting to a set of powerful batch processing systems. It serves as an ideal prototype for an Analysis Facility tailored to meet the demanding data and computational requirements anticipated during the High-Luminosity phase of the Large Hadron Collider. The key features that make this facility so powerful include highly optimized data access with a minimum of 100Gbps networking per server, a large managed NVMe storage system, and a substantial spinning-disk Ceph file system. The platform integrates a diverse set of high multicore CPU machines for tasks benefiting from the multithreading and GPU resources for example for neural network training. SubMIT also provides and supports a flexible environment for users to manage their own software needs for example by using containers. This article describes the facility, its users, and a few complementary, generic and real-life analyses that are used to benchmark its various capabilities.

cs.DC

Symbolic regression for precision LHC physics

We study the potential of symbolic regression (SR) to derive compact and precise analytic expressions that can improve the accuracy and simplicity of phenomenological analyses at the Large Hadron Collider (LHC). As a benchmark, we apply SR to equation recovery in quantum electrodynamics (QED), where established analytical results from quantum field theory provide a reliable framework for evaluation. This benchmark serves to validate the performance and reliability of SR before extending its application to structure functions in the Drell-Yan process mediated by virtual photons, which lack analytic representations from first principles. By combining the simplicity of analytic expressions with the predictive power of machine learning techniques, SR offers a useful tool for facilitating phenomenological analyses in high energy physics.

hep-ph

Focus topics for the ECFA study on Higgs / Top / EW factories

In order to stimulate new engagement and trigger some concrete studies in areas where further work would be beneficial towards fully understanding the physics potential of an $e^+e^-$ Higgs / Top / Electroweak factory, we propose to define a set of focus topics. The general reasoning and the proposed topics are described in this document.

hep-ph

Compatibility and combination of world W-boson mass measurements

The compatibility of W-boson mass measurements performed by the ATLAS, LHCb, CDF, and D0 experiments is studied using a coherent framework with theory uncertainty correlations. The measurements are combined using a number of recent sets of parton distribution functions (PDF), and are further combined with the average value of measurements from the Large Electron-Positron collider. The considered PDF sets generally have a low compatibility with a suite of global rapidity-sensitive Drell-Yan measurements. The most compatible set is CT18 due to its larger uncertainties. A combination of all mW measurements yields a value of mW = 80394.6 +- 11.5 MeV with the CT18 set, but has a probability of compatibility of 0.5% and is therefore disfavoured. Combinations are performed removing each measurement individually, and a 91% probability of compatibility is obtained when the CDF measurement is removed. The corresponding value of the W boson mass is 80369.2 +- 13.3 MeV, which differs by 3.6 sigma from the CDF value determined using the same PDF set.

hep-ex

Novel deep learning methods for track reconstruction

For the past year, the HEP.TrkX project has been investigating machine learning solutions to LHC particle track reconstruction problems. A variety of models were studied that drew inspiration from computer vision applications and operated on an image-like representation of tracking detector data. While these approaches have shown some promise, image-based methods face challenges in scaling up to realistic HL-LHC data due to high dimensionality and sparsity. In contrast, models that can operate on the spacepoint representation of track measurements ("hits") can exploit the structure of the data to solve tasks efficiently. In this paper we will show two sets of new deep learning models for reconstructing tracks using space-point data arranged as sequences or connected graphs. In the first set of models, Recurrent Neural Networks (RNNs) are used to extrapolate, build, and evaluate track candidates akin to Kalman Filter algorithms. Such models can express their own uncertainty when trained with an appropriate likelihood loss function. The second set of models use Graph Neural Networks (GNNs) for the tasks of hit classification and segment classification. These models read a graph of connected hits and compute features on the nodes and edges. They adaptively learn which hit connections are important and which are spurious. The models are scaleable with simple architecture and relatively few parameters. Results for all models will be presented on ACTS generic detector simulated data.

hep-ex

Explorations of the viability of ARM and Xeon Phi for physics processing

We report on our investigations into the viability of the ARM processor and the Intel Xeon Phi co-processor for scientific computing. We describe our experience porting software to these processors and running benchmarks using real physics applications to explore the potential of these processors for production physics processing.

physics.comp-ph