paper-with-me

Papers

HERO: Hessian-Enhanced Robust Optimization for Unifying and Improving Generalization and Quantization Performance

2021-11-23 · Huanrui Yang, Xiaoxuan Yang, Neil Zhenqiang Gong, Yiran Chen

With the recent demand of deploying neural network models on mobile and edge devices, it is desired to improve the model's generalizability on unseen testing data, as well as enhance the model's robustness under fixed-point quantization for efficient deployment. Minimizing the training loss, however, provides few guarantees on the generalization and quantization performance. In this work, we fulfill the need of improving generalization and quantization performance simultaneously by theoretically unifying them under the framework of improving the model's robustness against bounded weight perturbation and minimizing the eigenvalues of the Hessian matrix with respect to model weights. We therefore propose HERO, a Hessian-enhanced robust optimization method, to minimize the Hessian eigenvalues through a gradient-based training process, simultaneously improving the generalization and quantization performance. HERO enables up to a 3.8% gain on test accuracy, up to 30% higher accuracy under 80% training label perturbation, and the best post-training quantization accuracy across a wide range of precision, including a >10% accuracy improvement over SGD-trained models for common model architectures on various datasets.

📄 PDF Abstract BibTeX arXiv:2111.11986

Code (1)

Xiaoxuan-Yang/HERO 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

HeRo-Q: A General Framework for Stable Low Bit Quantization via Hessian Conditioning

2026-01-29 · Jinhao Zhang, Yunquan Zhang, Zicheng yan, Boyang Zhang 외 arxiv

Post Training Quantization (PTQ), a mainstream model compression technique, often leads to the paradoxical 'low error, high loss' phenomenon because it focuses solely on minimizing quantization error. The root cause lies…

Model Compression

Hierarchical Testing with Rabbit Optimization for Industrial Cyber-Physical Systems

2025-07-05 · Jinwei Hu, Zezhi Tang, Xin Jin, Benyuan Zhang 외 arxiv

This paper presents HERO (Hierarchical Testing with Rabbit Optimization), a novel black-box adversarial testing framework for evaluating the robustness of deep learning-based Prognostics and Health Management systems in …

Revisiting Zeroth-Order Hessian Approximation: A Single-Step Policy Optimization Lens

2026-05-29 · Junbin Qiu, Zhaowei Hong, Renzhe Xu, Yao Shu arxiv

Accurate Zeroth-Order (ZO) Hessian estimation is a cornerstone of derivative-free methods, essential for tasks such as bilevel optimization, Bayesian inference, and uncertainty quantification. However, obtaining a comple…

Bilevel OptimizationBayesian Inference

Fast large-scale optimization by unifying stochastic gradient and quasi-Newton methods

2013-11-09 · Jascha Sohl-Dickstein, Ben Poole, Surya Ganguli

We present an algorithm for minimizing a sum of functions that combines the computational efficiency of stochastic gradient descent (SGD) with the second order curvature information leveraged by quasi-Newton methods. We …

Computational Efficiency

A Gauss-Newton Method for Markov Decision Processes

2015-07-29 · Thomas Furmston, Guy Lever

Approximate Newton methods are a standard optimization tool which aim to maintain the benefits of Newton's method, such as a fast rate of convergence, whilst alleviating its drawbacks, such as computationally expensive c…