Skip to content

li-jl16/LORS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LORS: Low-rank Residual Structure for Parameter-Efficient Network Stacking


💡 Notice

  • Applying LORS to AdaMixer. The code is implemented as a python class called FactorizedAdaptiveMixing, located in the file AdaMixer_with_LORS/mmdet/models/roi_heads/bbox_heads/factorized_adaptive_mixing_operator.py.
  • Applying LORS to Transformer(Deit-Tiny). The code consists of python class MultiheadAttention_LORS and FFN_LORS, implemented in the file DeiT-Tiny_with_LORS/mmcls/models/backbones/lors_vit.py.

🔥 News

  • 2024.04.22 Release training and inference codes.
  • 2024.04.05 LORS is selected as a highlight poster.
  • 2024.02.27 LORS is accepted by CVPR 2024.

About

CVPR2024 highlight.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published