paper-with-me

홈 › Papers

Effective Fine-Tuning of Vision Transformers with Low-Rank Adaptation for Privacy-Preserving Image Classification

2025-07-16 · Haiwei Lin, Shoko Imaizumi, Hitoshi Kiya arxiv

We propose a low-rank adaptation method for training privacy-preserving vision transformer (ViT) models that efficiently freezes pre-trained ViT model weights. In the proposed method, trainable rank decomposition matrices are injected into each layer of the ViT architecture, and moreover, the patch embedding layer is not frozen, unlike in the case of the conventional low-rank adaptation methods. The proposed method allows us not only to reduce the number of trainable parameters but to also maintain almost the same accuracy as that of full-time tuning.

📄 PDF Abstract BibTeX arXiv:2507.11943

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Collaborative Low-Rank Adaptation for Pre-Trained Vision Transformers

2025-12-31 · Zheng Liu, Jinchao Zhu, Gao Huang arxiv

Low-rank adaptation (LoRA) has achieved remarkable success in fine-tuning pre-trained vision transformers for various downstream tasks. Existing studies mainly focus on exploring more parameter-efficient strategies or mo…

Representation Learning

Low-Rank Prehab: Preparing Neural Networks for SVD Compression

2025-12-01 · Haoran Qin, Shansita Sharma, Ali Abbasi, Chayne Thrash 외 arxiv

Low-rank approximation methods such as singular value decomposition (SVD) and its variants (e.g., Fisher-weighted SVD, Activation SVD) have recently emerged as effective tools for neural network compression. In this sett…

Neural Network Compression

Spectral Transformation for Layer-wise Global Rank Discovery in Federated LoRA for Vision Transformers

2026-07-23 · Hariharan Ramesh, Jyotikrishna Dass arxiv

Fine-tuning Vision Transformers (ViTs) with low-rank adapters (LoRA) promises better communication efficiency under federated setup, yet existing aggregation strategies face fundamental limitations. Independently averagi…

Q3R: Quadratic Reweighted Rank Regularizer for Effective Low-Rank Training

2025-11-06 · Ipsita Ghosh, Ethan Nguyen, Christian Kümmerle arxiv

Parameter-efficient training based on low-rank optimization has become a highly successful tool for fine-tuning large deep learning models. However, these methods often fail for low-rank pre-training, where simultaneousl…

AdapterTune: Zero-Initialized Low-Rank Adapters for Frozen Vision Transformers

2026-03-16 · Salim Khazem arxiv

Frozen-backbone transfer with Vision Transformers faces two under-addressed issues: optimization instability when adapters are naively inserted into a fixed feature extractor, and the absence of principled guidance for s…