paper-with-me

Papers

Continuous-Depth Transformers with Learned Control Dynamics

2026-01-15 · Peter Jemley arxiv

We present a hybrid transformer architecture that replaces discrete middle layers with a continuous-depth Neural Ordinary Differential Equation (ODE) block, enabling inference-time control over generation attributes via a learned steering signal. Unlike standard transformers that process representations through fixed discrete layers, our approach treats depth as a continuous variable governed by a learned vector field $F_θ(H, τ, u)$, where $u$ is a low-dimensional control signal injected via explicit concatenation. We validate the architecture through four experiments: (1) gradient flow stability with zero exploding/vanishing gradient events, (2) semantic steering achieving 98\%/88\% accuracy for positive/negative sentiment control, (3) continuous interpolation validated by a negligible 0.068\% trajectory divergence between fixed and adaptive solvers, and (4) efficiency benchmarking demonstrating latency parity with standard discrete baselines. Additionally, we show that adaptive ODE solvers reveal geometric structure in the learned dynamics: the control signal partitions the vector field into distinct dynamical regimes with different curvature characteristics. The adjoint method enables $O(1)$ memory training regardless of integration depth. Our results demonstrate that continuous-depth dynamics with learned control signals provide a viable, efficient mechanism for steerable language generation.

📄 PDF Abstract BibTeX arXiv:2601.10007

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Model-Based Value Estimation for Efficient Model-Free Reinforcement Learning

2018-02-28 · Vladimir Feinberg, Alvin Wan, Ion Stoica, Michael. I. Jordan 외

Recent model-free reinforcement learning algorithms have proposed incorporating learned dynamics models as a source of additional data with the intention of reducing sample complexity. Such methods hold the promise of in…

continuous-controlContinuous Controlmodelreinforcement-learning+2

Understanding Oversmoothing in GNNs as Consensus in Opinion Dynamics

2025-01-31 · Keqin Wang, Yulong Yang, Ishan Saha, Christine Allen-Blanchette

In contrast to classes of neural networks where the learned representations become increasingly expressive with network depth, the learned representations in graph neural networks (GNNs), tend to become increasingly simi…

Adversarial Attack

QT-TDM: Planning With Transformer Dynamics Model and Autoregressive Q-Learning

2024-07-26 · Mostafa Kotb, Cornelius Weber, Muhammad Burhan Hafez, Stefan Wermter

Inspired by the success of the Transformer architecture in natural language processing and computer vision, we investigate the use of Transformers in Reinforcement Learning (RL), specifically in modeling the environment'…

continuous-controlContinuous ControlModel Predictive ControlQ-Learning+1

Tracking and Planning with Spatial World Models

2022-01-25 · Baris Kayalibay, Atanas Mirchev, Patrick van der Smagt, Justin Bayer

We introduce a method for real-time navigation and tracking with differentiably rendered world models. Learning models for control has led to impressive results in robotics and computer games, but this success has yet to…

Pose Estimation

Provable optimal transport with transformers: The essence of depth and prompt engineering

2024-10-25 · Hadi Daneshmand

Can we establish provable performance guarantees for transformers? Establishing such theoretical guarantees is a milestone in developing trustworthy generative AI. In this paper, we take a step toward addressing this que…

Prompt Engineering