Low-Rank Ternary Adaptation for Fine-Tuning Transformers

๐Ÿ“… 2026-08-25
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
ๆœฌๆ–‡ๆๅ‡บไบ†ไธ€็งไฝŽ็งฉไธ‰ๅ€ผไน˜ๆ€ง้€‚ๅบ”ๆ–นๆณ•๏ผŒ็›ดๆŽฅๅœจไธ‰ๅ€ผๆƒ้‡ไธŠ่ฟ›่กŒๅพฎ่ฐƒ๏ผŒ่งฃๅ†ณไบ†็Žฐๆœ‰ๆ–นๆณ•้œ€ๅ้‡ๅŒ–ๆˆ–ไป…ๆ›ดๆ–ฐ้‡ๅŒ–ๅ‚ๆ•ฐ็š„้—ฎ้ข˜ใ€‚
๐Ÿ“ Abstract
Ternary transformers offer extreme memory and compute efficiency, but existing low-bit LoRA-based methods cannot directly fine-tune ternary weights. Current approaches either require dequantization, restoring low-bit base weights to higher precision to merge with adaptation weight, or update only quantization parameters, preventing a merged model that remains ternary. We propose ternary multiplicative adaptation, which represents discrete updates of ternary weights such as sign flips or zeroing through a low-rank Kronecker factorization into two small ternary matrices applied element-wise to ternary weights. This design is parameter-efficient and expressive, preserves the ternary domain, and supports direct merging without dequantization. Experiments on six models across language and vision, including ternarized LLaMA-3 1B and 3B and a ternary ViT-B/16, demonstrate that our method recovers much of the performance lost to quantization and outperforms strong low-bit and ternary baselines. Code is available at https://github.com/alexmanoo/ternary_adaptation.
Problem

Research questions and friction points this paper is trying to address.

Ternary Transformers
Fine-Tuning
Low-bit LoRA
Innovation

Methods, ideas, or system contributions that make the work stand out.

ternary multiplicative adaptation
low-rank Kronecker factorization
parameter-efficient
preserves ternary domain
direct merging without dequantization
๐Ÿ”Ž Similar Papers
๐Ÿ’ผ Related Jobs
No related jobs found.