paper-with-me

Papers

Structured Linear CDEs: Maximally Expressive and Parallel-in-Time Sequence Models

2025-05-23 · Benjamin Walker, Lingyi Yang, Nicola Muca Cirone, Cristopher Salvi, Terry Lyons

Structured Linear Controlled Differential Equations (SLiCEs) provide a unifying framework for sequence models with structured, input-dependent state-transition matrices that retain the maximal expressivity of dense matrices whilst being cheaper to compute. The framework encompasses existing architectures, such as input-dependent block-diagonal linear recurrent neural networks and DeltaNet's diagonal-plus-low-rank structure, as well as two novel variants based on sparsity and the Walsh--Hadamard transform. We prove that, unlike the diagonal state-transition matrices of S4 and Mamba, SLiCEs employing block-diagonal, sparse, or Walsh--Hadamard matrices match the maximal expressivity of dense matrices. Empirically, SLiCEs solve the $A_5$ state-tracking benchmark with a single layer, achieve best-in-class length generalisation on regular language tasks among parallel-in-time models, and match the state-of-the-art performance of log neural controlled differential equations on six multivariate time-series classification datasets while cutting the average time per training step by a factor of twenty.

📄 PDF Abstract BibTeX arXiv:2505.17761

Code (2)

benjamin-walker/log-neural-cdes 공식 구현 jax
benjamin-walker/structured-linear-cdes 공식 구현 pytorch

Tasks

MambaTime Series Classification

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Advances in Neural Controlled Differential Equations

2026-07-06 · Benjamin Walker arxiv

Many real-world systems evolve continuously, yet most machine learning models interpret time series as discrete sequences. Continuous-time approaches instead treat time series as samples from an underlying input path, a …

Universal Time Series Generation with Neural Controlled Differential Equations

2026-05-27 · Torben Berndt, Elyes Farjallah, Leif Seute, Raeid Saqur 외 arxiv

Recent work on the sequence universality of State Space Models (SSMs) has introduced efficient, maximally expressive continuous-time approaches for time-series modelling. While these works focus on discriminative setting…

Exploiting Inductive Biases in Video Modeling through Neural CDEs

2023-11-08 · Johnathan Chiu, Samuel Duffield, Max Hunter-Gordon, Kaelan Donatella 외

We introduce a novel approach to video modeling that leverages controlled differential equations (CDEs) to address key challenges in video tasks, notably video interpolation and mask propagation. We apply CDEs at varying…

Optical Flow Estimation

Log Neural Controlled Differential Equations: The Lie Brackets Make a Difference

2024-02-28 · Benjamin Walker, Andrew D. McLeod, Tiexin Qin, Yichuan Cheng 외

The vector field of a controlled differential equation (CDE) describes the relationship between a control path and the evolution of a solution path. Neural CDEs (NCDEs) treat time series data as observations from a contr…

MambaTime SeriesTime Series Classification

Activation degree thresholds and expressiveness of polynomial neural networks

2024-08-08 · Bella Finkel, Jose Israel Rodriguez, Chenxi Wu, Thomas Yahl

We study the expressive power of deep polynomial neural networks through the geometry of their neurovariety. We introduce the notion of the activation degree threshold of a network architecture to express when the dimens…

Polynomial Neural Networks