1,864 research outputs found
Exclusive search for Higgs boson to gamma-gamma decay via vector boson fusion production mechanism
Thesis (S.B.)--Massachusetts Institute of Technology, Dept. of Physics, 2012.Cataloged from PDF version of thesis.Includes bibliographical references (p. 39-40).We perform an exclusive search for the Higgs boson to gamma-gamma decay via vector boson fusion. We utilize the characteristic features of vector boson fusion, such as the di-jet [Delta][eta] and mass, as well as the di-photon [rho][tao], to search for the Higgs boson to gamma-gamma decay via the vector boson fusion process. The theoretical production cross section limit is analyzed over the accepted possible mass range for the Higgs boson, 120-130 GeV/c 2 . We are able to reduce the theoretical production cross section limit to ~ 6[sigma]SM in this range by using a boosted decision tree. Comparison to the cut based approach used by the CMS Collaboration shows no improvement in using a BDT as opposed to a cut based approach.by Dylan Sheldon Rankin.S.B
Search for heavy resonances decaying to a top quark and a bottom quark in proton-proton collisions at 13 TeV with the CMS experiment
Searches are presented for narrow heavy resonances decaying to a top quark and a bottom quark using data collected by the CMS experiment at a center-of-mass energy of 13 TeV. Final states that include a single lepton (electron, muon), multiple jets, and missing transverse momentum are analyzed. No evidence is found for the production of a W' boson, and the production of right-handed W' bosons is excluded at 95% confidence level for masses up to 3.6 TeV depending on the scenario considered. Exclusion limits for W' bosons are also presented as a function of their coupling strength to left- and right-handed fermions. These limits on a W' boson decaying via a top and a bottom quark are the most stringent published to date. Projections for future searches with an integrated luminosity of up to 3 inverse attobarns are also presented, and suggest that W' boson masses above 4 TeV could be excluded
Quasi Anomalous Knowledge: Searching for new physics with embedded knowledge
Discoveries of new phenomena often involve a dedicated search for a
hypothetical physics signature. Recently, novel deep learning techniques have
emerged for anomaly detection in the absence of a signal prior. However, by
ignoring signal priors, the sensitivity of these approaches is significantly
reduced. We present a new strategy dubbed Quasi Anomalous Knowledge (QUAK),
whereby we introduce alternative signal priors that capture some of the salient
features of new physics signatures, allowing for the recovery of sensitivity
even when the alternative signal is incorrect. This approach can be applied to
a broad range of physics models and neural network architectures. In this
paper, we apply QUAK to anomaly detection of new physics events at the CERN
Large Hadron Collider utilizing variational autoencoders with normalizing flow.Comment: 25 pages, 9 figure
FPGA-accelerated machine learning inference as a service for particle physics computing
New heterogeneous computing paradigms on dedicated hardware with increased
parallelization, such as Field Programmable Gate Arrays (FPGAs), offer exciting
solutions with large potential gains. The growing applications of machine
learning algorithms in particle physics for simulation, reconstruction, and
analysis are naturally deployed on such platforms. We demonstrate that the
acceleration of machine learning inference as a web service represents a
heterogeneous computing solution for particle physics experiments that
potentially requires minimal modification to the current computing model. As
examples, we retrain the ResNet-50 convolutional neural network to demonstrate
state-of-the-art performance for top quark jet tagging at the LHC and apply a
ResNet-50 model with transfer learning for neutrino event classification. Using
Project Brainwave by Microsoft to accelerate the ResNet-50 image classification
model, we achieve average inference times of 60 (10) milliseconds with our
experimental physics software framework using Brainwave as a cloud (edge or
on-premises) service, representing an improvement by a factor of approximately
30 (175) in model inference latency over traditional CPU inference in current
experimental hardware. A single FPGA service accessed by many CPUs achieves a
throughput of 600--700 inferences per second using an image batch of one,
comparable to large batch-size GPU throughput and significantly better than
small batch-size GPU throughput. Deployed as an edge or cloud service for the
particle physics computing model, coprocessor accelerators can have a higher
duty cycle and are potentially much more cost-effective.Comment: 16 pages, 14 figures, 2 table
Graph Neural Network-based Tracking as a Service
Recent studies have shown promising results for track finding in dense
environments using Graph Neural Network (GNN)-based algorithms. However,
GNN-based track finding is computationally slow on CPUs, necessitating the use
of coprocessors to accelerate the inference time. Additionally, the large input
graph size demands a large device memory for efficient computation, a
requirement not met by all computing facilities used for particle physics
experiments, particularly those lacking advanced GPUs. Furthermore, deploying
the GNN-based track-finding algorithm in a production environment requires the
installation of all dependent software packages, exclusively utilized by this
algorithm. These computing challenges must be addressed for the successful
implementation of GNN-based track-finding algorithm into production settings.
In response, we introduce a ``GNN-based tracking as a service'' approach,
incorporating a custom backend within the NVIDIA Triton inference server to
facilitate GNN-based tracking. This paper presents the performance of this
approach using the Perlmutter supercomputer at NERSC.Comment: 7 pages, 4 figures, Proceeding of Connected the Dots Workshop (CTD
2023
A machine-learning pipeline for real-time detection of gravitational waves from compact binary coalescences
The promise of multi-messenger astronomy relies on the rapid detection of
gravitational waves at very low latencies ((1\,s)) in order to
maximize the amount of time available for follow-up observations. In recent
years, neural-networks have demonstrated robust non-linear modeling
capabilities and millisecond-scale inference at a comparatively small
computational footprint, making them an attractive family of algorithms in this
context. However, integration of these algorithms into the gravitational-wave
astrophysics research ecosystem has proven non-trivial. Here, we present the
first fully machine learning-based pipeline for the detection of gravitational
waves from compact binary coalescences (CBCs) running in low-latency. We
demonstrate this pipeline to have a fraction of the latency of traditional
matched filtering search pipelines while achieving state-of-the-art sensitivity
to higher-mass stellar binary black holes
Fast convolutional neural networks on FPGAs with hls4ml
We introduce an automated tool for deploying ultra low-latency, low-power
deep neural networks with convolutional layers on FPGAs. By extending the
hls4ml library, we demonstrate an inference latency of s using
convolutional architectures, targeting microsecond latency applications like
those at the CERN Large Hadron Collider. Considering benchmark models trained
on the Street View House Numbers Dataset, we demonstrate various methods for
model compression in order to fit the computational constraints of a typical
FPGA device used in trigger and data acquisition systems of particle detectors.
In particular, we discuss pruning and quantization-aware training, and
demonstrate how resource utilization can be significantly reduced with little
to no loss in model accuracy. We show that the FPGA critical resource
consumption can be reduced by 97% with zero loss in model accuracy, and by 99%
when tolerating a 6% accuracy degradation.Comment: 18 pages, 18 figures, 4 table
Accelerated Charged Particle Tracking with Graph Neural Networks on FPGAs
We develop and study FPGA implementations of algorithms for charged particle
tracking based on graph neural networks. The two complementary FPGA designs are
based on OpenCL, a framework for writing programs that execute across
heterogeneous platforms, and hls4ml, a high-level-synthesis-based compiler for
neural network to firmware conversion. We evaluate and compare the resource
usage, latency, and tracking performance of our implementations based on a
benchmark dataset. We find a considerable speedup over CPU-based execution is
possible, potentially enabling such algorithms to be used effectively in future
computing workflows and the FPGA-based Level-1 trigger at the CERN Large Hadron
Collider.Comment: 8 pages, 4 figures, To appear in Third Workshop on Machine Learning
and the Physical Sciences (NeurIPS 2020
hls4ml: An Open-Source Codesign Workflow to Empower Scientific Low-Power Machine Learning Devices
Accessible machine learning algorithms, software, and diagnostic tools for
energy-efficient devices and systems are extremely valuable across a broad
range of application domains. In scientific domains, real-time near-sensor
processing can drastically improve experimental design and accelerate
scientific discoveries. To support domain scientists, we have developed hls4ml,
an open-source software-hardware codesign workflow to interpret and translate
machine learning algorithms for implementation with both FPGA and ASIC
technologies. We expand on previous hls4ml work by extending capabilities and
techniques towards low-power implementations and increased usability: new
Python APIs, quantization-aware pruning, end-to-end FPGA workflows, long
pipeline kernels for low power, and new device backends include an ASIC
workflow. Taken together, these and continued efforts in hls4ml will arm a new
generation of domain scientists with accessible, efficient, and powerful tools
for machine-learning-accelerated discovery.Comment: 10 pages, 8 figures, TinyML Research Symposium 202
- …