Catalog footprint

What is connected

45works
36topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

45 published item(s)

preprint2026arXiv

A deep learning approach for predicting multiple observables in Au+Au collisions at RHIC

We develop a neural network model, based on the processes of high-energy heavy-ion collisions, to study and predict several experimental observables in Au+Au collisions. We present a data-driven deep learning framework for predicting multiple bulk observables in Au+Au collisions at RHIC energies. A single neural network is trained exclusively on experimental measurements of charged-particle pseudorapidity density distributions, transverse-momentum spectra and elliptic flow coefficients over a broad range of collision energies and centralities. The network architecture is inspired by the stages of a heavy-ion collision, from the quark-gluon plasma to chemical and kinetic freeze-out, and employs locally connected hidden layers and a structured input design that encodes basic geometric and kinematic features of the system. We demonstrate that these physics-motivated choices significantly improve test performance compared to purely fully connected baselines. The trained model is then used to predict the above observables at collision energies not yet explored experimentally at RHIC, and the results are validated using the energy dependence of the total charged-particle multiplicity per participant pair as well as comparisons to a CLVisc hydrodynamic calculation with TRENTo initial conditions. Our findings indicate that such physics-guided neural networks can serve as efficient surrogates to fill critical data gaps at RHIC and to support further phenomenological studies of QGP properties.

preprint2026arXiv

Learning the relations between neutron star and nuclear matter properties with symbolic regression

The equation of state (EOS) of dense matter in neutron stars (NSs) remains uncertain, particularly at supra-nuclear densities where complex nuclear interactions and the potential presence of exotic matter, like hyperons, come into play. The complex relationships existing between nuclear matter and neutron star properties are investigated. The focus is on their nonlinearities and interdependencies. In our analysis, we apply a machine learning algorithm known as symbolic regression, paired with principal component analysis, to datasets generated from Bayesian inference over relativistic mean-field models. A systematic Principal Component Analysis has allowed to break down the percentage contribution of each element or feature in the relationships obtained. This study examines two main models (datasets): the NL model, which includes nucleonic degrees of freedom; and the NL-hyp model, which includes hyperons in addition to nucleons. Our analysis confirms a robust correlation between the tidal deformability of a 1.4 \(M_\odot\) neutron star and $β$-equilibrium pressure at twice the nuclear saturation density. This correlation remains once hyperons are included. The contribution of the different nuclear matter properties at saturation to the radius and tidal deformability was calculated. It was shown that the isovector properties have the largest impact, with a contribution of about 90\%. We also studied the relationship between the proton fraction at different densities and various symmetry energy parameters defined at saturation density. For the hyperon data set, we took into account the effects of the negatively charged hyperon $Ξ$ in order to recover the relationships. Our study reveals the individual impact of various symmetry energy parameters on proton fractions at different densities.

preprint2024arXiv

Phase Transition Study meets Machine Learning

In recent years, machine learning (ML) techniques have emerged as powerful tools for studying many-body complex systems, and encompassing phase transitions in various domains of physics. This mini review provides a concise yet comprehensive examination of the advancements achieved in applying ML to investigate phase transitions, with a primary focus on those involved in nuclear matter studies.

preprint2022arXiv

A multi-task learning for cavitation detection and cavitation intensity recognition of valve acoustic signals

With the rapid development of smart manufacturing, data-driven machinery health management has received a growing attention. As one of the most popular methods in machinery health management, deep learning (DL) has achieved remarkable successes. However, due to the issues of limited samples and poor separability of different cavitation states of acoustic signals, which greatly hinder the eventual performance of DL modes for cavitation intensity recognition and cavitation detection. In this work, a novel multi-task learning framework for simultaneous cavitation detection and cavitation intensity recognition framework using 1-D double hierarchical residual networks (1-D DHRN) is proposed for analyzing valves acoustic signals. Firstly, a data augmentation method based on sliding window with fast Fourier transform (Swin-FFT) is developed to alleviate the small-sample issue confronted in this study. Secondly, a 1-D double hierarchical residual block (1-D DHRB) is constructed to capture sensitive features from the frequency domain acoustic signals of valve. Then, a new structure of 1-D DHRN is proposed. Finally, the devised 1-D DHRN is evaluated on two datasets of valve acoustic signals without noise (Dataset 1 and Dataset 2) and one dataset of valve acoustic signals with realistic surrounding noise (Dataset 3) provided by SAMSON AG (Frankfurt). Our method has achieved state-of-the-art results. The prediction accurcies of 1-D DHRN for cavitation intensitys recognition are as high as 93.75%, 94.31% and 100%, which indicates that 1-D DHRN outperforms other DL models and conventional methods. At the same time, the testing accuracies of 1-D DHRN for cavitation detection are as high as 97.02%, 97.64% and 100%. In addition, 1-D DHRN has also been tested for different frequencies of samples and shows excellent results for frequency of samples that mobile phones can accommodate.

preprint2022arXiv

An acoustic signal cavitation detection framework based on XGBoost with adaptive selection feature engineering

Valves are widely used in industrial and domestic pipeline systems. However, during their operation, they may suffer from the occurrence of the cavitation, which can cause loud noise, vibration and damage to the internal components of the valve. Therefore, monitoring the flow status inside valves is significantly beneficial to prevent the additional cost induced by cavitation. In this paper, a novel acoustic signal cavitation detection framework--based on XGBoost with adaptive selection feature engineering--is proposed. Firstly, a data augmentation method with non-overlapping sliding window (NOSW) is developed to solve small-sample problem involved in this study. Then, the each segmented piece of time-domain acoustic signal is transformed by fast Fourier transform (FFT) and its statistical features are extracted to be the input to the adaptive selection feature engineering (ASFE) procedure, where the adaptive feature aggregation and feature crosses are performed. Finally, with the selected features the XGBoost algorithm is trained for cavitation detection and tested on valve acoustic signal data provided by Samson AG (Frankfurt). Our method has achieved state-of-the-art results. The prediction performance on the binary classification (cavitation and no-cavitation) and the four-class classification (cavitation choked flow, constant cavitation, incipient cavitation and no-cavitation) are satisfactory and outperform the traditional XGBoost by 4.67% and 11.11% increase of the accuracy.

preprint2022arXiv

BinarizedAttack: Structural Poisoning Attacks to Graph-based Anomaly Detection

Graph-based Anomaly Detection (GAD) is becoming prevalent due to the powerful representation abilities of graphs as well as recent advances in graph mining techniques. These GAD tools, however, expose a new attacking surface, ironically due to their unique advantage of being able to exploit the relations among data. That is, attackers now can manipulate those relations (i.e., the structure of the graph) to allow some target nodes to evade detection. In this paper, we exploit this vulnerability by designing a new type of targeted structural poisoning attacks to a representative regression-based GAD system termed OddBall. Specially, we formulate the attack against OddBall as a bi-level optimization problem, where the key technical challenge is to efficiently solve the problem in a discrete domain. We propose a novel attack method termed BinarizedAttack based on gradient descent. Comparing to prior arts, BinarizedAttack can better use the gradient information, making it particularly suitable for solving combinatorial optimization problems. Furthermore, we investigate the attack transferability of BinarizedAttack by employing it to attack other representation-learning-based GAD systems. Our comprehensive experiments demonstrate that BinarizedAttack is very effective in enabling target nodes to evade graph-based anomaly detection tools with limited attackers' budget, and in the black-box transfer attack setting, BinarizedAttack is also tested effective and in particular, can significantly change the node embeddings learned by the GAD systems. Our research thus opens the door to studying a new type of attack against security analytic tools that rely on graph data.

preprint2022arXiv

Computing Equilibria in Binary Networked Public Goods Games

Public goods games study the incentives of individuals to contribute to a public good and their behaviors in equilibria. In this paper, we examine a specific type of public goods game where players are networked and each has binary actions, and focus on the algorithmic aspects of such games. First, we show that checking the existence of a pure-strategy Nash equilibrium is NP-complete. We then identify tractable instances based on restrictions of either utility functions or of the underlying graphical structure. In certain cases, we also show that we can efficiently compute a socially optimal Nash equilibrium. Finally, we propose a heuristic approach for computing approximate equilibria in general binary networked public goods games, and experimentally demonstrate its effectiveness.

preprint2022arXiv

CREIME: A Convolutional Recurrent model for Earthquake Identification and Magnitude Estimation

The detection and rapid characterisation of earthquake parameters such as magnitude are of prime importance in seismology, particularly in applications such as Earthquake Early Warning (EEW). Traditionally, algorithms such as STA/LTA are used for event detection, while frequency or amplitude domain parameters calculated from 1-3 seconds of first P-arrival data are sometimes used to provide a first estimate of (body wave) magnitude. Owing to extensive involvement of human experts in parameter determination, these approaches are often found to be insufficient. Moreover, these methods are sensitive to the signal to noise ratio and may often lead to false or missed alarms depending on the choice of parameters. We, therefore, propose a multitasking deep learning model the Convolutional Recurrent model for Earthquake Identification and Magnitude Estimation (CREIME) that: (i) detects the first earthquake signal, from background seismic noise, (ii) determines first P arrival time as well as (iii) estimates the magnitude using the raw 3-component waveform data from a single station as model input. Considering, speed is of essence in EEW, we use up to two seconds of P-wave information which, to the best of our knowledge, is a significantly smaller data window (5 second window with up to of P wave data) compared to the previous studies. To examine the robustness of CREIME we test it on two independent datasets and find that it achieves an average accuracy of 98 percent for event vs noise discrimination and is able to estimate first P arrival time and local magnitude with average root mean squared errors of 0.13 seconds and 0.65 units, respectively. We also compare CREIME architecture with architectures of other baseline models, by training them on the same data, and also with traditional algorithms such as STA/LTA, and show that our architecture outperforms these methods.

preprint2022arXiv

Deep Learning-based Small Magnitude Earthquake Detection and Seismic Phase Classification

Reliable earthquake detection and seismic phase classification is often challenging especially in the circumstances of low magnitude events or poor signal-to-noise ratio. With improved seismometers and better global coverage, a sharp increase in the volume of recorded seismic data is witnessed. This makes the handling of the seismic data rather daunting based on traditional approaches and therefore fuels the need for a more robust and reliable method. In this study, we investigate two deep learningbased models, termed 1D ResidualNeuralNetwork (ResNet) and multi-branch ResNet, for tackling the problem of seismic signal detection and phase identification, especially the later can be used in the case where multiple classes is organized in the hierarchical format. These methods are trained and tested on the dataset of the Southern California Seismic Network. Results demonstrate that the proposed methods can achieve robust performance for the detection of seismic signals, and the identification of seismic phases, even when the seismic events are of small magnitude and are masked by noise. Compared with previously proposed deep learning methods, the introduced frameworks achieve 4% improvement in earthquake monitoring, and a slight enhancement in seismic phase classification.

preprint2022arXiv

Heavy quark potential in quark-gluon Plasma: Deep neural network meets lattice quantum chromodynamics

Bottomonium states are key probes for experimental studies of the quark-gluon plasma (QGP) created in high-energy nuclear collisions. Theoretical models of bottomonium productions in high-energy nuclear collisions rely on the in-medium interactions between the bottom and antibottom quarks. The latter can be characterized by the temperature ($T$) dependent potential, with real ($V_R(T,r)$) and imaginary ($V_I(T,r)$) parts, as a function of the spatial separation ($r$). Recently, the masses and thermal widths of up to $3S$ and $2P$ bottomonium states in QGP were calculated using lattice quantum chromodynamics (LQCD). Starting from these LQCD results and through a novel application of deep neural network, here, we obtain $V_R(T,r)$ and $V_I(T,r)$ in a model-independent fashion. The temperature dependence of $V_R(T,r)$ was found to be very mild between $T\approx0-334$~MeV. For $T=151-334$~MeV, $V_I(T,r)$ shows a rapid increase with $T$ and $r$, which is much larger than the perturbation-theory-based expectations.

preprint2022arXiv

Neural network reconstruction of the dense matter equation of state from neutron star observables

The Equation of State (EoS) of strongly interacting cold and hot ultra-dense QCD matter remains a major challenge in the field of nuclear astrophysics. With the advancements in measurements of neutron star masses, radii, and tidal deformabilities, from electromagnetic and gravitational wave observations, neutron stars play an important role in constraining the ultra-dense QCD matter EoS. In this work, we present a novel method that exploits deep learning techniques to reconstruct the neutron star EoS from mass-radius (M-R) observations. We employ neural networks (NNs) to represent the EoS in a model-independent way, within the range of $\sim$1-7 times the nuclear saturation density. The unsupervised Automatic Differentiation (AD) framework is implemented to optimize the EoS, so as to yield through TOV equations, an M-R curve that best fits the observations. We demonstrate that this method works by rebuilding the EoS on mock data, i.e., mass-radius pairs derived from a randomly generated polytropic EoS. The reconstructed EoS fits the mock data with reasonable accuracy, using just 11 mock M-R pairs observations, close to the current number of actual observations.

preprint2022arXiv

Regional-Local Adversarially Learned One-Class Classifier Anomalous Sound Detection in Global Long-Term Space

Anomalous sound detection (ASD) is one of the most significant tasks of mechanical equipment monitoring and maintaining in complex industrial systems. In practice, it is vital to precisely identify abnormal status of the working mechanical system, which can further facilitate the failure troubleshooting. In this paper, we propose a multi-pattern adversarial learning one-class classification framework, which allows us to use both the generator and the discriminator of an adversarial model for efficient ASD. The core idea is learning to reconstruct the normal patterns of acoustic data through two different patterns of auto-encoding generators, which succeeds in extending the fundamental role of a discriminator from identifying real and fake data to distinguishing between regional and local pattern reconstructions. Furthermore, we present a global filter layer for long-term interactions in the frequency domain space, which directly learns from the original data without introducing any human priors. Extensive experiments performed on four real-world datasets from different industrial domains (three cavitation datasets provided by SAMSON AG, and one existing publicly) for anomaly detection show superior results, and outperform recent state-of-the-art ASD methods.

preprint2022arXiv

Sunda-arc seismicity: continuing increase of high-magnitude earthquakes since 2004

Spatial and temporal data for earthquakes with magnitude M greater than or equal to 6.5 can provide crucial information about the seismic history and potential for large earthquakes in a region. We analyzed approximately 313,500 events that occurred in the Sunda-arc region during the last 56 years, from 1964 to 2020, reported by the International Seismological Center. We report a persistent increase in the annual number of the events with mb greater than or equal to 6.5. We tested this increase against the null hypothesis and discarded the possibility of the increase being due to random groupings. The trend given by Auto-Regressive Integrated Moving Average suggests continuing increase of such large-magnitude events in the region during the next decade. At the same time, the computed Gutenberg Richter b value shows anomalies that can be related to the occurrence of the mega 2004 Sumatra earthquake, and to possible state of high tectonic stress in the eastern parts of the region.

preprint2021arXiv

Learning Langevin dynamics with QCD phase transition

In this proceeding, the deep Convolutional Neural Networks (CNNs) are deployed to recognize the order of QCD phase transition and predict the dynamical parameters in Langevin processes. To overcome the intrinsic randomness existed in a stochastic process, we treat the final spectra as image-type inputs which preserve sufficient spatiotemporal correlations. As a practical example, we demonstrate this paradigm for the scalar condensation in QCD matter near the critical point, in which the order parameter of chiral phase transition can be characterized in a $1+1$-dimensional Langevin equation for $σ$ field. The well-trained CNNs accurately classify the first-order phase transition and crossover from $σ$ field configurations with fluctuations, in which the noise does not impair the performance of the recognition. In reconstructing the dynamics, we demonstrate it is robust to extract the damping coefficients $η$ from the intricate field configurations.

preprint2021arXiv

Strategic Evasion of Centrality Measures

Among the most fundamental tools for social network analysis are centrality measures, which quantify the importance of every node in the network. This centrality analysis typically disregards the possibility that the network may have been deliberately manipulated to mislead the analysis. To solve this problem, a recent study attempted to understand how a member of a social network could rewire the connections therein to avoid being identified as a leader of that network. However, the study was based on the assumption that the network analyzer - the seeker - is oblivious to any evasion attempts by the evader. In this paper, we relax this assumption by modelling the seeker and evader as strategic players in a Bayesian Stackelberg game. In this context, we study the complexity of various optimization problems, and analyze the equilibria of the game under different assumptions, thereby drawing the first conclusions in the literature regarding which centralities the seeker should use to maximize the chances of detecting a strategic evader.

preprint2021arXiv

The Incompressible Navier-Stokes-Fourier Limit from Boltzmann-Fermi-Dirac Equation

We study Boltzmann-Fermi-Dirac equation when quantum effects are taken into account in dilute gas dynamics. By employing new estimates on trilinear terms of collision kernels, we prove the global existence of the classical solution to Boltzmann-Fermi-Dirac equation near equilibrium. Furthermore, the limit from Boltzmann-Fermi-Dirac equation to incompressible Navier-Stokes-Fourier equations is justified rigorously. The corresponding formal analysis was given in the thesis of Zakrevskiy \cite{Zakrevskiy}

preprint2020arXiv

Bayesian estimates of transmission line outage rates that consider line dependencies

Transmission line outage rates are fundamental to power system reliability analysis. Line outages are infrequent, occurring only about once a year, so outage data are limited. We propose a Bayesian hierarchical model that leverages line dependencies to better estimate outage rates of individual transmission lines from limited outage data. The Bayesian estimates have a lower standard deviation than estimating the outage rates simply by dividing the number of outages by the number of years of data, especially when the number of outages is small. The Bayesian model produces more accurate individual line outage rates, as well as estimates of the uncertainty of these rates. Better estimates of line outage rates can improve system risk assessment, outage prediction, and maintenance scheduling.

preprint2020arXiv

Double-dot interferometer for quantum measurement of Majorana qubits and stabilizers

Motivated by the need of quantum measurement of Majorana qubits and surface-code stabilizers, we analyze the performance of a double-dot interferometer under the influence of environment noise. The double-dot setup design allows accounting for the full multiple tunneling process between the dots through the Majorana island, within a master equation approach. In the co-tunneling regime, which results in a Majorana-mediated effective coupling between the dots, the master equation approach allows us to obtain analytic solutions for the measurement currents. The measurement quality, characterized by figures of merit such as the visibility of measurement signals, is carried out in regard to the unusual decoherence effect rather than `which-path' dephasing. The results obtained in this work are expected to be useful for future experiments of Majorana qubit and stabilizer measurements.

preprint2020arXiv

Efficient Characterization of Dynamic Response Variation Using Multi-Fidelity Data Fusion through Composite Neural Network

Uncertainties in a structure is inevitable, which generally lead to variation in dynamic response predictions. For a complex structure, brute force Monte Carlo simulation for response variation analysis is infeasible since one single run may already be computationally costly. Data driven meta-modeling approaches have thus been explored to facilitate efficient emulation and statistical inference. The performance of a meta-model hinges upon both the quality and quantity of training dataset. In actual practice, however, high-fidelity data acquired from high-dimensional finite element simulation or experiment are generally scarce, which poses significant challenge to meta-model establishment. In this research, we take advantage of the multi-level response prediction opportunity in structural dynamic analysis, i.e., acquiring rapidly a large amount of low-fidelity data from reduced-order modeling, and acquiring accurately a small amount of high-fidelity data from full-scale finite element analysis. Specifically, we formulate a composite neural network fusion approach that can fully utilize the multi-level, heterogeneous datasets obtained. It implicitly identifies the correlation of the low- and high-fidelity datasets, which yields improved accuracy when compared with the state-of-the-art. Comprehensive investigations using frequency response variation characterization as case example are carried out to demonstrate the performance.

preprint2020arXiv

Heavy flavors under extreme conditions in high energy nuclear collisions

Heavy flavor hadrons have long been considered as a probe of the quark gluon plasma created in high energy nuclear collisions. In this paper we review the heavy flavor properties under extreme conditions and the realization in heavy ion experiments. After a short introduction on heavy flavor properties in vacuum, we emphasize the cold and hot nuclear matter effects on heavy flavors, including shadowing effect, Cronin effect and nuclear absorption for the former and Debye screening and regeneration for the latter. Then we discuss, in the frame of transport and coalescence models, these medium induced changes in open and closed heavy flavors in nuclear collisions and the comparison with nucleon-nucleon collisions. Considering the extremely strong electromagnetic and rotational fields generated in non-central nuclear collisions, which are widely studied in recent years, we finally investigate their effects on heavy flavor production and evolution in high energy nuclear collisions.

preprint2020arXiv

Identifying the nature of the QCD transition in relativistic collision of heavy nuclei with deep learning

Using deep convolutional neural network (CNN), the nature of the QCD transition can be identified from the final-state pion spectra from hybrid model simulations of heavy-ion collisions that combines a viscous hydrodynamic model with a hadronic cascade "after-burner". Two different types of equations of state (EoS) of the medium are used in the hydrodynamic evolution. The resulting spectra in transverse momentum and azimuthal angle are used as the input data to train the neural network to distinguish different EoS. Different scenarios for the input data are studied and compared in a systematic way. A clear hierarchy is observed in the prediction accuracy when using the event-by-event, cascade-coarse-grained and event-fine-averaged spectra as input for the network, which are about 80%, 90% and 99%, respectively. A comparison with the prediction performance by deep neural network (DNN) with only the normalized pion transverse momentum spectra is also made. High-level features of pion spectra captured by a carefully-trained neural network were found to be able to distinguish the nature of the QCD transition even in a simulation scenario which is close to the experiments.

preprint2020arXiv

Neural Network Statistical Mechanics

We propose a general framework to extract microscopic interactions from raw configurations with deep neural networks. The approach replaces the modeling Hamiltonian by the neural networks, in which the interaction is encoded. It can be trained with data collected from Ab initio computations or experiments. The well-trained neural networks give an accurate estimation of the possibility distribution of the configurations at fixed external parameters. It can be spontaneously extrapolated to detect the phase structures since classical statistical mechanics as prior knowledge here. We apply the approach to a 2D spin system, training at a fixed temperature, and reproducing the phase structure. Scaling the configuration on lattice exhibits the interaction changes with the degree of freedom, which can be naturally applied to the experimental measurements. Our approach bridges the gap between the real configurations and the microscopic dynamics with an autoregressive neural network.

preprint2020arXiv

Robust Collective Classification against Structural Attacks

Collective learning methods exploit relations among data points to enhance classification performance. However, such relations, represented as edges in the underlying graphical model, expose an extra attack surface to the adversaries. We study adversarial robustness of an important class of such graphical models, Associative Markov Networks (AMN), to structural attacks, where an attacker can modify the graph structure at test time. We formulate the task of learning a robust AMN classifier as a bi-level program, where the inner problem is a challenging non-linear integer program that computes optimal structural changes to the AMN. To address this technical challenge, we first relax the attacker problem, and then use duality to obtain a convex quadratic upper bound for the robust AMN problem. We then prove a bound on the quality of the resulting approximately optimal solutions, and experimentally demonstrate the efficacy of our approach. Finally, we apply our approach in a transductive learning setting, and show that robust AMN is much more robust than state-of-the-art deep learning methods, while sacrificing little in accuracy on non-adversarial data.

preprint2020arXiv

Structural Model Updating Using Adaptive Multi-Response Gaussian Process Meta-modeling

Finite element model updating utilizing frequency response functions as inputs is an important procedure in structural analysis, design and control. This paper presents a highly efficient framework that is built upon Gaussian process emulation to inversely identify model parameters through sampling. In particular, a multi-response Gaussian process (MRGP) meta-modeling approach is formulated that can accurately construct the error response surface, i.e., the discrepancies between the frequency response predictions and actual measurement. In order to reduce the computational cost of repeated finite element simulations, an adaptive sampling strategy is established, where the search of unknown parameters is guided by the response surface features. Meanwhile, the information of previously sampled model parameters and the corresponding errors is utilized as additional training data to refine the MRGP meta-model. Two stochastic optimization techniques, i.e., particle swarm and simulated annealing, are employed to train the MRGP meta-model for comparison. Systematic case studies are conducted to examine the accuracy and robustness of the new framework of model updating.

preprint2020arXiv

Uncertainty Quantification of Mode Shape Variation Utilizing Multi-Level Multi-Response Gaussian Process

Mode shape information play the essential role in deciding the spatial pattern of vibratory response of a structure. The uncertainty quantification of mode shape, i.e., predicting mode shape variation when the structure is subjected to uncertainty, can provide guidance for robust design and control. Nevertheless, computational efficiency is a challenging issue. Direct Monte Carlo simulation is unlikely to be feasible especially for a complex structure with large number of degrees of freedom. In this research, we develop a new probabilistic framework built upon Gaussian process meta-modeling architecture to analyze mode shape variation. To expedite the generation of input dataset for meta-model establishment, a multi-level strategy is adopted which can blend a large amount of low-fidelity data acquired from order-reduced analysis with a small amount of high-fidelity data produced by high-dimensional full finite element analysis. To take advantage of the intrinsic relation of spatial distribution of mode shape, a multi-response strategy is incorporated to predict mode shape variation at different locations simultaneously. These yield a multi-level, multi-response Gaussian process that can efficiently and accurately quantify the effect of structural uncertainty to mode shape variation. Comprehensive case studies are carried out for demonstration and validation.

preprint2018arXiv

Dilepton photoproduction measures the fluctuations of initial electromagnetic fields in nuclear collisions

Dilepton production from two photon interactions $γγ\rightarrow l^+l^-$ are studied in semi-central and peripheral nuclear collisions. Based on Weizsäcker-Williams approach, it is shown that the dilepton photoproduction is proportional to the electromagnetic (EM) fields $\sim E^2B^2$ and therefore sensitive to the magnitude and lifetime of initial EM fields which last only for a short time and are hard to be measured in experiments directly. We propose dilepton photoproduction as a probe for the nuclear charge fluctuations, which are crucial for the electric/magnetic field induced chiral and charge particle evolutions. We calculate the relative standard deviation of dilepton mass spectrum with event-by-event fluctuating nuclear charge distributions (and EM fields).

preprint2016arXiv

ExpSOS: Secure and Verifiable Outsourcing of Exponentiation Operations for Mobile Cloud Computing

Discrete exponential operation, such as modular exponentiation and scalar multiplication on elliptic curves, is a basic operation of many public-key cryptosystems. However, the exponential operations are considered prohibitively expensive for resource-constrained mobile devices. In this paper, we address the problem of secure outsourcing of exponentiation operations to one single untrusted server. Our proposed scheme (ExpSOS) only requires very limited number of modular multiplications at local mobile environment thus it can achieve impressive computational gain. ExpSOS also provides a secure verification scheme with probability approximately 1 to ensure that the mobile end-users can always receive valid results. The comprehensive analysis as well as the simulation results in real mobile device demonstrates that our proposed ExpSOS can significantly improve the existing schemes in efficiency, security and result verifiability. We apply ExpSOS to securely outsource several cryptographic protocols to show that ExpSOS is widely applicable to many cryptographic computations.

preprint2016arXiv

Heavy Quark and Quarkonium Transport in High Energy Nuclear Collisions

The strong interaction between heavy quarks and the quark gluon plasma makes the open and hidden charm hadrons be sensitive probes of the deconfinement phase transition in high energy nuclear collisions. Both the cold and hot nuclear matter effects change with the colliding energy and significantly influence the heavy quark and charmonium yield and their transverse momentum distributions. The ratio of averaged quarkonium transverse momentum square and the elliptic flow reveal the nature of the QCD medium created in heavy ion collisions at SPS, RHIC and LHC energies.

preprint2016arXiv

Thermal Charm and Charmonium Production in Quark Gluon Plasma

We study the effect of thermal charm production on charmonium regeneration in high energy nuclear collisions. By solving the kinetic equations for charm quark and charmonium distributions in Pb+Pb collisions, we calculate the global and differential nuclear modification factors $R_{AA}(N_{part})$ and $R{AA}(p_t)$ for $J/Ψ$s. Due to the thermal charm production in hot medium, the charmonium production source changes from the initially created charm quarks at SPS, RHIC and LHC to the thermally produced charm quarks at Future Circular Collider (FCC), and the $J/Ψ$ suppression ($R_{AA}<1$) observed so far will be replaced by a strong enhancement ($R_{AA}>1$) at FCC at low transverse momentum.

preprint2015arXiv

Anti-shadowing Effect on Charmonium Production at a Fixed-target Experiment Using LHC Beams

We investigate charmonium production in Pb+Pb collisions at LHC beam energy $E_{\text {lab}}$=2.76 A TeV at fixed-target experiment ($\sqrt {s_{\text{NN}}}$=72 GeV). In the frame of a transport approach including cold and hot nuclear matter effects on charmonium evolution, we focus on the anti-shadowing effect on the nuclear modification factors $R_{AA}$ and $r_{AA}$ for the $J/ψ$ yield and transverse momentum. The yield is more suppressed at less forward rapidity ($y_\text{lab}\simeq$2) than that at very forward rapidity ($y_\text{lab}\simeq$4) due to the shadowing and anti-shadowing in different rapidity bins.

preprint2015arXiv

CASO: Cost-Aware Secure Outsourcing of General Computational Problems

Computation outsourcing is an integral part of cloud computing. It enables end-users to outsource their computational tasks to the cloud and utilize the shared cloud resources in a pay-per-use manner. However, once the tasks are outsourced, the end-users will lose control of their data, which may result in severe security issues especially when the data is sensitive. To address this problem, secure outsourcing mechanisms have been proposed to ensure security of the end-users' outsourced data. In this paper, we investigate outsourcing of general computational problems which constitute the mathematical basics for problems emerged from various fields such as engineering and finance. To be specific, we propose affine mapping based schemes for the problem transformation and outsourcing so that the cloud is unable to learn any key information from the transformed problem. Meanwhile, the overhead for the transformation is limited to an acceptable level compared to the computational savings introduced by the outsourcing itself. Furthermore, we develop cost-aware schemes to balance the trade-offs between end-users' various security demands and computational overhead. We also propose a verification scheme to ensure that the end-users will always receive a valid solution from the cloud. Our extensive complexity and security analysis show that our proposed Cost-Aware Secure Outsourcing (CASO) scheme is both practical and effective.

preprint2015arXiv

Excitation function Analysis for Charmonium Production in Heavy-Ion Collisions

Both color screening and regeneration are hot medium effects on charmonium production in heavy ion collisions. While they affect in an opposite way the charmonium yield, their competition in transverse dynamics bring sensitivity to the ratio of averaged transverse momentum suqare for charmonium, which thus can reveal more nature of the QCD medium created from the collisions. We make an excitation analysis based on transport approach to illustrate such a picuture.

preprint2015arXiv

Glueballs amass at RHIC and LHC Colliders! - The early quarkless 1st order phase transition at $T=270$ MeV - from pure Yang-Mills glue plasma to GlueBall-Hagedorn states

The early stage of high multiplicity pp, pA and AA collider is represented by a nearly quarkless, hot, deconfined pure gluon plasma. According to pure Yang-Mills Lattice Gauge Theory, this hot pure glue matter undergoes, at a high temperature, $T_c = 270$ MeV, a first order phase transition into a confined Hagedorn-GlueBall fluid. These new scenario should be characterized by a suppression of high $p_T$ photons and dileptons, baryon suppression and enhanced strange meson production. We propose to observe this newly predicted class of events at LHC and RHIC.

preprint2015arXiv

Kinetic approach to a relativistic Bose-Einstein condensate

We apply a Boltzmann approach to the kinetic regime of a relativistic Bose-Einstein condensate of scalar bosons by decomposing the one-particle distribution function in a condensate part and a non-zero momentum part of excited modes, leading to a coupled set of evolution equations which are then solved efficiently with an adaptive higher order Runge-Kutta scheme. We compare our results to the partonic cascade Monte-Carlo simulation BAMPS for a critical but far from equilibrium case of massless bosons. Motivated by the color glass condensate initial conditions in QCD with a strongly overpopulated initial glasma state, we also discuss the time evolution starting from an overpopulated initial distribution function of massive scalar bosons. In this system a self-similar evolution of the particle cascade with a non-relativistic turbulent scaling in the infrared sector is observed as well as a relativistic exponent for the direct energy cascade, confirming a weak wave turbulence in the ultraviolet region.

preprint2015arXiv

Thermalization of gluons with Bose-Einstein condensation

We study the thermalization of gluons far from thermal equilibrium in relativistic kinetic theory. The initial distribution of gluons is assumed to resemble that in the early stage of ultrarelativistic heavy ion collisions. Only elastic scatterings in static, nonexpanding gluonic matter are considered. At first we show that the occurrence of condensation in the limit of vanishing particle mass requires a general constraint for the scattering matrix element. Then the thermalization of gluons with Bose-Einstein condensation is demonstrated in a transport calculation. We see a continuously increasing overpopulation of low energy gluons, followed by a decrease to the equilibrium distribution, when the condensation occurs. The times of the completion of the gluon condensation and of the entropy production are calculated. These times scale inversely with the energy density.

preprint2014arXiv

Charmonium Transverse Momentum Distribution in High Energy Nuclear Collisions

The Charmonium transverse momentum distribution is more sensitive to the nature of the hot QCD matter created in high energy nuclear collisions, in comparison with the yield. Taking a detailed transport approach for charmonium motion together with a hydrodynamic description for the medium evolution, the cancelation between the two hot nuclear matter effects, the dissociation and the regeneration, controls the charmonium transverse momentum distribution. Especially, the second moment of the distribution can be used to differentiate between the hot mediums produced at SPS, RHIC and LHC energies.

preprint2014arXiv

Medium Effects on Charmonium Production at ultrarelativistic energies available at the CERN Large Haron Collider

We investigate with a transport approach the cold and hot nuclear matter effects on the charmonium transverse momentum distributions in relativistic heavy ion collisions. The newly defined nuclear modification factor $r_{AA}=\langle p_{T}^2\rangle_{AA}/\langle p_{T}^2\rangle_{pp}$ and elliptic flow $v_2$ for $J/ψ$ are sensitive to the nature of the hot medium and the thermalization of heavy quarks. From SPS through RHIC to LHC colliding energies, we observe dramatic changes in the centrality dependence of $r_{AA}$. We find that at LHC energy, the finally observed charmonia are dominated by the regeneration from thermalized heavy quarks.

preprint2014arXiv

Υ Production in Heavy Ion Collisions at LHC

We investigate the Υ production in heavy ion collisions at LHC energy in the frame of a dynamical transport approach. Both the initial production and in-medium regeneration and both the cold and hot nuclear matter effects are included in the calculations. In comparison with the ground state Υ(1s), the excited state Υ(2s) is much more sensitive to the heavy quark potential at finite temperature.

preprint2013arXiv

A new proof to complexity of dual basis of a type I optimal normal basis

The complexity of dual basis of a type I optimal normal basis of $\mathbb{F}_{q^n}$ over $\mathbb{F}_{q}$ was determined to be $3n-3$ or $3n-2$ according as $q$ is even or odd, respectively, by Z.-X. Wan and K. Zhou in 2007. We give a new proof to this result by clearly deriving the dual of a type I optimal normal basis with the aid of a lemma on the dual of a polynomial basis.

preprint2013arXiv

Quarkonium Production and Medium Effects in High Energy Nuclear Collisions

Color screening and regeneration are both hot medium effects on quarkonium production in high energy nuclear collisions. However, they affect in an opposite way the finally observed quarkonium spectra. Due to the competition of the two dynamical effects, the ratio of the integrated quarkonium yield between nuclear and elementary nucleon collisions loses its sensitivity. Once the information of quarkonium transverse motion is included, on the other hand, the ratio of averaged transverse momentum square reveals the nature of the QCD medium created in high energy nuclear collisions.

preprint2013arXiv

ψ^\prime Production and B Decay in Heavy Ion Collisions at LHC

In comparison with J/ψ, the excited charmonium state ψ^\prime is loosely bounded and its yield is dominantly from the B-hadron decay. Based on the transport approach, we study the double ratio of N(ψ^\prime)/N(J/ψ) from A+A collisions to that from p+p collisions at LHC energy. We found that the primordial production in the initial stage and the regeneration in the hot medium are not significant for ψ^\prime production in heavy ion collisions at LHC and the double ratio in semi-central and central collisions is controlled by the B decay.

preprint2011arXiv

Heavy quarks and charmonium at RHIC and LHC within a partonic transport model

Heavy quark and charmonium production as well as their space-time evolution are studied in transport simulations of heavy-ion collisions at RHIC and LHC. In the partonic transport model Boltzmann Approach of MultiParton Scatterings (BAMPS) heavy quarks can be produced in initial hard parton scatterings or during the evolution of the quark-gluon plasma. Subsequently, they interact with the medium via binary scatterings with a running coupling and a more precise Debye screening which is derived from hard thermal loop calculations, participate in the flow and lose energy. We present results of the elliptic flow and nuclear modification factor of heavy quarks and compare them to available data. Furthermore, preliminary results on J/psi suppression at forward and mid-rapidity are reported for central and non-central collisions at RHIC. For this, we study cold nuclear matter effects and the dissociation as well as regeneration of J/psi in the quark-gluon plasma.

preprint2010arXiv

On the Construction of Finite Oscillator Dictionary

A finite oscillator dictionary which has important applications in sequences designs and the compressive sensing was introduced by Gurevich, Hadani and Sochen. In this paper, we first revisit closed formulae of the finite split oscillator dictionary $\mathfrak{S}^s$ by a simple proof. Then we study the non-split tori of the group $SL(2,\mathbb{F}_p)$. Finally, An explicit algorithm for computing the finite non-split oscillator dictionary $\mathfrak{S}^{ns}$ is described.

preprint2009arXiv

Transverse Momentum Distribution as a Probe of J/psi Production Mechanism in Heavy Ion Collisions

We investigate J/psi transverse momentum distribution in a transport approach. While the nuclear modification factor R_{AA}(N_p) at RHIC is almost the same as at SPS, the averaged transverse momentum square <p_t^2> and R_{AA}(p_t) are very different at SPS, RHIC and LHC and can be used to differentiate from the J/psi production mechanisms in high energy nuclear collisions.