Papers
Topics
Authors
Recent
Search
2000 character limit reached

Factorized Influence: A Cross-Domain Overview

Updated 4 July 2026
  • Factorized influence is a cross-domain concept that decomposes complex influence relations into structured latent factors using methods like Kronecker and bilinear decompositions.
  • It enhances model interpretability and computational efficiency by replacing high-dimensional interactions with low-rank representations and separable formulations.
  • Applications span dynamic recommendation, online influence maximization, and scalable influence-function computation, each leveraging tailored factorization techniques.

Factorized influence denotes a family of formulations in which “influence” is not modeled as an unfactored relation on observed variables, but through a structured decomposition such as latent factors, Kronecker factors, hidden variables, shared temporal patterns, or subsystem dispersion factors. The term is therefore not monosemous across the literature. In recommendation, social influence is embedded in latent user factors regularized by a graph Laplacian; in causal social analysis it is separated from homophily and item preferences by probabilistic factor models; in online influence maximization it appears as a bilinear factorization of edge activation probabilities; in scalable influence-function computation it refers to Kronecker-factored curvature together with factorized sketches; in representation learning it is realized as one latent flow per semantic factor; in temporal network analysis it is a rank-1 nonnegative factorization of influence trajectories; and in Bayesian networks and coupled physical systems it appears as exact multiplicative decompositions of deterministic dependence or dispersion relations (Aravkin et al., 2016, Sridhar et al., 2022, Wu et al., 2019, Hu et al., 11 Feb 2026, Song et al., 2023, Shaojie, 2023, Vomlel, 2012, Figotin, 24 Mar 2026).

1. Taxonomy of the concept

The recurring structural idea is that a high-dimensional or combinatorial influence object is replaced by a lower-dimensional or separable representation that preserves the operational quantity of interest. The object being factorized, however, differs sharply by field.

Domain Factorized object Representative form
Dynamic recommendation Social influence on latent preferences tr(UtLtUt)\mathrm{tr}(U_t^\top L_t U_t)
Causal social influence Outcome intensity with substitute confounders λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j
Online influence maximization Edge activation probabilities puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v
Influence functions Curvature and sketch F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E
Representation learning Semantic transformations as latent flows zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)
Temporal network analysis Participant trajectories MWHM^* \approx WH
Bayesian-network inference Deterministic CPTs via hidden variable ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)
Coupled physical systems Dispersion relation G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})

Across these formulations, factorization may be exact or approximate. In some cases it is an algebraic identity, as with deterministic functional dependence and coupled-system dispersion. In others it is a modeling assumption or regularized estimator, as with low-rank recommendation, Poisson influence factorization, or participant-invariant NMF. A common misconception is that factorization always means “one scalar latent per factor.” The flow-based literature explicitly rejects that reduction: a factor may instead be represented by an entire latent vector field or probability flow (Song et al., 2023).

2. Latent social influence in dynamic recommendation

A particularly explicit use of the term appears in dynamic matrix factorization with social influence. The starting point is standard collaborative filtering with an unknown rating matrix RRm×nR\in\mathbb{R}^{m\times n}, observed through a sampling operator A\mathcal A, and approximated by a low-rank factorization λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j0 with λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j1 and λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j2. Static matrix factorization solves

λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j3

but the dynamic formulation introduces time-indexed user factors λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j4 and observations λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j5, with latent evolution

λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j6

Social influence is injected through a trust matrix λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j7, degree matrix λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j8, and graph Laplacian λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j9, yielding the regularizer

puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v0

This regularizer smooths each latent dimension of the user factors over the social graph, so influence acts on puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v1 rather than directly on observed ratings. The paper therefore realizes “influence in a factorized form” by embedding social influence into the same latent dimensions that explain ratings (Aravkin et al., 2016).

The dynamic model is made more explicit through an augmented state with preference “position” and “velocity,”

puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v2

and a constant-velocity transition. In the global smoothing formulation, the estimator minimizes a convex quadratic combining a data term, a dynamic prior, and a Laplacian penalty,

puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v3

Given fixed item factors, the problem is convex in the user trajectory variables. Estimation uses matrix-free gradient-based methods such as L-BFGS, and gradient computation scales as

puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v4

with puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v5 time points, latent dimension puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v6, puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v7 users, average number of ratings puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v8 per time, and average number of trust edges puv=θuBvp_{uv}=\boldsymbol\theta_u^\top \boldsymbol\Beta_v9 per time.

Empirically, the model was evaluated on Epinions after filtering to F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E0 users with more than F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E1 ratings, F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E2 products, F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E3 ratings, and F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E4 undirected trust edges, with time quantized into F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E5 bins. Dynamic matrix factorization improved over static factorization for F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E6, and adding social influence further reduced test RMSE for intermediate F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E7, with the best reported RMSE equal to F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E8 at F=AE,  P=PAPEF=A\otimes E,\; P=P_A\otimes P_E9 and zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)0. Very large zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)1 degraded performance through oversmoothing. The formulation assumes low-rank structure, linear-Gaussian dynamics, fixed item factors during smoothing, an observed trust graph, and a single global influence weight zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)2.

3. Causal and online formulations on social networks

In causal observational analysis, factorized influence is used to separate peer effects from confounding by homophily and item preferences. Poisson Influence Factorization defines individual-level social influence for users zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)3 and item zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)4 as

zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)5

and average influence of user zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)6 as

zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)7

The key step is to construct substitute confounders from factor models for the network and for past behavior, then fit a Poisson outcome model

zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)8

Under the paper’s assumptions, the causal estimand equals the influence parameter, zt=zt1+zuk(zt1,t)z_t=z_{t-1}+\nabla_z u^k(z_{t-1},t)9. The substitutes MWHM^* \approx WH0 and MWHM^* \approx WH1 are obtained from Poisson factor models for adjacency and yesterday’s purchases, including a joint model

MWHM^* \approx WH2

A central limitation is that factor models can recover only those latent traits that affect multiple edges or multiple purchases. In semi-synthetic experiments on Pokec, PIF-Joint was the best non-Oracle method across confounding regimes, and on Last.fm it achieved the best held-out log-likelihood, MWHM^* \approx WH3, and best held-out AUC, MWHM^* \approx WH4, while also estimating much smaller average influence than unadjusted methods (Sridhar et al., 2022).

A different usage appears in online influence maximization, where the unknown edge activation matrix is factorized into node-level broadcaster and receiver factors. In the Independent Cascade setting, the directed edge probability from giving node MWHM^* \approx WH5 to receiving node MWHM^* \approx WH6 is modeled as

MWHM^* \approx WH7

This realizes network assortativity by reducing the parameter count from MWHM^* \approx WH8 to MWHM^* \approx WH9. The algorithm IMFB estimates ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)0 and ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)1 by regularized least squares with alternating closed-form updates, constructs UCBs for edge probabilities, and invokes an approximate influence-maximization oracle on the optimistic graph. Under standard assumptions, the scaled regret obeys

ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)2

in the worst case, improving over dense-graph edge-level baselines by roughly a factor of ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)3. Empirically, IMFB outperformed CUCB, ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)4-greedy, IMLinUCB, and DILinUCB on NetHEPT and Flickr, with a controlled Flickr experiment reporting approximately ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)5 improvement over CUCB and ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)6-greedy (Wu et al., 2019).

These two lines of work attach very different meanings to factorization. PIF factorizes latent confounding structure to identify a causal peer-effect parameter, whereas IMFB factorizes edge propensities to improve sample efficiency in sequential learning. Both, however, replace edgewise independence by shared node-level structure.

4. Factorized influence in second-order attribution

In influence-function analysis, the basic quantity is the inverse-sensitive bilinear form

ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)7

where ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)8 is a curvature operator and ϕ=bh(Y,b)igi(Xi,b)\phi=\sum_b h(Y,b)\prod_i g_i(X_i,b)9 are gradients. Since forming or inverting G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})0 is infeasible in modern models, the sketched approximation uses

G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})1

A core point of the 2026 theory is that Johnson–Lindenstrauss arguments are insufficient because they preserve Euclidean geometry but do not control inversion. For G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})2, unregularized projection preserves influence exactly if and only if G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})3 is injective on G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})4, equivalently G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})5, which forces G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})6. With ridge regularization, the barrier shifts from rank to effective dimension,

G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})7

and an oblivious sketch with

G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})8

suffices for uniform error control on the regularized influence form (Hu et al., 11 Feb 2026).

The paper’s use of “factorized influence” is specific to Kronecker-factored curvature,

G1(ω,k)G2(ω,k)=γGc(ω,k)G_1(\omega,\mathbf{k})G_2(\omega,\mathbf{k})=\gamma G_c(\omega,\mathbf{k})9

with a factorized sketch

RRm×nR\in\mathbb{R}^{m\times n}0

Then the sketched curvature becomes

RRm×nR\in\mathbb{R}^{m\times n}1

and sketched gradients can be computed as RRm×nR\in\mathbb{R}^{m\times n}2 without forming RRm×nR\in\mathbb{R}^{m\times n}3 explicitly. Exact unregularized preservation requires factorwise injectivity on RRm×nR\in\mathbb{R}^{m\times n}4 and RRm×nR\in\mathbb{R}^{m\times n}5, hence RRm×nR\in\mathbb{R}^{m\times n}6 and RRm×nR\in\mathbb{R}^{m\times n}7. For RRm×nR\in\mathbb{R}^{m\times n}8, guarantees depend on the factor-level effective dimensions

RRm×nR\in\mathbb{R}^{m\times n}9

with

A\mathcal A0

This yields an explicit computational–statistical trade-off: factorized sketches are cheaper in memory and matrix multiplication, but their total sketch size scales more expensively with A\mathcal A1 than unfactorized sketches. The same theory also quantifies a leakage term when test gradients have components in A\mathcal A2.

5. Flows, trajectories, and participant-invariant patterns

In representation learning, factorized influence can mean that each semantic transformation is represented by its own latent flow rather than by a scalar latent coordinate. Flow Factorized Representation Learning models sequences through

A\mathcal A3

where A\mathcal A4 selects a transformation type and each posterior transition is driven by a learned potential A\mathcal A5,

A\mathcal A6

The resulting latent probability paths are regularized toward dynamic optimal transport by a generalized Hamilton–Jacobi PDE,

A\mathcal A7

implemented with a PINN loss. Factorization here means one flow field per factor of variation, with compositionality obtained either by switching transformation types mid-trajectory or by superposing latent velocities,

A\mathcal A8

On MNIST with Scaling/Rotation/Coloring, supervised FFRL achieved the lowest reported equivariance errors, approximately A\mathcal A9 versus approximately λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j00 for PoFlow, and the best log-likelihood, around λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j01; similar trends held on 3D Shapes, Falcor3D, and Isaac3D. The paper is explicit that this is factorized dynamics rather than axis-aligned scalar disentanglement (Song et al., 2023).

A more restrictive notion appears in temporal network analysis, where influence trajectories are assumed participant-invariant up to scale. Given a temporal network λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j02 and a per-node influence increment such as

λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j03

the aligned influence matrix λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j04 is factorized by rank-1 NMF as

λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j05

with λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j06 and λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j07. The interpretation is that every participant’s influence dynamics are a scalar multiple of the same temporal pattern λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j08. Across λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j09 temporal networks, all preprocessed into λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j10 equal-edge snapshots, the authors report Frobenius reconstruction error tolerance below λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j11 and show that random participant subsets recover nearly identical λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j12 under normalized λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j13, normalized λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j14, and cosine similarity comparisons. Dynamic Time Warping between normalized λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j15 vectors further suggests that λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j16 is domain-related, with citation networks exhibiting rapid decay and social networks longer tails (Shaojie, 2023).

These two uses of factorization are almost opposite in granularity. FFRL assigns one dynamical operator per factor of variation, whereas participant-invariant NMF collapses all participant heterogeneity in trajectory shape into a single shared temporal profile plus scalar amplitudes.

6. Exact algebraic factorizations beyond social data

In Bayesian-network inference, the relevant object is not social influence but functional dependence. If a child variable λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j17 is a deterministic function of parents λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j18, then its conditional probability table can be written as a hidden-variable factorization

λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j19

The hidden states correspond to hyperrectangles in the parent configuration space, and the central combinatorial problem is to find a minimal base of hyperrectangles from which each fiber λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j20 can be generated via proper difference and disjunctive union. Belief updating in the original and factorized models yields equivalent marginals. The computational value is that deterministic CPTs are replaced by two-dimensional potentials, which can reduce clique sizes in junction-tree propagation. In a computerized adaptive test on fraction operations, this factorization produced significantly smaller total clique sizes than both direct encoding and parent divorcing (Vomlel, 2012).

In coupled physical systems, factorized influence becomes an exact statement about dispersion. For any system composed of two coupled subsystems governed by a space-time homogeneous quadratic Lagrangian, the coupled dispersion relation admits the form

λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j21

where λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j22 and λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j23 are the uncoupled subsystem dispersion functions and λik=γkc^i+αiw^k+jaijxjkβj\lambda_{ik}=\gamma_k^\top \hat c_i+\alpha_i^\top \hat w_k+\sum_j a_{ij}x_{jk}\beta_j24 is a coupling function. The determinant expansion theorem underlying this identity is applied to examples including a traveling wave tube, an airplane wing with bending–torsion coupling, and the Mindlin–Reissner plate. In the latter case, the factorized form is used to analyze mode hybridization and avoided crossing: for nonzero coupling, all branches carry the imprint of both subsystem factors, but asymptotically recover pure uncoupled identities at large frequencies and wavenumbers. Near an uncoupled cross-point, linearization yields a universal hyperbolic geometry for the coupled branches (Figotin, 24 Mar 2026).

Taken together, these exact formulations show that factorized influence is not confined to latent-variable statistics. It can also denote a strict algebraic decomposition that exposes how local deterministic constraints or inter-subsystem coupling enter inference and spectral structure.

7. Common themes, assumptions, and points of divergence

Across the literature, factorized influence serves three recurrent purposes. First, it reduces dimensionality or parameter count: node-level factors replace edgewise probabilities in IMFB, low-rank latent states replace full rating matrices in dynamic recommendation, and Kronecker factors replace unfactored curvature blocks in scalable influence functions. Second, it separates mechanisms that would otherwise be confounded: PIF separates peer influence from homophily and item preference, while latent-flow models separate semantic transformations by assigning each one its own vector field. Third, it often improves computational tractability by converting large objects into products of smaller ones: this is explicit in matrix-free optimization for recommendation, factorized sketches for influence functions, and hidden-variable decompositions for deterministic CPTs.

The assumptions differ substantially. Dynamic recommendation assumes low-rank ratings, linear-Gaussian state dynamics, observed trust graphs, and fixed item factors during smoothing. PIF requires that substitute confounders capture the relevant latent traits affecting multiple interactions, and that the Poisson outcome model be correctly specified. IMFB assumes a bilinear edge model under Independent Cascade with edge-level feedback. The influence-function theory assumes access to a PSD curvature operator or a Kronecker-factored approximation thereof, and distinguishes sharply between unregularized and ridge-regularized regimes. Participant-invariant NMF assumes that all aligned trajectories are scalar multiples of one common pattern. In Bayesian networks and coupled physical systems, by contrast, the central factorizations are exact once the deterministic or Lagrangian structure is fixed.

This suggests that “factorized influence” is best understood as a cross-domain design pattern rather than a single method. The invariant feature is the relocation of influence from an unfactored observable relation to a structured intermediate representation—latent factors, substitute confounders, broadcaster/susceptibility embeddings, Kronecker factors, hyperrectangle states, shared temporal signatures, or subsystem dispersion factors. The substantive meaning of that relocation depends entirely on the surrounding theory.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Factorized Influence.