paper-with-me

홈 › Papers

Taylor-Calibrate: Principled Initialization for Hybrid Linear Attention Distillation

2026-06-15 · Zhongzhu Zhou, Qingyang Wu, Junxiong Wang, Mayank Mishra, Shuaiwen Leon Song, Ben Athiwaratkun, Chenfeng Xu arxiv

Hybrid linear attention models offer an appealing path to faster long-context inference: they reduce the quadratic cost and KV-cache burden of full softmax attention while retaining much of the quality of Transformer models. A practical way to obtain such models is to convert a pretrained Transformer instead of pretraining a new architecture from scratch, but this conversion is still brittle. Simply copying the teacher attention projections into a Gated DeltaNet (GDN) student does not specify the new recurrent decay, write, and output-gating dynamics. As a result, the converted model often starts in a poor dynamical regime and must spend many distillation tokens repairing initialization rather than learning the remaining teacher behavior. We propose Taylor-Calibrate, a lightweight initialization method for hybrid GDN students. The method uses Taylor-guided teacher attention statistics to set the value projection, memory timescale, write gates, and output gate, then applies a short per-layer alignment step to match each converted layer to the teacher output. Across four teacher settings and three retained-layer policies, Taylor-Calibrate gives substantially stronger zero-shot students, with up to an 88x improvement in a representative ablation, and reaches matched recovery targets with 4.9x--9.2x fewer training tokens than naive conversion.

📄 PDF Abstract BibTeX arXiv:2606.16429

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Taylorized Training: Towards Better Approximation of Neural Network Training at Finite Width

2020-02-10 · Yu Bai, Ben Krause, Huan Wang, Caiming Xiong 외

We propose \emph{Taylorized training} as an initiative towards better understanding neural network training at finite width. Taylorized training involves training the $k$-th order Taylor expansion of the neural network a…

Neural Network Pruning via QUBO Optimization

2026-04-07 · Osama Orabi, Artur Zagitov, Hadi Salloum, Viktor A. Lobachev 외 arxiv

Neural network pruning can be formulated as a combinatorial optimization problem, yet most existing approaches rely on greedy heuristics that ignore complex interactions between filters. Formal optimization methods such …

Neural Network CompressionImage DenoisingNetwork Pruning

Taylor-Expansion-Based Robust Power Flow in Unbalanced Distribution Systems: A Hybrid Data-Aided Method

2024-07-27 · Sungjoo Chung, Ying Zhang, Zhaoyu Wang, Fei Ding

Traditional power flow methods often adopt certain assumptions designed for passive balanced distribution systems, thus lacking practicality for unbalanced operation. Moreover, their computation accuracy and efficiency a…

Computational Efficiencyregression

TaylorPODA: A Taylor Expansion-Based Method to Improve Post-Hoc Attributions for Opaque Models

2025-07-14 · Yuchi Tang, Iñaki Esnaola, Suzanne Mason, George Panoutsos

Existing post-hoc model-agnostic methods generate external explanations for opaque models, primarily by locally attributing the model output to its input features. However, they often lack an explicit and systematic fram…

StruSR: Structure-Aware Symbolic Regression with Physics-Informed Taylor Guidance

2025-10-08 · Yunpeng Gong, Sihan Lan, Can Yang, Kunpeng Xu 외 arxiv

Symbolic regression aims to find interpretable analytical expressions by searching over mathematical formula spaces to capture underlying system behavior, particularly in scientific modeling governed by physical laws. Ho…