TL;DR
This paper introduces a novel end-to-end weight pruning method for image captioning models, achieving up to 95% sparsity and significant model size reduction while maintaining or improving performance.
Contribution
It presents the first comprehensive comparison of pruning methods for image captioning and proposes a new gradual sparsification technique based on weight sensitivity.
Findings
80-95% sparsity can match or outperform dense models
Up to 75% reduction in model size achieved
Models with high sparsity attain CIDEr scores >120 on MS-COCO
Abstract
With the advancement of deep models, research work on image captioning has led to a remarkable gain in raw performance over the last decade, along with increasing model complexity and computational cost. However, surprisingly works on compression of deep networks for image captioning task has received little to no attention. For the first time in image captioning research, we provide an extensive comparison of various unstructured weight pruning methods on three different popular image captioning architectures, namely Soft-Attention, Up-Down and Object Relation Transformer. Following this, we propose a novel end-to-end weight pruning method that performs gradual sparsification based on weight sensitivity to the training loss. The pruning schemes are then extended with encoder pruning, where we show that conducting both decoder pruning and training simultaneously prior to the encoder…
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
MethodsAttention Is All You Need · Pruning · Linear Layer · Position-Wise Feed-Forward Layer · Adam · Byte Pair Encoding · Label Smoothing · Softmax · Dense Connections · Absolute Position Encodings
