Official Comment by Authors
>**W1.** The contribution of this paper is relatively minor and could be considered essentially an extended version of SmoothQuant to a limited extent.
>
**Response**: We thank the reviewer for their feedback and for raising this point. However, we would like to clarify that **our work is not an extension of SmoothQuant**. First, as acknowledged by other reviewers (e.g., Reviewer hujJ), our research addresses a critical gap in existing quantization techniques, offering an integrated solution that builds upon and unifies various approaches. Second, unlike SmoothQuant, which quantizes activations and weights simultaneously, CMPQ adopts a distinct research direction called weight-only quantization (introduced in line 110). Specifically, CMPQ employs non-uniform, channel-wise weight quantization with varying precision, as opposed to SmoothQuant’s uniform quantization approach (discussed in Section 3.1.2). Lastly, CMPQ is tailored for scenarios where model performance is highly sensitive to quantization. Our method achieves significant performance improvements with only a modest increase in memory requirements (non-integer bit quantization), a capability beyond the reach of integer-bit methods like SmoothQuant. We believe these distinctions highlight CMPQ’s novelty and contribution, with unequivocal distinctions to SmoothQuant.
>**W2.** By comparing Tables 1 and 2, the performance improvements over the baseline are not stable and, in some cases, are worse. For example, under 4-bit precision on the C4 dataset for LLaMA2-7B, compared with QuIP (7.10 vs. 6.69), more discussion is required.
>
**Response**: We thank the reviewer for pointing this out. We apologize that there was an error in reporting the 4-bit precision result for the C4 dataset with LLaMA2-7B. Specifically, the value of 6.69 for QuIP is counterintuitive, as it surpasses the FP16 precision result of 6.97 (Table 2). After rechecking, the correct CMPQ result for this setting is 7.12. With this correction, **CMPQ outperforms QuIP in this task**. We will update Table 2 and the corresponding Figure 3 in the revised manuscript. Additionally, while CMPQ does not outperform baselines in 2 out of 24 tasks, it consistently achieves superior results across 22 tasks, reflecting its robustness. Moreover, the core contribution of CMPQ lies in its ability to fully leverage additional storage space to deliver significant performance improvements. For example, in Figure 3, with LLaMA2-7B, CMPQ achieves a 30% improvement in perplexity (15.97 → 11.11) with only a 10% increase in storage overhead at 2-bit precision. Such enhancements are beyond the scope of integer-bit quantization methods like QuIP. We will emphasize these aspects in the revised version for better clarity.
>**W3.** The ablation results show that w/o Oact has little effect, indicating that output activation is not crucial for performance.
>
**Response**: We thank the reviewer for this observation. However, we would like to clarify that in Figure 6, when removing one type of outlier, we increase the protected outlier of another type to 0.5%. As shown in our results, in the 3-bit quantization task, protecting 0.5% of $O_{q}$ yields better performance than protecting 0.5% of $O_{act}$ on specific tasks. However, this trend reverses for the 4-bit quantization results, where protecting $O_{act}$ shows greater importance. The combined effectiveness of CMPQ, which integrates both types of outliers, underscores that both $O_{act}$ and $O_{q}$ are critical for performance in different scenarios. We will clarify this interplay further in the revised manuscript.