RCR-Router selects role-relevant memory slices under token budgets for multi-agent LLM systems, reporting token savings and quality gains on HotPotQA, MuSiQue, and 2WikiMultihop, but several experimental claims are undercut by estimated or missing data.
Perturbation-efficient Zeroth-order Optimization for Hardware-friendly On-device Training
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Zeroth-order (ZO) optimization is an emerging deep neural network (DNN) training paradigm that offers computational simplicity and memory savings. However, this seemingly promising approach faces a significant and long-ignored challenge. ZO requires generating a substantial number of Gaussian random numbers, which poses significant difficulties and even makes it infeasible for hardware platforms, such as FPGAs and ASICs. In this paper, we identify this critical issue, which arises from the mismatch between algorithm and hardware designers. To address this issue, we proposed PeZO, a perturbation-efficient ZO framework. Specifically, we design random number reuse strategies to significantly reduce the demand for random number generation and introduce a hardware-friendly adaptive scaling method to replace the costly Gaussian distribution with a uniform distribution. Our experiments show that PeZO reduces the required LUTs and FFs for random number generation by 48.6\% and 12.7\%, and saves at maximum 86\% power consumption, all without compromising training performance, making ZO optimization feasible for on-device training. To the best of our knowledge, we are the first to explore the potential of on-device ZO optimization, providing valuable insights for future research.
fields
cs.CL 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
RCR-Router: Efficient Role-Aware Context Routing for Multi-Agent LLM Systems with Structured Memory
RCR-Router selects role-relevant memory slices under token budgets for multi-agent LLM systems, reporting token savings and quality gains on HotPotQA, MuSiQue, and 2WikiMultihop, but several experimental claims are undercut by estimated or missing data.