arXiv ScienceSearch

arXiv subjects

Sena Durgut

Publications and source records attributed to Sena Durgut.

2 recordsLinked to original sources

Probing light axion-like particles in vector boson fusion at CMS with data parking and scouting

Axion-like particles (ALPs) with masses between 10 MeV and 10 GeV and moderately small couplings sit in an experimental blind spot. They decay too fast for intensity-frontier experiments and are too feebly coupled and too light for conventional collider searches. The LHC produces them at substantial rates through vector boson fusion (VBF), the dominant production mode for electromagnetically coupled ALPs, but two obstacles keep this signal out of reach. The events are soft, so trigger thresholds discard most of them, and the Lorentz boost merges the two decay photons into a single calorimeter deposit. We show that the Compact Muon Solenoid (CMS) experiment can overcome both by combining its data-acquisition strategies with the tracker-based reconstruction of merged photon pairs. Data parking on the VBF jet topology in Run 3 (312 fb$^{-1}$) and trigger-level data scouting at the High-Luminosity LHC (HL-LHC, 3 ab$^{-1}$) remove the need for a threshold on the photons. Photons that convert to electron-positron pairs in the silicon tracker resolve the merged pair, since the tracker measures their direction far more finely than the calorimeter granularity. Reconstructing the ALP decay vertex from the conversion tracks removes the prompt backgrounds but not the long-lived $K_L\toγγ$. In Run 3, where the full event is recorded, the merged diphoton invariant mass confines the $K_L$ to a narrow window around its own mass. In the scouting stream, where only trigger-level information survives, the diphoton $p_T$, the conversion tracks, and the hadronic activity in the event take over this role. We project that the parked Run 3 data, already recorded, reach a region of the $(m_a, g_{aγγ})$ plane that no measurement has probed. Level-1 trigger data scouting at the HL-LHC extends that reach by roughly an order of magnitude in both coupling and mass.

hep-ph

DGNNFlow: A Streaming Dataflow Architecture for Real-Time Edge-based Dynamic GNN Inference in HL-LHC Trigger Systems

Dynamic GNN inference exhibits strong capability to model interactions over time, such as complex particle collision events in High Energy Physics (HEP) experiments at High Luminosity Large Hadron Collider (HL-LHC). With much larger scale of collision data captured in future HEP experiments to help unlocking physics discoveries and limitation in both offline compute capacity and storage, revamped trigger systems require FPGAs to run ultra-low-latency Machine Learning models with low power consumption for online filtering of useful events. Many state-of-the-art GNN accelerators relied on static graph structures, but this assumption breaks down in HL-LHC trigger systems and other edge-based dynamic GNN applications where edge embeddings can change in-place based on neighbor node embeddings during runtime. We propose DGNNFlow, a novel streaming dataflow architecture for real-time edge-based dynamic GNN inference applications (including but not limited to HL-LHC trigger systems) along with three key contributions. First, we introduce hardware enhancement for edge embedding dynamic computation. Second, we alleviate data dependencies in edge-based dynamic GNN dataflow with Node Embedding Broadcast. Third, we provide input dynamic graph construction for complete support of graphs without pre-defined edge embeddings. We deploy DGNNFlow using AMD Alveo U50 FPGA to evaluate performance at 200 MHz clock frequency. DGNNFlow achieved 2.59x-4.36x and 1.30x-2.14x speedup compared to NVIDIA RTX A6000 GPU (batch sizes 1 and 2) with 3.59x-3.70x less power consumption, achieved 2.29x-3.54x speedup with 1.93x-2.12x less power consumption compared to Intel Xeon Gold 6226R CPU. Our implementation is available on GitHub.

cs.DC