AIAug 19, 2025

Discrete Optimization of Min-Max Violation and its Applications Across Computational Sciences

arXiv:2508.13437v11 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This work addresses worst-case performance optimization problems for researchers and practitioners in computational sciences, offering a versatile heuristic with demonstrated gains, though it is incremental as it builds on existing optimization concepts.

The paper tackles the Discrete Min-Max Violation (DMMV) problem, a general optimization framework for minimizing worst-case constraint violations, and develops a GPU-accelerated heuristic that achieves improvements such as 14% better quantization, 16% lower reconstruction error, and 50% ripple reduction across applications in language model quantization, discrete tomography, and FIR filter design.

We introduce the Discrete Min-Max Violation (DMMV) as a general optimization problem which seeks an assignment of discrete values to variables that minimizes the largest constraint violation. This context-free mathematical formulation is applicable to a wide range of use cases that have worst-case performance requirements. After defining the DMMV problem mathematically, we explore its properties to establish a foundational understanding. To tackle DMMV instance sizes of practical relevance, we develop a GPU-accelerated heuristic that takes advantage of the mathematical properties of DMMV for speeding up the solution process. We demonstrate the versatile applicability of our heuristic by solving three optimization problems as use cases: (1) post-training quantization of language models, (2) discrete tomography, and (3) Finite Impulse Response (FIR) filter design. In quantization without outlier separation, our heuristic achieves 14% improvement on average over existing methods. In discrete tomography, it reduces reconstruction error by 16% under uniform noise and accelerates computations by a factor of 6 on GPU. For FIR filter design, it nearly achieves 50% ripple reduction compared to using the commercial integer optimization solver, Gurobi. Our comparative results point to the benefits of studying DMMV as a context-free optimization problem and the advantages that our proposed heuristic offers on three distinct problems. Our GPU-accelerated heuristic will be made open-source to further stimulate research on DMMV and its other applications. The code is available at https://anonymous.4open.science/r/AMVM-5F3E/

Foundations

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

Your Notes