Papers
Topics
Authors
Recent
Search
2000 character limit reached

Attractor FCM

Published 30 Apr 2026 in cs.NE, cs.AI, cs.LG, and cs.LO | (2604.27947v2)

Abstract: In this paper an attractor FCM is created, tested, and analyzed. This FCM is neither a hebbian based nor agentic, nor a hybrid; it rather is a gradient descent based, physics constrained, Jacobian version of an FCM. Moreover, this model has several quirks; it uses residual memory, back propagation through time, and a fixed point anchor that is recursively implemented to update its weights. The residuals update the recursive part without losing the system memory. The model's anchor enables it to converge in a fixed point for which back propagation through time unrolls it and ensures that the error minimization is for an accurate gradient. Furthermore, a new learning algorithm is utilized. The Newton's method finds the system's fixed point attractor and then gradient descend is adaptively changing the landscape; an adaptive term is used to directly manipulate the weights through the attractor dynamics. As the adaptive term changes, the descent through the landscape is constantly adjusting according to sigmoid saturation, and that prevents premature convergence to a local minimum. Lastly, the updates are filtered by causal mask that informs the network about the physics, respecting the initial expert based opinions, for which model reduces the error to the target in an efficient way.

Authors (1)

Summary

  • The paper introduces a new FCM learning approach using physics-constrained Jacobian-gradient descent combined with fixed-point attractor dynamics.
  • The model employs residual memory recursion and causal masking to ensure robust convergence, effective denoising, and enhanced interpretability.
  • Empirical evaluations in socio-economic, ecological, and political simulations demonstrate superior performance compared to traditional FCM methods.

Attractor FCM: Physics-Constrained Jacobian Gradient Descent for Fuzzy Cognitive Maps

Overview and Motivation

The "Attractor FCM" (2604.27947) introduces a new class of fuzzy cognitive map (FCM) learning that leverages a gradient descent framework constrained by system physics and fixed-point attractor dynamics. Departing from traditional Hebbian, agentic, and hybrid approaches, the methodology integrates Newton's fixed-point search with Jacobian-gradient descent (J-GD), residual memory recursion, backpropagation through time, and a causal mask reflecting expert conceptual linkages. The aim is to achieve robust convergence, denoising, and interpretability in complex simulation scenarios, emphasizing both mathematical rigor and empirical plausibility.

Model Formulation and Learning Algorithm

System Dynamics and Residual Anchor

The attractor FCM is formalized as a shallow recurrent network representing concepts and fuzzy relationships. Its update function combines standard FCM propagation with residual memory and a fixed-point anchor, yielding smooth transitions and stable dynamics:

Ht+1=(1−α)Ht+ασ(HtW+Ht)H_{t+1} = (1 - \alpha) H_t + \alpha \sigma(H_t W + H_t)

Residual recursion preserves system memory, aiding convergence and preventing information loss across iterations.

Newton Attractor and Jacobian Gradient Descent

The model finds a true attractor H∗H^* via Newton's method, solving:

H∗=σ(H∗(W+I))H^* = \sigma(H^*(W + I))

where the residual error function F(H)F(H) and its Jacobian JFJ_F guarantee rapid convergence to the fixed point. The weight update step is uniquely governed by spectral scaling λ\lambda, calculated adaptively from gradient norm ratios to avoid saturation and premature convergence:

ΔW=η⋅λ⋅(λH∗)⊤⊗(Htarget−H∗)⋅M\Delta W = \eta \cdot \lambda \cdot (\lambda H^*)^\top \otimes (H_{\text{target}} - H^*) \cdot M

Only updates improving monotonic reward are accepted, ensuring effective error minimization with respect to expert-designed system structure.

Structural Mask and Physics-Constrained Learning

Causal masking maintains fidelity to the original expert-opinion-based adjacency, guaranteeing that the learned FCM honors real-world constraints and preserves interpretability.

Convergence and Denoising Properties

Leveraging Lipschitz contraction and Banach fixed-point theorems, the model exhibits monotonic convergence and denoising capacity. Under noise corruption, the attractor dynamics provably shrink the distance to the clean input exponentially:

∥Ht−Hclean∥≤αt∥H0−Hclean∥\|H_t - H_{\text{clean}}\| \leq \alpha^t \|H_0 - H_{\text{clean}}\|

for 0<α<10 < \alpha < 1. This denoising behavior is further modulated by the sigmoid steepness parameter λ\lambda, as illustrated below. Figure 1

Figure 1: Sigmoid Steepness Parameter H∗H^*0 controls the denoisification rate for system convergence.

Empirical Evaluation

The attractor FCM is empirically validated across stress tests and qualitative scenarios, including socio-economic, ecological, and political simulations. These scenarios interrogate the model's ability to respect underlying physical constraints and expert narratives.

Socio-Economic Stress Test

The oligarchy bailout scenario, simulating wealth redistribution, demonstrates the model's capacity to enforce resource conservation, eliminate nonviable strategies, and converge to realistic societal equilibria. Figure 2

Figure 2: Socio-Economic Stress Test reveals systemic crisis outcome and non-survival of population under resource depletion.

Ecological Trophic Cascade

Simulation of herbivore-induced trophic cascades shows adaptive predator and flora responses, denoting the model's interpretability in capturing biological survival strategies via system dynamics. Figure 3

Figure 3: Trophic Cascade Simulation displays equilibrium adjustment across ecosystem layers under stress.

Political Survival Strategies

The dictator's dilemma scenario illustrates emergent strategies such as suppression of dissent and creation of authoritarian structures, confirming the model's plausibility in political simulations. Figure 4

Figure 4: Political Stress Test compares state strategies in managing population unrest and maintaining regime control.

Quantitative Results and Ablation Analysis

Across seven evaluation protocols (stress, convergence, denoising, trap avoidance, and three qualitative scenarios), J-GD consistently achieves minimal error and superior convergence compared to Hebbian, agentic, hybrid, and baseline FCMs. Empirically, J-GD respects system physics and expert mapping, producing interpretable and stable equilibria. Ablation studies reveal that residuals and masks, while providing incremental benefits, do not supersede the critical importance of the anchor and J-GD for optimal performance. The system maintains effectiveness even under reduced configuration, with predictability and monotonic convergence.

Implications, Applications, and Future Directions

The Attractor FCM methodology substantiates the utility of fixed-point Jacobian optimization in physics-informed interpretable modeling. Practically, robust convergence, denoising, and expert-system fidelity extend its applicability to simulation scenarios in socio-economics, ecology, and political science. Theoretically, its construction aligns with Lyapunov stability and equilibrium propagation frameworks, potentially inspiring deeper integration with modern equilibrium networks and energy-based models. Computational overhead and slower convergence due to anchor terms suggest further investigation into optimization for scalability.

Future developments may focus on extending attractor FCMs with deeper architectures, hybridizing with DEQ or Hopfield networks, and integrating multi-modal learning. Application prospects include noisy-data correction, real-time simulation forecasting, and deployment in domains requiring both quantitative rigor and interpretability.

Conclusion

The Attractor FCM paradigm delivers an interpretable, robust, and physics-constrained approach to fuzzy cognitive map learning, integrating Newton attractor dynamics and Jacobian-gradient descent. Empirical and theoretical results substantiate its capacity for denoising, stable convergence, and meaningful simulation outcomes, aligning closely with expert conceptual mappings and system physics. The model's implications for simulation, prediction, and classification challenge classical FCM paradigms, suggesting avenues for advanced equilibrium-based cognitive modeling.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

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

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.