Stationary Density Ratio
- Stationary density ratio is a metric that compares steady-state distributions, enabling reweighting and correction across various physical and statistical models.
- It underpins applications in off-policy reinforcement learning, multiphase flow simulation, mass transport modeling, and impurity diagnostics in plasma systems.
- Advanced algorithms leverage density ratio estimation to reduce bias and enhance convergence through techniques like marginalized importance sampling and variance reduction.
A stationary density ratio quantifies the relative prevalence of a physical or statistical quantity between two reference distributions, regimes, or boundary locations under time-invariant (steady-state) conditions. Its concrete definitions and operational roles differ substantially depending on the context: reinforcement learning (density ratio correction), multiphase flow models (liquid-vapor coexistence), mass transport in inhomogeneous media, and stationary profile diagnostics in plasma turbulence. Across domains, stationary density ratio constructs serve to reweight, normalize, or contrast density values associated with steady-state distributions.
1. Stationary Density Ratio in Off-Policy Reinforcement Learning
In the setting of infinite-horizon discounted Markov Decision Processes (MDP), the stationary density ratio encapsulates the normalized difference between the discounted occupancy of state-action pair under a target policy and that under a behavior distribution from which samples are drawn. Specifically,
where is the normalized discounted occupancy, satisfying (Huang et al., 2021). Here, enables sample-based off-policy optimization via "marginalized importance sampling," correcting for deviations between the underlying data and the desired evaluation policy distribution.
In practical algorithms, function classes parameterize approximations to with regularization to control bias and stabilize optimization. The density ratio enters the off-policy loss:
This promotes unbiased evaluation of Bellman residuals under the stationary distribution of , thereby enabling stable and convergent off-policy policy optimization (Huang et al., 2021).
2. Density Ratio in Multiphase Lattice Boltzmann Models
In computational multiphase flow models utilizing the lattice Boltzmann (LB) method, the stationary density ratio refers to the equilibrium ratio of liquid- to vapor-phase macroscopic densities () achieved by the system. Li et al. (Li et al., 2012) demonstrate that, under a refined multiple-relaxation-time (MRT) pseudopotential framework and improved forcing, the stationary density ratio can reach values . The profile and stationarity of the density ratio are benchmarked by initializing a droplet with a tanh-profile in density, running the simulation to steady-state, and directly measuring and .
Thermodynamic consistency is enforced by tuning mechanical-balance coexistence in the pressure tensor, and the equilibrium density ratio is validated by comparing simulation results with the Maxwell equal-area construction:
Deviation from theoretical coexistence is kept below , and the larger stationary density ratio is shown to correlate with reduced spurious currents and improved numerical stability (Li et al., 2012).
3. Stationary Density Ratio in Mass Transport of Inhomogeneous Media
For mass transport in two-component lattice gases with excluded volume constraints, the stationary density ratio is defined as
where is the stationary density of a mobile component at boundary locations and , and the second component is static at density (Lukyanets et al., 2010). Remarkably, at steady-state,
so is entirely dictated by boundary values of the static profile, independent of mass flux , diffusion coefficient , or internal spatial structure. This stationary ratio encapsulates microscopic interactions–the excluded-volume effect and distinguishability–that can yield inverted ("uphill") transport, where mobile particles are moved from regions of lower to higher density.
4. Stationary Density Ratio in Gyrokinetic Plasma Modeling
In turbulence-driven transport studies within magnetically confined plasmas, stationary density ratios describe the relative profile steepness ("peaking") of different species under zero-flux conditions. The stationary gradient (peaking factor) for species is
where is the thermodiffusion coefficient, is the convective pinch, and is the diffusion coefficient (Skyman et al., 2014). When two species, such as electrons and a trace impurity, have stationary gradients and , the stationary density ratio for center-localized densities is
and the ratio of gradients quantifies relative profile peaking. This "stationary density ratio" is used to diagnose impurity accumulation, fuel separation, and the parameter dependence of turbulent transport in tokamaks (Skyman et al., 2014).
5. Algorithms and Bias Correction via Density Ratio
Density ratio correction is central to off-policy policy optimization algorithms such as P-SREDA and O-SPIM (Huang et al., 2021). These methods jointly optimize three sets of parameters: policy , density-ratio approximator , and action-value approximator , within a max-max-min framework,
Variance-reduction and momentum-based techniques (SARAH-style updates, oracle subroutines with contraction) enhance convergence speed and sample efficiency. Bias in the stationary objective arises from (i) data estimation error, (ii) function class misspecification, (iii) regularization, yielding total bias (Huang et al., 2021). Stationary density-ratio estimation ensures that Bellman residual minimization is unbiased with respect to the target policy’s stationary distribution.
6. Parametric Dependence and Physical Significance
In each domain, stationary density ratios exhibit characteristic parametric dependence:
- In multiphase LB models, interface thickness is inversely proportional to in the Carnahan–Starling EOS, and stationary density ratio increases as decreases, correlating with reduced spurious currents (Li et al., 2012).
- In lattice-gas mass transport, depends only on static boundary densities and can manifest inverted ("uphill") transport entirely via excluded-volume effects (Lukyanets et al., 2010).
- In gyrokinetic models, stationary density ratio for impurity-to-electron profiles scales with magnetic shear, temperature ratio, collisionality, and geometry; isotope effects induce fuel separation (Skyman et al., 2014).
- In reinforcement learning, the stationary density ratio is bounded by concentrability constants and directly modulates the convergence and bias properties of the off-policy optimization objective (Huang et al., 2021).
A plausible implication is that across disparate fields, the stationary density ratio provides a unifying metric for steady-state comparison and physical validation, whether for probability measures, mass densities, or particle distributions. Its correct estimation and deployment are critical for unbiased physical modeling, convergence analysis, and transport characterization.