paper-with-me

Papers

ZOQO: Zero-Order Quantized Optimization

2025-01-12 · Noga Bar, Raja Giryes

The increasing computational and memory demands in deep learning present significant challenges, especially in resource-constrained environments. We introduce a zero-order quantized optimization (ZOQO) method designed for training models with quantized parameters and operations. Our approach leverages zero-order approximations of the gradient sign and adapts the learning process to maintain the parameters' quantization without the need for full-precision gradient calculations. We demonstrate the effectiveness of ZOQO through experiments in fine-tuning of large language models and black-box adversarial attacks. Despite the limitations of zero-order and quantized operations training, our method achieves competitive performance compared to full-precision methods, highlighting its potential for low-resource environments.

📄 PDF Abstract BibTeX arXiv:2501.06736

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Fine-tuning Quantized Neural Networks with Zeroth-order Optimization

2025-05-19 · Sifeng Shang, Jiayi Zhou, Chenyu Lin, Minxian Li 외

As the size of large language models grows exponentially, GPU memory has become a bottleneck for adapting these models to downstream tasks. In this paper, we aim to push the limits of memory-efficient training by minimiz…

GPUQuantization

Compander-Aligned Query Geometry for Quantized Zeroth-Order Optimization

2026-05-11 · Yao Shu, Zilin Zhu arxiv

Low-bit forward evaluation is an attractive route to memory-efficient zeroth-order (ZO) adaptation: the optimizer needs only scalar losses, and the model can be queried near deployment precision. The obstacle is that a q…

Quantized Evolution Strategies: High-precision Fine-tuning of Quantized LLMs at Low-precision Cost

2026-02-03 · Yinggan Xu, Kajetan Schweighofer, Risto Miikkulainen, Xin Qiu arxiv

Post-Training Quantization (PTQ) is essential for deploying Large Language Models (LLMs) on memory-constrained devices, yet it renders models static and difficult to fine-tune. Standard fine-tuning paradigms, including R…

Reinforcement Learning

GRZO: Group-Relative Zeroth-Order Optimization for Large Language Model Fine-Tuning

2026-06-01 · Liyan Tan, Yequan Zhao, Yifan Yang, Ruijie Zhang 외 arxiv

Zeroth-order (ZO) optimization is a memory-efficient alternative to backpropagation for fine-tuning large language models, but its deployment is limited by the high variance of gradient estimation. We propose GRZO, a Gro…

ElasticZO: A Memory-Efficient On-Device Learning with Combined Zeroth- and First-Order Optimization

2025-01-08 · Keisuke Sugiura, Hiroki Matsutani

Zeroth-order (ZO) optimization is being recognized as a simple yet powerful alternative to standard backpropagation (BP)-based training. Notably, ZO optimization allows for training with only forward passes and (almost) …