Variable-Rate Deep Image Compression based on Low-Rank Adaptation by Progressive Learning

22d ago · Global · primary source: export.arxiv.org

A new method for variable-rate deep image compression uses Low-Rank Adaptation (LoRA) to match the performance of multi-model systems while sharply reducing storage and training costs, according to research posted to arXiv on June 15 [1]. The paper, titled "Variable-Rate Deep Image Compression based on Low-Rank Adaptation by Progressive Learning," addresses a persistent challenge in deep image compression (DIC). While DIC techniques have surpassed traditional codecs, enabling efficient data transmission for streaming, medical imaging, and connected vehicles, most variable-rate approaches either deploy multiple separate networks or rely on a single model that incurs higher computational complexity [1]. The authors propose a progressive learning strategy that inserts a LoRA Rate-Adaptive Module (LoRAM) into existing DIC architectures [1]. LoRA is a parameter-efficient fine-tuning method that adapts large pre-trained models by training only a small set of additional weights. Neural networks, which underpin modern DIC systems, consist of layers of artificial neurons that process signals through weighted connections adjusted during training [2]. By confining updates to low-rank matrices, LoRA dramatically reduces the number of parameters that must be stored and optimized. The new work exploits a re-parameterized merging property of LoRA: after training, the adapter weights can be folded into the base model, meaning the method "does not introduce additional computational complexity during inference" [1]. Comprehensive experiments reported in the paper show that the LoRAM-equipped approach achieves competitive compression performance against methods that use multiple models. The efficiency gains are stark: the technique saves 99% in parameter storage, 90% in datasets, and 97% in training steps [1]. These figures underscore a shift toward more resource-efficient machine learning pipelines, a concern that has grown alongside the scale of modern models. Large language models, for instance, now contain hundreds of billions of parameters and are trained on vast text corpora [10], making parameter-efficient adaptation a critical area of research. The work appears on arXiv, an open-access repository that has hosted over two million e-prints since its founding in 1991 and currently receives roughly 24,000 submissions per month [8]. The platform also supports community-built tools through its arXivLabs framework, which allows third-party developers to create features such as citation explorers and code linkers that enhance the reading and discovery experience [6][7].

research-paperinfrastructure

Background sources we checked (9)
  • en.wikipedia.org ↗ In machine learning, a neural network (NN) or neural net, is a computational model inspired by the structure and functions of biological neural networks. A neural network consists of connected units or nodes called artificial neurons, which loosely model the neurons in the brain.…
  • en.wikipedia.org ↗ Hypoxia is a condition in which the body or a region of the body is deprived of an adequate oxygen supply at the tissue level. Hypoxia may be classified as either generalized, affecting the whole body, or local, affecting a region of the body. Although hypoxia is often a patholog…
  • en.wikipedia.org ↗ Paleontology or palaeontology is the study of prehistoric life forms on Earth through the examination of plant and animal fossils. This includes the study of body fossils, tracks (ichnites), burrows, cast-off parts, fossilised feces (coprolites), palynomorphs and chemical residue…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue