HaLViT: Half of the Weights Are Enough

Abstract

Deep learning architectures like Transformers and Convolutional Neural Networks (CNNs) have led to ground-breaking advances across numerous fields. However, their extensive need for parameters poses challenges for implementation in environments with limited resources. In our research, we propose a strategy that focuses on the utilization of the column and row spaces of weight matrices, significantly reducing the number of required model parameters without substantially affecting performance. This technique is applied to both Bottleneck and Attention layers, achieving a notable reduction in parameters with minimal impact on model efficacy. Our proposed model, HaLViT, exemplifies a parameter-efficient Vision Transformer. Through rigorous experiments on the ImageNet dataset and COCO dataset, HaLViT’s performance validates the effectiveness of our method, offering results comparable to those of conventional models.

Cite

Text

Koyun and Töreyin. "HaLViT: Half of the Weights Are Enough." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2024. doi:10.1109/CVPRW63382.2024.00370

Markdown

[Koyun and Töreyin. "HaLViT: Half of the Weights Are Enough." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2024.](https://mlanthology.org/cvprw/2024/koyun2024cvprw-halvit/) doi:10.1109/CVPRW63382.2024.00370

BibTeX

@inproceedings{koyun2024cvprw-halvit,
  title     = {{HaLViT: Half of the Weights Are Enough}},
  author    = {Koyun, Onur Can and Töreyin, Behçet Ugur},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2024},
  pages     = {3669-3678},
  doi       = {10.1109/CVPRW63382.2024.00370},
  url       = {https://mlanthology.org/cvprw/2024/koyun2024cvprw-halvit/}
}