SearcharxivSearch

arXiv subjects

Adeel Akram

Publications and source records attributed to Adeel Akram.

5 recordsLinked to original sources

Application of Geometric Deep Learning for Tracking of Hyperons in a Straw Tube Detector

We present track reconstruction algorithms based on deep learning, tailored to overcome specific central challenges in the field of hadron physics. Two approaches are used: (i) deep learning (DL) model known as fully-connected neural networks (FCNs), and (ii) a geometric deep learning (GDL) model known as graph neural networks (GNNs). The models have been implemented to reconstruct signals in a non-Euclidean detector geometry of the future antiproton experiment PANDA. In particular, the GDL model shows promising results for cases where other, more conventional track-finders fall short: (i) tracks from low-momentum particles that frequently occur in hadron physics experiments and (ii) tracks from long-lived particles such as hyperons, hence originating far from the beam-target interaction point. Benchmark studies using Monte Carlo simulated data from PANDA yield an average technical reconstruction efficiency of 92.6% for high-multiplicity muon events, and 97.1% for the $\Lambda$ daughter particles in the reaction $\bar{p}p \to \bar{\Lambda}\Lambda \to \bar{p}\pi^+ p\pi^-$. Furthermore, the technical tracking efficiency is found to be larger than 70% even for particles with transverse momenta $p_T$ below 100 MeV/c. For the long-lived $\Lambda$ hyperons, the track reconstruction efficiency is fairly independent of the distance between the beam-target interaction point and the $\Lambda$ decay vertex. This underlines the potential of machine-learning-based tracking, also for experiments at low- and intermediate-beam energies.

hep-ex

4D Track Reconstruction on Free-Streaming Data at PANDA at FAIR

A new generation of experiments is being developed, where the challenge of separating rare signal processes from background at high intensities requires a change of trigger paradigm. At the future PANDA experiment at FAIR, hardware triggers will be abandoned and instead a purely software-based system will be used. This requires novel reconstruction methods with the ability to process data from many events simultaneously. A 4D tracking algorithm based on the cellular automaton has been developed which will utilize the timing information from detector signals. Simulation studies have been performed to test its performance on the foreseen free-streaming data from the PANDA detector. For this purpose, a quality assurance procedure for tracking on free-streaming data was implemented in the PANDA software. The studies show that at higher interaction rates, 4D tracking performs better than the 3D algorithm in terms of efficiency, 84% compared to 77%. The fake track suppression is also greatly improved, compared to the 3D tracking with roughly a 50% decrease in the ghost rate.

physics.ins-det

Wildfire Smoke Detection System: Model Architecture, Training Mechanism, and Dataset

Vanilla Transformers focus on semantic relevance between mid- to high-level features and are not good at extracting smoke features as they overlook subtle changes in low-level features like color, transparency, and texture which are essential for smoke recognition. To address this, we propose the Cross Contrast Patch Embedding (CCPE) module based on the Swin Transformer. This module leverages multi-scale spatial contrast information in both vertical and horizontal directions to enhance the network's discrimination of underlying details. By combining Cross Contrast with Transformer, we exploit the advantages of Transformer in global receptive field and context modeling while compensating for its inability to capture very low-level details, resulting in a more powerful backbone network tailored for smoke recognition tasks. Additionally, we introduce the Separable Negative Sampling Mechanism (SNSM) to address supervision signal confusion during training and release the SKLFS-WildFire Test dataset, the largest real-world wildfire testset to date, for systematic evaluation. Extensive testing and evaluation on the benchmark dataset FIgLib and the SKLFS-WildFire Test dataset show significant performance improvements of the proposed method over baseline detection models. The code and data are available at github.com/WCUSTC/CCPE.

cs.CV

Track Reconstruction using Geometric Deep Learning in the Straw Tube Tracker (STT) at the PANDA Experiment

The PANDA (anti-Proton ANnihilation at DArmstadt) experiment at the Facility for Anti-proton and Ion Research is going to study strong interactions at the scale at which quarks are confined to form hadrons. A continuous beam of antiproton, provided by the High Energy Storage Ring (HESR), will impinge on a fixed hydrogen target. The antiproton beam momentum spans from 1.5 GeV {Natural units, c=1} to 15 GeV \cite{physics2009report}, will create optimal conditions for studying many different aspects of hadron physics, including hyperon physics. Precision physics studies require a highly efficient particle track reconstruction. The Straw Tube Tracker in PANDA is the main component for that purpose. It has a hexagonal geometry, consisting of 4224 gas-filled tubes arranged in 26 layers and six sectors. However, the challenge is reconstructing low momentum charged particles given the complex detector geometry and the strongly curved particle trajectory. This paper presents the first application of a geometric deep learning pipeline to track reconstruction in the PANDA experiment. The pipeline reconstructs more than 95\% of particle tracks and creates less than 0.3\% fake tracks. The promising results make the pipeline a strong candidate algorithm for the experiment.

hep-ex

A Multimodal Biometric System Using Linear Discriminant Analysis For Improved Performance

Essentially a biometric system is a pattern recognition system which recognizes a user by determining the authenticity of a specific anatomical or behavioral characteristic possessed by the user. With the ever increasing integration of computers and Internet into daily life style, it has become necessary to protect sensitive and personal data. This paper proposes a multimodal biometric system which incorporates more than one biometric trait to attain higher security and to handle failure to enroll situations for some users. This paper is aimed at investigating a multimodal biometric identity system using Linear Discriminant Analysis as backbone to both facial and speech recognition and implementing such system in real-time using SignalWAVE.

cs.CV