paper-with-me

홈 › Papers

Autoregressive model path dependence near Ising criticality

2024-08-28 · Yi Hong Teoh, Roger G. Melko

Autoregressive models are a class of generative model that probabilistically predict the next output of a sequence based on previous inputs. The autoregressive sequence is by definition one-dimensional (1D), which is natural for language tasks and hence an important component of modern architectures like recurrent neural networks (RNNs) and transformers. However, when language models are used to predict outputs on physical systems that are not intrinsically 1D, the question arises of which choice of autoregressive sequence -- if any -- is optimal. In this paper, we study the reconstruction of critical correlations in the two-dimensional (2D) Ising model, using RNNs and transformers trained on binary spin data obtained near the thermal phase transition. We compare the training performance for a number of different 1D autoregressive sequences imposed on finite-size 2D lattices. We find that paths with long 1D segments are more efficient at training the autoregressive models compared to space-filling curves that better preserve the 2D locality. Our results illustrate the potential importance in choosing the optimal autoregressive sequence ordering when training modern language models for tasks in physics.

📄 PDF Abstract BibTeX arXiv:2408.15715

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

CoRMF: Criticality-Ordered Recurrent Mean Field Ising Solver

2024-03-05 · Zhenyu Pan, Ammar Gilani, En-Jui Kuo, Zhuo Liu

We propose an RNN-based efficient Ising model solver, the Criticality-ordered Recurrent Mean Field (CoRMF), for forward Ising problems. In its core, a criticality-ordered spin sequence of an $N$-spin Ising model is intro…

Path-Dependent Denoising: A Non-Conservative Field Perspective on Order Collapse in Diffusion Language Models

2026-05-10 · Jeonseong Kim arxiv

Diffusion language models (DLMs) offer a structural alternative to autoregressive generation: denoising can update tokens in arbitrary orders or in parallel rather than along a fixed left-to-right chain. In practice, fas…

The dynamical regime and its importance for evolvability, task performance and generalization

2021-03-22 · Jan Prosi, Sina Khajehabdollahi, Emmanouil Giannakakis, Georg Martius 외

It has long been hypothesized that operating close to the critical state is beneficial for natural and artificial systems. We test this hypothesis by evolving foraging agents controlled by neural networks that can change…

Compact Autoregressive Network

2019-09-06 · Di Wang, Feiqing Huang, Jingyu Zhao, Guodong Li 외

Autoregressive networks can achieve promising performance in many sequence modeling tasks with short-range dependence. However, when handling high-dimensional inputs and outputs, the huge amount of parameters in the netw…

TAR

A Neuronal Model at the Edge of Criticality: An Ising-Inspired Approach to Brain Dynamics

2025-06-08 · Sajedeh Sarmastani, Maliheh Ghodrat, Yousef Jamali

We present a neuronal network model inspired by the Ising model, where each neuron is a binary spin ($s_i = \pm1$) interacting with its neighbors on a 2D lattice. Updates are asynchronous and follow Metropolis dynamics, …