Pith. sign in

REVIEW 4 major objections 4 minor 14 references

GAQAT: gradient-adaptive quantization-aware training for domain generalization

T0 review · 4 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read GAQAT claims that quantizer scale factors in low-bit training receive conflicting task and smoothness gradients, and that dynamically freezing the task-gradient component whenever its direction is too consistent stabilizes training and…

desk verdict A plausible QAT-for-DG recipe with a useful gradient-disorder freezing idea, but the PACS numbers are internally inconsistent across tables and the headline gain is not stable. read the letter →

arxiv 2412.05551 v1 pith:Z2ZJD7LE submitted 2024-12-07 cs.CV

classification cs.CV
keywords domaingeneralizationquantization-awaretrainingsharpness-awareminimizationgradientconflictscalefactorfreezingdisorderlow-bitquantizationout-of-distributionaccuracy
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Low-bit models trained on source domains usually lose the out-of-domain generalization that full-precision sharpness-aware methods provide. This paper claims the reason is a conflict inside the quantizer: the scale factors that set quantization step sizes receive two gradients, one from the classification task and one from the flatness or smoothness objective, and in many layers these point in opposite directions, canceling out and driving scales to bad equilibria. GAQAT defines gradient disorder as the rate at which a scale's task gradient flips sign, and whenever that rate falls below a threshold, it freezes only the task-gradient update while letting the smoothness gradient keep working. The result is more stable quantized training, smoother loss surfaces, and 3-bit and 4-bit accuracies that beat direct quantized integration of sharpness-aware training by up to about 4.5 points on PACS, with 4-bit DomainNet nearly matching full-precision accuracy. If correct, this makes flatness-based domain generalization practical on the low-bit models that edge devices actually run.

What carries the argument

The machinery has two parts. The first is the LSQ-style quantizer scale factor $s$, a learnable step size that maps continuous weights and activations to discrete levels; in GAQAT it is the only parameter that receives two gradient streams. The second is gradient disorder, defined over $K$ training steps as the fraction of adjacent steps in which the task gradient $g_{\text{task}}$ changes sign: $\delta = \tfrac{1}{K} \sum_{j} \mathbf{1}[\operatorname{sgn}(g_j) \ne \operatorname{sgn}(g_{j+1})]$. A low $\delta$ means the task gradient direction is consistent; the paper interprets this as a signal that the scale has reached a suboptimal equilibrium where $g_{\text{task}}$ and $g_{\text{smooth}}$ cancel. Every $K$ steps, scales with $\delta$ below a threshold $r$ are marked frozen for the next $K$ steps, meaning only $g_{\text{smooth}}$ updates them, while all other scales continue to receive both gradients. This selective freezing is the active mechanism that stabilizes quantized weight updates and flattens the loss surface.

What would settle it

Run the 4-bit PACS protocol with GAQAT's exact threshold and interval, but replace the disorder ranking with randomly chosen scale factors frozen in the same counts; if the random-freeze control reaches or exceeds 61.33 percent average test accuracy, then low gradient disorder is not the active ingredient and the claim that the signal identifies harmful equilibria would be falsified.

Watch

Extended reading notes

Core claim

The paper's central claim is that the gradient conflict at quantizer scale factors, not the quantization itself, is what destroys out-of-domain generalization when sharpness-aware objectives are added to quantization-aware training. Each scale factor $s$ receives a task gradient $g_{\text{task}}$ from the empirical risk and a smoothness gradient $g_{\text{smooth}}$ from the perturbed loss; in certain layers the two are opposite and nearly equal in magnitude, so the accumulated update stalls while the scale sits at a point that looks converged. The paper shows this is a bad convergence by perturbing converged scales by plus or minus 10 to 20 percent: on some layers, out-of-domain accuracy improves, meaning the optimizer had parked the scale at a suboptimal equilibrium. GAQAT therefore computes, over $K$ steps, the proportion of sign changes in $g_{\text{task}}$ and freezes $g_{\text{task}}$ for any scale whose disorder is below a threshold $r$, while still updating that scale with $g_{\text{smooth}}$, and re-evaluates the freeze set every $K$ steps. With this mechanism, the 4-bit PACS average test accuracy rises to 61.33 percent from 56.93 percent for SAGM+LSQ, and 4-bit DomainNet reaches 40.74 percent versus 40.00 percent for SAGM+LSQ and 40.95 percent for full-precision ERM.

Load-bearing premise

The load-bearing premise is that a low gradient disorder, a task gradient with a consistent sign over K steps, marks a scale factor that has reached a harmful suboptimal equilibrium, so stopping its task-gradient updates will improve generalization; the paper states this as an assumption rather than proving it, and the disorder threshold r and freeze interval K are selected per dataset and bit width on validation data.

Editorial extensions

If this is right

  • On 4-bit PACS, GAQAT reaches 61.33 percent average test accuracy, 4.40 points above SAGM+LSQ and 2.35 points above LSQ alone; on 3-bit it reaches 57.13 percent, 4.55 points above SAGM+LSQ.
  • On 4-bit DomainNet, the model reaches 40.74 percent average accuracy, within 0.21 points of the 40.95 percent full-precision ERM baseline, so flatness-based domain generalization can be made nearly lossless at low bit width.
  • The conflict is stronger in 4-bit than in 3-bit quantization; the paper's gradient plots show task gradients dominating at 3-bit, which is why a lighter freeze schedule works there.
  • Freezing task gradients on scales with high disorder, or never unfreezing, both underperform GAQAT, indicating that the direction of the disorder signal and periodic re-evaluation matter, not just freezing per se.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural next test is to apply the same disorder-triggered freezing to other quantizer parameters, such as clipping bounds or per-channel scales, or to other multi-objective training setups like distillation or adversarial robustness where scale factors also receive competing gradients.
  • Because low disorder is observable online without target-domain labels, it could serve as an early-stopping or per-layer freezing signal during deployment-time adaptation, not only during initial quantization-aware training.
  • A causal check beyond the paper's ablations would compare GAQAT with random freezing of the same number of scales; if random selection matches the 61.33 percent PACS result, then the specific information in gradient disorder is not necessary for the gain.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper proposes GAQAT, a quantization-aware training framework for domain generalization under low bit-widths (4-bit and 3-bit). It observes that applying SAGM, a flatness-aware DG method, to LSQ quantized models degrades OOD accuracy, and attributes this to conflicting gradients between the task loss and the smoothness loss on quantizer scale factors. The paper defines a 'gradient disorder' metric, and proposes a dynamic selective freezing strategy that, every K steps, freezes the task-gradient update of scale factors whose disorder falls below a threshold r, while continuing smoothness-gradient updates. Experiments on PACS and DomainNet report consistent gains over LSQ and SAGM+LSQ, plus ablations testing freeze steps, threshold r, and reversed freezing. The conclusion claims up to 4.5% improvement over direct DG-QAT integration on PACS and near-lossless 4-bit performance on DomainNet.

Significance. If the empirical claims are reliable, this is a practically relevant contribution: it addresses a real deployment gap by extending flatness-based DG methods to low-precision quantized models. The diagnostic experiments (perturbing trained scale factors, visualizing gradient conflicts) are a useful way to motivate the method, and the ablation direction—freezing low-disorder scales helps while freezing high-disorder scales hurts—is a meaningful sanity check. The paper also follows the DomainBed protocol and uses MoCo-v2 pretrained weights to avoid the test-data leakage risk discussed by Yu et al. However, the central evidence is empirical, and the manuscript currently contains internal numerical contradictions for the exact reported configuration. Without code, seeds, or standard deviations, the claimed gains, some of which are as small as 0.09 points on DomainNet 3-bit, cannot be independently evaluated. The core idea is plausible and worth investigating further, but the present version does not provide stable measurements to support its headline claim.

major comments (4)
  1. [Section 4.3, Tables 4, 5, and 6] The same GAQAT configuration is reported with different numbers. Table 4's 'Ours' row, described as freeze steps=350 and threshold r=0.30, reports average test accuracy 59.33% (Art 48.20, Cartoon 59.22, Photo 67.51, Sketch 62.37). Table 5's '350' row reproduces exactly these numbers, which is consistent. However, Table 6's 'r=0.30' row, which under the stated protocol of fixing freeze steps and varying the threshold should be the identical configuration, reports average test accuracy 57.66% (Art 48.20, Cartoon 56.45, Photo 63.62, Sketch 62.37). The per-domain difference is up to 3.89 points (Photo). Furthermore, the main result in Table 2 for 'Ours' 4-bit on PACS (average 61.33%, Photo 69.46, Sketch 67.40) does not match any configuration in the ablation tables, whose best average is 59.33%. The paper provides no explanation for these discrepancies. Since the claimed improvement over SAGM+LSQ in Table 2 is 4.40 points, and the internal variability for identical settings is 1.67 points on the average and up to 3.89 points on a single domain, the headline effect is comparable to the manuscript's own inconsistency. The authors must reconcile these tables, report the exact hyperparameters used for Table 2, and provide code or seeds so the reader can determine which numbers are correct.
  2. [Table 2 vs. Table 4] The SAGM+LSQ baseline is not stable across tables for the same 4-bit PACS setting. Table 2 reports SAGM+LSQ average test accuracy 56.93% with Sketch 61.45, while Table 4 reports SAGM+LSQ average 56.27% with Sketch 58.81. This is a 0.66-point difference in the average and a 2.64-point difference in the Sketch domain. Because the tables are claimed to be based on the same experimental setup, this variation further undermines the reliability of the reported comparisons and indicates that run-to-run variability is not controlled or reported.
  3. [Section 3.3, Eq. (2)] The formal definition of gradient disorder is mathematically incomplete. Equation (2) writes δ = (1/K) 1(sgn(S1) ≠ sgn(S2)), where S1 and S2 are sequences of gradients. As written, the indicator function on two sequences is not defined and there is no summation over the K−1 consecutive comparisons described in the prose ('the proportion of steps where the gradient direction is opposite to that of the previous step'). The correct expression should be δ = (1/(K−1)) Σ_{j=1}^{K−1} 1(sgn(g_j) ≠ sgn(g_{j+1})). This is not a cosmetic issue: Algorithm 1 and all downstream results depend on this quantity, and the current formula cannot be implemented as stated. The authors should fix the equation and state whether the sign is taken element-wise over gradient components and then averaged, or applied to the scalar loss gradient.
  4. [Section 4.1 and Section 4.3] The empirical claims lack the statistical support needed for the small margins reported. No code, random seeds, or standard deviations are provided. On DomainNet 3-bit, the reported gain of Ours over SAGM+LSQ is only 39.53% vs. 39.44% (0.09 points), and on PACS 4-bit the ablation tables show that varying the threshold r from 0.30 to 0.32 changes average accuracy by 1.29 points, while varying freeze steps from 300 to 400 changes it by 0.16 points. Given the internal contradictions documented above, the reader cannot determine whether the advertised gains are larger than run-to-run noise. The authors should report mean and standard deviation over at least three seeds, and release code to reproduce the key tables.
minor comments (4)
  1. [Section 3.3, Assumption 3.1] Assumption 3.1 is phrased as a mathematical assumption but is actually an empirical hypothesis supported only by the qualitative evidence in Figures 3 and 4. There is no formal statement of what 'impact' means or under what conditions it holds. The authors should relabel it as a 'Hypothesis' or provide a more precise statement and evidence.
  2. [Throughout] There are numerous typographical errors that should be corrected: 'Shareness-aware minimization' in the Introduction, 'Quantizaion-aware training' in Section 5.2, 'Morever' in Section 3.2, and 'DoaminNet' in the Figure 5 caption. The figure caption also states 'every 2111 steps', which appears to be a typo for the evaluation interval.
  3. [Section 3.3, Algorithm 1 and Definition 3.1] The symbol K is used both for the number of steps in the disorder window (Definition 3.1) and for the evaluation interval in Algorithm 1. These are conceptually different quantities and should be denoted separately, e.g., K_w for the window and K_eval for the interval.
  4. [Section 4.1] The paper uses test-domain validation for model selection across all methods. This is an oracle-like selection that uses target-domain labels; while it follows DomainBed practice, it should be explicitly acknowledged as a limitation because it can inflate absolute accuracies and may interact with the per-domain hyperparameter sensitivity the authors themselves observe.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: GAQAT's selective freezing is tested against external OOD benchmarks, and no prediction reduces to a fitted input or to a same-author citation chain.

full rationale

Walking the derivation chain: Equation (1) defines the joint task/smoothness objective; Section 3.2 separates scale gradients into g_task and g_smooth; Definition 3.1 defines gradient disorder as the sign-flip rate over K steps; Algorithm 1 freezes g_task for scales with disorder below threshold r. The reported gains (e.g., PACS 4-bit 61.33% vs. SAGM+LSQ 56.93%) are independent out-of-domain test accuracies, not quantities reconstructed from the disorder measure or from r and K. The disorder threshold and freeze interval are tuned on validation data, which is ordinary hyperparameter selection rather than circularity. Assumption 3.1 (low disorder implies a suboptimal equilibrium that is safe to freeze) is explicitly an assumption and receives only empirical ablation support; that is a strength-of-evidence concern, not a definitional reduction. Self-citations to Tang et al. 2022/2024 and Yu et al. 2024b are background for LSQ-style scale factors, freezing strategies, and pretraining initialization; none is invoked as an external uniqueness theorem that forces GAQAT's design, so the self-citation rule is not triggered. The paper's Limitations section also acknowledges that only task-flatness conflicts were examined and that domain-scale relationships remain unexplored, which limits scope but does not create circularity. A reproducibility issue does exist: under the stated protocol, freeze steps=350 and r=0.30 should be one configuration, but Table 5 (freeze steps 350) reports Avg 59.33 while Table 6 (r=0.30) reports Avg 57.66; this is an internal inconsistency, not a circular dependency. No equation in the paper reduces to its own input by construction.

Assumptions & free parameters 7 free parameters · 5 assumptions · 0 invented entities

The central method relies on standard QAT machinery (STE and LSQ), the SAGM flatness objective, and an unproven assumption that low gradient disorder indicates when a scale factor has reached a bad equilibrium. The method-specific hyperparameters r and K are tuned per dataset and bit width. No new physical entities are introduced; gradient disorder is a diagnostic metric, not an entity.

free parameters (7)
  • gradient disorder threshold r = PACS: {0.28, 0.30, 0.32}; DomainNet 4-bit: {0.20, 0.25}; DomainNet 3-bit: {0.02, 0.03}
    Controls which scale factors are frozen. Chosen by grid search on validation data; it is the central hyperparameter of the proposed method.
  • freeze interval K = PACS 4-bit: {300, 350, 400}; PACS 3-bit: {100, 150, 200}; DomainNet 4-bit: {3000, 4000}; DomainNet 3-bit: {200, 300}
    Evaluation period for computing gradient disorder and updating the freeze set. Tuned per dataset and bit width.
  • perturbation step alpha in Eq. (1) = 0.001 (PACS), 0.0005 (DomainNet)
    Adopted from SAGM; sets the weight perturbation magnitude in the flatness objective.
  • SAM neighborhood rho = 0.05
    Fixed following SAM; controls the perturbation radius for sharpness-aware minimization.
  • learning rate = Grid search over {1e-5, 3e-5, 5e-5}
    Base hyperparameter shared across compared methods.
  • weight decay = 1e-4 (PACS), 1e-6 (DomainNet)
    Shared hyperparameter selected by grid search.
  • scale factor learning rate = 1e-5
    Fixed learning rate for LSQ quantizer scaling factors.
assumptions (5)
  • standard math Straight-Through Estimator gradient approximation for non-differentiable rounding
    Assumed in Section 2.1 to backpropagate through the quantization function; inherited from LSQ and STE.
  • domain assumption Flatter minima reduce the domain generalization gap
    Basis for the optimization objective in Eq. (1), adopted from SAGM and SAM; not re-derived in this paper.
  • ad hoc to paper Low gradient disorder provides assurance of gradient correctness and signals suboptimal scale equilibrium
    Assumption 3.1 in Section 3.3; unproven, supported only by empirical plots and the ablation study.
  • domain assumption Test-domain validation is an acceptable model selection protocol for DG
    Section 4.1 states test-domain validation is adopted. This is an oracle selection protocol that can inflate absolute accuracy compared to the standard DomainBed training-domain validation.
  • domain assumption Quantizing all weights and activations except the first convolutional activation and the final linear layer is representative for edge deployment
    Section 4.1 defines the quantization setup; this limits the scope of the 'good OOD generalization' claim to this specific architecture and bit-width configuration.

how reviews work

0 comments
Cite this review

Pith. "Pith review of GAQAT: gradient-adaptive quantization-aware training for domain generalization." pith.science (2026). https://pith.science/paper/Z2ZJD7LE

@misc{pith2026241205551,
  author       = {Pith},
  title        = {Pith review of: GAQAT: gradient-adaptive quantization-aware training for domain generalization},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/Z2ZJD7LE}},
  note         = {Machine review of arXiv:2412.05551}
}
read the original abstract

Research on loss surface geometry, such as Sharpness-Aware Minimization (SAM), shows that flatter minima improve generalization. Recent studies further reveal that flatter minima can also reduce the domain generalization (DG) gap. However, existing flatness-based DG techniques predominantly operate within a full-precision training process, which is impractical for deployment on resource-constrained edge devices that typically rely on lower bit-width representations (e.g., 4 bits, 3 bits). Consequently, low-precision quantization-aware training is critical for optimizing these techniques in real-world applications. In this paper, we observe a significant degradation in performance when applying state-of-the-art DG-SAM methods to quantized models, suggesting that current approaches fail to preserve generalizability during the low-precision training process. To address this limitation, we propose a novel Gradient-Adaptive Quantization-Aware Training (GAQAT) framework for DG. Our approach begins by identifying the scale-gradient conflict problem in low-precision quantization, where the task loss and smoothness loss induce conflicting gradients for the scaling factors of quantizers, with certain layers exhibiting opposing gradient directions. This conflict renders the optimization of quantized weights highly unstable. To mitigate this, we further introduce a mechanism to quantify gradient inconsistencies and selectively freeze the gradients of scaling factors, thereby stabilizing the training process and enhancing out-of-domain generalization. Extensive experiments validate the effectiveness of the proposed GAQAT framework. On PACS, our 3-bit and 4-bit models outperform direct DG-QAT integration by up to 4.5%. On DomainNet, the 4-bit model achieves near-lossless performance compared to full precision, with improvements of 1.39% (4-bit) and 1.06% (3-bit) over the SOTA QAT baseline.

Figures

Figures reproduced from arXiv: 2412.05551 by the authors.

Figure 1
Figure 1. Illustration of GAQAT. Compared to full-precision weight gradients, the tensor-wise scale [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Results of cumulative gradients every 350 steps in the 4-bit test on the PACS ART domain, [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Results of task and smoothness gradient disorder of scaling factors over 350 steps in the [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Results of freezing over 350 steps in the 4-bit test on the PACS ART domain, using [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Results of cumulative gradients every 2111 steps in the 3-bit test on the DoaminNet Clipart and Infograph domains, revealing fewer anomalous gradients compared to 4-bit, with gtask dominating. In our analysis, we validated the effectiveness of freezing gtask with gradi…
Figure 6
Figure 6. Figure 6: Visualization of the loss landscape across various domains. Top is the direct integration of SAGM into QAT, bottom is proposed method. Our method achieves smoother loss surfaces across all four domains in PACS. 5 RELATED WORK 5.1 DOMAIN GENERALIZATION In practical appl…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

14 extracted references · 14 linked inside Pith

  1. [3]

    An image is worth 16x16 words: Transformers for image recognition at scale

    Alexey Dosovitskiy. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arXiv:2010.11929,

  2. [5]

    Sharpness-aware minimiza- tion for efficiently improving generalization

    10 Pierre Foret, Ariel Kleiner, Hossein Mobahi, and Behnam Neyshabur. Sharpness-aware minimiza- tion for efficiently improving generalization. arXiv preprint arXiv:2010.01412,

  3. [6]

    In search of lost domain generalization

    Ishaan Gulrajani and David Lopez-Paz. In search of lost domain generalization. arXiv preprint arXiv:2007.01434,

  4. [10]

    Markus Nagel, Marios Fournarakis, Yelysei Bondarenko, and Tijmen Blankevoort

    URL https:// arxiv.org/abs/2106.08295. Markus Nagel, Marios Fournarakis, Yelysei Bondarenko, and Tijmen Blankevoort. Overcoming oscillations in quantization-aware training. In International Conference on Machine Learning , pp. 16318–16330. PMLR,

  5. [12]

    Domain generalization with mixstyle.arXiv preprint arXiv:2104.02008,

    Kaiyang Zhou, Yongxin Yang, Yu Qiao, and Tao Xiang. Domain generalization with mixstyle.arXiv preprint arXiv:2104.02008,

  6. [13]

    Domain generalization: A survey

    Kaiyang Zhou, Ziwei Liu, Yu Qiao, Tao Xiang, and Chen Change Loy. Domain generalization: A survey. IEEE Transactions on Pattern Analysis and Machine Intelligence , 45(4):4396–4415, 2022a. Shuchang Zhou, Yuxin Wu, Zekun Ni, Xinyu Zhou, He Wen, and Yuheng Zou. Dorefa-net: Train- ing low bitwidth convolutional neural networks with low bitwidth gradients. arX...

  7. [14]

    Rethinking semantic segmen- tation: A prototype view

    Tianfei Zhou, Wenguan Wang, Ender Konukoglu, and Luc Van Gool. Rethinking semantic segmen- tation: A prototype view. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 2582–2593, 2022b. Xizhou Zhu, Weijie Su, Lewei Lu, Bin Li, Xiaogang Wang, and Jifeng Dai. Deformable detr: Deformable transformers for end-to-end obje...

  8. [2016]

    Characterizing and understanding the behavior of quantized models for reliable deployment

    Qiang Hu, Yuejun Guo, Maxime Cordy, Xiaofei Xie, Wei Ma, Mike Papadakis, and Yves Le Traon. Characterizing and understanding the behavior of quantized models for reliable deployment. arXiv preprint arXiv:2204.04220,

Show all 14 references
  1. [2017]

    Learning to generalize: Meta-learning for domain generalization

    Da Li, Yongxin Yang, Yi-Zhe Song, and Timothy Hospedales. Learning to generalize: Meta-learning for domain generalization. In Proceedings of the AAAI conference on artificial intelligence, vol- ume 32, 2018a. Hao Li, Zheng Xu, Gavin Taylor, Christoph Studer, and Tom Goldstein....

  2. [2018]

    Estimating or propagating gradients through stochastic neurons for conditional computation

    Yoshua Bengio, Nicholas L ´eonard, and Aaron Courville. Estimating or propagating gradients through stochastic neurons for conditional computation. arXiv preprint arXiv:1308.3432,

  3. [2019]

    Learned step size quantization

    Steven K Esser, Jeffrey L McKinstry, Deepika Bablani, Rathinakumar Appuswamy, and Dharmen- dra S Modha. Learned step size quantization. arXiv preprint arXiv:1902.08153,

  4. [2020]

    Jungwook Choi, Zhuo Wang, Swagath Venkataramani, Pierce I-Jen Chuang, Vijayalakshmi Srini- vasan, and Kailash Gopalakrishnan

    URL https://arxiv.org/abs/2003.04297. Jungwook Choi, Zhuo Wang, Swagath Venkataramani, Pierce I-Jen Chuang, Vijayalakshmi Srini- vasan, and Kailash Gopalakrishnan. Pact: Parameterized clipping activation for quantized neural networks. arXiv preprint arXiv:1805.06085,

  5. [2021]

    Averaging weights leads to wider optima and better generalization

    Pavel Izmailov, Dmitrii Podoprikhin, Timur Garipov, Dmitry Vetrov, and Andrew Gordon Wil- son. Averaging weights leads to wider optima and better generalization. arXiv preprint arXiv:1803.05407,

  6. [2023]

    A survey on evaluation of out-of- distribution generalization

    Han Yu, Jiashuo Liu, Xingxuan Zhang, Jiayun Wu, and Peng Cui. A survey on evaluation of out-of- distribution generalization. arXiv preprint arXiv:2403.01874, 2024a. Han Yu, Xingxuan Zhang, Renzhe Xu, Jiashuo Liu, Yue He, and Peng Cui. Rethinking the evaluation protocol of doma...

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.