paper-with-me

Papers

Enhancing Trustworthiness with Mixed Precision: Benchmarks, Opportunities, and Challenges

2025-11-27 · Guanxi Lu, Hao Mark Chen, Zhiqiang Que, Wayne Luk, Hongxiang Fan arxiv

Large language models (LLMs) have shown promising performance across various tasks. However, their autoregressive decoding process poses significant challenges for efficient deployment on existing AI hardware. Quantization alleviates memory and compute pressure by compressing weights, activations, and KV caches to low precisions while preserving generation quality. However, existing quantization frameworks typically focus on perplexity or classification accuracy, often omitting critical trustworthiness metrics. This gap introduces risks when applying quantized LLMs to downstream high-stakes domains such as finance and healthcare. In this work, we systematically investigate the impact of quantization on four trustworthiness metrics (adversarial robustness, fairness, machine ethics, and out-of-distribution robustness) and identify the instability across compression ratios and quantization methods. Building on these observations, we develop a novel precision-ensemble voting approach that leverages predictions from mixed-precision variants of the same model and consistently improves performance by up to $5.8\%$ on trustworthiness metrics. Our results highlight the importance of considering trustworthiness when developing model compression techniques and point to research opportunities at the intersection of compression and trustworthiness for safety-critical applications.

📄 PDF Abstract BibTeX arXiv:2511.22483

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessModel Compression

Similar Papers 제목 키워드 기반

Mixed-precision Neural Networks on RISC-V Cores: ISA extensions for Multi-Pumped Soft SIMD Operations

2024-07-19 · Giorgos Armeniakos, Alexis Maras, Sotirios Xydis, Dimitrios Soudris

Recent advancements in quantization and mixed-precision approaches offers substantial opportunities to improve the speed and energy efficiency of Neural Networks (NN). Research has shown that individual parameters with v…

CPUQuantization

MPX: Mixed Precision Training for JAX

2025-07-04 · Alexander Gräfe, Sebastian Trimpe arxiv

Mixed-precision training has emerged as an indispensable tool for enhancing the efficiency of neural network training in recent years. Concurrently, JAX has grown in popularity as a versatile machine learning toolbox. Ho…

Investigating the Impact of Quantization Methods on the Safety and Reliability of Large Language Models

2025-02-18 · Artyom Kharinaev, Viktor Moskvoretskii, Egor Shvetsov, Kseniia Studenikina 외

Large Language Models (LLMs) have emerged as powerful tools for addressing modern challenges and enabling practical applications. However, their computational expense remains a significant barrier to widespread adoption.…

Quantization

Understanding AI Trustworthiness: A Scoping Review of AIES & FAccT Articles

2025-10-24 · Siddharth Mehrotra, Jin Huang, Xuelong Fu, Roel Dobbe 외 arxiv

Background: Trustworthy AI serves as a foundational pillar for two major AI ethics conferences: AIES and FAccT. However, current research often adopts techno-centric approaches, focusing primarily on technical attributes…

MaRVIn: A Cross-Layer Mixed-Precision RISC-V Framework for DNN Inference, from ISA Extension to Hardware Acceleration

2025-09-18 · Giorgos Armeniakos, Alexis Maras, Sotirios Xydis, Dimitrios Soudris arxiv

The evolution of quantization and mixed-precision techniques has unlocked new possibilities for enhancing the speed and energy efficiency of NNs. Several recent studies indicate that adapting precision levels across diff…

Model Compression