Modular TTT: Rethinking Test-Time Training as Composable Modules
Summary
This paper introduces Modular TTT, a framework that represents test-time training inner learners as directed acyclic graphs, enabling systematic ablation and composition of components. The authors train 410M and 1.45B parameter models on 100B tokens, achieving performance comparable to GatedDeltaNet.
View Cached Full Text
Cached at: 08/10/26, 06:14 AM
Paper page - Modular TTT: Rethinking Test-Time Training as Composable Modules
Source: https://huggingface.co/papers/2608.07110
Abstract
Test-timetraining(TTT)viewssequencemodelingasanonlinelearningprobleminwhichfastweightsareupdatedbyaninternallearningrule.DespitethegrowingnumberofTTTvariants,existingapproachestypicallyhard-codeeachvariantseparately,whichmakesitdifficulttodesignnewTTTmethodsandtoisolatetheroleofeachcomponent.Toaddressthis,weproposeModularTTT,aframeworkthatrepresentstheinnerlearnerasadirectedacyclicgraphandexposesthefast-weightnetwork,lossfunction,learningrate,weightdecay,andnormalizationasexplicitdesigndimensions.ModularTTTautomaticallycomposesprimitive-leveltrain-viewforward,train-viewbackward,andcausalquery-viewrulesintothefullgraph-levelTTTcomputation,includingthefast-weightstatetransition.UsingModularTTT,wesystematicallyablatethecomponentsofTTTandfindthatsmalllearning-rateinitialization,weightdecay,andasingle-layernonlinearityimproveperformance,whileMSEandinner-productlossesperformsimilarly.Deeperfast-weightnetworksandnormalizationtendtohurtperformancebecausetheyinduceexcessivelylargeactivations,whileresidualconnectionsandgatingprovidelittlemeasurablebenefit.Guidedbythesefindings,wetrainthebestresultingvariantas410M-and1.45B-parametermodelson100Btokens,andobservetraininglossandbenchmarkperformancecomparabletoGatedDeltaNet.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.07110
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.07110 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.07110 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.07110 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
Test-Time Training Undermines Safety Guardrails
This paper identifies three threat models for test-time training (TTT) that adversaries can exploit to bypass safety filters in LLMs, achieving high attack success rates. The findings reveal that TTT introduces new vulnerabilities that undermine existing safety guardrails.
Self-Guided Test-Time Training for Long-Context LLMs
Proposes Self-Guided Test-Time Training (S-TTT), where the model identifies relevant evidence spans in long contexts for adaptation, achieving up to 15% relative improvement on long-context reasoning benchmarks.
@ai4research_ucb: TTT-Discover trains on the test problem itself to drive scientific discovery [ADRS Blog #25] We feature TTT-Discover, a…
TTT-Discover is a framework that trains LLMs at test time using reinforcement learning on individual problems, setting new records in GPU kernel engineering and improving mathematical bounds.
Linearizing Vision Transformer with Test-Time Training
This paper proposes a method to convert pretrained Softmax attention models into linear-complexity Test-Time Training (TTT) architectures, achieving comparable text-to-image quality to fine-tuned Softmax models while significantly accelerating inference. The approach is validated by linearizing Stable Diffusion 3.5, resulting in SD3.5-T^5 with 1.32x speedup at 1K resolution.
U-TTT: Towards Generalizable PET Image Denoising via Test-Time Training
This paper introduces U-TTT, a U-shaped deep learning model with test-time training layers and dual-domain adaptation for robust PET image denoising under distribution shifts, achieving state-of-the-art performance across different dose levels and scanner types.