-
Dynamic Graph Structure Estimation for Learning Multivariate Point Process using Spiking Neural Networks
Authors:
Biswadeep Chakraborty,
Hemant Kumawat,
Beomseok Kang,
Saibal Mukhopadhyay
Abstract:
Modeling and predicting temporal point processes (TPPs) is critical in domains such as neuroscience, epidemiology, finance, and social sciences. We introduce the Spiking Dynamic Graph Network (SDGN), a novel framework that leverages the temporal processing capabilities of spiking neural networks (SNNs) and spike-timing-dependent plasticity (STDP) to dynamically estimate underlying spatio-temporal…
▽ More
Modeling and predicting temporal point processes (TPPs) is critical in domains such as neuroscience, epidemiology, finance, and social sciences. We introduce the Spiking Dynamic Graph Network (SDGN), a novel framework that leverages the temporal processing capabilities of spiking neural networks (SNNs) and spike-timing-dependent plasticity (STDP) to dynamically estimate underlying spatio-temporal functional graphs. Unlike existing methods that rely on predefined or static graph structures, SDGN adapts to any dataset by learning dynamic spatio-temporal dependencies directly from the event data, enhancing generalizability and robustness. While SDGN offers significant improvements over prior methods, we acknowledge its limitations in handling dense graphs and certain non-Gaussian dependencies, providing opportunities for future refinement. Our evaluations, conducted on both synthetic and real-world datasets including NYC Taxi, 911, Reddit, and Stack Overflow, demonstrate that SDGN achieves superior predictive accuracy while maintaining computational efficiency. Furthermore, we include ablation studies to highlight the contributions of its core components.
△ Less
Submitted 1 April, 2025;
originally announced April 2025.
-
Intelligent Sensing-to-Action for Robust Autonomy at the Edge: Opportunities and Challenges
Authors:
Amit Ranjan Trivedi,
Sina Tayebati,
Hemant Kumawat,
Nastaran Darabi,
Divake Kumar,
Adarsh Kumar Kosta,
Yeshwanth Venkatesha,
Dinithi Jayasuriya,
Nethmi Jayasinghe,
Priyadarshini Panda,
Saibal Mukhopadhyay,
Kaushik Roy
Abstract:
Autonomous edge computing in robotics, smart cities, and autonomous vehicles relies on the seamless integration of sensing, processing, and actuation for real-time decision-making in dynamic environments. At its core is the sensing-to-action loop, which iteratively aligns sensor inputs with computational models to drive adaptive control strategies. These loops can adapt to hyper-local conditions,…
▽ More
Autonomous edge computing in robotics, smart cities, and autonomous vehicles relies on the seamless integration of sensing, processing, and actuation for real-time decision-making in dynamic environments. At its core is the sensing-to-action loop, which iteratively aligns sensor inputs with computational models to drive adaptive control strategies. These loops can adapt to hyper-local conditions, enhancing resource efficiency and responsiveness, but also face challenges such as resource constraints, synchronization delays in multi-modal data fusion, and the risk of cascading errors in feedback loops. This article explores how proactive, context-aware sensing-to-action and action-to-sensing adaptations can enhance efficiency by dynamically adjusting sensing and computation based on task demands, such as sensing a very limited part of the environment and predicting the rest. By guiding sensing through control actions, action-to-sensing pathways can improve task relevance and resource use, but they also require robust monitoring to prevent cascading errors and maintain reliability. Multi-agent sensing-action loops further extend these capabilities through coordinated sensing and actions across distributed agents, optimizing resource use via collaboration. Additionally, neuromorphic computing, inspired by biological systems, provides an efficient framework for spike-based, event-driven processing that conserves energy, reduces latency, and supports hierarchical control--making it ideal for multi-agent optimization. This article highlights the importance of end-to-end co-design strategies that align algorithmic models with hardware and environmental dynamics and improve cross-layer interdependencies to improve throughput, precision, and adaptability for energy-efficient edge autonomy in complex environments.
△ Less
Submitted 4 February, 2025;
originally announced February 2025.
-
AdaCred: Adaptive Causal Decision Transformers with Feature Crediting
Authors:
Hemant Kumawat,
Saibal Mukhopadhyay
Abstract:
Reinforcement learning (RL) can be formulated as a sequence modeling problem, where models predict future actions based on historical state-action-reward sequences. Current approaches typically require long trajectory sequences to model the environment in offline RL settings. However, these models tend to over-rely on memorizing long-term representations, which impairs their ability to effectively…
▽ More
Reinforcement learning (RL) can be formulated as a sequence modeling problem, where models predict future actions based on historical state-action-reward sequences. Current approaches typically require long trajectory sequences to model the environment in offline RL settings. However, these models tend to over-rely on memorizing long-term representations, which impairs their ability to effectively attribute importance to trajectories and learned representations based on task-specific relevance. In this work, we introduce AdaCred, a novel approach that represents trajectories as causal graphs built from short-term action-reward-state sequences. Our model adaptively learns control policy by crediting and pruning low-importance representations, retaining only those most relevant for the downstream task. Our experiments demonstrate that AdaCred-based policies require shorter trajectory sequences and consistently outperform conventional methods in both offline reinforcement learning and imitation learning environments.
△ Less
Submitted 19 December, 2024;
originally announced December 2024.
-
RoboKoop: Efficient Control Conditioned Representations from Visual Input in Robotics using Koopman Operator
Authors:
Hemant Kumawat,
Biswadeep Chakraborty,
Saibal Mukhopadhyay
Abstract:
Developing agents that can perform complex control tasks from high-dimensional observations is a core ability of autonomous agents that requires underlying robust task control policies and adapting the underlying visual representations to the task. Most existing policies need a lot of training samples and treat this problem from the lens of two-stage learning with a controller learned on top of pr…
▽ More
Developing agents that can perform complex control tasks from high-dimensional observations is a core ability of autonomous agents that requires underlying robust task control policies and adapting the underlying visual representations to the task. Most existing policies need a lot of training samples and treat this problem from the lens of two-stage learning with a controller learned on top of pre-trained vision models. We approach this problem from the lens of Koopman theory and learn visual representations from robotic agents conditioned on specific downstream tasks in the context of learning stabilizing control for the agent. We introduce a Contrastive Spectral Koopman Embedding network that allows us to learn efficient linearized visual representations from the agent's visual data in a high dimensional latent space and utilizes reinforcement learning to perform off-policy control on top of the extracted representations with a linear controller. Our method enhances stability and control in gradient dynamics over time, significantly outperforming existing approaches by improving efficiency and accuracy in learning task policies over extended horizons.
△ Less
Submitted 4 September, 2024;
originally announced September 2024.
-
STEMFold: Stochastic Temporal Manifold for Multi-Agent Interactions in the Presence of Hidden Agents
Authors:
Hemant Kumawat,
Biswadeep Chakraborty,
Saibal Mukhopadhyay
Abstract:
Learning accurate, data-driven predictive models for multiple interacting agents following unknown dynamics is crucial in many real-world physical and social systems. In many scenarios, dynamics prediction must be performed under incomplete observations, i.e., only a subset of agents are known and observable from a larger topological system while the behaviors of the unobserved agents and their in…
▽ More
Learning accurate, data-driven predictive models for multiple interacting agents following unknown dynamics is crucial in many real-world physical and social systems. In many scenarios, dynamics prediction must be performed under incomplete observations, i.e., only a subset of agents are known and observable from a larger topological system while the behaviors of the unobserved agents and their interactions with the observed agents are not known. When only incomplete observations of a dynamical system are available, so that some states remain hidden, it is generally not possible to learn a closed-form model in these variables using either analytic or data-driven techniques. In this work, we propose STEMFold, a spatiotemporal attention-based generative model, to learn a stochastic manifold to predict the underlying unmeasured dynamics of the multi-agent system from observations of only visible agents. Our analytical results motivate STEMFold design using a spatiotemporal graph with time anchors to effectively map the observations of visible agents to a stochastic manifold with no prior information about interaction graph topology. We empirically evaluated our method on two simulations and two real-world datasets, where it outperformed existing networks in predicting complex multiagent interactions, even with many unobserved agents.
△ Less
Submitted 2 April, 2024; v1 submitted 25 January, 2024;
originally announced January 2024.
-
Effect of Backing on Neutron Spectra for Low Energy Quasi-Mono-energetic p+$^7$Li Reaction
Authors:
H. Kumawat
Abstract:
$\underline{\textbf{MO}}$nte-carlo $\underline{\textbf{N}}$ucleon transport $\underline{\textbf{C}}$ode (MONC) for nucleon transport is extended for below 20MeV proton transport using ENDF and EXFOR data base. It is used to simulate p+$^7…
▽ More
$\underline{\textbf{MO}}$nte-carlo $\underline{\textbf{N}}$ucleon transport $\underline{\textbf{C}}$ode (MONC) for nucleon transport is extended for below 20MeV proton transport using ENDF and EXFOR data base. It is used to simulate p+$^7$Li reaction upto 20MeV proton energies and produced neutron spectra are reported here. The simulated results are compared with calculated values from other available codes like PINO, EPEN, SimLiT and experimental data. The spectra reported here can be used to get the neutron cross-section for the quasi-mono-energetic neutron reaction and will help to subtract the low energy contribution. The neutron spectra also useful as this reaction is used for accelerator based Boron Neutron Capture Therapy. The backing materials are used to fully stop the proton beam hence contribution from the neutrons from backing materials is estimated. It is found that Tantalum is good backing material below $\sim$8 MeV and Carbon is better at higher energies.
△ Less
Submitted 20 October, 2023; v1 submitted 6 September, 2023;
originally announced September 2023.
-
Radar Guided Dynamic Visual Attention for Resource-Efficient RGB Object Detection
Authors:
Hemant Kumawat,
Saibal Mukhopadhyay
Abstract:
An autonomous system's perception engine must provide an accurate understanding of the environment for it to make decisions. Deep learning based object detection networks experience degradation in the performance and robustness for small and far away objects due to a reduction in object's feature map as we move to higher layers of the network. In this work, we propose a novel radar-guided spatial…
▽ More
An autonomous system's perception engine must provide an accurate understanding of the environment for it to make decisions. Deep learning based object detection networks experience degradation in the performance and robustness for small and far away objects due to a reduction in object's feature map as we move to higher layers of the network. In this work, we propose a novel radar-guided spatial attention for RGB images to improve the perception quality of autonomous vehicles operating in a dynamic environment. In particular, our method improves the perception of small and long range objects, which are often not detected by the object detectors in RGB mode. The proposed method consists of two RGB object detectors, namely the Primary detector and a lightweight Secondary detector. The primary detector takes a full RGB image and generates primary detections. Next, the radar proposal framework creates regions of interest (ROIs) for object proposals by projecting the radar point cloud onto the 2D RGB image. These ROIs are cropped and fed to the secondary detector to generate secondary detections which are then fused with the primary detections via non-maximum suppression. This method helps in recovering the small objects by preserving the object's spatial features through an increase in their receptive field. We evaluate our fusion method on the challenging nuScenes dataset and show that our fusion method with SSD-lite as primary and secondary detector improves the baseline primary yolov3 detector's recall by 14% while requiring three times fewer computational resources.
△ Less
Submitted 3 June, 2022;
originally announced June 2022.
-
Reaction mechanism study for multinucleon transfer processes in collisions of spherical and deformed nuclei at energies near and above the Coulomb barrier: The $^{16}$O+$^{154}$Sm reaction
Authors:
B. J. Roy,
S. Santra,
A. Pal,
H. Kumawat,
S. K. Pandit,
V. V. Parkar,
K. Ramachandran,
K. Mahata,
K. Sekizawa
Abstract:
Background: Multinucleon transfer reactions at energies around the Coulomb barrier offer a vital opportunity to study rich physics of nuclear structure and dynamics. Despite the continuous development in the field, we have still limited knowledge about how deformation - one of the representative nuclear structures - affects multinucleon transfer reactions.
Purpose: To shed light on the effect of…
▽ More
Background: Multinucleon transfer reactions at energies around the Coulomb barrier offer a vital opportunity to study rich physics of nuclear structure and dynamics. Despite the continuous development in the field, we have still limited knowledge about how deformation - one of the representative nuclear structures - affects multinucleon transfer reactions.
Purpose: To shed light on the effect of deformation in multinucleon transfer processes, we study the $^{16}$O+$^{154}$Sm reaction at $E_{\rm lab}$=85 MeV (around the Coulomb barrier) and 134 MeV (substantially above the Coulomb barrier), where the target nucleus, $^{154}$Sm, is a well-established, deformed nucleus.
Results: Angular distributions for elastic scattering and for various transfer channels were measured over a wide angular range at the BARC-TIFR pelletron-Linac accelerator facility, Mumbai. The $Q$-value- and angle-integrated isotope production cross sections have been extracted from the measured angular distributions. The experimental data are analyzed along with time-dependent Hartree-Fock calculations. For the lower incident energy case, we find a reasonable agreement between the measurements and the TDHF calculations for a-few-nucleon transfer channels; whereas TDHF underestimates cross sections for many-nucleon transfers, consistent with earlier works. On the other side, we find that calculated cross sections for secondary reaction products for the higher incident energy case, qualitatively explains the measured trends of isotopic distributions observed for the lower energy. The latter observation indicates possible underestimation of excitation energies in the present TDHF+GEMINI analysis. Although certain orientation effects were observed in TDHF results, it is difficult to disentangle them from the $Q$-value- and angle-integrated production cross sections.
(Shortened due to the arXiv's length limit.)
△ Less
Submitted 4 April, 2022; v1 submitted 1 September, 2021;
originally announced September 2021.
-
Modeling the triple-GEM detector response to background particles for the CMS Experiment
Authors:
M. Abbas,
M. Abbrescia,
H. Abdalla,
A. Abdelalim,
S. AbuZeid,
A. Agapitos,
A. Ahmad,
A. Ahmed,
W. Ahmed,
C. Aimè,
C. Aruta,
I. Asghar,
P. Aspell,
C. Avila,
I. Azhgirey,
J. Babbar,
Y. Ban,
R. Band,
S. Bansal,
L. Benussi,
V. Bhatnagar,
M. Bianco,
S. Bianco,
K. Black,
L. Borgonovi
, et al. (164 additional authors not shown)
Abstract:
An estimate of environmental background hit rate on triple-GEM chambers is performed using Monte Carlo (MC) simulation and compared to data taken by test chambers installed in the CMS experiment (GE1/1) during Run-2 at the Large Hadron Collider (LHC). The hit rate is measured using data collected with proton-proton collisions at 13 TeV and a luminosity of 1.5$\times10^{34}$ cm$^{-2}$ s$^{-1}$. The…
▽ More
An estimate of environmental background hit rate on triple-GEM chambers is performed using Monte Carlo (MC) simulation and compared to data taken by test chambers installed in the CMS experiment (GE1/1) during Run-2 at the Large Hadron Collider (LHC). The hit rate is measured using data collected with proton-proton collisions at 13 TeV and a luminosity of 1.5$\times10^{34}$ cm$^{-2}$ s$^{-1}$. The simulation framework uses a combination of the FLUKA and Geant4 packages to obtain the hit rate. FLUKA provides the radiation environment around the GE1/1 chambers, which is comprised of the particle flux with momentum direction and energy spectra ranging from $10^{-11}$ to $10^{4}$ MeV for neutrons, $10^{-3}$ to $10^{4}$ MeV for $γ$'s, $10^{-2}$ to $10^{4}$ MeV for $e^{\pm}$, and $10^{-1}$ to $10^{4}$ MeV for charged hadrons. Geant4 provides an estimate of detector response (sensitivity) based on an accurate description of detector geometry, material composition and interaction of particles with the various detector layers. The MC simulated hit rate is estimated as a function of the perpendicular distance from the beam line and agrees with data within the assigned uncertainties of 10-14.5%. This simulation framework can be used to obtain a reliable estimate of background rates expected at the High Luminosity LHC.
△ Less
Submitted 8 July, 2021;
originally announced July 2021.
-
Inclusive $α$ Production for $^{6}$Li+$^{51}$V System
Authors:
C. Joshi,
H. Kumawat,
V. V. Parkar,
D. Dutta,
S. V. Suryanarayana,
V. Jha,
R. K. Singh,
N. L. Singh,
S. Kailas
Abstract:
Measurement of angular distributions and energy spectra of $α$ and deuterons through breakup, transfer and incomplete fusion processes to dis-entangle their relative contributions and to investigate relative importance of breakup-fusion compared to transfer. Inclusive $α$ production cross-sections have been measured for $^6$Li + $^{51}$V system near Coulomb barrier energies. Theoretical calculatio…
▽ More
Measurement of angular distributions and energy spectra of $α$ and deuterons through breakup, transfer and incomplete fusion processes to dis-entangle their relative contributions and to investigate relative importance of breakup-fusion compared to transfer. Inclusive $α$ production cross-sections have been measured for $^6$Li + $^{51}$V system near Coulomb barrier energies. Theoretical calculations for estimation of various reaction channels contributing to $α$ production have been performed with finite range coupled reaction method using \textsc{FRESCO} code. The cross-sections from non-capture breakup (NCBU) ($α$ + \textit{d}) and 1\textit{n}, 1\textit{p}, and 1\textit{d} transfer channels, compound nuclear decay channel and incomplete fusion (ICF) leading to $α$ production were estimated to get the cumulative production cross-sections. Contributions from breakup, transfer and incomplete fusion channels could reproduce the integral direct $α$ production cross-sections and their angular distributions quite well. The direct $α$ production cross-sections are in agreement with other targets. The $α$ production cross-sections are higher compared to the deuteron production. Kinematic analysis of the energy spectra of $α$ particles and deuterons suggest that $α$ particle spectra is dominated by breakp-fusion and deuteron spectra have contribution of breakup and transfer reactions. A systematic study of direct $α$ production with various targets follow a universal behavior on average but noticeable differences are observed for different targets. A ratio of $α$ and deuteron yields for a wide mass range of targets shows a saturation above barrier and an increasing production of $α$ particles relative to deuteron around Coulomb barrier.
△ Less
Submitted 4 April, 2022; v1 submitted 30 June, 2021;
originally announced June 2021.
-
Interstrip Capacitances of the Readout Board used in Large Triple-GEM Detectors for the CMS Muon Upgrade
Authors:
M. Abbas,
M. Abbrescia,
H. Abdalla,
A. Abdelalim,
S. AbuZeid,
A. Agapitos,
A. Ahmad,
A. Ahmed,
W. Ahmed,
C. Aimè,
C. Aruta,
I. Asghar,
P. Aspell,
C. Avila,
J. Babbar,
Y. Ban,
R. Band,
S. Bansal,
L. Benussi,
V. Bhatnagar,
M. Bianco,
S. Bianco,
K. Black,
L. Borgonovi,
O. Bouhali
, et al. (156 additional authors not shown)
Abstract:
We present analytical calculations, Finite Element Analysis modeling, and physical measurements of the interstrip capacitances for different potential strip geometries and dimensions of the readout boards for the GE2/1 triple-Gas Electron Multiplier detector in the CMS muon system upgrade. The main goal of the study is to find configurations that minimize the interstrip capacitances and consequent…
▽ More
We present analytical calculations, Finite Element Analysis modeling, and physical measurements of the interstrip capacitances for different potential strip geometries and dimensions of the readout boards for the GE2/1 triple-Gas Electron Multiplier detector in the CMS muon system upgrade. The main goal of the study is to find configurations that minimize the interstrip capacitances and consequently maximize the signal-to-noise ratio for the detector. We find agreement at the 1.5--4.8% level between the two methods of calculations and on the average at the 17% level between calculations and measurements. A configuration with halved strip lengths and doubled strip widths results in a measured 27--29% reduction over the original configuration while leaving the total number of strips unchanged. We have now adopted this design modification for all eight module types of the GE2/1 detector and will produce the final detector with this new strip design.
△ Less
Submitted 20 September, 2020;
originally announced September 2020.
-
Status and Scope of MONC Transport Code
Authors:
H. Kumawat,
P. P. K. Venkata
Abstract:
$\underline{\textbf{MO}}$nte-carlo $\underline{\textbf{N}}$ucleon transport $\underline{\textbf{C}}…
▽ More
$\underline{\textbf{MO}}$nte-carlo $\underline{\textbf{N}}$ucleon transport $\underline{\textbf{C}}$ode (MONC) for nucleon transport is being developed for several years. Constructive Solid Geometry concept is applied with the help of solid bodies. Union, subtraction and intersection Boolean operations are used to construct heterogeneous zones. Scaling, rotation, and translation operation of the basic bodies are allowed to construct more complex zones. Module of repetitive structure for lattice, core calculations in reactor and detector simulation is developed. Graphical User Interface along with visualization tools is developed to make input, construction and display of geometry, and analysis of output data. Low energy neutron transport module is developed using continuous linearly interpolable point neutron cross section data below 20MeV neutron energy. The code is benchmarked for simulation of accelerator driven sub-critical system, neutron shielding, heat and neutron flux distribution and keff of the critical assemblies. It is observed that results of keff are in agreement within $\sim$ 3mk with experimental results of critical assemblies as well as the values obtained from MCNP.
△ Less
Submitted 26 August, 2020;
originally announced August 2020.
-
Accelerator Based Production of $^{225}$Ac for Cancer Treatment
Authors:
H. Kumawat,
S. V. Suryanarayana
Abstract:
Targeted Alpha Therapy potentially offers a more specific action in killing tumor cells and less damage to neighbouring normal cells compared to $β$-emitters. $^{225}$Ac along with three other $α$-emitting daughter nuclei $^{221}$Fr, $^{217}$At and $^{213}$Po have significant potency for clinical use. Monte carlo simulation has been carried out using MONC code for production routes of $^{225}$Ac f…
▽ More
Targeted Alpha Therapy potentially offers a more specific action in killing tumor cells and less damage to neighbouring normal cells compared to $β$-emitters. $^{225}$Ac along with three other $α$-emitting daughter nuclei $^{221}$Fr, $^{217}$At and $^{213}$Po have significant potency for clinical use. Monte carlo simulation has been carried out using MONC code for production routes of $^{225}$Ac for its possible generation using proton accelerators with Thorium-232 and Radium-226 targets. All the calculations has been carried out using global model parameters without adjusting for individual target. The study reveals that proton beam of 20-30MeV energy with 5$μ$A current on radium-226 target can give rise to 1Ci of $^{225}$Ac activity in a week of irradiation. Thorium irradiation at low proton energy produces smaller $^{225}$Ac activity but one can benefit from high current, stable proton accelerators. Proton energy of 100MeV or above with hundreds of $μ$A current can produce reasonable $^{225}$Ac activity for practical use. However, the contamination of other co-produced radio-isotopes is much less at low proton energy hence low energy high current proton accelerators are also viable alternative to generate Actinium-225 radio isotope.
△ Less
Submitted 4 August, 2020;
originally announced August 2020.
-
GeantV: Results from the prototype of concurrent vector particle transport simulation in HEP
Authors:
G. Amadio,
A. Ananya,
J. Apostolakis,
M. Bandieramonte,
S. Banerjee,
A. Bhattacharyya,
C. Bianchini,
G. Bitzes,
P. Canal,
F. Carminati,
O. Chaparro-Amaro,
G. Cosmo,
J. C. De Fine Licht,
V. Drogan,
L. Duhem,
D. Elvira,
J. Fuentes,
A. Gheata,
M. Gheata,
M. Gravey,
I. Goulas,
F. Hariri,
S. Y. Jun,
D. Konstantinov,
H. Kumawat
, et al. (17 additional authors not shown)
Abstract:
Full detector simulation was among the largest CPU consumer in all CERN experiment software stacks for the first two runs of the Large Hadron Collider (LHC). In the early 2010's, the projections were that simulation demands would scale linearly with luminosity increase, compensated only partially by an increase of computing resources. The extension of fast simulation approaches to more use cases,…
▽ More
Full detector simulation was among the largest CPU consumer in all CERN experiment software stacks for the first two runs of the Large Hadron Collider (LHC). In the early 2010's, the projections were that simulation demands would scale linearly with luminosity increase, compensated only partially by an increase of computing resources. The extension of fast simulation approaches to more use cases, covering a larger fraction of the simulation budget, is only part of the solution due to intrinsic precision limitations. The remainder corresponds to speeding-up the simulation software by several factors, which is out of reach using simple optimizations on the current code base. In this context, the GeantV R&D project was launched, aiming to redesign the legacy particle transport codes in order to make them benefit from fine-grained parallelism features such as vectorization, but also from increased code and data locality. This paper presents extensively the results and achievements of this R&D, as well as the conclusions and lessons learnt from the beta prototype.
△ Less
Submitted 16 September, 2020; v1 submitted 2 May, 2020;
originally announced May 2020.
-
Technical Design Report for the PANDA Endcap Disc DIRC
Authors:
Panda Collaboration,
F. Davi,
W. Erni,
B. Krusche,
M. Steinacher,
N. Walford,
H. Liu,
Z. Liu,
B. Liu,
X. Shen,
C. Wang,
J. Zhao,
M. Albrecht,
T. Erlen,
F. Feldbauer,
M. Fink,
V. Freudenreich,
M. Fritsch,
F. H. Heinsius,
T. Held,
T. Holtmann,
I. Keshk,
H. Koch,
B. Kopf,
M. Kuhlmann
, et al. (441 additional authors not shown)
Abstract:
PANDA (anti-Proton ANnihiliation at DArmstadt) is planned to be one of the four main experiments at the future international accelerator complex FAIR (Facility for Antiproton and Ion Research) in Darmstadt, Germany. It is going to address fundamental questions of hadron physics and quantum chromodynamics using cooled antiproton beams with a high intensity and and momenta between 1.5 and 15 GeV/c.…
▽ More
PANDA (anti-Proton ANnihiliation at DArmstadt) is planned to be one of the four main experiments at the future international accelerator complex FAIR (Facility for Antiproton and Ion Research) in Darmstadt, Germany. It is going to address fundamental questions of hadron physics and quantum chromodynamics using cooled antiproton beams with a high intensity and and momenta between 1.5 and 15 GeV/c. PANDA is designed to reach a maximum luminosity of 2x10^32 cm^2 s. Most of the physics programs require an excellent particle identification (PID). The PID of hadronic states at the forward endcap of the target spectrometer will be done by a fast and compact Cherenkov detector that uses the detection of internally reflected Cherenkov light (DIRC) principle. It is designed to cover the polar angle range from 5° to 22° and to provide a separation power for the separation of charged pions and kaons up to 3 standard deviations (s.d.) for particle momenta up to 4 GeV/c in order to cover the important particle phase space. This document describes the technical design and the expected performance of the novel PANDA Disc DIRC detector that has not been used in any other high energy physics experiment (HEP) before. The performance has been studied with Monte-Carlo simulations and various beam tests at DESY and CERN. The final design meets all PANDA requirements and guarantees suffcient safety margins.
△ Less
Submitted 29 December, 2019;
originally announced December 2019.
-
Feasibility study for the measurement of $πN$ TDAs at PANDA in $\bar{p}p\to J/ψπ^0$
Authors:
PANDA Collaboration,
B. Singh,
W. Erni,
B. Krusche,
M. Steinacher,
N. Walford,
H. Liu,
Z. Liu,
B. Liu,
X. Shen,
C. Wang,
J. Zhao,
M. Albrecht,
T. Erlen,
M. Fink,
F. H. Heinsius,
T. Held,
T. Holtmann,
S. Jasper,
I. Keshk,
H. Koch,
B. Kopf,
M. Kuhlmann,
M. Kümmel,
S. Leiber
, et al. (488 additional authors not shown)
Abstract:
The exclusive charmonium production process in $\bar{p}p$ annihilation with an associated $π^0$ meson $\bar{p}p\to J/ψπ^0$ is studied in the framework of QCD collinear factorization. The feasibility of measuring this reaction through the $J/ψ\to e^+e^-$ decay channel with the PANDA (AntiProton ANnihilation at DArmstadt) experiment is investigated. Simulations on signal reconstruction efficiency as…
▽ More
The exclusive charmonium production process in $\bar{p}p$ annihilation with an associated $π^0$ meson $\bar{p}p\to J/ψπ^0$ is studied in the framework of QCD collinear factorization. The feasibility of measuring this reaction through the $J/ψ\to e^+e^-$ decay channel with the PANDA (AntiProton ANnihilation at DArmstadt) experiment is investigated. Simulations on signal reconstruction efficiency as well as the background rejection from various sources including the $\bar{p}p\toπ^+π^-π^0$ and $\bar{p}p\to J/ψπ^0π^0$ reactions are performed with PandaRoot, the simulation and analysis software framework of the PANDA experiment. It is shown that the measurement can be done at PANDA with significant constraining power under the assumption of an integrated luminosity attainable in four to five months of data taking at the maximum design luminosity.
△ Less
Submitted 7 October, 2016;
originally announced October 2016.
-
Feasibility studies of time-like proton electromagnetic form factors at PANDA at FAIR
Authors:
PANDA Collaboration,
B. Singh,
W. Erni,
B. Krusche,
M. Steinacher,
N. Walford,
B. Liu,
H. Liu,
Z. Liu,
X. Shen,
C. Wang,
J. Zhao,
M. Albrecht,
T. Erlen,
M. Fink,
F. Heinsius,
T. Held,
T. Holtmann,
S. Jasper,
I. Keshk,
H. Koch,
B. Kopf,
M. Kuhlmann,
M. Kümmel,
S. Leiber
, et al. (482 additional authors not shown)
Abstract:
Simulation results for future measurements of electromagnetic proton form factors at \PANDA (FAIR) within the PandaRoot software framework are reported. The statistical precision with which the proton form factors can be determined is estimated. The signal channel $\bar p p \to e^+ e^-$ is studied on the basis of two different but consistent procedures. The suppression of the main background chann…
▽ More
Simulation results for future measurements of electromagnetic proton form factors at \PANDA (FAIR) within the PandaRoot software framework are reported. The statistical precision with which the proton form factors can be determined is estimated. The signal channel $\bar p p \to e^+ e^-$ is studied on the basis of two different but consistent procedures. The suppression of the main background channel, $\textit{i.e.}$ $\bar p p \to π^+ π^-$, is studied. Furthermore, the background versus signal efficiency, statistical and systematical uncertainties on the extracted proton form factors are evaluated using two different procedures. The results are consistent with those of a previous simulation study using an older, simplified framework. However, a slightly better precision is achieved in the PandaRoot study in a large range of momentum transfer, assuming the nominal beam conditions and detector performance.
△ Less
Submitted 29 September, 2016; v1 submitted 3 June, 2016;
originally announced June 2016.
-
Excitation functions of the nat-Ta(p,x)178m2Hf and nat-W(p,x)178m2Hf reactions at energies up to 2600 MeV
Authors:
Yu. E. Titarenko,
V. F. Batyaev,
K. V. Pavlov,
A. Yu. Titarenko,
V. M. Zhivun,
M. V. Chauzova,
A. V. Ignatyuk,
S. G. Mashnik,
S. Leray,
A. Boudard,
J. -C. David,
D. Mancusi,
J. Cugnon,
Y. Yariv,
K. Nishihara,
N. Matsuda,
H. Kumawat,
A. Yu. Stankovsky
Abstract:
Due to potential level of energy intensity 178m2Hf is an extremely interesting isomer. One possible way to produce this isomer is irradiation of nat-Ta or nat-W samples with high energy protons. Irradiation of nat-Ta and nat-W samples performed for other purposes provides an opportunity to study the corresponding reactions. This paper pre-sents the 178m2Hf independent production cross sections for…
▽ More
Due to potential level of energy intensity 178m2Hf is an extremely interesting isomer. One possible way to produce this isomer is irradiation of nat-Ta or nat-W samples with high energy protons. Irradiation of nat-Ta and nat-W samples performed for other purposes provides an opportunity to study the corresponding reactions. This paper pre-sents the 178m2Hf independent production cross sections for both targets measured by the gamma-ray spectrometry method. The reaction excitation functions have been obtained for the proton energies from 40 up to 2600 MeV. The experimental results were compared with calculations by various versions of the intranuclear cascade model in the well-known codes: ISABEL, Bertini, INCL4.5+ABLA07, PHITS, CASCADE07 and CEM03.02. The isomer ratio for the nat-Ta(p,x)178m2Hf reaction is evaluated on the basis of the available data.
△ Less
Submitted 30 April, 2015;
originally announced April 2015.
-
Observation of the "$K^-pp$"-like structure in the $d(π^+, K^+)$ reaction at 1.69 GeV/$c$
Authors:
Yudai Ichikawa,
Tomofumi Nagae,
Hiroyuki Fujioka,
Hyoungchan Bhang,
Stefania Bufalino,
Hiroyuki Ekawa,
Petr Evtoukhovitch,
Alessandro Feliciello,
Shoichi Hasegawa,
Shuhei Hayakawa,
Ryotaro Honda,
Kenji Hosomi,
Kenichi Imai,
Shigeru Ishimoto,
Changwoo Joo,
Shunsuke Kanatsuki,
Ryuta Kiuchi,
Takeshi Koike,
Harphool Kumawat,
Yuki Matsumoto,
Koji Miwa,
Manabu Moritsu,
Megumi Naruki,
Masayuki Niiyama,
Yuki Nozawa
, et al. (19 additional authors not shown)
Abstract:
We have observed a "$K^-pp$"-like structure in the $d(π^+,K^+)$ reaction at 1.69 GeV/$c$. In this reaction $Λ(1405)$ hyperon resonance is expected to be produced as a doorway to form the $K^-pp$ through the $Λ^*p\rightarrow K^-pp$ process. However, most of the produced $Λ(1405)$'s would escape from deuteron without secondary reactions. Therefore, coincidence of high-momentum ($>$ 250~MeV/$c$) prot…
▽ More
We have observed a "$K^-pp$"-like structure in the $d(π^+,K^+)$ reaction at 1.69 GeV/$c$. In this reaction $Λ(1405)$ hyperon resonance is expected to be produced as a doorway to form the $K^-pp$ through the $Λ^*p\rightarrow K^-pp$ process. However, most of the produced $Λ(1405)$'s would escape from deuteron without secondary reactions. Therefore, coincidence of high-momentum ($>$ 250~MeV/$c$) proton(s) in large emission angles ($39^\circ<θ_{lab.}<122^\circ$) was requested to enhance the signal-to-background ratio. A broad enhancement in the proton coincidence spectra are observed around the missing-mass of 2.27 GeV/$c^2$, which corresponds to the $K^-pp$ binding energy of 95 $^{+18}_{-17}$ (stat.) $^{+30}_{-21}$ (syst.) MeV and the width of 162 $^{+87}_{-45}$ (stat.) $^{+66}_{-78}$ (syst.) MeV.
△ Less
Submitted 24 November, 2014;
originally announced November 2014.
-
Experimental access to Transition Distribution Amplitudes with the PANDA experiment at FAIR
Authors:
PANDA Collaboration,
B. P. Singh,
W. Erni,
I. Keshelashvili,
B. Krusche,
M. Steinacher %,
B. Liu,
H. Liu,
Z. Liu,
X. Shen,
C. Wang,
J. Zhao %,
M. Albrecht,
M. Fink,
F. H. Heinsius,
T. Held,
T. Holtmann,
H. Koch,
B. Kopf,
M. Kümmel,
G. Kuhl,
M. Kuhlmann,
M. Leyhe,
M. Mikirtychyants,
P. Musiol
, et al. (511 additional authors not shown)
Abstract:
Baryon-to-meson Transition Distribution Amplitudes (TDAs) encoding valuable new information on hadron structure appear as building blocks in the collinear factorized description for several types of hard exclusive reactions. In this paper, we address the possibility of accessing nucleon-to-pion ($πN$) TDAs from $\bar{p}p \to e^+e^- π^0$ reaction with the future PANDA detector at the FAIR facility.…
▽ More
Baryon-to-meson Transition Distribution Amplitudes (TDAs) encoding valuable new information on hadron structure appear as building blocks in the collinear factorized description for several types of hard exclusive reactions. In this paper, we address the possibility of accessing nucleon-to-pion ($πN$) TDAs from $\bar{p}p \to e^+e^- π^0$ reaction with the future PANDA detector at the FAIR facility. At high center of mass energy and high invariant mass squared of the lepton pair $q^2$, the amplitude of the signal channel $\bar{p}p \to e^+e^- π^0$ admits a QCD factorized description in terms of $πN$ TDAs and nucleon Distribution Amplitudes (DAs) in the forward and backward kinematic regimes. Assuming the validity of this factorized description, we perform feasibility studies for measuring $\bar{p}p \to e^+e^- π^0$ with the PANDA detector. Detailed simulations on signal reconstruction efficiency as well as on rejection of the most severe background channel, i.e. $\bar{p}p \to π^+π^- π^0$ were performed for the center of mass energy squared $s = 5$ GeV$^2$ and $s = 10$ GeV$^2$, in the kinematic regions $3.0 < q^2 < 4.3$ GeV$^2$ and $5 < q^2 < 9$ GeV$^2$, respectively, with a neutral pion scattered in the forward or backward cone $| \cosθ_{π^0}| > 0.5 $ in the proton-antiproton center of mass frame. Results of the simulation show that the particle identification capabilities of the PANDA detector will allow to achieve a background rejection factor of $5\cdot 10^7$ ($1\cdot 10^7$) at low (high) $q^2$ for $s=5$ GeV$^2$, and of $1\cdot 10^8$ ($6\cdot 10^6$) at low (high) $q^2$ for $s=10$ GeV$^2$, while keeping the signal reconstruction efficiency at around $40\%$. At both energies, a clean lepton signal can be reconstructed with the expected statistics corresponding to $2$ fb$^{-1}$ of integrated luminosity. (.../...)
△ Less
Submitted 30 November, 2016; v1 submitted 2 September, 2014;
originally announced September 2014.
-
Inclusive spectrum of the $d(π^+, K^+)$ reaction at 1.69 GeV/c
Authors:
Yudai Ichikawa,
Tomofumi Nagae,
Hyoungchan Bhang,
Stefania Bufalino,
Hiroyuki Ekawa,
Petr Evtoukhovitch,
Alessandro Feliciello,
Hiroyuki Fujioka,
Shoichi Hasegawa,
Shuhei Hayakawa,
Ryotaro Honda,
Kenji Hosomi,
Ken'ichi Imai,
Shigeru Ishimoto,
Changwoo Joo,
Shunsuke Kanatsuki,
Ryuta Kiuchi,
Takeshi Koike,
Harphool Kumawat,
Yuki Matsumoto,
Koji Miwa,
Manabu Moritsu,
Megumi Naruki,
Masayuki Niiyama,
Yuki Nozawa
, et al. (19 additional authors not shown)
Abstract:
We have measured an inclusive missing-mass spectrum of the $d(π^+, K^+)$ reaction at the pion incident momentum of 1.69 GeV/$c$ at the laboratory scattering angles between 2$^\circ$ and 16$^\circ$ with the missing-mass resolution of 2.7 $\pm$ 0.1 MeV/$c^2$ (FWHM) at the missing mass of 2.27 GeV/$c^{2}$. In this Letter, we first try to understand the spectrum as a simple quasi-free picture based on…
▽ More
We have measured an inclusive missing-mass spectrum of the $d(π^+, K^+)$ reaction at the pion incident momentum of 1.69 GeV/$c$ at the laboratory scattering angles between 2$^\circ$ and 16$^\circ$ with the missing-mass resolution of 2.7 $\pm$ 0.1 MeV/$c^2$ (FWHM) at the missing mass of 2.27 GeV/$c^{2}$. In this Letter, we first try to understand the spectrum as a simple quasi-free picture based on several known elementary cross sections, considering the neutron/proton Fermi motion in deuteron. While gross spectrum structures are well understood in this picture, we have observed two distinct deviations; one peculiar enhancement at 2.13 GeV/$c^2$ is due to the $ΣN$ cusp, and the other notable feature is a shift of a broad bump structure, mainly originating from hyperon resonance productions of $Λ(1405)$ and $Σ(1385)^{+/0}$, by about 22.4 $\pm$ 0.4 (stat.) $^{+2.7}_{-1.7}$ (syst.) MeV/$c^2$ toward the low-mass side, which is calculated in the kinematics of a proton at rest as the target.
△ Less
Submitted 24 August, 2014; v1 submitted 11 July, 2014;
originally announced July 2014.
-
Excitation Function of the nat-Ta(p,x)178m2-Hf Reaction
Authors:
Yu. E. Titarenko,
K. V. Pavlov,
V. I. Rogov,
A. Yu. Titarenko,
S. N. Yuldashev,
V. M. Zhivun,
A. V. Ignatyuk,
S. G. Mashnik,
S. Leray,
A. Boudard,
J. -C. David,
D. Mancusi,
J. Cugnon,
Y. Yariv,
K. Nishihara,
N. Matsuda,
H. Kumawat,
A. Yu. Stankovskiy
Abstract:
178m2-Hf is an extremely interesting isomeric state due to its potential energy capacity level. One possible way to obtain it is by irradiation of a nat-Ta sample with a high-current proton accelerator. Up to now, there was no information in the international experimental nuclear data base (EXFOR) for this reaction. Irradiations of nat-Ta samples performed for other purposes provide an opportunity…
▽ More
178m2-Hf is an extremely interesting isomeric state due to its potential energy capacity level. One possible way to obtain it is by irradiation of a nat-Ta sample with a high-current proton accelerator. Up to now, there was no information in the international experimental nuclear data base (EXFOR) for this reaction. Irradiations of nat-Ta samples performed for other purposes provide an opportunity to address this question. This paper presents the 172m2-Hf independent production cross-sections determined by gamma-ray spectrometry. The nat-Ta(p,x)172m2-Hf excitation function is studied in the 20-3500 MeV energy range. Comparisons with results by several nuclear models (ISABEL, Bertini, INCL4.5+ABLA07, PHITS, CASCADE07, and CEM03.02) used as event-generators in modern transport codes are also reported. However, since such models are generally not able to separately predict ground and isomeric states of reaction products, only 178-Hf independent and cumulative cross-section data are compared.
△ Less
Submitted 9 July, 2013;
originally announced July 2013.
-
Verification of high-energy transport codes on the basis of activation data
Authors:
Yu. E. Titarenko,
V. F. Batyaev,
M. A. Butko,
D. V. Dikarev,
S. N. Florya,
K. V. Pavlov,
A. Yu. Titarenko,
R. S. Tikhonov,
V. M. Zhivun,
A. V. Ignatyuk,
S. G. Mashnik,
A. Boudard,
S. Leray,
J. -C. David,
J. Cugnon,
D. Mancusi,
Y. Yariv,
H. Kumawat,
K. Nishihara,
N. Matsuda,
G. Mank,
W. Gudowski
Abstract:
Nuclide production cross sections measured at ITEP for the targets of nat-Cr, 56-Fe, nat-Ni, 93-Nb, 181-Ta, nat-W, nat-Pb, 209-Bi irradiated by protons with energies from 40 to 2600 MeV were used to estimate the predictive accuracy of several popular high-energy transport codes. A general agreement of the ITEP data with the data obtained by other groups, including the numerous GSI data measured by…
▽ More
Nuclide production cross sections measured at ITEP for the targets of nat-Cr, 56-Fe, nat-Ni, 93-Nb, 181-Ta, nat-W, nat-Pb, 209-Bi irradiated by protons with energies from 40 to 2600 MeV were used to estimate the predictive accuracy of several popular high-energy transport codes. A general agreement of the ITEP data with the data obtained by other groups, including the numerous GSI data measured by the inverse kinematics method was found. Simulations of the measured data were performed with the MCNPX (Bertini and ISABEL options), CEM03.02, INCL4.2+ABLA, INCL4.5+ABLA07, PHITS, and CASCADE.07 codes. Deviation factors between the calculated and experimental cross sections have been estimated for each target and for the whole energy range covered by our measurements. Two-dimensional diagrams of deviation factor values were produced for estimating the predictive power of every code for intermediate, not measured masses of nuclei-targets and bombarding energies of protons. Further improvements of all tested here codes are recommended. In addition, new measurements at ITEP of nuclide yields from a 208-Pb target irradiated by 500 MeV protons are presented. A good agreement between these new data and the GSI measurements obtained by the inverse kinematics method was found
△ Less
Submitted 2 June, 2011; v1 submitted 31 May, 2011;
originally announced June 2011.
-
Cross-sections for nuclide production in 56Fe target irradiated by 300, 500,750, 1000, 1500, and 2600 MeV protons compared with data on hydrogen target irradiation by 300, 500, 750, 1000, and 1500 MeV/nucleon 56Fe ions
Authors:
Yu. E. Titarenko,
V. F. Batyaev,
A. Yu. Titarenko,
M. A. Butko,
K. V. Pavlov,
S. N. Florya,
R. S. Tikhonov,
S. G. Mashnik,
A. V. Ignatyuk,
N. N. Titarenko,
W. Gudowsky,
M. Tesinsky,
C. -M. L. Persson,
H. Ait Abderrahim,
H. Kumawat,
H. Duarte
Abstract:
Cross-sections for radioactive nuclide production in 56Fe(p,x) reactions at 300, 500, 750, 1000, 1500, and 2600 MeV were measured using the ITEP U-10 proton accelerator. In total, 221 independent and cumulative yields of products of half-lives from 6.6 min to 312 days have been obtained via the direct-spectrometry method. The measured data have been compared with the experimental data obtained e…
▽ More
Cross-sections for radioactive nuclide production in 56Fe(p,x) reactions at 300, 500, 750, 1000, 1500, and 2600 MeV were measured using the ITEP U-10 proton accelerator. In total, 221 independent and cumulative yields of products of half-lives from 6.6 min to 312 days have been obtained via the direct-spectrometry method. The measured data have been compared with the experimental data obtained elsewhere by the direct and inverse kinematics methods and with calculations by 15 codes, namely: MCNPX (INCL, CEM2k, BERTINI, ISABEL), LAHET (BERTINI, ISABEL), CEM03 (.01, .G1, .S1), LAQGSM03 (.01, .G1, >.S1), CASCADE-2004, LAHETO, and BRIEFF. Most of our data are in a good agreement with the inverse kinematics results and disprove the results of some earlier activation measurements that were quite different from the inverse kinematics measurements. The most significant calculation-to-experiment differences are observed in the yields of the A<30 light nuclei, indicating that further improvements in nuclear reaction models are needed, and pointing out as well to a necessity of more complete measurements of such reactions.
△ Less
Submitted 7 April, 2008;
originally announced April 2008.