LORS: Low-rank Residual Structure for Parameter-Efficient Network Stacking
Jialin Li, Qiang Nie, Weifu Fu, Yuhuan Lin, Guangpin Tao, Yong Liu,, Chengjie Wang

TL;DR
LORS introduces a low-rank residual structure that enables parameter sharing among stacked modules in deep models, significantly reducing parameters while maintaining or improving performance, validated on object detection tasks.
Contribution
The paper proposes LORS, a novel low-rank residual structure that allows parameter sharing in stacked modules, reducing parameter count without sacrificing accuracy.
Findings
Achieves up to 70% parameter reduction in decoders.
Maintains comparable or better performance with fewer parameters.
Effective in query-based object detection on MS COCO.
Abstract
Deep learning models, particularly those based on transformers, often employ numerous stacked structures, which possess identical architectures and perform similar functions. While effective, this stacking paradigm leads to a substantial increase in the number of parameters, posing challenges for practical applications. In today's landscape of increasingly large models, stacking depth can even reach dozens, further exacerbating this issue. To mitigate this problem, we introduce LORS (LOw-rank Residual Structure). LORS allows stacked modules to share the majority of parameters, requiring a much smaller number of unique ones per module to match or even surpass the performance of using entirely distinct ones, thereby significantly reducing parameter usage. We validate our method by applying it to the stacked decoders of a query-based object detector, and conduct extensive experiments on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection · Optical measurement and interference techniques · Sparse and Compressive Sensing Techniques
