Catalog footprint

What is connected

80works
46topics
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

80 published item(s)

preprint2026arXiv

Stream-R1: Reliability-Perplexity Aware Reward Distillation for Streaming Video Generation

Distillation-based acceleration has become foundational for making autoregressive streaming video diffusion models practical, with distribution matching distillation (DMD) as the de facto choice. Existing methods, however, train the student to match the teacher's output indiscriminately, treating every rollout, frame, and pixel as equally reliable supervision. We argue that this caps distilled quality, since it overlooks two complementary axes of variance in DMD supervision: Inter-Reliability across student rollouts whose supervision varies in reliability, and Intra-Perplexity across spatial regions and temporal frames that contribute unequally to where quality can still be improved. The objective thus conflates two questions under a uniform weight: whether to learn from each rollout, and where to concentrate optimization within it. To address this, we propose Stream-R1, a Reliability-Perplexity Aware Reward Distillation framework that adaptively reweights the distillation objective at both rollout and spatiotemporal-element levels through a single shared reward-guided mechanism. At the Inter-Reliability level, Stream-R1 rescales each rollout's loss by an exponential of a pretrained video reward score, so that rollouts with reliable supervision dominate optimization. At the Intra-Perplexity level, it back-propagates the same reward model to extract per-pixel gradient saliency, which is factored into spatial and temporal weights that concentrate optimization pressure on regions and frames where refinement yields the largest expected gain. An adaptive balancing mechanism prevents any single quality axis from dominating across visual quality, motion quality, and text alignment. Stream-R1 attains consistent improvements on all three dimensions over distillation baselines on standard streaming video generation benchmarks, without architectural modification or additional inference cost.

preprint2022arXiv

Conceptual design and science cases of a juggled interferometer for gravitational wave detection

The Juggled interferometer (JIFO) is an earth-based gravitational wave detector using repeatedly free-falling test masses. With no worries of seismic noise and suspension thermal noise, the JIFO can have much better sensitivity at lower frequencies than the current earth-based gravitational wave detectors. The data readout method of a JIFO could be challenging if one adopts the fringe-locking method. We present a phase reconstruction method in this paper by building up a complex function which has a fringe-independent signal-to-noise ratio. Considering the displacement noise budget of the Einstein Telescope (ET), we show that the juggled test masses significantly improve the sensitivity at 0.1-2.5$\,$Hz even with discontinuous data. The science cases brought with the improved sensitivity would include detecting quasi-normal modes of black holes with $10^4-10^5\,M_{\odot}$, testing Brans-Dicke theory with black-hole and neutron-star inspirals, and detecting primordial-black-hole-related gravitational waves.

preprint2022arXiv

Displacement-noise-free neutron interferometer for gravitational wave detection using a single Mach-Zehnder configuration

The improvement of sensitivity to gravitational waves (GWs) at lower frequencies is still challenging on account of displacement noise. One of the solutions is the neutron displacement-noise-free interferometer (DFI). We focus on a simplification of the detector configuration by taking advantage of the ability to adjust the neutron speed depending on the configuration. The new configuration consists of two beamsplitters and two mirrors, which constitute a single Mach-Zehnder interferometer (MZI). It is simpler than the configuration with two MZIs in previous research. All displacement noise of mirrors and beamsplitters can be canceled in the frequency domain. This cancellation can be explained intuitively using a phasor diagram.

preprint2022arXiv

MDAN: Multi-level Dependent Attention Network for Visual Emotion Analysis

Visual Emotion Analysis (VEA) is attracting increasing attention. One of the biggest challenges of VEA is to bridge the affective gap between visual clues in a picture and the emotion expressed by the picture. As the granularity of emotions increases, the affective gap increases as well. Existing deep approaches try to bridge the gap by directly learning discrimination among emotions globally in one shot without considering the hierarchical relationship among emotions at different affective levels and the affective level of emotions to be classified. In this paper, we present the Multi-level Dependent Attention Network (MDAN) with two branches, to leverage the emotion hierarchy and the correlation between different affective levels and semantic levels. The bottom-up branch directly learns emotions at the highest affective level and strictly follows the emotion hierarchy while predicting emotions at lower affective levels. In contrast, the top-down branch attempt to disentangle the affective gap by one-to-one mapping between semantic levels and affective levels, namely, Affective Semantic Mapping. At each semantic level, a local classifier learns discrimination among emotions at the corresponding affective level. Finally, We integrate global learning and local learning into a unified deep framework and optimize the network simultaneously. Moreover, to properly extract and leverage channel dependencies and spatial attention while disentangling the affective gap, we carefully designed two attention modules: the Multi-head Cross Channel Attention module and the Level-dependent Class Activation Map module. Finally, the proposed deep framework obtains new state-of-the-art performance on six VEA benchmarks, where it outperforms existing state-of-the-art methods by a large margin, e.g., +3.85% on the WEBEmo dataset at 25 classes classification accuracy.

preprint2022arXiv

Neutron displacement noise-free interferometer for gravitational-wave detection

An interferometer design that cancels all displacement noises of its test masses and maintains a gravitational-wave (GW) signal by combining multiple detector signals is called a displacement noise-free interferometer (DFI). The idea has been considered previously for a laser interferometer. However, a limitation of a laser DFI is that its sensitive frequency band is too high for astrophysical GW sources, $\sim 10^5\,{\rm Hz}$ even for a kilometer-sized interferometer. To circumvent this limitation, in this paper, we propose a neutron DFI, in which neutrons are used instead of light. Since neutrons have velocities much lower than the speed of light, the sensitive frequency band of a neutron DFI can be lowered down to $\sim 10^{-1}\,{\rm Hz}$. Therefore, a neutron DFI can be utilized for detecting GWs that are inaccessible by an ordinary laser interferometer on the ground.

preprint2022arXiv

Prediction of Depression Severity Based on the Prosodic and Semantic Features with Bidirectional LSTM and Time Distributed CNN

Depression is increasingly impacting individuals both physically and psychologically worldwide. It has become a global major public health problem and attracts attention from various research fields. Traditionally, the diagnosis of depression is formulated through semi-structured interviews and supplementary questionnaires, which makes the diagnosis heavily relying on physicians experience and is subject to bias. Mental health monitoring and cloud-based remote diagnosis can be implemented through an automated depression diagnosis system. In this article, we propose an attention-based multimodality speech and text representation for depression prediction. Our model is trained to estimate the depression severity of participants using the Distress Analysis Interview Corpus-Wizard of Oz (DAIC-WOZ) dataset. For the audio modality, we use the collaborative voice analysis repository (COVAREP) features provided by the dataset and employ a Bidirectional Long Short-Term Memory Network (Bi-LSTM) followed by a Time-distributed Convolutional Neural Network (T-CNN). For the text modality, we use global vectors for word representation (GloVe) to perform word embeddings and the embeddings are fed into the Bi-LSTM network. Results show that both audio and text models perform well on the depression severity estimation task, with best sequence level F1 score of 0.9870 and patient-level F1 score of 0.9074 for the audio model over five classes (healthy, mild, moderate, moderately severe, and severe), as well as sequence level F1 score of 0.9709 and patient-level F1 score of 0.9245 for the text model over five classes. Results are similar for the multimodality fused model, with the highest F1 score of 0.9580 on the patient-level depression detection task over five classes. Experiments show statistically significant improvements over previous works.

preprint2022arXiv

Recoil-free azimuthal angle for precision boson-jet correlation

The azimuthal decorrelation between a vector boson and a jet is an essential hard probe in high energy proton-proton and heavy-ion collisions. We overcome intrinsic limitations of previous studies by using a recoil-free axis, achieving unprecedented next-to-next-to-leading logarithmic accuracy with small nonperturbative corrections. This choice of axis also makes the observable robust in the presence of a large background. Furthermore, the azimuthal angle distribution is minimally changed when determined using only charged particle tracks, which offer superior angular resolution for precise measurements. Our effective field theory includes full jet dynamics, and we find contributions from linearly-polarized gluon transverse momentum distributions in the initial and final state.

preprint2022arXiv

Revisit on thermodynamics of BTZ black hole with variable Newton constant

The thermodynamics of the BTZ black holes are revisited with variable Newton constant. A new pair of conjugated variables, the central charge $C$ and the chemical potential $μ$, is introduced as thermodynamic variables. The first law of thermodynamics and the Euler relation, instead of the Smarr relation in the extended phase space formalism, are matched perfectly in this formalism. Compatible with standard extensive thermodynamics, the black hole mass is verified to be a first order homogeneous function of the related extensive variables, and restores the role of internal energy. In addition, the heat capacity has also resulted in a first order homogeneous function in this formalism as we expected, and an asymptotic behavior in high temperature limit is shown intriguingly. The non-negatively of heat capacity indicates that the rotating and charged BTZ black holes are thermodynamically stable.

preprint2021arXiv

Coherence Scaling of Noisy Second-Order Scale-Free Consensus Networks

A striking discovery in the field of network science is that the majority of real networked systems have some universal structural properties. In generally, they are simultaneously sparse, scale-free, small-world, and loopy. In this paper, we investigate the second-order consensus of dynamic networks with such universal structures subject to white noise at vertices. We focus on the network coherence $H_{\rm SO}$ characterized in terms of the $\mathcal{H}_2$-norm of the vertex systems, which measures the mean deviation of vertex states from their average value. We first study numerically the coherence of some representative real-world networks. We find that their coherence $H_{\rm SO}$ scales sublinearly with the vertex number $N$. We then study analytically $H_{\rm SO}$ for a class of iteratively growing networks -- pseudofractal scale-free webs (PSFWs), and obtain an exact solution to $H_{\rm SO}$, which also increases sublinearly in $N$, with an exponent much smaller than 1. To explain the reasons for this sublinear behavior, we finally study $H_{\rm SO}$ for Sierpinśki gaskets, for which $H_{\rm SO}$ grows superlinearly in $N$, with a power exponent much larger than 1. Sierpinśki gaskets have the same number of vertices and edges as the PSFWs, but do not display the scale-free and small-world properties. We thus conclude that the scale-free and small-world, and loopy topologies are jointly responsible for the observed sublinear scaling of $H_{\rm SO}$.

preprint2021arXiv

Ruppeiner Geometry of the RN-AdS Black Hole Using Shadow Formalism

The connection between the shadow radius and the Ruppeiner geometry of a charged static spherically symmetric black hole is investigated. The normalized curvature scalar is adopted, and its close relation to the Van der Waals-like and Hawking-Page phase transition of Reissner-Nordström AdS black hole is studied. The results show that the shadow radius is a useful tool to reveal the correct information of the phase structure and the underlying microstructure of the black hole, which opens a new window to investigate the strong gravity system from the observational point of view.

preprint2020arXiv

A new measure of thermal micro-behavior for the AdS black hole

Inspired by the hypothesis of the black hole molecule, with the help of the Hawking temperature, entropy and the thermodynamics curvature of the black hole, we propose a new measure of the relation between the interaction and the thermal motion of molecules of the AdS black hole as a preliminary and coarse-grained description. The measure enables us to introduce a dimensionless ratio to characterize this relation and show that there is indeed competition between the interaction among black hole molecules and their thermal motion. For the charged AdS black hole, below the critical dimensionless pressure, there are three transitions between the interaction state and the thermal motion state. While above the critical dimensionless pressure, there is only one transition. For the Schwarzschild-AdS black hole and five-dimensional Gauss-Bonnet AdS black hole, there is always a transition between the interaction state and the thermal motion state.

preprint2020arXiv

Carleman estimates for a stochastic degenerate parabolic equation and applications to null controllability and an inverse random source problem

In this paper, we establish two Carleman estimates for a stochastic degenerate parabolic equation. The first one is for the backward stochastic degenerate parabolic equation with singular weight function. Combining this Carleman estimate and an approximate argument, we prove the null controllability of the forward stochastic degenerate parabolic equation with the gradient term. The second one is for the forward stochastic degenerate parabolic equation with regular weighted function, based on which we obtain the Lipschitz stability for an inverse problem of determining a random source depending only on time in the forward stochastic degenerate parabolic equation.

preprint2020arXiv

Early Time Dynamics and the Bulk

Deciphering the origin of collective phenomena in small colliding systems is one of contemporary focuses in heavy-ion physics. It entails penetrating the barrier between two previously separated research topics: thermalization/hydrodynamization and phenomenological studies of collectivity. I first review some recent progress in understanding thermalization/hydrodynamization in large colliding systems, centralized on bottom-up thermalization. Then, using a simple kinetic theory I demonstrate how the investigation of hydrodynamization is intertwined with the study of flow in small colliding systems. Connections of these studies to "hard probes" are also commented where possible.

preprint2020arXiv

Electrostatically tunable axisymmetric vibrations of soft electro-active tubes

Due to their unique electromechanical coupling properties, soft electro-active (SEA) resonators are actively tunable, extremely suitable, and practically important for designing the next-generation acoustic and vibration treatment devices. In this paper, we investigate the electrostatically tunable axisymmetric vibrations of SEA tubes with different geometric sizes. We consider both axisymmetric torsional and longitudinal vibrations for an incompressible SEA cylindrical tube under inhomogeneous biasing fields induced by radial electric voltage and axial pre-stretch. We then employ the state-space method, which combines the state-space formalism in cylindrical coordinates with the approximate laminate technique, to derive the frequency equations for two separate classes of axisymmetric vibration of the tube subjected to appropriate boundary conditions. We perform numerical calculations to validate the convergence and accuracy of the state-space method and to illuminate that the axisymmetric vibration characteristics of SEA tubes may be tuned significantly by adjusting the electromechanical biasing fields as well as altering the tube geometry. The reported results provide a solid guidance for the proper design of tunable resonant devices composed of SEA tubes

preprint2020arXiv

Fine micro-thermal structures for Reissner-Nordström black hole

We solve the condundrum on whether the molecules of the Reissner-Nordström black hole interact through the Ruppeiner thermodynamic geometry, basing our study on the concept of the black hole molecule proposed in [Phys. Rev. Lett. 115 (2015) 111302] and choosing the appropriate extensive variables. Our results show that the Reissner-Nordström black hole is indeed an interaction system that may be dominated by repulsive interaction. More importantly, with the help of a novel quantity, namely the thermal-charge density, we describe the fine micro-thermal structures of the Reissner-Nordström black hole in detail. Three different phases are presented, namely the free, interactive, and balanced phases. The thermal-charge density plays a role similar to the order parameter, and the back hole undergoes a new phase transition between the free phase and interactive phase. The competition between the free phase and interactive phase exists, which leads to extreme behavior of the temperature of the Reissner-Nordström black hole. For the extreme Reissner-Nordström black hole, the entire system is completely in the interactive phase. More importantly, we provide the thermodynamic micro-mechanism for the formation of the naked singularity of the Reissner-Nordström black hole.

preprint2020arXiv

Frame Aggregation and Multi-Modal Fusion Framework for Video-Based Person Recognition

Video-based person recognition is challenging due to persons being blocked and blurred, and the variation of shooting angle. Previous research always focused on person recognition on still images, ignoring similarity and continuity between video frames. To tackle the challenges above, we propose a novel Frame Aggregation and Multi-Modal Fusion (FAMF) framework for video-based person recognition, which aggregates face features and incorporates them with multi-modal information to identify persons in videos. For frame aggregation, we propose a novel trainable layer based on NetVLAD (named AttentionVLAD), which takes arbitrary number of features as input and computes a fixed-length aggregation feature based on feature quality. We show that introducing an attention mechanism to NetVLAD can effectively decrease the impact of low-quality frames. For the multi-model information of videos, we propose a Multi-Layer Multi-Modal Attention (MLMA) module to learn the correlation of multi-modality by adaptively updating Gram matrix. Experimental results on iQIYI-VID-2019 dataset show that our framework outperforms other state-of-the-art methods.

preprint2020arXiv

Null controllability and inverse source problem for stochastic Grushin equation with boundary degeneracy and singularity

In this paper, we consider a null controllability and an inverse source problem for stochastic Grushin equation with boundary degeneracy and singularity. We construct two special weight functions to establish two Carleman estimates for the whole stochastic Grushin operator with singular potential by a weighted identity method. One is for the backward stochastic Grushin equation with singular weight function. We then apply it to prove the null controllability for stochastic Grushin equation for any $T$ and any degeneracy $γ>0$, when our control domain touches the degeneracy line $\{x=0\}$. In order to study the inverse source problem of determining two kinds of sources simultaneously, we prove the other Carleman estimate, which is for the forward stochastic Grushin equation with regular weight function. Based on this Carleman estimate, we obtain the uniqueness of the inverse source problem.

preprint2020arXiv

Ruppeiner thermodynamic geometry for the Schwarzschild-AdS black hole

Due to the non-independence of entropy and thermodynamic volume for spherically symmetric black holes in the AdS spacetime, when applying the Ruppeiner thermodynamic geometry theory to these black holes, we often encounter an unavoidable problem of the singularity about the line element of thermodynamic geometry. In this paper, we propose a basic and natural scheme for dealing with the thermodynamic geometry of spherically symmetric AdS black holes. We point out that enthalpy, not internal energy, is the fundamental thermodynamic characteristic function for the Ruppeiner thermodynamic geometry. Based on this fact, we give the specific forms of the line element of thermodynamic geometry for Schwarzschild AdS (SAdS) black hole in different phase spaces and the results show that the thermodynamic curvatures obtained in different phase spaces are equivalent. It is shown that the thermodynamic curvature is negative which implies that the attractive interaction dominates between black hole molecules for the SAdS black hole. Meanwhile we also give an approximate expression of the thermodynamic curvature of the Schwarzschild black hole which indicates that the black hole is dominated by repulsion on low temperature region and by attraction on high temperature region.

preprint2019arXiv

Flow in AA and pA as an interplay of fluid-like and non-fluid like excitations

To study the microscopic structure of quark-gluon plasma, data from hadronic collisions must be confronted with models that go beyond fluid dynamics. Here, we study a simple kinetic theory model that encompasses fluid dynamics but contains also particle-like excitations in a boost invariant setting with no symmetries in the transverse plane and with large initial momentum asymmetries. We determine the relative weight of fluid dynamical and particle like excitations as a function of system size and energy density by comparing kinetic transport to results from the 0th, 1st and 2nd order gradient expansion of viscous fluid dynamics. We then confront this kinetic theory with data on azimuthal flow coefficients over a wide centrality range in PbPb collisions at the LHC, in AuAu collisions at RHIC, and in pPb collisions at the LHC. Evidence is presented that non-hydrodynamic excitations make the dominant contribution to collective flow signals in pPb collisions at the LHC and contribute significantly to flow in peripheral nucleus-nucleus collisions, while fluid-like excitations dominate collectivity in central nucleus-nucleus collisions at collider energies.

preprint2019arXiv

Resummation of Boson-Jet Correlation at Hadron Colliders

We perform a precise calculation of the transverse momentum ($\vec{q}_T$) distribution of the boson+jet system in boson production events. The boson can be either a photon, $W$, $Z$ or Higgs boson with mass $m_V$, and $\vec{q}_T$ is the sum of the transverse momenta of the boson and the leading jet with magnitude $q_T=|\vec q_T|$. Using renormalization group techniques and soft-collinear effective theory, we resum logarithms $\log(Q/q_T)$ and $\log R$ at next-to-leading logarithmic accuracy including the non-global logarithms, where $Q$ and $R$ are respectively the hard scattering energy and the radius of the jet. Specifically, we investigate two scenarios of $p^J_T \lesssim m_V$ or $p^J_T \gtrsim m_V$ in $Z$+jet events, and we examine the $q_T$ distributions with different jet radii and study the effect of non-global logarithms. In the end we compare our theoretical calculations with Monte Carlo simulations and data from the LHC.

preprint2019arXiv

What attracts to attractors?

Whether, how, and to what extent solutions of Bjorken-expanding systems become insensitive to aspects of their initial conditions is of importance for heavy-ion collisions. Here we study 1+1D and phenomenologically relevant boost-invariant 3+1D systems in which initial conditions approach a universal attractor solution. In Israel-Stewart theory (IS) and kinetic theory where the universal attractor extends to arbitrarily early times, we show that all initial conditions approach the attractor at early times by a power-law while their approach is exponential at late times. In these theories, the physical mechanisms of hydrodynamization operational at late times do not drive the approach to the attractor at early times, and the early-time attractor is reached prior to hydrodynamization. In marked contrast, the attractor in strongly coupled systems is realized concurrent with hydrodynamization. This qualitative difference may offer a basis for discriminating weakly and strongly coupled scenarios of heavy-ion collisions.

preprint2016arXiv

Control of epidemics via social partnership adjustment

Epidemic control is of great importance for human society. Adjusting interacting partners is an effective individualized control strategy. Intuitively, it is done either by shortening the interaction time between susceptible and infected individuals or by increasing the opportunities for contact between susceptible individuals. Here, we provide a comparative study on these two control strategies by establishing an epidemic model with non-uniform stochastic interactions. It seems that the two strategies should be similar, since shortening the interaction time between susceptible and infected individuals somehow increases the chances for contact between susceptible individuals. However, analytical results indicate that the effectiveness of the former strategy sensitively depends on the infectious intensity and the combinations of different interaction rates, whereas the latter one is quite robust and efficient. Simulations are shown in comparison with our analytical predictions. Our work may shed light on the strategic choice of disease control.

preprint2016arXiv

Cost-Efficient Data Backup for Data Center Networks against ε-Time Early Warning Disaster

Data backup in data center networks (DCNs) is critical to minimize the data loss under disaster. This paper considers the cost-efficient data backup for DCNs against a disaster with $\varepsilon$ early warning time. Given geo-distributed DCNs and such a $\varepsilon$-time early warning disaster, we investigate the issue of how to back up the data in DCN nodes under risk to other safe DCN nodes within the $\varepsilon$ early warning time constraint, which is significant because it is an emergency data protection scheme against a predictable disaster and also help DCN operators to build a complete backup scheme, i.e., regular backup and emergency backup. Specifically, an Integer Linear Program (ILP)-based theoretical framework is proposed to identify the optimal selections of backup DCN nodes and data transmission paths, such that the overall data backup cost is minimized. Extensive numerical results are also provided to illustrate the proposed framework for DCN data backup.

preprint2016arXiv

Probing Transverse Momentum Broadening in Heavy Ion Collisions

We study the dijet azimuthal de-correlation in relativistic heavy ion collisions as an important probe of the transverse momentum broadening effects of a high energy jet traversing the quark-gluon plasma. We take into account both the soft gluon radiation in vacuum associated with the Sudakov logarithms and the jet P_T-broadening effects in the QCD medium. We find that the Sudakov effects are dominant at the LHC, while the medium effects can play an important role at RHIC energies. This explains why the LHC experiments have not yet observed sizable P_T-broadening effects in the measurement of dijet azimuthal correlations in heavy ion collisions. Future investigations at RHIC will provide a unique opportunity to study the P_T-broadening effects and help to pin down the underlying mechanism for jet energy loss in a hot and dense medium.

preprint2015arXiv

Compressible forced viscous fluid from product Einstein manifolds

We consider the fluctuation modes around a hypersurface $Σ_c$ in a $(d+2)$-dimensional product Einstein manifold, with $Σ_c$ taken either near the horizon or at some finite cutoff from the horizon. By mapping the equations that governs the lowest nontrivial order of the fluctuation modes into a system of partial differential equations on a flat Newtonian spacetime, a system of compressible, forced viscous fluid is realized. This result generalizes the non bulk/boundary holographic duality constructed by us recently to the case of a different background geometry.

preprint2015arXiv

Flat space compressible fluid as holographic dual of black hole with curved horizon

We consider the fluid dual of $(d+2)$-dimensional vacuum Einstein equation either with or without a cosmological constant. The background solutions admit black hole event horizons and the spatial sections of the horizons are conformally flat. Therefore, a $d$-dimensional flat Euclidean space $\mathbb{E}^d$ is contained in the conformal class of the spatial section of the black hole horizon. A compressible, forced, stationary and viscous fluid system can be constructed on the product (Newtonian) spacetime $\mathbb{R}\times\mathbb{E}^d$ as the lowest order fluctuation modes around such black hole background. This construction provides the first example of holographic duality which is beyond the class of bulk/boundary correspondence.

preprint2015arXiv

Integrating Heterogeneous Information via Flexible Regularization Framework for Recommendation

Recently, there is a surge of social recommendation, which leverages social relations among users to improve recommendation performance. However, in many applications, social relations are absent or very sparse. Meanwhile, the attribute information of users or items may be rich. It is a big challenge to exploit these attribute information for the improvement of recommendation performance. In this paper, we organize objects and relations in recommendation system as a heterogeneous information network, and introduce meta path based similarity measure to evaluate the similarity of users or items. Furthermore, a matrix factorization based dual regularization framework SimMF is proposed to flexibly integrate different types of information through adopting the similarity of users and items as regularization on latent factors of users and items. Extensive experiments not only validate the effectiveness of SimMF but also reveal some interesting findings. We find that attribute information of users and items can significantly improve recommendation accuracy, and their contribution seems more important than that of social relations. The experiments also reveal that different regularization models have obviously different impact on users and items.

preprint2015arXiv

Kinetic theory of a longitudinally expanding system of scalar particles

A simple kinematical argument suggests that the classical approximation may be inadequate to describe the evolution of a system with an anisotropic particle distribution. In order to verify this quantitatively, we study the Boltzmann equation for a longitudinally expanding system of scalar particles interacting with a $ϕ^4$ coupling, that mimics the kinematics of a heavy ion collision at very high energy. We consider only elastic $2\to 2$ scatterings, and we allow the formation of a Bose-Einstein condensate in overpopulated situations by solving the coupled equations for the particle distribution and the particle density in the zero mode. For generic CGC-like initial conditions with a large occupation number and a moderate coupling, the solutions of the full Boltzmann equation do not follow a classical attractor behavior.

preprint2015arXiv

Lattice worldline representation of correlators in a background field

We use a discrete worldline representation in order to study the continuum limit of the one-loop expectation value of dimension two and four local operators in a background field. We illustrate this technique in the case of a scalar field coupled to a non-Abelian background gauge field. The first two coefficients of the expansion in powers of the lattice spacing can be expressed as sums over random walks on a d-dimensional cubic lattice. Using combinatorial identities for the distribution of the areas of closed random walks on a lattice, these coefficients can be turned into simple integrals. Our results are valid for an anisotropic lattice, with arbitrary lattice spacings in each direction.

preprint2015arXiv

Radiative energy loss and radiative p_T-broadening of high-energy partons in QCD matter

I give a self-contained review on radiative p_T-broadening and radiative energy loss of high-energy partons in QCD matter. The typical p_T^2 of high-energy partons receives a double logarithmic correction due to the recoiling effect of medium-induced gluon radiation. Such a double logarithmic term, averaged over the path length of the partons, can be taken as the radiative correction to the jet quenching parameter qhat and hence contributes to radiative energy loss. This has also been confirmed by detailed calculations of energy loss by radiating two gluons.

preprint2015arXiv

The Improved Job Scheduling Algorithm of Hadoop Platform

This paper discussed some job scheduling algorithms for Hadoop platform, and proposed a jobs scheduling optimization algorithm based on Bayes Classification viewing the shortcoming of those algorithms which are used. The proposed algorithm can be summarized as follows. In the scheduling algorithm based on Bayes Classification, the jobs in job queue will be classified into bad job and good job by Bayes Classification, when JobTracker gets task request, it will select a good job from job queue, and select tasks from good job to allocate JobTracker, then the execution result will feedback to the JobTracker. Therefore the scheduling algorithm based on Bayes Classification influence the job classification via learning the result of feedback with the JobTracker will select the most appropriate job to execute on TaskTracker every time. We need to consider the feature usage of job resource and the influence of TaskTracker resource on task execution, the former of which we call it job feature, for instance, the average usage rate of CPU and average usage rate of memory, the latter node feature, such as the usage rate of CPU and the size of idle physical memory, the two are called feature variables. Results show that it has a significant improvement in execution efficiency and stability of job scheduling.

preprint2015arXiv

Thermalization of mini-jets in a quark-gluon plasma

We complete the physical picture for the evolution of a high-energy jet propagating through a weakly-coupled quark-gluon plasma by investigating the thermalization of the soft components of the jet. We argue that the following scenario should hold: the leading particle emits a significant number of mini-jets which promptly evolve via quasi-democratic branchings and thus degrade into a myriad of soft gluons, with energies of the order of the medium temperature T. Via elastic collisions with the medium constituents, these soft gluons relax to local thermal equilibrium with the plasma over a time scale which is considerably shorter than the typical lifetime of the mini-jet. The thermalized gluons form a tail which lags behind the hard components of the jet. We support this scenario, first, via parametric arguments and, next, by studying a simplified kinetic equation, which describes the jet dynamics in longitudinal phase-space. We solve the kinetic equation using both (semi-)analytical and numerical methods. In particular, we obtain the first exact, analytic, solutions to the ultrarelativistic Fokker-Planck equation in one-dimensional phase-space. Our results confirm the physical picture aforementioned and demonstrate the quenching of the jet via multiple branching followed by the thermalization of the soft gluons in the cascades.

preprint2015arXiv

Thermalization of mini-jets in a quark-gluon plasma

We present the complete physical picture for the evolution of a high-energy jet propagating through a weakly-coupled quark-gluon plasma (QGP) by analytical and numerical investigation of thermalization of the soft components of the jet. Our results support the following physical picture: the leading particle emits a significant number of mini-jets which promptly evolve via multiple branching and thus degrade into a myriad of soft gluons, with energies of the order of the medium temperature $T$. Via elastic collisions with the medium constituents, these soft gluons relax to local thermal equilibrium with the plasma over a time scale which is considerably shorter than the typical lifetime of the mini-jet. The thermalized gluons form a tail which lags behind the hard components of the jet. Together with the background QGP, they behave hydrodynamically.

preprint2014arXiv

A globally attractive cycle driven by sequential bifurcations containing ghost effects in a 3-node yeast cell cycle model

Yeast cells produce daughter cells through a DNA replication and mitosis cycle associated with checkpoints and governed by the cell cycle regulatory network. To ensure genome stability and genetic information inheritance, this regulatory network must be dynamically robust against various fluctuations. Here we construct a simplified cell cycle model for a budding yeast to investigate the underlying mechanism that ensures robustness in this process containing sequential tasks (DNA replication and mitosis). We first establish a three-variable model and select a parameter set that qualitatively describes the yeast cell cycle process. Then, through nonlinear dynamic analysis, we demonstrate that the yeast cell cycle process is an excitable system driven by a sequence of saddle-node bifurcations with ghost effects. We further show that the yeast cell cycle trajectory is globally attractive with modularity in both state and parameter space, while the convergent manifold provides a suitable control state for cell cycle checkpoints. These results not only highlight a regulatory mechanism for executing successive cell cycle processes, but also provide a possible strategy for the synthetic network design of sequential-task processes.

preprint2014arXiv

A multi-phenotypic cancer model with cell plasticity

The conventional cancer stem cell (CSC) theory indicates a hierarchy of CSCs and non-stem cancer cells (NSCCs), that is, CSCs can differentiate into NSCCs but not vice versa. However, an alternative paradigm of CSC theory with reversible cell plasticity among cancer cells has received much attention very recently. Here we present a generalized multi-phenotypic cancer model by integrating cell plasticity with the conventional hierarchical structure of cancer cells. We prove that under very weak assumption, the nonlinear dynamics of multi-phenotypic proportions in our model has only one stable steady state and no stable limit cycle. This result theoretically explains the phenotypic equilibrium phenomena reported in various cancer cell lines. Furthermore, according to the transient analysis of our model, it is found that cancer cell plasticity plays an essential role in maintaining the phenotypic diversity in cancer especially during the transient dynamics. Two biological examples with experimental data show that the phenotypic conversions from NCSSs to CSCs greatly contribute to the transient growth of CSCs proportion shortly after the drastic reduction of it. In particular, an interesting overshooting phenomenon of CSCs proportion arises in three-phenotypic example. Our work may pave the way for modeling and analyzing the multi-phenotypic cell population dynamics with cell plasticity.

preprint2014arXiv

Aspiration Dynamics of Multi-player Games in Finite Populations

Studying strategy update rules in the framework of evolutionary game theory, one can differentiate between imitation processes and aspiration-driven dynamics. In the former case, individuals imitate the strategy of a more successful peer. In the latter case, individuals adjust their strategies based on a comparison of their payoffs from the evolutionary game to a value they aspire, called the level of aspiration. Unlike imitation processes of pairwise comparison, aspiration-driven updates do not require additional information about the strategic environment and can thus be interpreted as being more spontaneous. Recent work has mainly focused on understanding how aspiration dynamics alter the evolutionary outcome in structured populations. However, the baseline case for understanding strategy selection is the well-mixed population case, which is still lacking sufficient understanding. We explore how aspiration-driven strategy-update dynamics under imperfect rationality influence the average abundance of a strategy in multi-player evolutionary games with two strategies. We analytically derive a condition under which a strategy is more abundant than the other in the weak selection limiting case. This approach has a long standing history in evolutionary game and is mostly applied for its mathematical approachability. Hence, we also explore strong selection numerically, which shows that our weak selection condition is a robust predictor of the average abundance of a strategy. The condition turns out to differ from that of a wide class of imitation dynamics, as long as the game is not dyadic. Therefore a strategy favored under imitation dynamics can be disfavored under aspiration dynamics. This does not require any population structure thus highlights the intrinsic difference between imitation and aspiration dynamics.

preprint2014arXiv

Cooperation with both synergistic and local interactions can be worse than each alone

Cooperation is ubiquitous ranging from multicellular organisms to human societies. Population structures indicating individuals' limited interaction ranges are crucial to understand this issue. But it is still at large to what extend multiple interactions involving nonlinearity in payoff play a role on cooperation in structured populations. Here we show a rule, which determines the emergence and stabilization of cooperation, under multiple discounted, linear, and synergistic interactions. The rule is validated by simulations in homogenous and heterogenous structured populations. We find that the more neighbors there are the harder for cooperation to evolve for multiple interactions with linearity and discounting. For synergistic scenario, however, distinct from its pairwise counterpart, moderate number of neighbors can be the worst, indicating that synergistic interactions work with strangers but not with neighbors. Our results suggest that the combination of different factors which promotes cooperation alone can be worse than that with every single factor.

preprint2014arXiv

Dynamical Crossover in Soft Colloids below the Overlap Concentration

The dynamics of soft colloids in solutions is characterized by internal collective motion as well as center-of-mass diffusion. Using neutron scattering we demonstrate that the competition between the relaxation processes associated with these two degrees of freedom results in strong dependence of dynamics and structure on colloid concentration, c, even well below the overlap concentration c*. We show that concurrent with increasing inter-particle collisions, substantial structural dehydration and slowing-down of internal dynamics occur before geometrically defined colloidal overlap develops. While previous experiments have shown that the average size of soft colloids changes very little below c*, we find a marked change in both the internal structure and internal dynamics with concentration. The competition between these two relaxation processes gives rise to a new dynamically-defined dilute threshold concentration well below c*.

preprint2014arXiv

Experiment of Diffuse Reflection Laser Ranging to Space Debris and Data Analysis

Space debris has been posing a serious threat to human space activities and is needed to be measured and cataloged. As a new technology of space target surveillance, the measurement accuracy of DRLR (Diffuse Reflection Laser Ranging) is much higher than that of microwave radar and electro-optical measurement. Based on laser ranging data of space debris from DRLR system collected at SHAO (Shanghai Astronomical Observatory) in March-April 2013, the characteristics and precision of the laser ranging data are analyzed and its applications in OD (Orbit Determination) of space debris are discussed in this paper, which is implemented for the first time in China. The experiment indicates that the precision of laser ranging data can reach 39cm-228cm. When the data is sufficient enough (4 arcs of 3 days), the orbit accuracy of space debris can be up to 50m.

preprint2014arXiv

Holographic fluid from nonminimally coupled scalar-tensor theory of gravity

We establish the gravity/fluid correspondence in the nonminimally coupled scalar-tensor theory of gravity. Imposing Petrov-like boundary conditions over the gravitational field, we find that, for a certain class of background metrics, the boundary fluctuations obey the standard Navier-Stokes equation for an incompressible fluid without any external force term in the leading order approximation under the near horizon expansion. That is to say, the scalar field fluctuations does not contribute in the leading order approximation regardless of what kind of boundary condition we impose on it.

preprint2014arXiv

New class of rotating perfect fluid black holes in three dimensional gravity

We obtain a new class of rotating black holes for Einstein theory with perfect fluid source in (2+1) dimensions. We conclude that these black hole solutions only depend on variable angular velocity $m(r)$. Some examples of these black holes are given explicitly. In particular, the unknown static black hole in this special background is obtained. In addition, the general properties including the horizon structure, energy conditions and equation of state, mass and angular momentum are explained in detail.

preprint2014arXiv

Non-renormalizability of the classical statistical approximation

In this paper, we discuss questions related to the renormalizability of the classical statistical approximation, an approximation scheme that has been used recently in several studies of out-of-equilibrium problems in Quantum Field Theory. Although the ultraviolet power counting in this approximation scheme is identical to that of the unapproximated quantum field theory, this approximation is not renormalizable. The leading cause of this non-renormalizability is the breakdown of Weinberg's theorem in this approximation. We also discuss some practical implications of this negative result for simulations that employ this approximation scheme, and we speculate about a possible modification of the classical statistical approximation in order to systematically subtract the leading residual divergences.

preprint2014arXiv

Optimal topology of multi-agent systems with two leaders: a zero-sum game perspective

It is typical to assume that there is no conflict of interest among leaders. Under such assumption, it is known that, for a multi-agent system with two leaders, if the followers' interaction subgraph is undirected and connected, then followers will converge to a convex combination of two leaders' states with linear consensus protocol. In this paper, we introduce the conflict between leaders: by choosing k followers to connect with, every leader attempts all followers converge to himself closer than that of the other. By using graph theory and matrix theory, we formulate this conflict as a standard two-player zero-sum game and give some properties about it. It is noteworthy that the interaction graph here is generated from the conflict between leaders. Interestingly, we find that to find the optimal topology of the system is equivalent to solve a Nash equilibrium. Especially for the case of choosing one connected follower, the necessary and sufficient condition for an interaction graph to be the optimal one is given. Moreover, if followers' interaction graph is a circulant graph or a graph with a center node, then the system's optimal topology is obtained. Simulation examples are provided to validate the effectiveness of the theoretical results.

preprint2014arXiv

Phase behavior under a non-centrosymmetric interaction: shifted charge colloids investigated by Monte Carlo simulation

Using Monte Carlo simulations, we investigate the structural characteristics of an interacting hard sphere system with shifted charge to elucidate the effect of the non-centrosymmetric interaction on its phase behavior. Two different phase transitions are identified for this model system. Upon increasing the volume fraction, an abrupt liquid-to-crystal transition first occurs at a significantly lower volume fraction in comparison to that of the centro-charged system. This is due to the stronger effective inter-particle repulsion caused by the additional charge anisotropy. Moreover, within the crystal state at higher volume fraction, the system further undergoes a continuous disorder-to-order transition with respect to the charge orientation. Detailed analyses in this work disclose the nature of these transitions, and orientation fluctuation may cause non-centrosymmetric unit cells. The dependence of crystal formation and orientational ordering on temperature was also examined. These findings indicate that the non-centrosymmetric interaction in this work results in additional freedoms to fine-tune the phase diagram and increase the functionalities of materials. Moreover, these model studies are essential to advance our future understanding regarding the fundamental physiochemical properties of novel Janus colloidal particles and protein crystallization conditions.

preprint2014arXiv

Properties of the Boltzmann equation in the classical approximation

We study the Boltzmann equation with elastic point-like scalar interactions in two different versions of the the classical approximation. Although solving numerically the Boltzmann equation with the unapproximated collision term poses no problem, this allows one to study the effect of the ultraviolet cutoff in these approximations. This cutoff dependence in the classical approximations of the Boltzmann equation is closely related to the non-renormalizability of the classical statistical approximation of the underlying quantum field theory. The kinetic theory setup that we consider here allows one to study in a much simpler way the dependence on the ultraviolet cutoff, since one has also access to the non-approximated result for comparison.

preprint2014arXiv

Quark production, Bose-Einstein condensates and thermalization of the quark-gluon plasma

In this paper, we study the thermalization of gluons and N_f flavors of massless quarks and antiquarks in a spatially homogeneous system. First, two coupled transport equations for gluons and quarks (and antiquarks) are derived within the diffusion approximation of the Boltzmann equation, with only 2<-> 2 processes included in the collision term. Then, these transport equations are solved numerically in order to study the thermalization of the quark-gluon plasma. At initial time, we assume that no quarks or antiquarks are present and we choose the gluon distribution in the form f = f_0 theta (1-p/Q_s) with Q_s the saturation momentum and f_0 a constant. The subsequent evolution of systems may, or may not, lead to the formation of a (transient) Bose condensate, depending on the value of f_0. In fact, we observe, depending on the value of f_0, three different patterns: (a) thermalization without gluon Bose-Einstein condensate (BEC) for f_0 < f_{0t}, (b) thermalization with transient BEC for f_{0t} < f_0 < f_{0c}, and (c) thermalization with BEC for f_{0c} < f_0. The values of f_{0t} and f_{0c} depend on N_f. When f_0> 1 > f_{0c}, the onset of BEC occurs at a finite time t_c ~ 1/((alpha_s f_0)^2 Q_s). We also find that quark production slows down the thermalization process: the equilibration time for N_f = 3 is typically about 5 to 6 times longer than that for N_f = 0 at the same Q_s.

preprint2014arXiv

Radiative energy loss and radiative p_T-broadening of high-energy partons in QCD matter

We study the connection between radiative energy loss and radiative p_T-broadening of a high-energy quark or gluon passing through QCD matter. The generalized Baier-Dokshitzer-Mueller-Peigne-Schiff-Zakharov (BDMPS-Z) formalism is used to calculate energy loss due to multiple gluon emission. With L the length of the matter and l_0 the size of constituents of the matter we find a double logarithmic correction proportional to ln^2(L/l_0) to parton energy loss due to two-gluon emission. We also show that the radiative energy loss per unit length -dE/dz = alpha_s N_c < p_T^2 >/12 by carrying out a resummation of the double logarithmic terms. Here, the transverse momentum broadening <p_T^2> is obtained by resumming terms proportional to alpha_s ln^2(L/l_0) in Ref. [11]. Our result agrees with that by the renormalization of qhat proposed in Refs. [13,14].

preprint2014arXiv

The Number of Spanning Trees in Apollonian Networks

In this paper we find an exact analytical expression for the number of spanning trees in Apollonian networks. This parameter can be related to significant topological and dynamic properties of the networks, including percolation, epidemic spreading, synchronization, and random walks. As Apollonian networks constitute an interesting family of maximal planar graphs which are simultaneously small-world, scale-free, Euclidean and space filling and highly clustered, the study of their spanning trees is of particular relevance. Our results allow also the calculation of the spanning tree entropy of Apollonian networks, which then we compare with those of other graphs with the same average degree.

preprint2014arXiv

When do microscopic assumptions determine the outcome in evolutionary game dynamics?

The modelling of evolutionary game dynamics in finite populations requires microscopic processes that determine how strategies spread. The exact details of these processes are often chosen without much further consideration. Different types of microscopic models, including in particular fitness-based selection rules and imitation-based dynamics, are often used as if they were interchangeable. We challenge this view and investigate how robust these choices on the micro-level really are. Focusing on a key macroscopic observable, the probability for a single mutant to take over a population of wild-type individuals, we show that there is a unique pair of a fitness-based process and an imitation process leading to identical outcomes for arbitrary games and for all intensities of selection. This highlights the perils of making arbitrary choices at the micro-level without regard of the consequences at the macro-level.

preprint2014arXiv

Zero-determinant alliances in multiplayer social dilemmas

Direct reciprocity and conditional cooperation are important mechanisms to prevent free riding in social dilemmas. But in large groups these mechanisms may become ineffective, because they require single individuals to have a substantial influence on their peers. However, the recent discovery of the powerful class of zero-determinant strategies in the iterated prisoner's dilemma suggests that we may have underestimated the degree of control that a single player can exert. Here, we develop a theory for zero-determinant strategies for multiplayer social dilemmas, with any number of involved players. We distinguish several particularly interesting subclasses of strategies: fair strategies ensure that the own payoff matches the average payoff of the group; extortionate strategies allow a player to perform above average; and generous strategies let a player perform below average. We use this theory to explore how individuals can enhance their strategic options by forming alliances. The effects of an alliance depend on the size of the alliance, the type of the social dilemma, and on the strategy of the allies: fair alliances reduce the inequality within their group; extortionate alliances outperform the remaining group members; but generous alliances increase welfare. Our results highlight the critical interplay of individual control and alliance formation to succeed in large groups.

preprint2013arXiv

Controlling the efficiency of trapping in treelike fractals

Efficiently controlling the trapping process, especially the trapping efficiency, is central in the study of trap problem in complex systems, since it is a fundamental mechanism for diverse other dynamic processes. Thus, it is of theoretical and practical significance to study the control technique for trapping problem. In this paper, we study the trapping problem in a family of proposed directed fractals with a deep trap at a central node. The directed fractals are a generalization of previous undirected fractals by introducing the directed edge weights dominated by a parameter. We characterize all the eigenvalues and their degeneracies for an associated matrix governing the trapping process. The eigenvalues are provided through an exact recursive relation deduced from the self-similar structure of the fractals. We also obtain the expressions for the smallest eigenvalue and the mean first-passage time (MFPT) as a measure of trapping efficiency, which is the expected time for the walker to first visit the trap. The MFPT is evaluated according to the proved fact that it is approximately equal to reciprocal of the smallest eigenvalue. We show that the MFPT is controlled by the weight parameter, by modifying which, the MFPT can scale superlinealy, linearly, or sublinearly with the system size. Thus, this work paves a way to delicately controlling the trapping process in the fractals.

preprint2013arXiv

Eigenvalues of normalized Laplacian matrices of fractal trees and dendrimers: Analytical results and applications

The eigenvalues of the normalized Laplacian matrix of a network plays an important role in its structural and dynamical aspects associated with the network. In this paper, we study the spectra and their applications of normalized Laplacian matrices of a family of fractal trees and dendrimers modeled by Cayley trees, both of which are built in an iterative way. For the fractal trees, we apply the spectral decimation approach to determine analytically all the eigenvalues and their corresponding multiplicities, with the eigenvalues provided by a recursive relation governing the eigenvalues of networks at two successive generations. For Cayley trees, we show that all their eigenvalues can be obtained by computing the roots of several small-degree polynomials defined recursively. By using the relation between normalized Laplacian spectra and eigentime identity, we derive the explicit solution to the eigentime identity for random walks on the two treelike networks, the leading scalings of which follow quite different behaviors. In addition, we corroborate the obtained eigenvalues and their degeneracies through the link between them and the number of spanning trees.

preprint2013arXiv

Gravity-mediated holography in fluid dynamics

For any spherically symmetric black hole spacetime with an ideal fluid source, we establish a dual fluid system on a hypersurface near the black hole horizon. The dual fluid is incompressible and obeys Navier-Stokes equation subject to some external force. The force term in the fluid equation consists in two parts, one comes from the curvature of the hypersurface, the other comes from the stress-energy of the bulk fluid.

preprint2013arXiv

HeteSim: A General Framework for Relevance Measure in Heterogeneous Networks

Similarity search is an important function in many applications, which usually focuses on measuring the similarity between objects with the same type. However, in many scenarios, we need to measure the relatedness between objects with different types. With the surge of study on heterogeneous networks, the relevance measure on objects with different types becomes increasingly important. In this paper, we study the relevance search problem in heterogeneous networks, where the task is to measure the relatedness of heterogeneous objects (including objects with the same type or different types). A novel measure HeteSim is proposed, which has the following attributes: (1) a uniform measure: it can measure the relatedness of objects with the same or different types in a uniform framework; (2) a path-constrained measure: the relatedness of object pairs are defined based on the search path that connect two objects through following a sequence of node types; (3) a semi-metric measure: HeteSim has some good properties (e.g., self-maximum and symmetric), that are crucial to many data mining tasks. Moreover, we analyze the computation characteristics of HeteSim and propose the corresponding quick computation strategies. Empirical studies show that HeteSim can effectively and efficiently evaluate the relatedness of heterogeneous objects.

preprint2013arXiv

On holographic thermalization and gravitational collapse of tachyonic scalar fields

In this paper we study the thermalization of a spatially homogeneous system in a strongly coupled CFT. The non-equilibrium initial state is created by switching on a relevant perturbation in the CFT vacuum during Delta t >= t >= -Delta t. Via AdS/CFT, the thermalization process corresponds to the gravitational collapse of a tachyonic scalar field (m^2 = -3) in the Poincare patch of AdS_5. In the limit Delta t < 0.02/T, the thermalization time t_T is found to be quantitatively the same as that of a non-equilibrium state created by a marginal perturbation discussed in Ref. [5]. In the case Delta t >= 1/T, we also obtain double-collapse solutions but with a non-equilibrium intermediate state at t = 0. In all the cases our results show that the system thermalizes in a typical time t_T ~ O(1)/T. Besides, a conserved energy-moment current in the bulk is found, which helps understand the qualitative difference of the collapse process in the Poincare patch from that in global AdS[9, 10].

preprint2013arXiv

Radiative pT-broadening of high-energy quarks and gluons in QCD matter

We study radiative $p_{\perp}$-broadening of high energy quarks passing through hot and cold QCD matter. With $L$ the length of the matter and $l_{0}$ the size of constituents of the matter we find $\avg{p_{\perp}^{2}}$ has both double logarithmic terms, $\ln^{2}(L/l_{0})$, and single logarithmic terms, $\ln(L/l_{0})$, coming from gluon radiation induced by the matter. We use a (slight) extension of a formalism developed by B. Zakharov for studying energy loss, a formalism which, for much of our calculation, reduces to a simple dipole scattering analysis. We estimate the radiative contribution to be a sizable correction to the nonradiative value of $\avg{p_{\perp}^{2}}$. We also carry out a resummation of the double logarithmic terms that we find, and we briefly discuss running coupling effects which appear here in a rather unusual way.

preprint2012arXiv

Cold Electroweak Baryogenesis in the Two Higgs-Doublet Model

We perform the first investigation of cold electroweak baryogenesis in the two Higgs-doublet model (2HDM). The electroweak symmetry breaking transition is assumed to occur through a spinodal instability from a super-cooled initial state. We consider the creation of net Chern-Simons number, which through the axial anomaly is equivalent to baryon number. CP-violation is explicit in the scalar potential, but only in combination with P-violation is it possible for an asymmetry to be generated. This is introduced through the leading C- and P-breaking, but CP-invariant, term expected to arise upon integrating out the fermions in the theory. We perform real-time lattice simulations of the transition, and find the coefficient of this term required for successful bayogenesis.

preprint2012arXiv

Counting spanning trees in a small-world Farey graph

The problem of spanning trees is closely related to various interesting problems in the area of statistical physics, but determining the number of spanning trees in general networks is computationally intractable. In this paper, we perform a study on the enumeration of spanning trees in a specific small-world network with an exponential distribution of vertex degrees, which is called a Farey graph since it is associated with the famous Farey sequence. According to the particular network structure, we provide some recursive relations governing the Laplacian characteristic polynomials of a Farey graph and its subgraphs. Then, making use of these relations obtained here, we derive the exact number of spanning trees in the Farey graph, as well as an approximate numerical solution for the asymptotic growth constant characterizing the network. Finally, we compare our results with those of different types of networks previously investigated.

preprint2012arXiv

Imaging the indirect dissociation dynamics of temporary negative ion: N2O- -> N2 + O-

We reported an imaging study of the dissociation dynamics of temporary negative ion N2O- formed in the low-energy electron attachment, e- + N2O -> N2O- -> N2 + O-. With the help of ab initio molecular dynamics calculations, the evolution of momentum distributions of the O- fragment in terms of the electron attachment energy is identified as the result of a competition between two distinctly different indirect pathways, namely, climbing over and bypassing the energy ridge after the molecular structure bending. These two pathways prefer leaving the N2 fragment at the high vibrational and rotational states, respectively.

preprint2012arXiv

On holographic thermalization and gravitational collapse of massless scalar fields

In this paper we study thermalization in a strongly coupled system via AdS/CFT. Initially, the energy is injected into the system by turning on a spatially homogenous scalar source coupled to a marginal composite operator. The thermalization process is studied by numerically solving Einstein's equations coupled to a massless scalar field in the Poincare patch of AdS_5. We define a thermalization time t_T on the AdS side, which has an interpretation in terms of a spacelike Wilson loop <W(l =1/T)> in CFT. Here T is the thermal equilibrium temperature. We study both cases with the source turned on in short(Delta t <= 1/T) and long(Delta t >= 1/T) durations. In the former case, the thermalization time t_T = g_t/T <= 1/T and the coefficient g_t = 0.73 in the limit Delta t <= 0.02/T. In the latter case, we find double- and multiple-collapse solutions, which may be interpreted as the gravity duals of two- or multi-stage thermalization in CFT. In all the cases our results indicate that such a strongly coupled system thermalizes in a typical time scale t_T=O(1)/T.

preprint2012arXiv

On using Cold Baryogenesis to constrain the Two-Higgs Doublet Model

We consider the creation of the cosmological baryon asymmetry in the Two Higgs Doublet Model. We imagine a situation where the masses of the five Higgs particles and the two Higgs vevs are constrained by collider experiments, and demonstrate how the requirement of successful baryogenesis can be used to further constrain the remaining 4-dimensional parameter space of the model. We numerically compute the asymmetry within the scenario of Cold Electroweak Baryogenesis, which is particularly straightforward to simulate reliably.

preprint2012arXiv

Trapping in dendrimers and regular hyperbranched polymers

Dendrimers and regular hyperbranched polymers are two classic families of macromolecules, which can be modeled by Cayley trees and Vicsek fractals, respectively. In this paper, we study the trapping problem in Cayley trees and Vicsek fractals with different underlying geometries, focusing on a particular case with a perfect trap located at the central node. For both networks, we derive the exact analytic formulas in terms of the network size for the average trapping time (ATT)---the average of node-to-trap mean first-passage time over the whole networks. The obtained closed-form solutions show that for both Cayley trees and Vicsek fractals, the ATT display quite different scalings with various system sizes, which implies that the underlying structure plays a key role on the efficiency of trapping in polymer networks. Moreover, the dissimilar scalings of ATT may allow to differentiate readily between dendrimers and hyperbranched polymers.

preprint2011arXiv

Complete spectrum of stochastic master equation for random walks on treelike fractals

We study random walks on a family of treelike regular fractals with a trap fixed on a central node. We obtain all the eigenvalues and their corresponding multiplicities for the associated stochastic master equation, with the eigenvalues being provided through an explicit recursive relation. We also evaluate the smallest eigenvalue and show that its reciprocal is approximately equal to the mean trapping time. We expect that our technique can also be adapted to other regular fractals with treelike structures.

preprint2011arXiv

Counting spanning trees in self-similar networks by evaluating determinants

Spanning trees are relevant to various aspects of networks. Generally, the number of spanning trees in a network can be obtained by computing a related determinant of the Laplacian matrix of the network. However, for a large generic network, evaluating the relevant determinant is computationally intractable. In this paper, we develop a fairly generic technique for computing determinants corresponding to self-similar networks, thereby providing a method to determine the numbers of spanning trees in networks exhibiting self-similarity. We describe the computation process with a family of networks, called $(x,y)$-flowers, which display rich behavior as observed in a large variety of real systems. The enumeration of spanning trees is based on the relationship between the determinants of submatrices of the Laplacian matrix corresponding to the $(x,y)$-flowers at different generations and is devoid of the direct laborious computation of determinants. Using the proposed method, we derive analytically the exact number of spanning trees in the $(x,y)$-flowers, on the basis of which we also obtain the entropies of the spanning trees in these networks. Moreover, to illustrate the universality of our technique, we apply it to some other self-similar networks with distinct degree distributions, and obtain explicit solutions to the numbers of spanning trees and their entropies. Finally, we compare our results for networks with the same average degree but different structural properties, such as degree distribution and fractal dimension, and uncover the effect of these topological features on the number of spanning trees.

preprint2011arXiv

Evolution of cooperation in multilevel public goods games with community structures

In a community-structured population, public goods games (PGG) occur both within and between communities. Such type of PGG is referred as multilevel public goods games (MPGG). We propose a minimalist evolutionary model of the MPGG and analytically study the evolution of cooperation. We demonstrate that in the case of sufficiently large community size and community number, if the imitation strength within community is weak, i.e., an individual imitates another one in the same community almost randomly, cooperation as well as punishment are more abundant than defection in the long run; if the imitation strength between communities is strong, i.e., the more successful strategy in two individuals from distinct communities is always imitated, cooperation and punishment are also more abundant. However, when both of the two imitation intensities are strong, defection becomes the most abundant strategy in the population. Our model provides insight into the investigation of the large-scale cooperation in public social dilemma among contemporary communities.

preprint2011arXiv

Generating Loop Invariants by Computing Vanishing Ideals of Sample Points

Loop invariants play a very important role in proving correctness of programs. In this paper, we address the problem of generating invariants of polynomial loop programs. We present a new approach, for generating polynomial equation invariants of polynomial loop programs through computing vanishing ideals of sample points. We apply rational function interpolation, based on early termination technique, to generate invariants of loop programs with symbolic initial values. Our approach avoids first-order quantifier elimination and cylindrical algebraic decomposition(CAD). An algorithm for generating polynomial invariants is proposed and some examples are given to illustrate the algorithm. Furthermore, we demonstrate on a set of loop programs with symbolic initial values that our algorithm can yield polynomial invariants with degrees high up to 15.

preprint2011arXiv

On p_T-broadening of high energy partons associated with the LPM effect in a finite-volume QCD medium

We study the contributions from radiation to $p_{\perp}$-broadening of a high energy parton traversing a QCD medium with a finite length $L$. The interaction between the parton and the medium is described by decorrelated static multiple scattering. Amplitudes of medium-induced gluon emission and parton self-energy diagrams are evaluated in the soft gluon limit in the BDMPS formalism. We find both the double-logarithmic correction from incoherent scattering, which is parametrically the same as that in single scattering, and the logarithmic correction from the LPM effect. Therefore, we expect a parametrically large correction from radiation to the medium-induced $p_\perp$-broadening in perturbative QCD.

preprint2011arXiv

Renner-Teller Effect on Dissociative Electron Attachments to Carbon Dioxide

Stereo-dynamics of dissociative electron attachments to CO_2 is investigated by the O^- anion velocity imaging experiments combined with the R-matrix calculations. ^2Π_g as a Feshbach resonant state of CO_2^- is confirmed to play roles in the dissociations around 8.0 eV. We find that the dynamic evolutions of the Renner-Teller effect lead to the dramatically different anisotropic O^- momentum distributions.

preprint2011arXiv

Shock wave collisions in AdS5: approximate numerical solutions

We numerically study the evolution of a boost-invariant N=4 SYM medium using AdS/CFT. We consider a toy model for the collision of gravitational shock waves, finding that the energy density first increases, reaches a maximum and then starts to decrease, matching hydrodynamics for late times. For the initial conditions we consider, the hydrodynamic scale governing the late time behaviour is to very good approximation determined by the area of the black hole horizon at initial times. Our results provide a toy model for the early time evolution of the bulk system in heavy-ion collisions at RHIC and the LHC.

preprint2010arXiv

A Novel VLSI Architecture of Fixed-complexity Sphere Decoder

Fixed-complexity Sphere Decoder (FSD) is a recently proposed technique for Multiple-Input Multiple-Output (MIMO) detection. It has several outstanding features such as constant throughput and large potential parallelism, which makes it suitable for efficient VLSI implementation. However, to our best knowledge, no VLSI implementation of FSD has been reported in the literature, although some FPGA prototypes of FSD with pipeline architecture have been developed. These solutions achieve very high throughput but at very high cost of hardware resources, making them impractical in real applications. In this paper, we present a novel four-nodes-per-cycle parallel architecture of FSD, with a breadth-first processing that allows for short critical path. The implementation achieves a throughput of 213.3 Mbps at 400 MHz clock frequency, at a cost of 0.18 mm2 Silicon area on 0.13μm CMOS technology. The proposed solution is much more economical compared with the existing FPGA implementations, and very suitable for practicl applications because of its balanced performance and hardware-complexity; moreover it has the flexibility to be expanded into an eight-nodes-per-cycle version in order to double the throughput.

preprint2010arXiv

Determining global mean-first-passage time of random walks on Vicsek fractals using eigenvalues of Laplacian matrices

The family of Vicsek fractals is one of the most important and frequently-studied regular fractal classes, and it is of considerable interest to understand the dynamical processes on this treelike fractal family. In this paper, we investigate discrete random walks on the Vicsek fractals, with the aim to obtain the exact solutions to the global mean first-passage time (GMFPT), defined as the average of first-passage time (FPT) between two nodes over the whole family of fractals. Based on the known connections between FPTs, effective resistance, and the eigenvalues of graph Laplacian, we determine implicitly the GMFPT of the Vicsek fractals, which is corroborated by numerical results. The obtained closed-form solution shows that the GMFPT approximately grows as a power-law function with system size (number of all nodes), with the exponent lies between 1 and 2. We then provide both the upper bound and lower bound for GMFPT of general trees, and show that leading behavior of the upper bound is the square of system size and the dominating scaling of the lower bound varies linearly with system size. We also show that the upper bound can be achieved in linear chains and the lower bound can be reached in star graphs. This study provides a comprehensive understanding of random walks on the Vicsek fractals and general treelike networks.

preprint2010arXiv

Determining mean first-passage time on a class of treelike regular fractals

Relatively general techniques for computing mean first-passage time (MFPT) of random walks on networks with a specific property are very useful, since a universal method for calculating MFPT on general graphs is not available because of their complexity and diversity. In this paper, we present techniques for explicitly determining the partial mean first-passage time (PMFPT), i.e., the average of MFPTs to a given target averaged over all possible starting positions, and the entire mean first-passage time (EMFPT), which is the average of MFPTs over all pairs of nodes on regular treelike fractals. We describe the processes with a family of regular fractals with treelike structure. The proposed fractals include the $T$ fractal and the Peano basin fractal as their special cases. We provide a formula for MFPT between two directly connected nodes in general trees on the basis of which we derive an exact expression for PMFPT to the central node in the fractals. Moreover, we give a technique for calculating EMFPT, which is based on the relationship between characteristic polynomials of the fractals at different generations and avoids the computation of eigenvalues of the characteristic polynomials. Making use of the proposed methods, we obtain analytically the closed-form solutions to PMFPT and EMFPT on the fractals and show how they scale with the number of nodes. In addition, to exhibit the generality of our methods, we also apply them to the Vicsek fractals and the iterative scale-free fractal tree and recover the results previously obtained.

preprint2010arXiv

Enumeration of spanning trees in a pseudofractal scale-free web

Spanning trees are an important quantity characterizing the reliability of a network, however, explicitly determining the number of spanning trees in networks is a theoretical challenge. In this paper, we study the number of spanning trees in a small-world scale-free network and obtain the exact expressions. We find that the entropy of spanning trees in the studied network is less than 1, which is in sharp contrast to previous result for the regular lattice with the same average degree, the entropy of which is higher than 1. Thus, the number of spanning trees in the scale-free network is much less than that of the corresponding regular lattice. We present that this difference lies in disparate structure of the two networks. Since scale-free networks are more robust than regular networks under random attack, our result can lead to the counterintuitive conclusion that a network with more spanning trees may be relatively unreliable.

preprint2010arXiv

Looking inside neutron stars: Microscopic calculations confront observations

While QCD appears not to be accurately solvable in the regime of interest for neutron star physics, microscopic calculations are feasible at both low and very high densities. In this work, we propose using the most realistic calculations in these two regimes of nuclear physics and perturbative QCD, and construct equations of state by matching the results requiring thermodynamic consistency. We find that the resulting equations of state --- in contrast to several hadronic ones --- are able to reproduce current observational data on neutron stars without any fine tuning, and allow stable hybrid stars with masses up to 2.1M_{sun}. Using recent observations of star radii, we perform a maximum likelihood analysis to further constrain the equation of state, and in addition show that the effects of rotation on radii and masses should not be neglected in future precision studies.

preprint2010arXiv

On heavy-quarkonia suppression by final-state multiple scatterings in most central Au+Au collisions at RHIC

We study heavy-quarkonia suppression under final-state multiple scatterings in most central Au~+~Au collisions at RHIC energy. We first calculate the survival probability of a heavy quarkonium under multiple scattering in Bjorken's expanding QGP at large $N_c$. Then, we calculate the rapidity dependence of the nuclear modification factor $R_{AA}$ for heavy-quarkonia production by considering final-state multiple scatterings in most central Au~+~Au collisions in a simplified model. In our formula a constant $P_0$ is also introduced to estimate the possible cold nuclear effects. By fitting the data for $J/Ψ$ production in most central Au + Au collisions at $\sqrt{s_{NN}}=200$~GeV at RHIC, we find that the transportation coefficient $\hat{q}_0\simeq(0.33-0.95)~\mbox{GeV}^2$/fm, and, accordingly, the energy density at $τ_0$ is $ε_0\simeq(1.39-5.62)~\mbox{GeV}/\mbox{fm}^3$ in perturbative thermal QCD. A better understanding of cold nuclear effects is essential for us to get a more accurate analysis. The small values of the transportation coefficient $\hat{q}_0$ in our estimate are in sharp contrast with those obtained by the analysis of high-$p_T$ hadron spectra in Ref. [31].

preprint2010arXiv

Universality of weak selection

Weak selection, which means a phenotype is slightly advantageous over another, is an important limiting case in evolutionary biology. Recently it has been introduced into evolutionary game theory. In evolutionary game dynamics, the probability to be imitated or to reproduce depends on the performance in a game. The influence of the game on the stochastic dynamics in finite populations is governed by the intensity of selection. In many models of both unstructured and structured populations, a key assumption allowing analytical calculations is weak selection, which means that all individuals perform approximately equally well. In the weak selection limit many different microscopic evolutionary models have the same or similar properties. How universal is weak selection for those microscopic evolutionary processes? We answer this question by investigating the fixation probability and the average fixation time not only up to linear, but also up to higher orders in selection intensity. We find universal higher order expansions, which allow a rescaling of the selection intensity. With this, we can identify specific models which violate (linear) weak selection results, such as the one--third rule of coordination games in finite but large populations.

preprint2009arXiv

On multiple scatterings of mesons in hot and cold QCD matter

We study the propagation of a color singlet q\bar{q} pair undergoing multiple scatterings in hot and cold QCD matter. The interaction of the dipole with the nucleus or plasma is described with the McLerran-Venugopalan and Gyulassy-Wang models respectively. We find identical results when expressed in terms of the saturation momentum of either the nucleus or the plasma. We compare two kinds of multiple scatterings, elastic and inelastic with respect to the target. When allowing the target to scatter inelastically, the difference with the elastic case is suppressed by a 1/N^2_c factor. We also discuss some implications of our results in the following situations: the survival probability of quarkonia in a hot medium, the production of high-p_T heavy mesons in nucleus-nucleus collisions, and the production of vector mesons in deep inelastic scattering off nuclei.

preprint2009arXiv

Wetting gradient induced separation of emulsions: A combined experimental and lattice Boltzmann computer simulation study

Guided motion of emulsions is studied via combined experimental and theoretical investigations. The focus of the work is on basic issues related to driving forces generated via a step-wise (abrupt) change in wetting properties of the substrate along a given spatial direction. Experiments on binary emulsions unambiguously show that selective wettability of the one of the fluid components (water in our experiments) with respect to the two different parts of the substrate is sufficient in order to drive the separation process. These studies are accompanied by approximate analytic arguments as well as lattice Boltzmann computer simulations, focusing on effects of a wetting gradient on internal droplet dynamics as well as its relative strength compared to volumetric forces driving the fluid flow. These theoretical investigations show qualitatively different dependence of wetting gradient induced forces on contact angle and liquid volume in the case of an open substrate as opposed to a planar channel. In particular, for the parameter range of our experiments, slit geometry is found to give rise to considerably higher separation forces as compared to open substrate.

preprint2005arXiv

Baryonium with a phenomenological skyrmion-type potential

In this paper, we investigate the nucleon-antinucleon static energies in the Skyrme model with the product {\it Anzatz}. The calculation shows that in the ungroomed $S\bar S$ (skyrmion and antiskyrmion) channel, which leads to rapid annihilation, there exists a quasi-stable bound state which may give a natural explanation for the near-threshold enhancement in the proton-antiproton $(p\bar{p})$ mass spectrum reported by the BES Collaboration and the Belle Collaboration. Similar to the phenomenological well potential of the deuteron, we construct a phenomenological skyrmion-type potential to study this narrow $p\bar{p}$-resonance in $ J/ψ\to γp\bar{p}$. By this potential model, a $p\bar{p}$ baryonium with small binding energies is suggested and the decay width of this state is calculated by WKB approximation. In this picture the decay is attributed to quantum tunnelling and $p\bar{p}$ annihilation. Prediction on the decay mode from the baryonium annihilation at rest is also pointed out.