CVJun 26, 2023

ParameterNet: Parameters Are All You Need

arXiv:2306.14525v294 citationsh-index: 54
Originality Incremental advance
AI Analysis

This addresses a bottleneck in efficient model design for vision and language tasks, though it appears incremental as it builds on dynamic convolutions and existing pretraining frameworks.

The paper tackles the problem that low-FLOPs models cannot benefit from large-scale pretraining by introducing ParameterNet, which adds parameters without significantly increasing FLOPs, achieving higher accuracy on ImageNet (81.6% vs. 80.9%) with lower FLOPs (0.6G vs. 4.5G) and improving language model accuracy by 2%.

The large-scale visual pretraining has significantly improve the performance of large vision models. However, we observe the \emph{low FLOPs pitfall} that the existing low-FLOPs models cannot benefit from large-scale pretraining. In this paper, we introduce a novel design principle, termed ParameterNet, aimed at augmenting the number of parameters in large-scale visual pretraining models while minimizing the increase in FLOPs. We leverage dynamic convolutions to incorporate additional parameters into the networks with only a marginal rise in FLOPs. The ParameterNet approach allows low-FLOPs networks to take advantage of large-scale visual pretraining. Furthermore, we extend the ParameterNet concept to the language domain to enhance inference results while preserving inference speed. Experiments on the large-scale ImageNet-22K have shown the superiority of our ParameterNet scheme. For example, ParameterNet-600M can achieve higher accuracy on ImageNet than the widely-used Swin Transformer (81.6\% \emph{vs.} 80.9\%) and has much lower FLOPs (0.6G \emph{vs.} 4.5G). In the language domain, LLaMA-1B enhanced with ParameterNet achieves 2\% higher accuracy over vanilla LLaMA. The code will be released at \url{https://parameternet.github.io/}.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes