Papers › DropBP: Accelerating Fine-Tuning of Large Language Models by Dropping Backward Propagation

DropBP: Accelerating Fine-Tuning of Large Language Models by Dropping Backward Propagation

27 Feb 2024arXiv:2402.17812archive 2025-07-28

Sunghyeon Woo, Baeseong Park, Byeongwook Kim, Minjung Jo, Se Jung Kwon, Dongsuk Jeon, Dongsoo Lee

Large language models (LLMs) have achieved significant success across various domains. However, training these LLMs typically involves substantial memory and computational costs during both forward and backward propagation. While parameter-efficient fine-tuning (PEFT) considerably reduces the training memory associated with parameters, it does not address the significant computational costs and activation memory. In this paper, we propose Dropping Backward Propagation (DropBP), a novel approach designed to reduce computational costs and activation memory while maintaining accuracy. DropBP randomly drops layers during backward propagation, which is essentially equivalent to training shallow submodules generated by undropped layers and residual connections. Additionally, DropBP calculates the sensitivity of each layer to assign an appropriate drop rate, thereby stabilizing the training process. DropBP is not only applicable to full fine-tuning but can also be orthogonally integrated with all types of PEFT by dropping layers during backward propagation. Specifically, DropBP can reduce training time by 44% with comparable accuracy to the baseline, accelerate convergence to the same perplexity by 1.5x, and enable training with a sequence length 6.2x larger on a single NVIDIA-A100 GPU. Furthermore, our DropBP enabled a throughput increase of 79% on a NVIDIA A100 GPU and 117% on an Intel Gaudi2 HPU. The code is available at https://github.com/WooSunghyeon/dropbp.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.17812")

Code

Syntology Ran 8 of 11 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

woosunghyeon/dropbp officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 8 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

8ran
3unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from woosunghyeon/dropbp. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_tip_message woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/deprecate_models.py official repository ran fingerprinted MIT (permissive) · ab306165fa74656c · report
get_config_class_from_processor_class woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/create_dummy_models.py official repository ran MIT (permissive) · 3d999b95009c7537 · report
get_list_of_repo_model_paths woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/models_to_deprecate.py official repository ran fingerprinted MIT (permissive) · 938fc7c2422ef91d · report
get_model_doc_path woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/deprecate_models.py official repository ran MIT (permissive) · 051d790d9b197d9d · report
get_models woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/pr_slow_ci_models.py official repository ran fingerprinted MIT (permissive) · 0dd0c5bdb6aa92c9 · report
get_new_python_files_between_commits woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/pr_slow_ci_models.py official repository ran MIT (permissive) · 0f78c7037b35a137 · report
get_processor_types_from_config_class woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/create_dummy_models.py official repository ran MIT (permissive) · 0c0b81b081919d8e · report
parse_commit_message woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/pr_slow_ci_models.py official repository ran fingerprinted MIT (permissive) · 17e5d8c36cc6bce8 · report
extract_model_info woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/deprecate_models.py official repository unverified MIT (permissive) · 54b7273383fcfc2d · report
get_architectures_from_config_class woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/create_dummy_models.py official repository unverified MIT (permissive) · b176efb26f72e507 · report
get_module_source_from_name woosunghyeon/dropbp/huggingface/transformers_dropbp/utils/modular_model_converter.py official repository unverified MIT (permissive) · 93ccbb68485b6350 · report

Tasks

parameter-efficient fine-tuning

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections