paper-with-me

Papers

COMCAT: Towards Efficient Compression and Customization of Attention-Based Vision Models

2023-05-26 · Jinqi Xiao, Miao Yin, Yu Gong, Xiao Zang, Jian Ren, Bo Yuan

Attention-based vision models, such as Vision Transformer (ViT) and its variants, have shown promising performance in various computer vision tasks. However, these emerging architectures suffer from large model sizes and high computational costs, calling for efficient model compression solutions. To date, pruning ViTs has been well studied, while other compression strategies that have been widely applied in CNN compression, e.g., model factorization, is little explored in the context of ViT compression. This paper explores an efficient method for compressing vision transformers to enrich the toolset for obtaining compact attention-based vision models. Based on the new insight on the multi-head attention layer, we develop a highly efficient ViT compression solution, which outperforms the state-of-the-art pruning methods. For compressing DeiT-small and DeiT-base models on ImageNet, our proposed approach can achieve 0.45% and 0.76% higher top-1 accuracy even with fewer parameters. Our finding can also be applied to improve the customization efficiency of text-to-image diffusion models, with much faster training (up to $2.6\times$ speedup) and lower extra storage cost (up to $1927.5\times$ reduction) than the existing works.

📄 PDF Abstract BibTeX arXiv:2305.17235

Code (1)

jinqixiao/ComCAT 공식 구현 pytorch

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Pruning 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

A Training-Free Approach for Multi-ID Customization via Attention Adjustment and Spatial Control

2025-11-25 · Jiawei Lin, Guanlong Jiao, Jianjin Xu arxiv

Multi-ID customization is an interesting topic in computer vision and attracts considerable attention recently. Given the ID images of multiple individuals, its purpose is to generate a customized image that seamlessly i…

Position: Vector Prompt Interfaces Should Be Exposed to Enable Customization of Large Language Models

2026-03-04 · Liangwei Yang, Shiyu Wang, Haolin Chen, Rithesh Murthy 외 arxiv

As large language models (LLMs) transition from research prototypes to real-world systems, customization has emerged as a central bottleneck. While text prompts can already customize LLM behavior, we argue that text-only…

Beyond Co-purchase Relation: Evolution of Complementary Recommendations at Allegro

2026-09-04 · Aleksandra Osowska-Kurczab, Klaudia Nazarko, Eliška Kosturová, Lidia Wojciechowska 외 arxiv

When a customer adds a professional camera to their cart, should the system suggest a matching lens, a generic tripod, or another camera body? Complementary Product Recommendation is vital for comprehensive basket buildi…

Product Recommendation

PositionIC: Unified Position and Identity Consistency for Image Customization

2025-07-18 · Junjie Hu, Tianyang Han, Kai Ma, Jialin Gao 외 arxiv

Recent subject-driven image customization excels in fidelity, yet fine-grained instance-level spatial control remains an elusive challenge, hindering real-world applications. This limitation stems from two factors: a sca…

Generating Multi-Image Synthetic Data for Text-to-Image Customization

2025-02-03 · Nupur Kumari, Xi Yin, Jun-Yan Zhu, Ishan Misra 외

Customization of text-to-image models enables users to insert custom concepts and generate the concepts in unseen settings. Existing methods either rely on costly test-time optimization or train encoders on single-image …