paper-with-me

Papers

Uncovering the Hidden Cost of Model Compression

2023-08-29 · Diganta Misra, Muawiz Chaudhary, Agam Goyal, Bharat Runwal, Pin Yu Chen

In an age dominated by resource-intensive foundation models, the ability to efficiently adapt to downstream tasks is crucial. Visual Prompting (VP), drawing inspiration from the prompting techniques employed in Large Language Models (LLMs), has emerged as a pivotal method for transfer learning in the realm of computer vision. As the importance of efficiency continues to rise, research into model compression has become indispensable in alleviating the computational burdens associated with training and deploying over-parameterized neural networks. A primary objective in model compression is to develop sparse and/or quantized models capable of matching or even surpassing the performance of their over-parameterized, full-precision counterparts. Although previous studies have explored the effects of model compression on transfer learning, its impact on visual prompting-based transfer remains unclear. This study aims to bridge this gap, shedding light on the fact that model compression detrimentally impacts the performance of visual prompting-based transfer, particularly evident in scenarios with low data volume. Furthermore, our findings underscore the adverse influence of sparsity on the calibration of downstream visual-prompted models. However, intriguingly, we also illustrate that such negative effects on calibration are not present when models are compressed via quantization. This empirical investigation underscores the need for a nuanced understanding beyond mere accuracy in sparse and quantized settings, thereby paving the way for further exploration in Visual Prompting techniques tailored for sparse and quantized models.

📄 PDF Abstract BibTeX arXiv:2308.14969

Code (2)

landskape-ai/reprogram_lt 공식 구현 pytorch
digantamisra98/digantamisra98.github.io

Tasks

modelModel CompressionQuantizationTransfer LearningVisual Prompting

Similar Papers 제목 키워드 기반

How Wide and How Deep? Mitigating Over-Squashing of GNNs via Channel Capacity Constrained Estimation

2025-11-09 · Zinuo You, Jin Zheng, John Cartlidge arxiv

Existing graph neural networks typically rely on heuristic choices for hidden dimensions and propagation depths, which often lead to severe information loss during propagation, known as over-squashing. To address this is…

Representation Learning

SeDeM: Selective Decompression of Hidden-State Memories for Long-Context Question Answering

2026-07-31 · Maryam Haghifam, Jason Cong, Yizhou Sun arxiv

Long-context inference with large language models (LLMs) is costly: self-attention during prefill scales quadratically with sequence length, and the key-value (KV) cache grows with the number of processed tokens. Larger …

Question Answering

Layer by Layer: Uncovering Hidden Representations in Language Models

2025-02-04 · Oscar Skean, Md Rifat Arefin, Dan Zhao, Niket Patel 외

From extracting features to generating text, the outputs of large language models (LLMs) typically rely on their final layers, following the conventional wisdom that earlier layers capture only low-level cues. However, o…

State Space Models

Improving the Worst-Case Bidirectional Communication Complexity for Nonconvex Distributed Optimization under Function Similarity

2024-02-09 · Kaja Gruntkowska, Alexander Tyurin, Peter Richtárik

Effective communication between the server and workers plays a key role in distributed optimization. In this paper, we focus on optimizing the server-to-worker communication, uncovering inefficiencies in prevalent downli…

Distributed Optimization

Structure Amplification on Multi-layer Stochastic Block Models

2021-07-31 · Xiaodong Xin, Kun He, Jialu Bao, Bart Selman 외

Much of the complexity of social, biological, and engineered systems arises from a network of complex interactions connecting many basic components. Network analysis tools have been successful at uncovering latent struct…

Stochastic Block Model