paper-with-me

Papers

TSFLora: Token-Compressed Split Fine-Tuning for Wireless Edge Networks

2026-05-17 · Xianke Qiang, Zheng Chang, Li Wang, Ying-Chang Liang arxiv

Adapting large AI models (LAMs) to personalized edge data is challenging because wireless devices have limited memory, computation, and uplink capacity. Federated fine-tuning preserves data privacy but still requires each device to host the full model, while split learning reduces device memory at the cost of heavy activation transmission. This paper proposes TSFLora, a token-compressed split fine-tuning framework for communication-efficient LAM adaptation at the edge. TSFLora combines attention-guided token selection, token merging, low-bit activation quantization, and LoRA-based adaptation within a split federated training pipeline. The key idea is to compress the intermediate token sequence before transmission so that the system reduces both uplink traffic and server-side processing without changing the frozen backbone. Experiments on ViT models over CIFAR-10, CIFAR-100, and TinyImageNet show that TSFLora achieves up to \textbf{6.8$\times$} communication reduction and \textbf{41\%} memory saving while maintaining competitive accuracy.

📄 PDF Abstract BibTeX arXiv:2605.23988

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Robust Low-Resource Fine-Tuning with Multi-View Compressed Representations

2022-11-16 · Linlin Liu, Xingxuan Li, Megh Thakkar, Xin Li 외

Due to the huge amount of parameters, fine-tuning of pretrained language models (PLMs) is prone to overfitting in the low resource scenarios. In this work, we present a novel method that operates on the hidden representa…

Token-Budget Distillation: Transferring Full-Token Semantics to Compressed Video Vision-Language Models

2026-08-28 · Xiaoyang Guo, Guoping Luo, Jusheng Zhang, Keze Wang 외 arxiv

Adapting video vision-language models (VLMs) is computationally expensive because video inputs produce a large number of visual tokens, making both fine-tuning and inference costly. Although visual token compression can …

parameter-efficient fine-tuning

Does Manipulating Tokenization Aid Cross-Lingual Transfer? A Study on POS Tagging for Non-Standardized Languages

2023-04-20 · Verena Blaschke, Hinrich Schütze, Barbara Plank

One of the challenges with finetuning pretrained language models (PLMs) is that their tokenizer is optimized for the language(s) it was pretrained on, but brittle when it comes to previously unseen variations in the data…

Cross-Lingual TransferPart-Of-Speech TaggingPOSPOS Tagging

Alignment Adapter to Improve the Performance of Compressed Deep Learning Models

2026-02-16 · Rohit Raj Rai, Abhishek Dhaka, Amit Awekar arxiv

Compressed Deep Learning (DL) models are essential for deployment in resource-constrained environments. But their performance often lags behind their large-scale counterparts. To bridge this gap, we propose Alignment Ada…

TINY_SCHILLER: A Drop-In German Drama Corpus for Small Language Models

2026-07-22 · Mark Schutera arxiv

tiny_schiller closes the small-language-model prototyping, fine-tuning, education, and research gap for German literary text, providing a single-file, drop-in counterpart to Karpathy's tiny_shakespeare. The available Ger…