---
title: 'GRSD: Coarse-Grained Dynamics in Deep Learning'
url: https://www.emergentmind.com/topics/generalized-resolution-shell-dynamics-grsd
type: topic
---

# GRSD: Coarse-Grained Dynamics in Deep Learning

The Generalized Resolution–Shell Dynamics (GRSD) framework provides a coarse-grained dynamical theory for the learning dynamics of deep neural networks, modeling the flow of error energy across spectral scales during gradient-based training. In GRSD, the spectral evolution of the network is analyzed in terms of "logarithmic resolution shells," capturing how learning distributes and transports error energy among modes of different resolution. Renormalizable shell dynamics within this theory underpin the emergence of power-law scaling, but such power laws arise only when specific structural and statistical conditions are met during training. The GRSD methodology offers a unified language for characterizing and predicting the universal scaling behaviors observed empirically in deep learning systems [2512.18209].

## 1. Logarithmic Resolution Shells and Shell Energies

At the core of GRSD is the time-dependent positive semidefinite operator 
$$ M(t) = J(t)\,J(t)^*, $$
where $J(t)$ is the Jacobian mapping model parameters to outputs. The eigenvalue spectrum $\{\lambda\}$ of $M(t)$ is partitioned into logarithmic shells using a uniform log-spectral grid:
$$ s_\alpha < s_{\alpha+1}, \qquad s_\alpha = \alpha h,\;\; h > 0. $$
Each shell $S_\alpha$ collects modes with 
$$ S_\alpha = \{\lambda:\; s_\alpha \le \log\lambda < s_{\alpha+1}\}. $$
The shell energy $E_\alpha(t)$ sums the error-energy across all eigenmodes in $S_\alpha$. In the continuum limit $h \to 0$, the energy density
$$ \varepsilon(\lambda,t) = \sum_\alpha E_\alpha(t)\,\mathbf{1}_{S_\alpha}(\lambda) $$
is piecewise constant as a function of $s = \log\lambda$. This construction allows the global and local spectral properties of $J(t)$ to be analyzed via energy transport across resolution shells.

## 2. Conservation Law and Renormalized Velocity Field

Subject to locality and incoherence assumptions, GRSD proves that shell energies $E_\alpha(t)$ obey a conservation law analogous to those in turbulence or transport theory. In continuum notation,
$$
\partial_t \varepsilon(\lambda, t) + \partial_\lambda J(\lambda, t) = -D(\lambda, t),
$$
where $J(\lambda, t)$ is the spectral flux density (quantifying energy transfer across scales) and $D(\lambda, t)$ accounts for loss-reducing dissipation. The fundamental dynamical observable is the renormalized velocity field,
$$
v(\lambda, t) = \frac{J(\lambda, t)}{\varepsilon(\lambda, t)},
$$
which describes the local spectral transport rate per unit energy. In discrete shells this specializes to
$$
\frac{d}{dt} E_k(t) = F_{k-\frac12}(t) - F_{k+\frac12}(t) - D_k(t),\qquad v_k(t) = \frac{F_{k+\frac12}(t)}{E_k(t)}.
$$

## 3. Coarse-Graining and Renormalization Scheme

Coarse-graining in GRSD proceeds by aggregating $b$ consecutive shells to form a "block shell," implementing a renormalization group (RG) step. This process involves:
- Spectral coordinate rescaling: $\lambda \rightarrow b\,\lambda$ or $s \rightarrow s+\tau$, $\tau = \log b$;
- Shell index rescaling: $k \rightarrow k' = k/b$;
- Time rescaling: $t \rightarrow t' = b^z t$ for some dynamical exponent $z$;
- Velocity amplitude rescaling: $v \rightarrow v' = b^y v$ for scaling dimension $y$.

A true RG fixed point is achieved when, up to these rescalings, the form of the evolution equations for $\varepsilon$ and $J$ is invariant. The fixed-point condition for the velocity field is
$$
v'(k', t') = b^y v(k, t) \quad \Longleftrightarrow \quad v(b\lambda, b^z t) = b^y v(\lambda, t).
$$
Enforcing invariance for all $b > 0$ yields a power-law scaling form $v(\lambda, t) \propto \lambda^a$.

## 4. Sufficient Conditions for Renormalizable Shell Dynamics

Rigorous renormalizability in the GRSD framework requires four precise conditions on the learning system:

| Condition | Formal Statement | Interpretation |
| --- | --- | --- |
| 1. Graph-banded Jacobian evolution | $\dot J^{(l)}(t)\in \mathrm{span}\{J^{(m)}(t): |m-l|\le K\}$ | Local propagation of gradients in the computation graph |
| 2. Initial functional incoherence | $\|J^{(l)}(0)^* J^{(m)}(0)\|_{\mathrm{op}}\le \varepsilon_{|l-m|}$; $\sum_k \varepsilon_k < \infty$ | Weak statistical correlation across distant shells at initialization |
| 3. Controlled Jacobian path and regularity | $\sup_{t\in[0,T]}(\|J(t)\|_{\mathrm{op}}+\|\dot J(t)\|_{\mathrm{op}})\le C_J$ | Uniformly bounded and smooth Jacobian evolution; higher-order moments Lipschitz in $s$ |
| 4. Log-shift invariance of renormalized shell couplings | $\widehat{\mathsf K}_{ij} = K_h((j-i)h) + \mathrm{err}(n,h,L)$, with $\mathrm{err}\to 0$ in overparameterized limits | Translation invariance of bin-averaged shell coupling statistics in $s=\log\lambda$ |

Only when all four conditions are realized does the system admit a RG-closed shell dynamics with universal scaling solutions.

## 5. Rigidity of Power-Law Velocity and Scaling Laws

The derivation of power-law velocity proceeds from the conservation law and the structural conditions above. Conditions 1–3 guarantee that
$$
\partial_t \varepsilon(s, t) + \partial_s [\varepsilon(s, t)v(s, t)] = -D(s, t),\quad s = \log\lambda,
$$
whereas Condition 4 (log-shift invariance) constrains $v(s, t)$ to depend only on $s$ via relative shifts:
$$
v(s+\tau, t) = \alpha(\tau) v(s, t_\tau).
$$
Coupled with the intrinsic covariance of gradient-flow under time rescaling, the only admissible solution for the velocity field, compatible with RG invariance and log-shift symmetry, is
$$
v(\lambda, t) = c(t)\,\lambda^a.
$$
This implies that power-law spectral velocity—and hence the observed empirical scaling laws—are a rigidity phenomenon, not a generic outcome of coarse-graining alone. Such behavior emerges only when all four structural criteria and flow covariances are respected.

## 6. Model-Specific Examples and Significance

The GRSD framework applies broadly but acutely distinguishes between model classes depending on compliance with the requisite conditions:

- **MLPs and non-residual CNNs:** Frequently meet Conditions 1–3 (local computation graph, incoherent random initialization, stable Jacobian path), yet lack an intrinsic mechanism for log-shift invariance (Condition 4). Approximate scaling may occur empirically but is not guaranteed by the theory.
- **Residual Networks (ResNets):** Layerwise Jacobians of the form $I+\varepsilon G_k$ exhibit statistical stationarity in $s=\log\lambda$ for large depth, ensuring log-shift invariance (Condition 4) by mixing and averaging effects. The GRSD fixed-point scaling therefore holds robustly in deep residual structures.
- **Transformers:** The presence of residual connections and normalization supports Conditions 1–3. Condition 4's validity depends on the near-identity and statistical homogeneity of per-block transformations in log-spectral coordinates.
- **Structured State-Space Models (e.g., RWKV, SSM):** Under uniform exponential stability and appropriately bounded Jacobians, an effective graph-bandedness (Condition 1) can be rigorously established. The presence or absence of a residual mechanism is critical for log-shift invariance.

Once all four GRSD conditions are satisfied, the dynamics enforce an RG-fixed-point regime characterized by a universal power-law shell velocity:
$$
v_k(t) \propto k^{-\alpha} \quad \text{or equivalently} \quad v(\lambda, t) \propto \lambda^a.
$$

A plausible implication is that the architectural and initialization choices directly determine the applicability of power-law scaling predictions during network training. This suggests constrained regimes of universality in deep learning spectral dynamics, with precise empirical and theoretical boundaries dictated by the structural properties summarized by GRSD [2512.18209].

Source: https://www.emergentmind.com/topics/generalized-resolution-shell-dynamics-grsd