Pith. sign in

REVIEW 8 cited by

BAdam: A Memory Efficient Full Parameter Optimization Method for Large Language Models

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2404.02827 v3 pith:GRVZVIB4 submitted 2024-04-03 cs.LG

classification cs.LG
keywords badammemoryefficientmodelsoptimizationadamfinetuningfull
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

This work presents BAdam, an optimization method that leverages the block coordinate descent (BCD) framework with Adam's update rule. BAdam offers a memory efficient approach to the full parameter finetuning of large language models. We conduct a theoretical convergence analysis for BAdam in the deterministic case. Experimentally, we apply BAdam to finetune the Llama 3-8B and Llama 3-70B models using a single RTX3090-24GB GPU and 4 A100-80GB GPUs, respectively. The results confirm BAdam's efficiency in terms of memory usage, running time, and optimization capability. Furthermore, the downstream performance evaluation based on MT-bench and math benchmarks shows that BAdam outperforms existing memory efficient baselines such as LoRA. It also demonstrates that BAdam can achieve comparable or even superior performance compared to Adam. Finally, the ablation study using SGD's update rule illustrates the suitability of BCD for finetuning LLMs. Our code can be easily integrated into any PyTorch-based codebase and is available at https://github.com/Ledzy/BAdam.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 8 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Low-rank Momentum Factorization for Memory Efficient Training

    cs.LG 2025-07 reject novelty 6.0 of 10

    MoFaSGD keeps a low-rank factored momentum and uses its singular vectors as the update direction, achieving LoRA-level memory with competitive fine-tuning performance, but its convergence proof is flawed.

  2. Elucidating Subspace Perturbation in Zeroth-Order Optimization: Theory and Practice at Scale

    cs.LG 2025-01 conditional novelty 6.0 of 10

    A unified analysis of subspace perturbations in zero-order optimization identifies subspace alignment as the key driver of convergence, and leads to MeZO-BCD, a block-coordinate method with up to 2.77x wall-clock spee...

  3. SABER: Model-agnostic Backdoor Attack on Chain-of-Thought in Neural Code Generation

    cs.SE 2024-12 reject novelty 6.0 of 10

    SABER poisons a chain-of-thought generator so that emphasized trigger words in a prompt make AI coding assistants write subtly incorrect code.

  4. ParaBlock: Communication-Computation Parallel Block Coordinate Federated Learning for Large Language Models

    cs.LG 2025-11 conditional novelty 5.0 of 10

    ParaBlock hides communication latency in federated block-coordinate LLM fine-tuning by running last round's upload/download in parallel with current computation, preserving the O(1/√T) convergence rate.

  5. GaLore 2: Large-Scale LLM Pre-Training by Gradient Low-Rank Projection

    cs.LG 2025-04 conditional novelty 5.0 of 10

    GaLore 2 pre-trains a Llama 7B model on 500B tokens using low-rank gradient projection, matching an 8-bit Adam baseline while using less optimizer memory.

  6. Geometrically Principled Randomized Optimization for Efficient LLM Training

    cs.LG 2025-10 reject novelty 4.0 of 10

    Randomized Grassmannian subspace updates, combined with Adam-state alignment and residual recovery, produce small evaluation-loss gains over prior low-rank LLM training methods.

  7. Scalable Parameter and Memory Efficient Pretraining for LLM: Recent Algorithmic Advances and Benchmarking

    cs.LG 2025-05 conditional novelty 4.0 of 10

    A benchmark and two low-cost tricks (weight refactorization and momentum reset) that make low-rank LLM pre-training competitive with GaLore and Fira at about 25% lower memory.

  8. Systematic Optimization of Open Source Large Language Models for Mathematical Reasoning

    cs.LG 2025-09 reject novelty 3.0 of 10

    A hyperparameter search for LLM math reasoning that reports simulated, not measured, performance gains.

Pith tools