paper-with-me

홈 › Papers

Quant-Trim in Practice: Improved Cross-Platform Low-Bit Deployment on Edge NPUs

2025-11-19 · Rayen Dhahri, Steffen Urban arxiv

Specialized edge accelerators rely on low-bit quantization, but vendor compilers differ in scaling, clipping, and kernel support, often as black boxes. The same floating-point (FP) checkpoint can therefore yield inconsistent accuracy across backends, forcing practitioners to tweak flags or refactor models to vendor-friendly operator subsets. We introduce Quant-Trim, a training-phase method that produces a hardware-neutral checkpoint robust to backend and precision choices. It combines progressive fake quantization to align training with the deployed integer grid and reverse pruning to tame outlier-driven scale inflation while preserving learnability. Quant-Trim is agnostic to quantization schemes (symmetric/asymmetric, per-tensor/per-channel, INT8/INT4) and requires no vendor-specific graph changes. Across models and tasks, it narrows the FP-to-low-bit gap, reduces dependence on compiler heuristics/calibration, and avoids per-backend retraining. We report accuracy and edge metrics latency, throughput, energy per inference, and cost under static/dynamic activation scaling and varying operator coverage.

📄 PDF Abstract BibTeX arXiv:2511.15300

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

QuantBench: Benchmarking AI Methods for Quantitative Investment

2025-04-24 · Saizhuo Wang, Hao Kong, Jiadong Guo, Fengrui Hua 외

The field of artificial intelligence (AI) in quantitative investment has seen significant advancements, yet it lacks a standardized benchmark aligned with industry practices. This gap hinders research progress and limits…

BenchmarkingContinual Learning

Improved Image Matting via Real-time User Clicks and Uncertainty Estimation

2020-12-15 · CVPR 2021 1 · Tianyi Wei, Dongdong Chen, Wenbo Zhou, Jing Liao 외

Image matting is a fundamental and challenging problem in computer vision and graphics. Most existing matting methods leverage a user-supplied trimap as an auxiliary input to produce good alpha matte. However, obtaining …

Image Matting

Feedback-driven object detection and iterative model improvement

2024-11-29 · Sönke Tenckhoff, Mario Koddenbrock, Erik Rodner

Automated object detection has become increasingly valuable across diverse applications, yet efficient, high-quality annotation remains a persistent challenge. In this paper, we present the development and evaluation of …

Objectobject-detectionObject Detection

Disentangled Image Matting

2019-09-10 · ICCV 2019 10 · Shaofan Cai, Xiaoshuai Zhang, Haoqiang Fan, Haibin Huang 외

Most previous image matting methods require a roughly-specificed trimap as input, and estimate fractional alpha values for all pixels that are in the unknown region of the trimap. In this paper, we argue that directly es…

Image Matting

An Analysis of BPE Vocabulary Trimming in Neural Machine Translation

2024-03-30 · Marco Cognetta, Tatsuya Hiraoka, Naoaki Okazaki, Rico Sennrich 외

We explore threshold vocabulary trimming in Byte-Pair Encoding subword tokenization, a postprocessing step that replaces rare subwords with their component subwords. The technique is available in popular tokenization lib…

Machine TranslationTranslation