CLLGAug 19, 2025

Compressed Models are NOT Trust-equivalent to Their Large Counterparts

arXiv:2508.13533v1h-index: 1
Originality Incremental advance
AI Analysis

This highlights a critical trust issue for deploying compressed models in resource-constrained environments, showing that performance parity is insufficient for reliable replacement.

The paper tackled the problem of whether compressed deep learning models can be trusted as much as their original large versions, finding that even when accuracies are similar, compressed models show low interpretability alignment and significant calibration mismatches, indicating they are not trust-equivalent.

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.

Foundations

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

Your Notes