paper-with-me

Papers

Compressed Models are NOT Trust-equivalent to Their Large Counterparts

2025-08-19 · Rohit Raj Rai, Chirag Kothari, Siddhesh Shelke, Amit Awekar arxiv

Large Deep Learning models are often compressed before being deployed in a resource-constrained environment. Can we trust the prediction of compressed models just as we trust the prediction of the original large model? Existing work has keenly studied the effect of compression on accuracy and related performance measures. However, performance parity does not guarantee trust-equivalence. We propose a two-dimensional framework for trust-equivalence evaluation. First, interpretability alignment measures whether the models base their predictions on the same input features. We use LIME and SHAP tests to measure the interpretability alignment. Second, calibration similarity measures whether the models exhibit comparable reliability in their predicted probabilities. It is assessed via ECE, MCE, Brier Score, and reliability diagrams. We conducted experiments using BERT-base as the large model and its multiple compressed variants. We focused on two text classification tasks: natural language inference and paraphrase identification. Our results reveal low interpretability alignment and significant mismatch in calibration similarity. It happens even when the accuracies are nearly identical between models. These findings show that compressed models are not trust-equivalent to their large counterparts. Deploying compressed models as a drop-in replacement for large models requires careful assessment, going beyond performance parity.

📄 PDF Abstract BibTeX arXiv:2508.13533

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceParaphrase IdentificationText Classification

Similar Papers 제목 키워드 기반

Alignment Adapter to Improve the Performance of Compressed Deep Learning Models

2026-02-16 · Rohit Raj Rai, Abhishek Dhaka, Amit Awekar arxiv

Compressed Deep Learning (DL) models are essential for deployment in resource-constrained environments. But their performance often lags behind their large-scale counterparts. To bridge this gap, we propose Alignment Ada…

Trustworthiness of Stochastic Gradient Descent in Distributed Learning

2024-10-28 · Hongyang Li, Caesar Wu, Mohammed Chadli, Said Mammar 외

Distributed learning (DL) uses multiple nodes to accelerate training, enabling efficient optimization of large-scale models. Stochastic Gradient Descent (SGD), a key optimization algorithm, plays a central role in this p…

Downsized and Compromised?: Assessing the Faithfulness of Model Compression

2025-10-07 · Moumita Kamal, Douglas A. Talbert arxiv

In real-world applications, computational constraints often require transforming large models into smaller, more efficient versions through model compression. While these techniques aim to reduce size and computational c…

Model Compression

Decomposed Trust: Privacy, Adversarial Robustness, Ethics, and Fairness in Low-Rank LLMs

2025-11-27 · Daniel Agyei Asante, Md Mokarram Chowdhury, Yang Li arxiv

Large language models (LLMs) have driven major advances across domains, yet their massive size hinders deployment in resource-constrained settings. Low-rank factorization addresses this challenge by compressing models to…

Adversarial Robustness

Enhancing Quality of Compressed Images by Mitigating Enhancement Bias Towards Compression Domain

2024-02-27 · CVPR 2024 1 · Qunliang Xing, Mai Xu, Shengxi Li, Xin Deng 외

Existing quality enhancement methods for compressed images focus on aligning the enhancement domain with the raw domain to yield realistic images. However, these methods exhibit a pervasive enhancement bias towards the c…