- 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
andFFN_LORS
, implemented in the file DeiT-Tiny_with_LORS/mmcls/models/backbones/lors_vit.py.
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.