Skip to main content

attractor-fcm-gradient-descent

Gradient descent-based physics-constrained Jacobian Fuzzy Cognitive Map (FCM) with attractor dynamics, residual memory, and BPTT. Uses Newton's method for fixed point attractor finding with adaptive landscape manipulation. Triggers: attractor FCM, fuzzy cognitive map gradient, FCM attractor dynamics, physics-constrained FCM, Jacobian FCM.

설치로 이동

소스 정보

저장소
hiyenwong/ai_collection
최근 소스 활동
2026년 6월 4일 13:32
감지된 SKILL.md 언어
영어
스타
2
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
attractor-fcm-gradient-descent
description
Gradient descent-based physics-constrained Jacobian Fuzzy Cognitive Map (FCM) with attractor dynamics, residual memory, and BPTT. Uses Newton's method for fixed point attractor finding with adaptive landscape manipulation. Triggers: attractor FCM, fuzzy cognitive map gradient, FCM attractor dynamics, physics-constrained FCM, Jacobian FCM.
# Attractor FCM: Gradient Descent-Based Fuzzy Cognitive Maps > A physics-constrained, Jacobian-based Fuzzy Cognitive Map using gradient descent with attractor dynamics, residual memory, and backpropagation through time. ## Metadata - **Source**: arXiv:2604.27947 - **Authors**: Alexis Kafantaris - **Published**: 2026-04-30 - **Categories**: cs.NE (Neural and Evolutionary Computing) ## Core Methodology ### Key Innovation This FCM variant departs from traditional Hebbian or agentic learning, instead using **gradient descent with physics constraints** on the Jacobian matrix of the FCM dynamics. ### Technical Framework 1. **Residual Memory Mechanism**: - Residuals update the recursive component without losing system memory - Maintains state continuity during weight updates 2. **Fixed Point Anchor**: - Recursively implemented to update weights - Converges to a fixed point attractor - BPTT (Backpropagation Through Time) unrolls from this anchor - Ensures error minimization targets accurate gradient computation 3. **Newton's Method + Gradient Descent**: - Newton's method finds the system's fixed point attractor - Gradient descent adaptively changes the optimization landscape - An **adaptive term** directly manipulates weights through attractor dynamics 4. **Adaptive Landscape Control**: - Descent adjusts according to sigmoid saturation levels - Prevents premature convergence to local minima 5. **Causal Mask Filtering**: - Updates filtered by causal mask encoding physics constraints - Respects initial expert-based opinions - Reduces error to target efficiently ### Learning Algorithm ``` 1. Initialize FCM weights from expert knowledge 2. Apply causal mask to constrain physics-consistent updates 3. Use Newton's method to find fixed point attractor 4. Unroll BPTT from attractor for gradient computation 5. Apply adaptive gradient descent (modulated by sigmoid saturation) 6. Update weights via residual memory mechanism 7. Repeat until convergence ``` ## Implementation Guide ### Prerequisites - Expert knowledge for initial weight matrix (FCM requires domain knowledge) - Physics/domain constraints for causal mask ### Key Parameters - **Fixed point tolerance**: Controls convergence criterion for Newton's method - **BPTT unroll length**: Determines temporal credit assignment depth - **Adaptive term coefficient**: Controls landscape manipulation strength - **Causal mask**: Encodes domain-specific update constraints ## Applications - Causal system modeling with expert knowledge - Dynamic system prediction with physics constraints - Fuzzy cognitive map-based decision support - Knowledge-guided neural network training ## Pitfalls - Requires good initial expert knowledge (FCM is not data-only) - Newton's method may be computationally expensive for large maps - Sigmoid saturation monitoring is critical — ignoring it causes premature convergence - Causal mask design requires domain expertise ## Related Skills - brain-inspired-capture-evidence-driven-neuromimetic-perceptual - computational-linguistics-brain-perspective - hippocampus-multi-attractor-memory - triple-loop-consolidation-non-gradient-memory
GitHub에서 보기