paper-with-me

홈 › Papers

Fast Forwarding Low-Rank Training

2024-09-06 · Adir Rahamim, Naomi Saphra, Sara Kangaslahti, Yonatan Belinkov

Parameter efficient finetuning methods like low-rank adaptation (LoRA) aim to reduce the computational costs of finetuning pretrained Language Models (LMs). Enabled by these low-rank settings, we propose an even more efficient optimization strategy: Fast Forward, a simple and effective approach to accelerate large segments of training. In a Fast Forward stage, we repeat the most recent optimizer step until the loss stops improving on a tiny validation set. By alternating between regular optimization steps and Fast Forward stages, Fast Forward provides up to an 87\% reduction in FLOPs and up to an 81\% reduction in train time over standard SGD with Adam. We validate Fast Forward by finetuning various models on different tasks and demonstrate that it speeds up training without compromising model performance. Additionally, we analyze when and how to apply Fast Forward.

📄 PDF Abstract BibTeX arXiv:2409.04206

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Input Fast-Forwarding for Better Deep Learning

2017-05-23 · Ahmed Ibrahim, A. Lynn Abbott, Mohamed E. Hussein

This paper introduces a new architectural framework, known as input fast-forwarding, that can enhance the performance of deep networks. The main idea is to incorporate a parallel path that sends representations of input …

Deep Learning

Optimizing Mastery Learning by Fast-Forwarding Over-Practice Steps

2025-06-21 · Meng Xia, Robin Schmucker, Conrad Borchers, Vincent Aleven

Mastery learning improves learning proficiency and efficiency. However, the overpractice of skills--students spending time on skills they have already mastered--remains a fundamental challenge for tutoring systems. Previ…

FFNet: Video Fast-Forwarding via Reinforcement Learning

2018-05-08 · CVPR 2018 6 · Shuyue Lan, Rameswar Panda, Qi Zhu, Amit K. Roy-Chowdhury

For many applications with limited computation, communication, storage and energy resources, there is an imperative need of computer vision methods that could select an informative subset of the input video for efficient…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Video Summarization

Distributed Multi-agent Video Fast-forwarding

2020-08-10 · Shuyue Lan, Zhilu Wang, Amit K. Roy-Chowdhury, Ermin Wei 외

In many intelligent systems, a network of agents collaboratively perceives the environment for better and more efficient situation awareness. As these agents often have limited resources, it could be greatly beneficial t…

On-device Semantic Selection Made Low Latency and Memory Efficient with Monolithic Forwarding

2025-10-17 · Jiahao Zhou, Chengliang Lin, Dingji Li, Mingkai Dong 외 arxiv

Semantic top-K selection with cross-encoder rerankers underpins on-device AI services, such as retrieval-augmented generation, agent memory, and personalized recommendation. However, its latency and memory demands domina…