arXiv ScienceSearch

arXiv subjects

Jayanta Dey

Publications and source records attributed to Jayanta Dey.

At least 19 recordsLinked to original sources

Renormalized Polyakov loop in accelerated gluodynamics

In this paper we investigate accelerated gluodynamics for a broad intervals of temperature and acceleration. Our study is carried out within lattice simulation in the co-moving reference frame parameterized by the Rindler coordinates. We developed the renormalization prescription that allowed us to calculate renormalized Polyakov loop as a function of coordinate in the Rindler spacetime. Using the data for the renormalized local Polyakov loop, we calculated spatial dependence of the static quark free energy and effective mass of static quark. Besides the Rindler coordinates, it is believed that accelerated gluodynamics can be approximated utilizing non-accelerated gluodynamics with a properly adjusted temperature gradient in accordance with the Tolman-Ehrenfest law. We compared these approaches for the observables under study. It was found that they agree quite well close to the critical temperature and demonstrate disagreement at higher temperatures. We believe that this disagreement might be attributed to the Tolman-Ehrenfest law corrections which appear in the Rindler gluodynamics.

hep-lat

SHARP: Sleep-based Hierarchical Accelerated Replay for Long Range Non-Stationary Temporal Pattern Recognition

Learning long-range non-stationary temporal patterns remains a core challenge for modern sequence models, particularly in strict streaming settings. In these settings, data arrive sequentially and must be processed in a single pass without simultaneously revisiting past observations. Standard architectures, including recurrent neural networks and transformers, are constrained by either truncated backpropagation through time horizon or explicit input window length for long range credit assignment. To address these limitations, we propose SHARP (Sleep-based Hierarchical Accelerated Replay), a framework that decomposes temporal learning into two complementary components: a memory module that accumulates a structured history of past inputs, and a pattern-recognition module that operates over this memory. This separation enables resource- and compute-efficient adaptation to non-stationary dynamics by eliminating the need for backpropagation through time across many steps for long-range credit assignment. Inspired by the accelerated replay observed in rodents during slow-wave sleep, SHARP incorporates offline (sleep) phases in which temporally structured memory traces are replayed in an accelerated form and integrated into higher-level memory representations, improving long-range context retention. Through controlled simulations and ablation studies, we characterize the key properties of the proposed framework. In benchmark datasets such as text8 and PG-19, we demonstrate that SHARP improves over recurrent baselines by retaining next-token predictive performance on previously seen data while continuing to learn from the current stream and generalizing to future unseen data. These gains are enabled by its hierarchical structure, which yields an exponentially increasing effective temporal context with only linear-time computational cost.

cs.AI

Spatial confinement-deconfinement transition in accelerated gluodynamics within lattice simulation

In this work we investigate the influence of weak acceleration on the confinement-deconfinement phase transition in gluodynamics. Our study is carried out within lattice simulation in the comoving reference frame of accelerated observer which is parameterized by the Rindler coordinates. We find that finite temperature confinement-deconfinement phase transition turns into spatial crossover in the Rindler spacetime. In other words, spatially separated confinement and deconfinement phases can coexist in the Rindler spacetime within certain intervals of temperature and acceleration. We determine the position of the boundary between the phases as a function of temperature for several accelerations and find that it can be described by the Tolman-Ehrenfest law with rather good accuracy although a minor deviation takes place. Moreover, the critical temperature of the system in the weak acceleration regime is found to remain unchanged as that of the standard homogeneous gluodynamics. Our results imply that the spatial confinement-deconfinement transition might take place in the vicinity of the Schwarzschild black hole horizon.

hep-lat

Shear Viscosity and Electrical Conductivity of Rotating Nuclear Medium in Hadron Resonance Gas and Nambu-Jona Lasinio Models

Motivated by recent observations of spin polarization and alignment in heavy-ion collisions, we study the impact of rotation on the transport properties of strongly interacting matter within kinetic theory in the relaxation time approximation. Our analysis focuses on the anisotropic shear viscosity--parallel ($η_{\parallel}$), perpendicular ($η_{\perp}$), and Hall ($η_{\times}$)--and electrical conductivity--$σ_{\parallel}$, $σ_{\perp}$, and $σ_{\times}$--induced by the Coriolis force in a rotating medium. We employ two approaches: a combined quark-gluon plasma--hadron resonance gas (QGP--HRG) framework and a two-flavor Nambu--Jona-Lasinio (NJL) model. In the QGP--HRG description, noninteracting HRG (massless partonic) degrees of freedom are used below (above) the transition temperature. In the NJL model, rotation enters through spinorial connections in the Lagrangian, and the constituent quark masses are obtained over the full temperature range. Rotation suppresses the chiral condensate and slightly enhances the transport coefficients for phenomenologically relevant angular velocities. Assuming a temperature-dependent angular velocity consistent with standard cooling, we find that $η_{||,\perp,\times}/s$ and $σ_{\perp,\times}/T$ exhibit a valley-like temperature dependence, with reduced magnitudes compared to the isotropic $η/s$ and $σ/T$ obtained without rotation. At zero net baryon density, rotation generates a sizable nondissipative Hall-like conductivity, unlike the case with magnetic fields where baryon and antibaryon contributions cancel.

nucl-th

Spatially inhomogeneous confinement-deconfinement phase transition in accelerated gluodynamics

This study explores confinement-deconfinement transition properties of SU($3$) Yang--Mills theory under weak accelerations at finite temperatures, using first-principles lattice simulations. The system is formulated in the Rindler spacetime, and the properties are studied from the perspective of a co-accelerating observer situated at the center of the lattice. We found that spatially separated confinement and deconfinement phases can coexist in the Rindler spacetime within certain intervals of temperature and acceleration. The position of the boundary between the phases is calculated as a function of temperature for several accelerations, and it is in accordance with the TE prediction, although a small deviation is observed. Moreover, in the weak acceleration regime, the critical temperature of the system is found to coincide with that of non-accelerated gluodynamics.

hep-lat

Simple Lifelong Learning Machines

In lifelong learning, data are used to improve performance not only on the present task, but also on past and future (unencountered) tasks. While typical transfer learning algorithms can improve performance on future tasks, their performance on prior tasks degrades upon learning new tasks (called forgetting). Many recent approaches for continual or lifelong learning have attempted to maintain performance on old tasks given new tasks. But striving to avoid forgetting sets the goal unnecessarily low. The goal of lifelong learning should be to use data to improve performance on both future tasks (forward transfer) and past tasks (backward transfer). In this paper, we show that a simple approach -- representation ensembling -- demonstrates both forward and backward transfer in a variety of simulated and benchmark data scenarios, including tabular, vision (CIFAR-100, 5-dataset, Split Mini-Imagenet, and Food1k), and speech (spoken digit), in contrast to various reference algorithms, which typically failed to transfer either forward or backward, or both. Moreover, our proposed approach can flexibly operate with or without a computational budget.

cs.AI

Temporal Chunking Enhances Recognition of Implicit Sequential Patterns

In this pilot study, we propose a neuro-inspired approach that compresses temporal sequences into context-tagged chunks, where each tag represents a recurring structural unit or``community'' in the sequence. These tags are generated during an offline sleep phase and serve as compact references to past experience, allowing the learner to incorporate information beyond its immediate input range. We evaluate this idea in a controlled synthetic environment designed to reveal the limitations of traditional neural network based sequence learners, such as recurrent neural networks (RNNs), when facing temporal patterns on multiple timescales. We evaluate this idea in a controlled synthetic environment designed to reveal the limitations of traditional neural network based sequence learners, such as recurrent neural networks (RNNs), when facing temporal patterns on multiple timescales. Our results, while preliminary, suggest that temporal chunking can significantly enhance learning efficiency under resource constrained settings. A small-scale human pilot study using a Serial Reaction Time Task further motivates the idea of structural abstraction. Although limited to synthetic tasks, this work serves as an early proof-of-concept, with initial evidence that learned context tags can transfer across related task, offering potential for future applications in transfer learning.

cs.LG

Extremely Simple Streaming Forest

Decision forests, including random forests and gradient boosting trees, remain the leading machine learning methods for many real-world data problems, especially on tabular data. However, most of the current implementations only operate in batch mode, and therefore cannot incrementally update when more data arrive. Several previous works developed streaming trees and ensembles to overcome this limitation. Nonetheless, we found that those state-of-the-art algorithms suffer from a number of drawbacks, including low accuracy on some problems and high memory usage on others. We therefore developed an extremely simple extension of decision trees: given new data, simply update existing trees by continuing to grow them, and replace some old trees with new ones to control the total number of trees. In a benchmark suite containing 72 classification problems (the OpenML-CC18 data suite), we illustrate that our approach, $\textit{Extremely Simple Streaming Forest}$ (XForest), does not suffer from either of the aforementioned limitations. On those datasets, we also demonstrate that our approach often performs as well as, and sometimes even better than, conventional batch decision forest algorithms. With a $\textit{zero-added-node}$ approach, XForest-Zero, we also further extend existing splits to new tasks, and this very efficient method only requires inference time. Thus, XForests establish a simple standard for streaming trees and forests that could readily be applied to many real-world problems.

cs.LG

Simple Calibration via Geodesic Kernels

Deep discriminative approaches, such as decision forests and deep neural networks, have recently found applications in many important real-world scenarios. However, deploying these learning algorithms in safety-critical applications raises concerns, particularly when it comes to ensuring calibration for both in-distribution and out-of-distribution regions. Many popular methods for in-distribution (ID) calibration, such as isotonic and Platt's sigmoidal regression, exhibit adequate ID calibration performance. However, these methods are not calibrated for the entire feature space, leading to overconfidence in the out-of-distribution (OOD) region. Existing OOD calibration methods generally exhibit poor ID calibration. In this paper, we jointly address the ID and OOD problems. We leveraged the fact that deep models learn to partition feature space into a union of polytopes, that is, flat-sided geometric objects. We introduce a geodesic distance to measure the distance between these polytopes and further distinguish samples within the same polytope using a Gaussian kernel. Our experiments on both tabular and vision benchmarks show that the proposed approaches, namely Kernel Density Forest (KDF) and Kernel Density Network (KDN), obtain well-calibrated posteriors for both ID and OOD samples, while mostly preserving the classification accuracy and extrapolating beyond the training data to handle OOD inputs appropriately.

cs.LG

Can charm fluctuation be a better probe to study QCD critical point?

We study the diffusion properties of an interacting hadron gas and evaluate the diffusion coefficient matrix for the baryon, strange, electric, and charm quantum numbers. For the first time, this study sheds light on the charm current and estimates the diffusion matrix coefficient for the charmed states by treating them as a part of the quasi-thermalized medium. We explore the diffusion matrix coefficient as a function of temperature and center-of-mass energy. A van der Waals-like interaction is assumed between the hadrons, including attractive and repulsive interactions. The calculation of diffusion coefficients is based on relaxation time approximation to the Boltzmann transport equation. A good agreement with available model calculations is observed in the hadronic limit. To conclude the study, we discuss, with a detailed explanation, that charm fluctuation is expected to be a better tool for probing the QCD critical point.

hep-ph

Electric field induction in quark-gluon plasma due to thermoelectric effects

Relativistic heavy-ion collisions produce quark-gluon plasma (QGP), which is locally thermalized. Due to electrically charged particles (quarks), QGP exhibits interesting thermoelectric phenomena during its evolution, resulting in an electromagnetic (EM) field in the medium. In this study, for the first time, we estimate the induced electric field in QGP due to the thermoelectric effect. This phenomenon can induce an EM field even in QGP produced by the head-on heavy-ion collision. In peripheral heavy-ion collisions, the presence of a spectator current generates a transient magnetic field at the early stage, which disrupts the isotropy of the induced electric field. For the numerical estimation, we use a quasiparticle-based model that incorporates the lattice quantum chromodynamics equation of state for QGP. The induced electric field is estimated with cooling rates derived from Gubser hydrodynamic flow. Thermoelectric coefficients such as Seebeck, magneto-Seebeck, and Nernst coefficients play a crucial role in determining the induced field. Additionally, we account for the temperature evolution of QGP using different hydrodynamic cooling rates to calculate the transport coefficients. We also estimate the transport coefficients and the induced electric field in the presence of an external time-varying magnetic field, including the quantum effect of Landau quantization, and explore the effects of the intensity and decay parameter of the magnetic field on the induced electric field. Our findings reveal that the space-time profile of the induced electric field is zero at the center and increases as we go away from the center. During the early stages of evolution, the electric field can reach a maximum value of $eE \approx 1~m_π^2$, decreasing in strength over time.

hep-ph

Towards a theory of out-of-distribution learning

Learning is a process wherein a learning agent enhances its performance through exposure of experience or data. Throughout this journey, the agent may encounter diverse learning environments. For example, data may be presented to the leaner all at once, in multiple batches, or sequentially. Furthermore, the distribution of each data sample could be either identical and independent (iid) or non-iid. Additionally, there may exist computational and space constraints for the deployment of the learning algorithms. The complexity of a learning task can vary significantly, depending on the learning setup and the constraints imposed upon it. However, it is worth noting that the current literature lacks formal definitions for many of the in-distribution and out-of-distribution learning paradigms. Establishing proper and universally agreed-upon definitions for these learning setups is essential for thoroughly exploring the evolution of ideas across different learning scenarios and deriving generalized mathematical bounds for these learners. In this paper, we aim to address this issue by proposing a chronological approach to defining different learning tasks using the provably approximately correct (PAC) learning framework. We will start with in-distribution learning and progress to recently proposed lifelong or continual learning. We employ consistent terminology and notation to demonstrate how each of these learning frameworks represents a specific instance of a broader, more generalized concept of learnability. Our hope is that this work will inspire a universally agreed-upon approach to quantifying different types of learning, fostering greater understanding and progress in the field.

stat.ML

Anisotropy of magnetized quark matter

Strong transient magnetic fields are generated in non-central relativistic heavy-ion collisions. These fields induce anisotropy within the strongly interacting medium that, in principle, can affect the thermodynamic properties of the medium. We use the Polyakov loop extended Nambu Jona-Lasinio model to study the quark matter subjected to an external magnetic field at vanishing baryon chemical potential ($μ_{B}$). We have estimated the degree of anisotropy in the speed of sound and isothermal compressibility within the magnetized quark matter as a function of temperature ($T$) and magnetic field ($eB$). This study helps us to understand the extent of directionality generated in the initial stages of non-central collisions while giving us useful information about the system.

hep-ph

Effect of the Coriolis force on the electrical conductivity of quark matter: A nonrelativistic description

Rotating quarks and hadronic systems, produced in peripheral heavy ion collisions, can experience Coriolis force and other forces due to rotational motion. Considering only the effect of Coriolis force, we have calculated the electrical conductivity for non-relativistic rotating matter using the Relaxation Time Approximation based Boltzmann transport equation. A similarity in mathematical calculations of electrical conductivity at finite rotation and finite magnetic fields is exposed, where an equivalence role between Coriolis force on massive particle's motion and Lorentz force on charged particle's motion is noticed. As the beginning level step, we consider only the Coriolis force in the non-relativistic formalism, which will be extended in the future towards the relativistic case, and to adopt other forces for a more realistic description of the rotating quark and hadronic system.

nucl-th

Effect of Coriolis force on the shear viscosity of quark matter: A nonrelativistic description

Shear viscosity becomes anisotropic in a rotating medium. It is discovered here that for rotating thermalized quantum systems such as those created in relativistic heavy-ion collisions, the coeffficient of shear viscosity breaks up into five independent components. Similar phenomena were also discovered for quark-gluon plasma in the presence of the magnetic field. Like the Lorentz force at a finite magnetic field, the Coriolis force also creates anisotropic viscosity at nonzero rotation. As a first approach, for simplicity, the calculations are done in the nonrelativistic prescription, with a future proposal to extend it toward a relativistic description. Introducing the Coriolis force term in relaxation time approximated Boltzmann transport equation, we have found different effective relaxation times along the parallel, perpendicular, and Hall directions in terms of actual relaxation time and rotating time period. Comparing the present formalism with the finite magnetic field picture, we have shown the equivalence of roles between the rotating and cyclotron time periods, where the rotating time period is inverse of twice the angular velocity.

nucl-th

Thermal conductivity of evolving quark-gluon plasma in the presence of a time-varying magnetic field

The effect of the temperature evolution of QGP on its thermal conductivity and elliptic flow is investigated here in the presence of a time-varying magnetic field. Thermal conductivity plays a vital role in the cooling rate of the medium or its temperature evolution. The magnetic field produced during the early stages of (non-central) heavy-ion collisions decays with time, where electrical conductivity plays a significant role. As the medium expands, the electrical and thermal properties change, reflecting the effect in various observables. In this study, we have calculated the thermal conductivity of the QGP medium, incorporating the effects of temperature and magnetic field evolution. We discovered that conductivity significantly depends on the cooling rate, and its value increases due to temperature evolution. Furthermore, the influence of these evolutions on the elliptic flow coefficient is measured, and elliptic flow decreases due to the evolution. We also extend our study for the case of Gubser flow, where, along with the longitudinal Bjorken expansion, the radially transverse expansion is also present.

hep-ph

Effect of time-varying electromagnetic field on Wiedemann-Franz law in a hot hadronic matter

We have estimated the electrical and thermal conductivity of a hadron resonance gas for a time-varying magnetic field, which is also compared with constant and zero magnetic field cases. Considering the exponential decay of electromagnetic fields with time, a kinetic theory framework can provide the microscopic expression of electrical and thermal conductivity in terms of relaxation and decay times. In the absence of the magnetic field, only a single time scale appears, and in the finite magnetic field case, their expressions carry two-time scales, relaxation time and cyclotron time period. Estimating the conductivities for HRG matter in three cases -- zero, constant, and time-varying magnetic fields, we have studied the validity of the Wiedemann-Franz law. We noticed that at a high-temperature domain, the ratio saturates at a particular value, which may be considered as Lorenz number of the hadron resonance gas. With respect to the saturation values, the deviation of the Wiedemann-Franz law has been quantified at the low-temperature domain. For the first time, the present work sketches this quantitative deviation of the Wiedemann-Franz law for hadron resonance gas at a constant and a time-varying magnetic field.

hep-ph

Prospective Learning: Principled Extrapolation to the Future

Learning is a process which can update decision rules, based on past experience, such that future performance improves. Traditionally, machine learning is often evaluated under the assumption that the future will be identical to the past in distribution or change adversarially. But these assumptions can be either too optimistic or pessimistic for many problems in the real world. Real world scenarios evolve over multiple spatiotemporal scales with partially predictable dynamics. Here we reformulate the learning problem to one that centers around this idea of dynamic futures that are partially learnable. We conjecture that certain sequences of tasks are not retrospectively learnable (in which the data distribution is fixed), but are prospectively learnable (in which distributions may be dynamic), suggesting that prospective learning is more difficult in kind than retrospective learning. We argue that prospective learning more accurately characterizes many real world problems that (1) currently stymie existing artificial intelligence solutions and/or (2) lack adequate explanations for how natural intelligences solve them. Thus, studying prospective learning will lead to deeper insights and solutions to currently vexing challenges in both natural and artificial intelligences.

cs.LG