paper-with-me

Papers

Preisach Attention: A Hysteretic Model of Sequential Memory

2026-05-22 · Piotr Frydrych arxiv

We introduce the Preisach Attention Layer (PAL), a novel sequence modelling architecture grounded in the classical Preisach hysteresis operator from mathematical physics. PAL replaces the softmax attention mechanism with a binary relay operator parameterised by learned activation and deactivation thresholds, maintaining a stack of local extrema as its internal state. A single-layer PAL-Transformer with O(1) depth is Turing-complete under arbitrary precision arithmetic, achievable through simulation of a two-stack pushdown automaton -- in contrast to the O(log n) depth required by standard hard-attention transformers. Second, we prove that the function classes computable by PAL and by the transformer are incomparable: PAL computes historical range statistics in O(1) layers that require O(log n) layers for transformers, while transformers support random-access retrieval that PAL cannot perform without auxiliary state. The separating property is rate-independence -- PAL responds only to the sequence of local extrema, not to absolute token positions or temporal spacing. Third, we show that the extremum stack constitutes a minimal sufficient statistic of the input history for all rate-independent functionals, providing a formal analogue of the wiping property in classical hysteresis theory. PAL is thus an efficient architecture for tasks with long episodic memory and weak positional dependence, with O(n log n) total inference cost versus O(n^2) for standard attention.

📄 PDF Abstract BibTeX arXiv:2605.23603

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Newton and Secant Methods for Iterative Remnant Control of Preisach Hysteresis Operators

2024-06-17 · Jurrien Keulen, Bayu Jayawardhana

We study the properties of remnant function, which is a function of output remnant versus amplitude of the input signal, of Preisach hysteresis operators. The remnant behavior (or the leftover memory when the input reach…

Inversion-free feedforward hysteresis control using Preisach operator

2021-05-01 · Michael Ruderman

We introduce a new inversion-free feedforward hysteresis control using the Preisach model. The feedforward scheme has a high-gain integral loop structure with Preisach hysteresis operator in negative feedback. This allow…

Economic Hysteresis and Its Mathematical Modeling

2021-07-17 · Isaak D. Mayergoyz, Can E. Korman

Hysteresis is treated as a history dependent branching, and the use of the classical Preisach model for the analysis of macroeconomic hysteresis is first discussed. Then, a new Preisach-type model is introduced as a macr…

Using Neural Networks to Model Hysteretic Kinematics in Tendon-Actuated Continuum Robots

2024-04-10 · YuAn Wang, Max McCandless, Abdulhamit Donder, Giovanni Pittiglio 외

The ability to accurately model mechanical hysteretic behavior in tendon-actuated continuum robots using deep learning approaches is a growing area of interest. In this paper, we investigate the hysteretic response of tw…

Worker Utility as Hysteresis: A Preisach Model of Transaction Acceptance in Gig Labour Markets

2026-06-03 · Piotr Frydrych arxiv

Worker utility is not observed -- only its consequence is. Each gig transaction produces a single bit: accepted or rejected. We argue this structure points directly to the Preisach hysteresis model as the natural represe…