Enhancing Low-Rank Adaptation with Recoverability-Based Reinforcement Pruning for Object Counting

Abstract

Object counting is crucial for understanding the distribution of objects in different scenarios. Recently, many object counting networks have been designed to be more complex to achieve marginal improvements, leading to excessive time spent on model design. With the development of large models (LMs), various visual tasks can be accomplished by transferring pre-trained weights from LMs and fine-tuning them. However, tens of millions of training data make the pre-training parameters of LMs not entirely necessary. Moreover, if unnecessary parameters in the large model are not removed, it may lead to decreased performance on the tasks to be transferred. Motivated by this, this paper proposes an Enhancing low-Rank adaptation with Recoverability-based Reinforcement Pruning (E3RP) method to balance the complexity of large model and the accuracy of counting tasks. Firstly, we design a new reward mechanism based on the feature similarity of large model before and after globally unstructured pruning of specific parameters. Additionally, we propose a Patch Query Flip Attention (PQFA) mechanism to align multi-scale features through bidirectional interaction of features. Finally, the parameters of large model are pruned utilizing the pruning rate autonomously determined by the reinforcement learning network, and the large model is fine-tuned to counting tasks by a simple decoding head. Extensive experiments on four cross-scenario datasets demonstrate that the proposed method can remove redundant network parameters while ensuring network performance, with a maximum reduction of up to 63%.

Cite

Text

Guo et al. "Enhancing Low-Rank Adaptation with Recoverability-Based Reinforcement Pruning for Object Counting." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I3.32334

Markdown

[Guo et al. "Enhancing Low-Rank Adaptation with Recoverability-Based Reinforcement Pruning for Object Counting." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/guo2025aaai-enhancing/) doi:10.1609/AAAI.V39I3.32334

BibTeX

@inproceedings{guo2025aaai-enhancing,
  title     = {{Enhancing Low-Rank Adaptation with Recoverability-Based Reinforcement Pruning for Object Counting}},
  author    = {Guo, Haojie and Gao, Junyu and Yuan, Yuan},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {3238-3246},
  doi       = {10.1609/AAAI.V39I3.32334},
  url       = {https://mlanthology.org/aaai/2025/guo2025aaai-enhancing/}
}