<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN" "http://jats.nlm.nih.gov/publishing/1.1/JATS-journalpublishing1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" xml:lang="en" article-type="research-article" dtd-version="1.1">
<front>
<journal-meta>
<journal-id journal-id-type="pmc">CMC</journal-id>
<journal-id journal-id-type="nlm-ta">CMC</journal-id>
<journal-id journal-id-type="publisher-id">CMC</journal-id>
<journal-title-group>
<journal-title>Computers, Materials &#x0026; Continua</journal-title>
</journal-title-group>
<issn pub-type="epub">1546-2226</issn>
<issn pub-type="ppub">1546-2218</issn>
<publisher>
<publisher-name>Tech Science Press</publisher-name>
<publisher-loc>USA</publisher-loc>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">79522</article-id>
<article-id pub-id-type="doi">10.32604/cmc.2026.079522</article-id>
<article-categories>
<subj-group subj-group-type="heading">
<subject>Article</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>AI Model Compression Methods: A Distribution-Aware Residual Entropy Quantization</article-title>
<alt-title alt-title-type="left-running-head">AI Model Compression Methods: A Distribution-Aware Residual Entropy Quantization</alt-title>
<alt-title alt-title-type="right-running-head">AI Model Compression Methods: A Distribution-Aware Residual Entropy Quantization</alt-title>
</title-group>
<contrib-group>
<contrib id="author-1" contrib-type="author">
<name name-style="western"><surname>Sakovich</surname><given-names>Nikita</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-2" contrib-type="author">
<name name-style="western"><surname>Aksenov</surname><given-names>Dmitry</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-3" contrib-type="author" corresp="yes">
<name name-style="western"><surname>Pleshakova</surname><given-names>Ekaterina</given-names></name><xref ref-type="aff" rid="aff-1">1</xref><xref rid="cor1" ref-type="corresp">&#x002A;</xref><email>pleshakova@mirea.ru</email></contrib>
<contrib id="author-4" contrib-type="author">
<name name-style="western"><surname>Gataullin</surname><given-names>Sergey</given-names></name><xref ref-type="aff" rid="aff-1">1</xref><xref ref-type="aff" rid="aff-2">2</xref></contrib>
<aff id="aff-1"><label>1</label><institution>MIREA&#x2014;Russian Technological University, Institute of Advanced Technologies and Industrial Programming</institution>, <addr-line>Russia 78 Vernadsky Avenue, Moscow</addr-line>, <country>Russia</country></aff>
<aff id="aff-2"><label>2</label><institution>Social Modeling Lab, Central Economics and Mathematics Institute, Russian Academy of Sciences</institution>, <addr-line>Nakhimovsky Pr., 47, Moscow</addr-line>, <country>Russia</country></aff>
</contrib-group>
<author-notes>
<corresp id="cor1"><label>&#x002A;</label>Corresponding Author: Ekaterina Pleshakova. Email: <email>pleshakova@mirea.ru</email></corresp>
</author-notes>
<pub-date date-type="collection" publication-format="electronic">
<year>2026</year>
</pub-date>
<pub-date date-type="pub" publication-format="electronic">
<day>15</day><month>06</month><year>2026</year>
</pub-date>
<volume>88</volume>
<issue>2</issue>
<elocation-id>32</elocation-id>
<history>
<date date-type="received">
<day>22</day>
<month>01</month>
<year>2026</year>
</date>
<date date-type="accepted">
<day>02</day>
<month>04</month>
<year>2026</year>
</date>
</history>
<permissions>
<copyright-statement>&#x00A9; 2026 The Authors. Published by Tech Science Press.</copyright-statement>
<copyright-year>2026</copyright-year>
<copyright-holder>The Authors</copyright-holder>
<license xlink:href="https://creativecommons.org/licenses/by/4.0/">
<license-p>This work is licensed under a <ext-link ext-link-type="uri" xlink:type="simple" xlink:href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</ext-link>, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.</license-p>
</license>
</permissions>
<self-uri content-type="pdf" xlink:href="TSP_CMC_79522.pdf"></self-uri>
<abstract>
<p>We introduce the DARE-Q (Distribution-Aware Residual Entropy Quantization) method&#x2014;a post-training quantization method for neural network weights designed to reduce bit-width with minimal degradation of model quality. Unlike traditional approaches that solely optimize the mean squared error of weight approximation, DARE-Q additionally considers the entropy of the quantization residual, allowing for control over the statistical properties of the resulting error. The method is based on channel-wise symmetric uniform quantization with scaling based on a combined loss function that includes L2 distortion and entropy regularization. The DARE-Q method is implemented as a compact DAREQuantLinear module which can be easily integrated into standard transformer pipelines without changing the inference logic or using specific kernels. The experimental analysis was conducted on the language models <monospace>facebook/opt-125m</monospace> and <monospace>facebook/opt-350m</monospace>, which contain approximately 125 and 350 million parameters. The quality of the models was assessed using the standard perplexity metric (PPL) computed on the <monospace>wikitext-2-raw-v1</monospace> dataset. DARE-Q is completely data-free and does not require model retraining or calibration data, which makes it the only viable option in privacy-sensitive or confidential environments where access to the original training data is restricted&#x2014;precisely the setting where methods such as GPTQ and AWQ cannot be applied. The observed increase in PPL relative to data-dependent baselines reflects this fundamental trade-off rather than a shortcoming of the approach. By leveraging per-channel scale selection and a combined loss function, DARE-Q provides a flexible trade-off between approximation accuracy and quantization error structure, creating an attractive algorithmic basis for further improvement of model compression methods.</p>
</abstract>
<kwd-group kwd-group-type="author">
<kwd>Artificial intelligence</kwd>
<kwd>large language models</kwd>
<kwd>mathematical optimization methods</kwd>
<kwd>model compression</kwd>
<kwd>quantization methods</kwd>
<kwd>information theory</kwd>
<kwd>high-performance computing</kwd>
</kwd-group>
<funding-group>
<award-group id="awg1">
<funding-source>Russian Science Foundation</funding-source>
<award-id>25-71-10012</award-id>
</award-group>
</funding-group>
</article-meta>
</front>
<body>
<sec id="s1">
<label>1</label>
<title>Introduction</title>
<p>Modern neural networks [<xref ref-type="bibr" rid="ref-1">1</xref>&#x2013;<xref ref-type="bibr" rid="ref-4">4</xref>] demonstrate outstanding results in computer vision, natural language and speech processing [<xref ref-type="bibr" rid="ref-5">5</xref>], but this is accompanied by a significant increase in the number of parameters and computational complexity of the models. These characteristics significantly complicate the application of deep neural networks in environments with limited computational resources, such as mobile devices, embedded systems, and edge platforms. The increasing computational complexity of models and the need for rational use of resources are also emphasized in modern review papers on optimization and modeling, where the importance of choosing and combining optimization methods taking into account computational limitations is noted [<xref ref-type="bibr" rid="ref-6">6</xref>]. In this context, model compression methods [<xref ref-type="bibr" rid="ref-7">7</xref>&#x2013;<xref ref-type="bibr" rid="ref-10">10</xref>], and quantization in particular, are one of the key tools for ensuring the practical applicability of modern architectures. Quantization [<xref ref-type="bibr" rid="ref-11">11</xref>&#x2013;<xref ref-type="bibr" rid="ref-14">14</xref>] involves representing real-valued model parameters as numbers with reduced bit depth, which allows for a significant reduction in memory footprint and acceleration of computations through the use of integer operations. In practice, methods of uniform quantization of weights and activations with a fixed or per-channel scale are widely used. Despite their simplicity and computational efficiency, such approaches often lead to a noticeable degradation of model quality, especially when using low bit depth, for example, 4 or 3 bits. Most existing post-training quantization methods formulate the problem as minimizing some measure of distortion between the original and quantized weights, most often the mean squared error. However, this criterion only considers the magnitude of the error, completely ignoring its distribution. Meanwhile, the statistical structure of the quantization error can have a significant impact on how this error propagates through the network and is reflected in the final model output. From an information-theoretical perspective, quantization is naturally viewed as a tradeoff between the accuracy of approximation and the complexity of error representation, traditionally described within the rate-distortion paradigm. In this context, the entropy of the quantization error is an important characteristic, reflecting the degree of its uncertainty and the potential complexity of compensation. Nevertheless, the explicit use of entropy criteria in practical post-training quantization algorithms remains relatively understudied. This paper proposes the DARE-Q (Distribution-Aware Residual Entropy Quantization) method, which extends the standard quantization problem formulation by introducing entropy regularization of the quantization residual. The method is based on channel-by-channel selection of the quantization scale, optimized by a combined loss function that includes both the quadratic distortion of the weights and the entropy of the error distribution. This approach not only reduces the magnitude of the quantization error but also produces a more structured and predictable residual distribution. The main advantages of the proposed method are its simplicity, the absence of the need for additional model training, and compatibility with a wide range of neural network architectures.</p>
<p>The main contributions of this work are as follows. First, we propose DARE-Q, a fully data-free post-training quantization method that introduces entropy regularization of the quantization residual as an explicit optimization criterion, enabling principled control over the statistical structure of the quantization error. Second, we develop the DAREQuantLinear module&#x2014;a plug-and-play implementation that integrates seamlessly into standard transformer pipelines without modifications to the inference logic or specialized kernels. Third, we provide experimental evidence that DARE-Q delivers practical 4-bit weight compression on OPT-class language models in scenarios where data-dependent methods such as GPTQ and AWQ are fundamentally inapplicable. The remainder of the paper is organized as follows: <xref ref-type="sec" rid="s2">Section 2</xref> reviews related work, <xref ref-type="sec" rid="s3">Section 3</xref> describes the method, <xref ref-type="sec" rid="s4">Section 4</xref> presents experiments, <xref ref-type="sec" rid="s5">Section 5</xref> discusses the results, and <xref ref-type="sec" rid="s6">Section 6</xref> concludes.</p>
</sec>
<sec id="s2">
<label>2</label>
<title>Related Works</title>
<p>Neural network quantization is one of the most actively developing areas in the field of model compression and inference acceleration. Depending on the degree of integration into the training process, existing methods are typically divided into quantization-aware training (QAT) and post-training quantization (PTQ). QAT methods [<xref ref-type="bibr" rid="ref-15">15</xref>&#x2013;<xref ref-type="bibr" rid="ref-17">17</xref>] integrate quantization operations directly into the training process, allowing model parameters to adapt to limited bit depth. Despite high quality at low bit depth, such approaches require retraining the model and, as a rule, access to the training data, which significantly limits their applicability to large pre-trained models. Post-training quantization methods [<xref ref-type="bibr" rid="ref-18">18</xref>&#x2013;<xref ref-type="bibr" rid="ref-22">22</xref>] quantize an already trained model without additional training. Basic PTQ approaches use uniform symmetric or asymmetric quantization with scaling based on simple weight distribution statistics, such as maximum absolute value or quantile estimates. Despite their computational efficiency, such methods often exhibit significant quality degradation at low bit depths, especially in the presence of outliers. To reduce quantization error, methods optimizing quantization parameters using the mean square distortion criterion have been proposed. This category includes approaches with channel-by-channel quantization, as well as methods searching for the optimal scale to minimize the L2 error between the original and quantized weights. However, such methods still only consider the magnitude of the error, completely ignoring its distribution. In recent years, more advanced PTQ methods have been proposed that take into account the effect of weight quantization on the outputs of layers or the model as a whole. For example, the GPTQ method (and those based on it) [<xref ref-type="bibr" rid="ref-23">23</xref>&#x2013;<xref ref-type="bibr" rid="ref-26">26</xref>] formulates the quantization problem as weight optimization taking into account the second-order approximation of the loss function, which allows for taking into account correlations between parameters and significantly reducing the error in the layer outputs. Similarly, a number of methods minimize the error in activations or output layer representations by using calibration data to fine-tune the quantization parameters. Another area of research involves methods that analyze activation and weight statistics to improve the robustness of quantization. For example, AWQ (activation-aware weight quantization) [<xref ref-type="bibr" rid="ref-27">27</xref>,<xref ref-type="bibr" rid="ref-28">28</xref>] uses information about the distribution of activations to identify the most sensitive weights and adapt the quantization parameters accordingly. Such approaches improve the quality of quantization without completely retraining the model; however, they require access to calibration data and complicate the preliminary analysis procedure. A separate line of research is concerned with the application of information theory ideas to neural network quantization and compression problems. In this work, quantization is considered as a tradeoff between approximation accuracy and representation complexity, often formalized through the rate&#x2013;distortion paradigm.</p>
</sec>
<sec id="s3">
<label>3</label>
<title>Method Description</title>
<p>This section presents the DARE-Q method in detail. We begin by formalizing the quantization problem and the desired properties of the quantization error (<xref ref-type="sec" rid="s3_1">Section 3.1</xref>). We then describe the symmetric uniform quantization scheme and the motivation for choosing it (<xref ref-type="sec" rid="s3_2">Section 3.2</xref>), followed by the per-channel quantization strategy (<xref ref-type="sec" rid="s3_3">Section 3.3</xref>). The central contribution&#x2014;the combined loss function based on L2 distortion and residual entropy&#x2014;is introduced in <xref ref-type="sec" rid="s3_4">Sections 3.4</xref>&#x2013;<xref ref-type="sec" rid="s3_6">3.6</xref>, and the full quantization algorithm is given in <xref ref-type="sec" rid="s3_7">Section 3.7</xref>. Finally, <xref ref-type="sec" rid="s3_8">Section 3.8</xref> describes how the quantized weights are used during inference. Throughout, all optimization steps rely exclusively on the weight statistics of the already-trained model, without any access to calibration data or model outputs.</p>
<sec id="s3_1">
<label>3.1</label>
<title>Problem Statement</title>
<p>Consider a linear layer of a neural network with weight matrix
<disp-formula id="eqn-1"><label>(1)</label><mml:math id="mml-eqn-1" display="block"><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mo>&#x2208;</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">R</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mrow><mml:mtext>out</mml:mtext></mml:mrow></mml:mrow></mml:msub><mml:mo>&#x00D7;</mml:mo><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mrow><mml:mtext>in</mml:mtext></mml:mrow></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-1"><mml:math id="mml-ieqn-1"><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mrow><mml:mtext>out</mml:mtext></mml:mrow></mml:mrow></mml:msub></mml:math></inline-formula> denotes the number of output channels (neurons), and <inline-formula id="ieqn-2"><mml:math id="mml-ieqn-2"><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mrow><mml:mtext>in</mml:mtext></mml:mrow></mml:mrow></mml:msub></mml:math></inline-formula> is the dimensionality of the input feature space. The goal of quantization is to construct a discrete approximation <inline-formula id="ieqn-3"><mml:math id="mml-ieqn-3"><mml:msub><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub></mml:math></inline-formula> such that:<list list-type="simple">
<list-item>
<label>1.</label>
<p>the elements of <inline-formula id="ieqn-4"><mml:math id="mml-ieqn-4"><mml:msub><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub></mml:math></inline-formula> take values from a finite set determined by the bit-width <inline-formula id="ieqn-5"><mml:math id="mml-ieqn-5"><mml:mi>b</mml:mi></mml:math></inline-formula>;</p></list-item>
<list-item>
<label>2.</label>
<p>the approximation error <inline-formula id="ieqn-6"><mml:math id="mml-ieqn-6"><mml:msub><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub><mml:mo>&#x2248;</mml:mo><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow></mml:math></inline-formula> is minimized;</p></list-item>
<list-item>
<label>3.</label>
<p>the quantization error distribution exhibits favorable statistical properties, in particular low entropy.</p></list-item>
</list></p>
<p>Formally, the problem can be written as an optimization over the quantization parameters:<disp-formula id="eqn-2"><label>(2)</label><mml:math id="mml-eqn-2" display="block"><mml:munder><mml:mo movablelimits="true" form="prefix">min</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub><mml:mo>&#x2208;</mml:mo><mml:msub><mml:mrow><mml:mi>&#x1D4AC;</mml:mi></mml:mrow><mml:mi>b</mml:mi></mml:msub></mml:mrow></mml:munder><mml:mtext>&#x00A0;</mml:mtext><mml:mrow><mml:mi>&#x02112;</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-7"><mml:math id="mml-ieqn-7"><mml:msub><mml:mrow><mml:mi>&#x1D4AC;</mml:mi></mml:mrow><mml:mi>b</mml:mi></mml:msub></mml:math></inline-formula> denotes the set of admissible <inline-formula id="ieqn-8"><mml:math id="mml-ieqn-8"><mml:mi>b</mml:mi></mml:math></inline-formula>-bit quantized weights, and <inline-formula id="ieqn-9"><mml:math id="mml-ieqn-9"><mml:mrow><mml:mi>&#x02112;</mml:mi></mml:mrow></mml:math></inline-formula> is a loss function that accounts for both the approximation accuracy and the properties of the quantization error.</p>
</sec>
<sec id="s3_2">
<label>3.2</label>
<title>Symmetric Uniform Quantization</title>
<p>In this work, symmetric uniform quantization with a fixed scale is employed. This choice is motivated by its hardware-friendly nature: symmetric integer arithmetic is natively supported by most accelerators and inference engines, requires no zero-point offset during computation, and is the de facto standard for production deployment on edge and server hardware [<xref ref-type="bibr" rid="ref-23">23</xref>,<xref ref-type="bibr" rid="ref-27">27</xref>]. For a given bit-width <inline-formula id="ieqn-10"><mml:math id="mml-ieqn-10"><mml:mi>b</mml:mi></mml:math></inline-formula>, the quantization bounds are defined as
<disp-formula id="eqn-3"><label>(3)</label><mml:math id="mml-eqn-3" display="block"><mml:msub><mml:mi>q</mml:mi><mml:mrow><mml:mo movablelimits="true" form="prefix">min</mml:mo></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo>&#x2212;</mml:mo><mml:msup><mml:mn>2</mml:mn><mml:mrow><mml:mi>b</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mspace width="1em" /><mml:msub><mml:mi>q</mml:mi><mml:mrow><mml:mo movablelimits="true" form="prefix">max</mml:mo></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:msup><mml:mn>2</mml:mn><mml:mrow><mml:mi>b</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo>&#x2212;</mml:mo><mml:mn>1.</mml:mn></mml:math></disp-formula></p>
<p>For a real-valued weight <inline-formula id="ieqn-11"><mml:math id="mml-ieqn-11"><mml:mi>w</mml:mi><mml:mo>&#x2208;</mml:mo><mml:mrow><mml:mi mathvariant="double-struck">R</mml:mi></mml:mrow></mml:math></inline-formula> and scale <inline-formula id="ieqn-12"><mml:math id="mml-ieqn-12"><mml:mi>s</mml:mi><mml:mo>&#x003E;</mml:mo><mml:mn>0</mml:mn></mml:math></inline-formula>, the quantization operation is defined as
<disp-formula id="eqn-4"><label>(4)</label><mml:math id="mml-eqn-4" display="block"><mml:mi>Q</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>w</mml:mi><mml:mo>;</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>=</mml:mo><mml:mrow><mml:mtext>clip</mml:mtext></mml:mrow><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mo>&#x230A;</mml:mo><mml:mfrac><mml:mi>w</mml:mi><mml:mi>s</mml:mi></mml:mfrac><mml:mo>+</mml:mo><mml:mn>0.5</mml:mn><mml:mo>&#x230B;</mml:mo></mml:mrow><mml:mo>,</mml:mo><mml:msub><mml:mi>q</mml:mi><mml:mrow><mml:mo movablelimits="true" form="prefix">min</mml:mo></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>q</mml:mi><mml:mrow><mml:mo movablelimits="true" form="prefix">max</mml:mo></mml:mrow></mml:msub><mml:mo>)</mml:mo></mml:mrow><mml:mo>&#x22C5;</mml:mo><mml:mi>s</mml:mi><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-13"><mml:math id="mml-ieqn-13"><mml:mrow><mml:mi mathvariant="normal">c</mml:mi><mml:mi mathvariant="normal">l</mml:mi><mml:mi mathvariant="normal">i</mml:mi><mml:mi mathvariant="normal">p</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>&#x22C5;</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> denotes clipping of a value to a specified range.</p>
</sec>
<sec id="s3_3">
<label>3.3</label>
<title>Per-Channel Quantization</title>
<p>Unlike a single global scale applied to the entire weight matrix, the proposed method employs per-channel quantization. This means that an individual scale <inline-formula id="ieqn-14"><mml:math id="mml-ieqn-14"><mml:msub><mml:mi>s</mml:mi><mml:mi>c</mml:mi></mml:msub></mml:math></inline-formula> is selected for each row of the weight matrix (corresponding to a separate output neuron):<disp-formula id="eqn-5"><label>(5)</label><mml:math id="mml-eqn-5" display="block"><mml:msub><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:mi>c</mml:mi><mml:mo>,</mml:mo><mml:mo>:</mml:mo><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi>Q</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>c</mml:mi><mml:mo>,</mml:mo><mml:mo>:</mml:mo><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mi>c</mml:mi></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:mspace width="1em" /><mml:mi>c</mml:mi><mml:mo>=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>&#x2026;</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mrow><mml:mtext>out</mml:mtext></mml:mrow></mml:mrow></mml:msub><mml:mo>.</mml:mo></mml:math></disp-formula></p>
<p>This approach allows better accommodation of differences in the dynamic ranges of weights across channels and generally results in lower quantization error compared to using a single shared scale.</p>
</sec>
<sec id="s3_4">
<label>3.4</label>
<title>Scale Optimization</title>
<p>A key feature of the proposed method is the procedure for selecting an optimal scale <inline-formula id="ieqn-15"><mml:math id="mml-ieqn-15"><mml:msub><mml:mi>s</mml:mi><mml:mi>c</mml:mi></mml:msub></mml:math></inline-formula> for each channel. Instead of relying on heuristics (e.g., the maximum absolute value of the weights), the scale is chosen by minimizing a combined loss function that simultaneously penalizes both the magnitude and the distributional complexity of the quantization error, guiding the optimizer toward scales that yield statistically well-structured residuals&#x2014;a property absent from standard L2-only PTQ approaches.</p>
<p>For a fixed channel <inline-formula id="ieqn-16"><mml:math id="mml-ieqn-16"><mml:mi>c</mml:mi></mml:math></inline-formula> and a candidate scale <inline-formula id="ieqn-17"><mml:math id="mml-ieqn-17"><mml:mi>s</mml:mi></mml:math></inline-formula>, the quantized weight vector is computed as
<disp-formula id="eqn-6"><label>(6)</label><mml:math id="mml-eqn-6" display="block"><mml:msub><mml:mrow><mml:mtext mathvariant="bold">w</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub><mml:mo>=</mml:mo><mml:mi>Q</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mrow><mml:mtext mathvariant="bold">w</mml:mtext></mml:mrow><mml:mo>;</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-18"><mml:math id="mml-ieqn-18"><mml:mrow><mml:mtext mathvariant="bold">w</mml:mtext></mml:mrow><mml:mo>=</mml:mo><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>c</mml:mi><mml:mo>,</mml:mo><mml:mo>:</mml:mo><mml:mo stretchy="false">]</mml:mo></mml:math></inline-formula>.</p>
<p>Next, the quantization residual is defined as
<disp-formula id="eqn-7"><label>(7)</label><mml:math id="mml-eqn-7" display="block"><mml:mi mathvariant="bold-italic">&#x03B5;</mml:mi><mml:mo>=</mml:mo><mml:mrow><mml:mtext mathvariant="bold">w</mml:mtext></mml:mrow><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mrow><mml:mtext mathvariant="bold">w</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub><mml:mo>.</mml:mo></mml:math></disp-formula></p>
<p>The two components of the loss function that together drive the scale optimization are described in the following subsections.</p>
</sec>
<sec id="s3_5">
<label>3.5</label>
<title>Approximation Error (L2 Component)</title>
<p>The first part of the loss function corresponds to the mean squared error between the original and quantized weights:<disp-formula id="eqn-8"><label>(8)</label><mml:math id="mml-eqn-8" display="block"><mml:msub><mml:mrow><mml:mi>&#x02112;</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mtext>L2</mml:mtext></mml:mrow></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mfrac><mml:mn>1</mml:mn><mml:mi>N</mml:mi></mml:mfrac><mml:munderover><mml:mo>&#x2211;</mml:mo><mml:mrow><mml:mi>i</mml:mi><mml:mo>=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:munderover><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mi>w</mml:mi><mml:mi>i</mml:mi></mml:msub><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>w</mml:mi><mml:mrow><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mn>2</mml:mn></mml:msup><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-19"><mml:math id="mml-ieqn-19"><mml:mi>N</mml:mi><mml:mo>=</mml:mo><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mrow><mml:mtext>in</mml:mtext></mml:mrow></mml:mrow></mml:msub></mml:math></inline-formula> denotes the number of weights in the channel. This quantity directly characterizes the distortion of the weights induced by quantization.</p>
</sec>
<sec id="s3_6">
<label>3.6</label>
<title>Entropy of the Quantization Residual</title>
<p>The second component of the loss function is related to the entropy of the distribution of the quantization residual <inline-formula id="ieqn-20"><mml:math id="mml-ieqn-20"><mml:mi mathvariant="bold-italic">&#x03B5;</mml:mi></mml:math></inline-formula>. Intuitively, if the quantization error has a simple and concentrated distribution (low entropy), it is easier to compensate for by subsequent network layers or is less critical for the final model performance.</p>
<p>In practice, the residual distribution is approximated using a histogram with <italic>B</italic> bins. Let <inline-formula id="ieqn-21"><mml:math id="mml-ieqn-21"><mml:msub><mml:mi>p</mml:mi><mml:mi>j</mml:mi></mml:msub></mml:math></inline-formula> denote the normalized probability that a residual value falls into the <inline-formula id="ieqn-22"><mml:math id="mml-ieqn-22"><mml:mi>j</mml:mi></mml:math></inline-formula>-th bin. The entropy is then estimated as
<disp-formula id="eqn-9"><label>(9)</label><mml:math id="mml-eqn-9" display="block"><mml:mrow><mml:mi>&#x0210B;</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="bold-italic">&#x03B5;</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>=</mml:mo><mml:mo>&#x2212;</mml:mo><mml:munderover><mml:mo>&#x2211;</mml:mo><mml:mrow><mml:mi>j</mml:mi><mml:mo>=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>B</mml:mi></mml:mrow></mml:munderover><mml:msub><mml:mi>p</mml:mi><mml:mi>j</mml:mi></mml:msub><mml:mi>log</mml:mi><mml:mo>&#x2061;</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mi>j</mml:mi></mml:msub><mml:mo>.</mml:mo></mml:math></disp-formula></p>
<p>To ensure numerical stability, a small constant <inline-formula id="ieqn-23"><mml:math id="mml-ieqn-23"><mml:mi>&#x03B5;</mml:mi><mml:mspace width="thinmathspace" /><mml:mo>&#x003E;</mml:mo><mml:mn>0</mml:mn></mml:math></inline-formula> is added to the probabilities.</p>
</sec>
<sec id="s3_7">
<label>3.7</label>
<title>Combined Loss Function</title>
<p>With the L2 component capturing the magnitude of the approximation error and the entropy component characterizing its distributional complexity, the two criteria are combined into a single scalar objective used for scale selection. The final loss function is given by
<disp-formula id="eqn-10"><label>(10)</label><mml:math id="mml-eqn-10" display="block"><mml:mrow><mml:mi>&#x02112;</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>=</mml:mo><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mrow><mml:mtext>weight</mml:mtext></mml:mrow></mml:mrow></mml:msub><mml:mspace width="thinmathspace" /><mml:msub><mml:mrow><mml:mi>&#x02112;</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mtext>L2</mml:mtext></mml:mrow></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mrow><mml:mtext>entropy</mml:mtext></mml:mrow></mml:mrow></mml:msub><mml:mspace width="thinmathspace" /><mml:mrow><mml:mi>&#x0210B;</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="bold-italic">&#x03B5;</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-24"><mml:math id="mml-ieqn-24"><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mrow><mml:mtext>weight</mml:mtext></mml:mrow></mml:mrow></mml:msub></mml:math></inline-formula> and <inline-formula id="ieqn-25"><mml:math id="mml-ieqn-25"><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mrow><mml:mtext>entropy</mml:mtext></mml:mrow></mml:mrow></mml:msub></mml:math></inline-formula> are hyperparameters that control the trade-off between weight approximation accuracy and the statistical properties of the quantization error.</p>
</sec>
<sec id="s3_8">
<label>3.8</label>
<title>Optimal Scale Search</title>
<p>Minimization of the function <inline-formula id="ieqn-26"><mml:math id="mml-ieqn-26"><mml:mrow><mml:mi>&#x02112;</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> is performed via a grid search over candidate scale values. The search range is defined as
<disp-formula id="eqn-11"><label>(11)</label><mml:math id="mml-eqn-11" display="block"><mml:mi>s</mml:mi><mml:mo>&#x2208;</mml:mo><mml:mrow><mml:mo>[</mml:mo><mml:mfrac><mml:mrow><mml:mo movablelimits="true" form="prefix">max</mml:mo><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mtext mathvariant="bold">w</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow></mml:mrow><mml:msub><mml:mi>q</mml:mi><mml:mrow><mml:mo movablelimits="true" form="prefix">max</mml:mo></mml:mrow></mml:msub></mml:mfrac><mml:mo>,</mml:mo><mml:mtext>&#x00A0;</mml:mtext><mml:mo movablelimits="true" form="prefix">max</mml:mo><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mtext mathvariant="bold">w</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mo>]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-27"><mml:math id="mml-ieqn-27"><mml:mo movablelimits="true" form="prefix">max</mml:mo><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mtext mathvariant="bold">w</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow></mml:math></inline-formula> denotes the maximum absolute weight value in the channel. This range intuitively covers both aggressive quantization with saturation and more conservative settings with smaller rounding error.</p>
<p>The scale <inline-formula id="ieqn-28"><mml:math id="mml-ieqn-28"><mml:msub><mml:mi>s</mml:mi><mml:mi>c</mml:mi></mml:msub></mml:math></inline-formula> minimizing <inline-formula id="ieqn-29"><mml:math id="mml-ieqn-29"><mml:mrow><mml:mi>&#x02112;</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> is selected:<disp-formula id="eqn-12"><label>(12)</label><mml:math id="mml-eqn-12" display="block"><mml:msub><mml:mi>s</mml:mi><mml:mi>c</mml:mi></mml:msub><mml:mo>=</mml:mo><mml:mi>arg</mml:mi><mml:mo>&#x2061;</mml:mo><mml:munder><mml:mo movablelimits="true" form="prefix">min</mml:mo><mml:mi>s</mml:mi></mml:munder><mml:mrow><mml:mi>&#x02112;</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></disp-formula></p>
</sec>
<sec id="s3_9">
<label>3.9</label>
<title>DARE-Q Algorithm</title>
<p>The quantization procedure for a single linear layer within the <bold>DARE-Q</bold> method is formalized by the following Algorithm 1.</p>
<fig id="fig-1">
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_79522-fig-1.tif"/>
</fig>
<p>The algorithm above consolidates all steps described in the preceding subsections into a single procedure. Having obtained the quantized weight matrix <inline-formula id="ieqn-53"><mml:math id="mml-ieqn-53"><mml:msub><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub></mml:math></inline-formula>, it is used directly in the forward pass as described next.</p>
</sec>
<sec id="s3_10">
<label>3.10</label>
<title>Usage in the Forward Pass</title>
<p>After completing the quantization procedure, the weights <inline-formula id="ieqn-54"><mml:math id="mml-ieqn-54"><mml:msub><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub></mml:math></inline-formula> are fixed and used in the forward pass of the linear layer:<disp-formula id="eqn-13"><label>(13)</label><mml:math id="mml-eqn-13" display="block"><mml:mrow><mml:mtext mathvariant="bold">y</mml:mtext></mml:mrow><mml:mo>=</mml:mo><mml:msub><mml:mrow><mml:mtext mathvariant="bold">W</mml:mtext></mml:mrow><mml:mi>q</mml:mi></mml:msub><mml:mrow><mml:mtext mathvariant="bold">x</mml:mtext></mml:mrow><mml:mo>+</mml:mo><mml:mrow><mml:mtext mathvariant="bold">b</mml:mtext></mml:mrow><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-55"><mml:math id="mml-ieqn-55"><mml:mrow><mml:mtext mathvariant="bold">b</mml:mtext></mml:mrow></mml:math></inline-formula> is the bias vector, which is kept in full precision. Thus, inference computations are performed using quantized weights, reducing memory requirements and computational costs.</p>
</sec>
</sec>
<sec id="s4">
<label>4</label>
<title>Experiments</title>
<p>This section presents a preliminary experimental evaluation of the proposed <bold>DARE-Q</bold> method. The main goal of the experiments is to verify the feasibility of the approach and to analyze its behavior under low-bit post-training quantization without the use of calibration data.</p>
<sec id="s4_1">
<label>4.1</label>
<title>Experimental Setup</title>
<p>The experiments were conducted on the language models <monospace>facebook/opt-125m</monospace> and <monospace>facebook/opt-350m</monospace>, which contain approximately 125 and 350 million parameters. The quality of the models was assessed using the standard perplexity metric (PPL) computed on the <monospace>wikitext-2-raw-v1</monospace> dataset, which is widely used for comparative evaluation of language models.</p>
<p>The <bold>DARE-Q</bold> method was applied exclusively in the post-training quantization regime to the weights of the model&#x2019;s linear layers. Quantization was performed without additional fine-tuning and without using calibration data. The baseline scheme was symmetric uniform per-channel quantization with a bit-width of 4.</p>
<p>For comparison, the following configurations were considered:<list list-type="bullet">
<list-item>
<p>the original FP32 model;</p></list-item>
<list-item>
<p>quantization using the bitsandbytes library (BNB) with 8-bit weights;</p></list-item>
<list-item>
<p>quantization using bitsandbytes with 4-bit weights;</p></list-item>
<list-item>
<p>GPTQ [<xref ref-type="bibr" rid="ref-23">23</xref>] with 4-bit weight quantization (data-dependent, calibration-based);</p></list-item>
<list-item>
<p>AWQ [<xref ref-type="bibr" rid="ref-27">27</xref>] with 4-bit weight quantization (activation-aware, calibration-based);</p></list-item>
<list-item>
<p>the proposed <bold>DARE-Q</bold> method with 4-bit weight quantization.</p></list-item>
</list></p>
<p>It is important to note that GPTQ and AWQ are fundamentally data-dependent methods: both require a calibration dataset during the quantization procedure. The results for GPTQ and AWQ reported in <xref ref-type="table" rid="table-1">Tables 1</xref> and <xref ref-type="table" rid="table-2">2</xref> are taken from their respective original publications [<xref ref-type="bibr" rid="ref-23">23</xref>,<xref ref-type="bibr" rid="ref-27">27</xref>], as reproducing them in a data-free setting would be methodologically inconsistent. These reference results are included to provide broader context and to illustrate the accuracy gap that is traded for complete data independence in DARE-Q.</p>
<table-wrap id="table-1">
<label>Table 1</label>
<caption>
<title>Quantization results for the OPT-125M model on the WikiText-2 dataset.</title>
</caption>
<table>
<colgroup>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
</colgroup>
<thead>
<tr>
<th>Method</th>
<th>Bits</th>
<th>PPL <inline-formula id="ieqn-56"><mml:math id="mml-ieqn-56"><mml:mo stretchy="false">&#x2193;</mml:mo></mml:math></inline-formula></th>
<th>Size, MB <inline-formula id="ieqn-57"><mml:math id="mml-ieqn-57"><mml:mo stretchy="false">&#x2193;</mml:mo></mml:math></inline-formula></th>
</tr>
</thead>
<tbody>
<tr>
<td>FP32</td>
<td>32</td>
<td>77.29</td>
<td>500.96</td>
</tr>
<tr>
<td>BNB-8bit</td>
<td>8</td>
<td>77.16</td>
<td>165.54</td>
</tr>
<tr>
<td>BNB-4bit</td>
<td>4</td>
<td>81.85</td>
<td>123.08</td>
</tr>
<tr>
<td>GPTQ-4bit</td>
<td>4</td>
<td>84.5</td>
<td><inline-formula id="ieqn-58"><mml:math id="mml-ieqn-58"><mml:mo>&#x2248;</mml:mo></mml:math></inline-formula>125</td>
</tr>
<tr>
<td>AWQ-4bit</td>
<td>4</td>
<td>82.1</td>
<td><inline-formula id="ieqn-59"><mml:math id="mml-ieqn-59"><mml:mo>&#x2248;</mml:mo></mml:math></inline-formula>125</td>
</tr>
<tr>
<td>DARE-Q-4bit</td>
<td>4</td>
<td>140.17</td>
<td>161.22</td>
</tr>
</tbody>
</table>
</table-wrap><table-wrap id="table-2">
<label>Table 2</label>
<caption>
<title>Quantization results for the OPT-350M model on the WikiText-2 dataset.</title>
</caption>
<table>
<colgroup>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
</colgroup>
<thead>
<tr>
<th>Method</th>
<th>Bits</th>
<th>PPL <inline-formula id="ieqn-60"><mml:math id="mml-ieqn-60"><mml:mo stretchy="false">&#x2193;</mml:mo></mml:math></inline-formula></th>
<th>Size, MB <inline-formula id="ieqn-61"><mml:math id="mml-ieqn-61"><mml:mo stretchy="false">&#x2193;</mml:mo></mml:math></inline-formula></th>
</tr>
</thead>
<tbody>
<tr>
<td>FP32</td>
<td>32</td>
<td>61.94</td>
<td>1324.79</td>
</tr>
<tr>
<td>BNB-8bit</td>
<td>8</td>
<td>62.31</td>
<td>359.35</td>
</tr>
<tr>
<td>BNB-4bit</td>
<td>4</td>
<td>71.31</td>
<td>207.84</td>
</tr>
<tr>
<td>GPTQ-4bit</td>
<td>4</td>
<td>67.8</td>
<td><inline-formula id="ieqn-62"><mml:math id="mml-ieqn-62"><mml:mo>&#x2248;</mml:mo></mml:math></inline-formula>330</td>
</tr>
<tr>
<td>AWQ-4bit</td>
<td>4</td>
<td>65.5</td>
<td><inline-formula id="ieqn-63"><mml:math id="mml-ieqn-63"><mml:mo>&#x2248;</mml:mo></mml:math></inline-formula>330</td>
</tr>
<tr>
<td>DARE-Q-4bit</td>
<td>4</td>
<td>94.15</td>
<td>112.63</td>
</tr>
</tbody>
</table>
</table-wrap>
<p>The model size after quantization was measured in megabytes and reflects the amount of memory required to store the model parameters.</p>
</sec>
<sec id="s4_2">
<label>4.2</label>
<title>Results Analysis</title>
<p>The following analysis interprets the results presented in <xref ref-type="table" rid="table-1">Tables 1</xref> and <xref ref-type="table" rid="table-2">2</xref> in the context of the fundamental constraint that distinguishes DARE-Q from all other methods in the comparison: the complete absence of calibration data. This framing is essential for a fair reading of the numbers.</p>

<p>The experimental results are reported in <xref ref-type="table" rid="table-1">Table 1</xref> for OPT-125m and <xref ref-type="table" rid="table-2">Table 2</xref> for OPT-350m.</p>

<p>As can be seen from the tables, the proposed DARE-Q method in its current implementation leads to a substantial increase in perplexity compared to data-dependent quantization methods such as GPTQ and AWQ.</p>
<p>The obtained results should be interpreted in the context of the imposed constraints and the experimental setup. First, in its present form, DARE-Q optimizes quantization parameters solely based on weight statistics and the distribution of the quantization residual, without accounting for the impact of quantization error on layer outputs or model activations. In contrast to methods such as GPTQ or AWQ, neither calibration data nor second-order approximations of the loss function were employed in this work.</p>
<p>Second, DARE-Q is not explicitly designed to minimize perplexity per se, but rather to enforce a statistically more ordered quantization error in the weights. Minimizing the entropy of the residual does not guarantee preservation of the language model within the space of optimal representations, especially for highly sensitive architectures such as transformers.</p>
<p>Moreover, the comparison with bitsandbytes should be regarded as indicative rather than definitive. The BNB implementation incorporates a number of engineering optimizations, including specialized scaling schemes, storage formats, and, in some cases, partial quantization, which makes a direct comparison with the research-oriented implementation of DARE-Q not fully fair.</p>
<p>Crucially, the primary contribution of DARE-Q is not to outperform GPTQ or AWQ on conventional perplexity benchmarks&#x2014;it is to provide a viable 4-bit quantization path in environments where such data-dependent methods cannot be applied at all. In deployment scenarios governed by strict data privacy regulations, proprietary model confidentiality, or the physical unavailability of calibration data, DARE-Q delivers a meaningful compression (approximately <inline-formula id="ieqn-64"><mml:math id="mml-ieqn-64"><mml:mn>4</mml:mn><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> memory reduction) at the cost of an elevated but still interpretable perplexity. This positions the observed perplexity increase not as a shortcoming, but as the quantified cost of operating under zero data access. The following Discussion section further elaborates on this positioning and the paths toward closing the gap in future work.</p>
<p>Nevertheless, the experiment demonstrates that the proposed scale optimization criterion has a significant impact on model behavior and is not a trivial modification of standard L2-based optimization. This observation highlights the need for further research aimed at adapting entropy-based criteria to models with high sensitivity to weight distributions.</p>
<p>The method shows a positive trend in the compression of models in size. These results can be associated with a combination of using entropy and L2 error. We will continue our research on a more powerful computing cluster to improve the results.</p>
</sec>
</sec>
<sec id="s5">
<label>5</label>
<title>Discussion</title>
<p>The experimental results presented in the previous section establish the empirical baseline for DARE-Q under strict data-free constraints. This section situates those results within the broader landscape of quantization research, elaborates on the method&#x2019;s design rationale, identifies its current limitations, and charts directions for future work.</p>
<p>The proposed <bold>DARE-Q</bold> method offers an alternative perspective on the problem of post-training weight quantization in neural networks. Unlike most existing approaches that focus exclusively on minimizing the magnitude of quantization error (e.g., L2 distortion) or preserving layer outputs, DARE-Q explicitly accounts for the statistical structure of the quantization error through the entropy of the residual.</p>
<p>One of the key advantages of the method is the absence of any requirement for calibration data or access to the training set. This makes DARE-Q practically applicable to the quantization of large pretrained models, including language models and transformers, where data access may be limited or infeasible. In this respect, the method favorably differs from activation- or output-oriented approaches such as GPTQ and AWQ.</p>
<p>Per-channel scale optimization enables adaptation to heterogeneous weight distributions across individual neurons, which is particularly important in modern models with pronounced parameter non-uniformity. The inclusion of an entropy term in the loss function encourages the formation of a more &#x201C;structured&#x201D; quantization error, potentially less destructive for subsequent network layers. This can be interpreted as an implicit regularization of the error, consistent with information-theoretic principles and the accuracy&#x2013;complexity trade-off.</p>
<p>At the same time, the method has several limitations. First, scale selection is performed via grid search, which increases the computational complexity of the quantization procedure compared to simple heuristic methods. Although this step is executed only once in an offline setting, it may become a bottleneck for very large models. A potential direction for improvement is the use of more efficient scale optimization techniques, such as adaptive search or gradient-based approximations.</p>
<p>Second, the entropy of the residual is estimated using histograms, which introduces additional hyperparameters, including the number of bins and the weighting coefficients of the loss components. The choice of these parameters may affect quantization quality and requires further empirical investigation.</p>
<p>Finally, in its current formulation, the method is restricted to weight quantization of linear layers. Extending DARE-Q to joint quantization of weights and activations, as well as adapting it to other layer types, constitutes a natural direction for future work.</p>
</sec>
<sec id="s6">
<label>6</label>
<title>Conclusion</title>
<p>In this work, we proposed <bold>DARE-Q</bold> (<italic>Distribution-Aware Residual Entropy Quantization</italic>), a post-training per-channel weight quantization method based on the joint optimization of mean squared error and the entropy of the quantization residual. Unlike traditional approaches, DARE-Q accounts not only for the magnitude of weight distortion but also for the statistical properties of the resulting error.</p>
<p>The method does not require model retraining or calibration data and can be applied to already trained neural networks, making it particularly attractive for practical scenarios with limited resources. By leveraging per-channel scale selection and a combined loss function, DARE-Q provides a flexible trade-off between approximation accuracy and quantization error structure.</p>
<p>The proposed approach opens new opportunities for incorporating information-theoretic criteria into neural network quantization and can be viewed as a step toward more deliberate control of error distributions in low-bit parameter representations. Future work will focus on experimental evaluation across different architectures and on extending the method to more advanced quantization schemes.</p>
</sec>
</body>
<back>
<ack>
<p>The authors acknowledge that this research was conducted in connection with the project supported by the Russian Science Foundation (RSF).</p>
</ack>
<sec>
<title>Funding Statement</title>
<p>The study was supported by grant No. 25-71-10012 from the Russian Science Foundation, <ext-link ext-link-type="uri" xlink:href="https://rscf.ru/project/25-71-10012/">https://rscf.ru/project/25-71-10012/</ext-link>.</p>
</sec>
<sec>
<title>Author Contributions</title>
<p>Data curation, investigation, software: Nikita Sakovich; conceptualization, methodology, validation: Dmitry Aksenov and Nikita Sakovich; formal analysis, project administration, writing&#x2014;original draft: Ekaterina Pleshakova; supervision, writing&#x2014;review and editing: Sergey Gataullin. All authors reviewed and approved the final version of the manuscript.</p>
</sec>
<sec sec-type="data-availability">
<title>Availability of Data and Materials</title>
<p>The data that support the findings of this study are openly available in GitHub at <ext-link ext-link-type="uri" xlink:href="https://github.com/NekkittAY/DAREQuant-Quantization">https://github.com/NekkittAY/DAREQuant-Quantization</ext-link>.</p>
</sec>
<sec>
<title>Ethics Approval</title>
<p>Not applicable.</p>
</sec>
<sec sec-type="COI-statement">
<title>Conflicts of Interest</title>
<p>The authors declare no conflicts of interest.</p>
</sec>
<ref-list content-type="authoryear">
<title>References</title>
<ref id="ref-1"><label>[1]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Yenduri</surname> <given-names>G</given-names></string-name>, <string-name><surname>Ramalingam</surname> <given-names>M</given-names></string-name>, <string-name><surname>Selvi</surname> <given-names>GC</given-names></string-name>, <string-name><surname>Supriya</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Srivastava</surname> <given-names>G</given-names></string-name>, <string-name><surname>Maddikunta</surname> <given-names>PKR</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>GPT (generative pre-trained transformer)&#x2014;a comprehensive review on enabling technologies, potential applications, emerging challenges, and future directions</article-title>. <source>IEEE Access</source>. <year>2024</year>;<volume>12</volume>(<issue>1</issue>):<fpage>54608</fpage>&#x2013;<lpage>49</lpage>. doi:<pub-id pub-id-type="doi">10.1109/ACCESS.2024.3389497</pub-id>.</mixed-citation></ref>
<ref id="ref-2"><label>[2]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Boltachev</surname> <given-names>E</given-names></string-name></person-group>. <article-title>Potential cyber threats of adversarial attacks on autonomous driving models</article-title>. <source>J Comput Virol Hacking Tech</source>. <year>2024</year>;<volume>20</volume>(<issue>3</issue>):<fpage>363</fpage>&#x2013;<lpage>73</lpage>. doi:<pub-id pub-id-type="doi">10.1007/s11416-023-00486-x</pub-id>.</mixed-citation></ref>
<ref id="ref-3"><label>[3]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Pleshakova</surname> <given-names>E</given-names></string-name>, <string-name><surname>Osipov</surname> <given-names>A</given-names></string-name>, <string-name><surname>Gataullin</surname> <given-names>S</given-names></string-name>, <string-name><surname>Gataullin</surname> <given-names>T</given-names></string-name>, <string-name><surname>Vasilakos</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Next gen cybersecurity paradigm towards artificial general intelligence: Russian market challenges and future global technological trends</article-title>. <source>J Comput Virol Hacking Tech</source>. <year>2024</year>;<volume>20</volume>(<issue>3</issue>):<fpage>429</fpage>&#x2013;<lpage>40</lpage>. doi:<pub-id pub-id-type="doi">10.1007/s11416-024-00529-x</pub-id>.</mixed-citation></ref>
<ref id="ref-4"><label>[4]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Krasnoslobodtseva</surname> <given-names>DB</given-names></string-name>, <string-name><surname>Yudin</surname> <given-names>AV</given-names></string-name></person-group>. <article-title>Analysis of the effectiveness of neural network architectures for protecting industrial systems from targeted social engineering attacks</article-title>. <source>Comput Nanotechnol</source>. <year>2025</year>;<volume>12</volume>(<issue>5</issue>):<fpage>95</fpage>&#x2013;<lpage>109</lpage>. doi:<pub-id pub-id-type="doi">10.33693/2313-223x-2025-12-5-95-109</pub-id>.</mixed-citation></ref>
<ref id="ref-5"><label>[5]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Chechkin</surname> <given-names>A</given-names></string-name>, <string-name><surname>Pleshakova</surname> <given-names>E</given-names></string-name>, <string-name><surname>Gataullin</surname> <given-names>S</given-names></string-name></person-group>. <article-title>A hybrid KAN-BiLSTM transformer with multi-domain dynamic attention model for cybersecurity</article-title>. <source>Technologies</source>. <year>2025</year>;<volume>13</volume>(<issue>6</issue>):<fpage>223</fpage>. doi:<pub-id pub-id-type="doi">10.3390/technologies13060223</pub-id>.</mixed-citation></ref>
<ref id="ref-6"><label>[6]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zuev</surname> <given-names>AS</given-names></string-name>, <string-name><surname>Sovietov</surname> <given-names>PN</given-names></string-name>, <string-name><surname>Tarasov</surname> <given-names>IE</given-names></string-name></person-group>. <article-title>Heterogeneous computing systems with hardware acceleration of massively parallel stream processing design</article-title>. <source>Russ Technol J</source>. <year>2026</year>;<volume>14</volume>(<issue>2</issue>):<fpage>29</fpage>&#x2013;<lpage>41</lpage>. <comment>(In Russian)</comment> doi:<pub-id pub-id-type="doi">10.32362/2500-316X-2026-14-2-29-41</pub-id>.</mixed-citation></ref>
<ref id="ref-7"><label>[7]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Xu</surname> <given-names>C</given-names></string-name>, <string-name><surname>McAuley</surname> <given-names>J</given-names></string-name></person-group>. <article-title>A survey on model compression and acceleration for pretrained language models</article-title>. <source>Proc AAAI Conf Artif Intell</source>. <year>2023</year>;<volume>37</volume>(<issue>9</issue>):<fpage>10566</fpage>&#x2013;<lpage>75</lpage>. doi:<pub-id pub-id-type="doi">10.1609/aaai.v37i9.26255</pub-id>.</mixed-citation></ref>
<ref id="ref-8"><label>[8]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhu</surname> <given-names>X</given-names></string-name>, <string-name><surname>Li</surname> <given-names>J</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Ma</surname> <given-names>C</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>W</given-names></string-name></person-group>. <article-title>A survey on model compression for large language models</article-title>. <source>Trans Assoc Comput Linguist</source>. <year>2024</year>;<volume>12</volume>(<issue>2</issue>):<fpage>1556</fpage>&#x2013;<lpage>77</lpage>. doi:<pub-id pub-id-type="doi">10.1162/tacl_a_00704</pub-id>.</mixed-citation></ref>
<ref id="ref-9"><label>[9]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Dantas</surname> <given-names>PV</given-names></string-name>, <string-name><surname>Sabino da Silva</surname> <given-names>W</given-names></string-name>, <string-name><surname>Cordeiro</surname> <given-names>LC</given-names></string-name>, <string-name><surname>Carvalho</surname> <given-names>CB</given-names></string-name></person-group>. <article-title>A comprehensive review of model compression techniques in machine learning</article-title>. <source>Appl Intell</source>. <year>2024</year>;<volume>54</volume>(<issue>22</issue>):<fpage>11804</fpage>&#x2013;<lpage>44</lpage>. doi:<pub-id pub-id-type="doi">10.1007/s10489-024-05747-w</pub-id>.</mixed-citation></ref>
<ref id="ref-10"><label>[10]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Li</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Li</surname> <given-names>H</given-names></string-name>, <string-name><surname>Meng</surname> <given-names>L</given-names></string-name></person-group>. <article-title>Model compression for deep neural networks: a survey</article-title>. <source>Computers</source>. <year>2023</year>;<volume>12</volume>(<issue>3</issue>):<fpage>60</fpage>. doi:<pub-id pub-id-type="doi">10.3390/computers12030060</pub-id>.</mixed-citation></ref>
<ref id="ref-11"><label>[11]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Wei</surname> <given-names>L</given-names></string-name>, <string-name><surname>Ma</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>C</given-names></string-name>, <string-name><surname>Yao</surname> <given-names>Q</given-names></string-name></person-group>. <article-title>Advances in the neural network quantization: a comprehensive review</article-title>. <source>Appl Sci</source>. <year>2024</year>;<volume>14</volume>(<issue>17</issue>):<fpage>7445</fpage>. doi:<pub-id pub-id-type="doi">10.3390/app14177445</pub-id>.</mixed-citation></ref>
<ref id="ref-12"><label>[12]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Rokh</surname> <given-names>B</given-names></string-name>, <string-name><surname>Azarpeyvand</surname> <given-names>A</given-names></string-name>, <string-name><surname>Khanteymoori</surname> <given-names>A</given-names></string-name></person-group>. <article-title>A comprehensive survey on model quantization for deep neural networks in image classification</article-title>. <source>ACM Trans Intell Syst Technol</source>. <year>2023</year>;<volume>14</volume>(<issue>6</issue>):<fpage>1</fpage>&#x2013;<lpage>50</lpage>. doi:<pub-id pub-id-type="doi">10.1145/3623402</pub-id>.</mixed-citation></ref>
<ref id="ref-13"><label>[13]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Girit</surname> <given-names>U</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Michaud</surname> <given-names>E</given-names></string-name>, <string-name><surname>Tegmark</surname> <given-names>M</given-names></string-name></person-group>. <article-title>The quantization model of neural scaling</article-title>. In: <conf-name>Advances in Neural Information Processing Systems 36; 2023 Dec 10&#x2013;16</conf-name>; <publisher-loc>New Orleans, LA, USA</publisher-loc>; <year>2023</year>. p. <fpage>28699</fpage>&#x2013;<lpage>722</lpage>. doi:<pub-id pub-id-type="doi">10.52202/075280-1248</pub-id>.</mixed-citation></ref>
<ref id="ref-14"><label>[14]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Wang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Shang</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Yuan</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Wu</surname> <given-names>J</given-names></string-name>, <string-name><surname>Yan</surname> <given-names>J</given-names></string-name>, <string-name><surname>Yan</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>QUEST: low-bit diffusion model quantization via efficient selective finetuning</article-title>. <comment>arXiv:2402.03666. 2025</comment>.</mixed-citation></ref>
<ref id="ref-15"><label>[15]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Chen</surname> <given-names>M</given-names></string-name>, <string-name><surname>Shao</surname> <given-names>W</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>P</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>J</given-names></string-name>, <string-name><surname>Gao</surname> <given-names>P</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>K</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>EfficientQAT: efficient quantization-aware training for large language models</article-title>. In: <conf-name>Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics</conf-name>. <publisher-loc>Stroudsburg, PA, USA</publisher-loc>: <publisher-name>ACL</publisher-name>; <year>2025</year>. p. <fpage>10081</fpage>&#x2013;<lpage>100</lpage>.</mixed-citation></ref>
<ref id="ref-16"><label>[16]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Liu</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Oguz</surname> <given-names>B</given-names></string-name>, <string-name><surname>Zhao</surname> <given-names>C</given-names></string-name>, <string-name><surname>Chang</surname> <given-names>E</given-names></string-name>, <string-name><surname>Stock</surname> <given-names>P</given-names></string-name>, <string-name><surname>Mehdad</surname> <given-names>Y</given-names></string-name>, <etal>et al.</etal></person-group> <article-title>LLM-QAT: data-free quantization aware training for large language models</article-title>. In: <conf-name>Findings of the Association for Computational Linguistics</conf-name>. <publisher-loc>Stroudsburg, PA, USA</publisher-loc>: <publisher-name>ACL</publisher-name>; <year>2024</year>. p. <fpage>467</fpage>&#x2013;<lpage>84</lpage>.</mixed-citation></ref>
<ref id="ref-17"><label>[17]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Nagel</surname> <given-names>M</given-names></string-name>, <string-name><surname>Fournarakis</surname> <given-names>M</given-names></string-name>, <string-name><surname>Bondarenko</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Blankevoort</surname> <given-names>T</given-names></string-name></person-group>. <article-title>Overcoming oscillations in quantization-aware training</article-title>. <comment>arXiv:2203.11086. 2022</comment>.</mixed-citation></ref>
<ref id="ref-18"><label>[18]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Shang</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Yuan</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Xie</surname> <given-names>B</given-names></string-name>, <string-name><surname>Wu</surname> <given-names>B</given-names></string-name>, <string-name><surname>Yan</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>Post-training quantization on diffusion models</article-title>. In: <conf-name>2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); 2023 Jun 17&#x2013;24</conf-name>; <publisher-loc>Vancouver, BC, Canada</publisher-loc>. p. <fpage>1972</fpage>&#x2013;<lpage>81</lpage>. doi:<pub-id pub-id-type="doi">10.1109/cvpr52729.2023.00196</pub-id>.</mixed-citation></ref>
<ref id="ref-19"><label>[19]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Li</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Xiao</surname> <given-names>J</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>L</given-names></string-name>, <string-name><surname>Gu</surname> <given-names>Q</given-names></string-name></person-group>. <article-title>RepQ-ViT: scale reparameterization for post-training quantization of vision transformers</article-title>. In: <conf-name>2023 IEEE/CVF International Conference on Computer Vision (ICCV); 2023 Oct 1&#x2013;6</conf-name>; <publisher-loc>Paris, France</publisher-loc>. p. <fpage>17181</fpage>&#x2013;<lpage>90</lpage>. doi:<pub-id pub-id-type="doi">10.1109/ICCV51070.2023.01580</pub-id>.</mixed-citation></ref>
<ref id="ref-20"><label>[20]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>He</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Li</surname> <given-names>C</given-names></string-name>, <string-name><surname>Wu</surname> <given-names>X</given-names></string-name>, <string-name><surname>Yao</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Aminabadi</surname> <given-names>RY</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>M</given-names></string-name></person-group>. <article-title>ZeroQuant: efficient and affordable post-training quantization for large-scale transformers</article-title>. In: <conf-name>Advances in Neural Information Processing Systems 35; 2022 Nov 28&#x2013;Dec 9</conf-name>; <publisher-loc>New Orleans, LA, USA</publisher-loc>; <year>2022</year>. p. <fpage>27168</fpage>&#x2013;<lpage>83</lpage>. doi:<pub-id pub-id-type="doi">10.52202/068431-1970</pub-id>.</mixed-citation></ref>
<ref id="ref-21"><label>[21]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Xiao</surname> <given-names>G</given-names></string-name>, <string-name><surname>Lin</surname> <given-names>J</given-names></string-name>, <string-name><surname>Seznec</surname> <given-names>M</given-names></string-name>, <string-name><surname>Wu</surname> <given-names>H</given-names></string-name>, <string-name><surname>Demouth</surname> <given-names>J</given-names></string-name>, <string-name><surname>Han</surname> <given-names>S</given-names></string-name></person-group>. <article-title>SmoothQuant: accurate and efficient post-training quantization for large language models</article-title>. <comment>arXiv:2211.10438. 2022</comment>.</mixed-citation></ref>
<ref id="ref-22"><label>[22]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Shang</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>G</given-names></string-name>, <string-name><surname>Kompella</surname> <given-names>RR</given-names></string-name>, <string-name><surname>Yan</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>Enhancing post-training quantization calibration through contrastive learning</article-title>. In: <conf-name>2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); 2024 Jun 16&#x2013;22</conf-name>; <publisher-loc>Seattle, WA, USA</publisher-loc>. p. <fpage>15921</fpage>&#x2013;<lpage>30</lpage>. doi:<pub-id pub-id-type="doi">10.1109/CVPR52733.2024.01507</pub-id>.</mixed-citation></ref>
<ref id="ref-23"><label>[23]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Frantar</surname> <given-names>E</given-names></string-name>, <string-name><surname>Ashkboos</surname> <given-names>S</given-names></string-name>, <string-name><surname>Hoefler</surname> <given-names>T</given-names></string-name>, <string-name><surname>Alistarh</surname> <given-names>D</given-names></string-name></person-group>. <article-title>GPTQ: accurate post-training quantization for generative pre-trained transformers</article-title>. <comment>arXiv:2210.17323. 2022</comment>.</mixed-citation></ref>
<ref id="ref-24"><label>[24]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Li</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Yin</surname> <given-names>R</given-names></string-name>, <string-name><surname>Lee</surname> <given-names>D</given-names></string-name>, <string-name><surname>Xiao</surname> <given-names>S</given-names></string-name>, <string-name><surname>Panda</surname> <given-names>P</given-names></string-name></person-group>. <article-title>GPTAQ: efficient finetuning-free quantization for asymmetric calibration</article-title>. <comment>arXiv:2504.02692. 2025</comment>.</mixed-citation></ref>
<ref id="ref-25"><label>[25]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Proskurina</surname> <given-names>I</given-names></string-name>, <string-name><surname>Metzler</surname> <given-names>G</given-names></string-name>, <string-name><surname>Velcin</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Fair-GPTQ: bias-aware quantization for large language models</article-title>. <comment>arXiv:2509.15206. 2025</comment>.</mixed-citation></ref>
<ref id="ref-26"><label>[26]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>van Baalen</surname> <given-names>M</given-names></string-name>, <string-name><surname>Kuzmin</surname> <given-names>A</given-names></string-name>, <string-name><surname>Koryakovskiy</surname> <given-names>I</given-names></string-name>, <string-name><surname>Nagel</surname> <given-names>M</given-names></string-name>, <string-name><surname>Couperus</surname> <given-names>P</given-names></string-name>, <string-name><surname>Bastoul</surname> <given-names>C</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>GPTVQ: the blessing of dimensionality for LLM quantization</article-title>. <comment>arXiv:2402.15319. 2024</comment>.</mixed-citation></ref>
<ref id="ref-27"><label>[27]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Lin</surname> <given-names>J</given-names></string-name>, <string-name><surname>Tang</surname> <given-names>J</given-names></string-name>, <string-name><surname>Tang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>S</given-names></string-name>, <string-name><surname>Xiao</surname> <given-names>G</given-names></string-name>, <string-name><surname>Han</surname> <given-names>S</given-names></string-name></person-group>. <article-title>AWQ: activation-aware weight quantization for on-device LLM compression and acceleration</article-title>. <source>Proc Mach Learn Syst.</source> <year>2024</year>;<volume>6</volume>:<fpage>87</fpage>&#x2013;<lpage>100</lpage>. doi:<pub-id pub-id-type="doi">10.1145/3714983.3714987</pub-id>.</mixed-citation></ref>
<ref id="ref-28"><label>[28]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Lin</surname> <given-names>J</given-names></string-name>, <string-name><surname>Tang</surname> <given-names>J</given-names></string-name>, <string-name><surname>Tang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>S</given-names></string-name>, <string-name><surname>Xiao</surname> <given-names>G</given-names></string-name>, <string-name><surname>Han</surname> <given-names>S</given-names></string-name></person-group>. <article-title>AWQ: activation-aware weight quantization for on-device LLM compression and acceleration</article-title>. <source>GetMobile Mob Comput Commun</source>. <year>2025</year>;<volume>28</volume>(<issue>4</issue>):<fpage>12</fpage>&#x2013;<lpage>7</lpage>. doi:<pub-id pub-id-type="doi">10.1145/3714983.3714987</pub-id>.</mixed-citation></ref>
</ref-list>
</back></article>