• 学术搜索
  • 科研智能体
    • Research Labs
    • AI 阅读
    • AI 文库
    • 深度研究
    • 学者亮点
  • 学术资源
    • AI2000
    • 期刊/会议
    • 学者库
    • 学术API
    • 溯源树
    • 数据集
  • 知识沉淀
    • 学术空间
订阅小程序
旧版功能
aminer vip
开通会员低至0.73元/天
一次搞定AI科研
立即登录
  • English
  • 联系方式
    I

    Institut Sains dan Teknologi Al-Kamal

    院校EST. 1989
    579论文总数
    4,151引用总数

    论文量&引用量时间轴

    机构学者

    排序
    Dan Alistarh
    Dan Alistarh
    Institute of Science and Technology Austria;Neural Magic
    论文:17引用:0H-index:0
    Samanc Horea
    Samanc Horea
    Department of Farm Animal Diseases, University of Belgrade
    论文:8引用:0H-index:0
    Fayçal Djeffal
    Fayçal Djeffal
    University of Batna, University of Batna
    论文:8引用:0H-index:0
    Z. Markovic
    Z. Markovic
    Institut za radiologiju, Klinički centar Srbije
    论文:7引用:0H-index:0
    A. Benhaya
    A. Benhaya
    Department of Electronics, University of Batna
    论文:4引用:0H-index:0
    Vuka Katic
    Vuka Katic
    Clin Haematol, Univ Nis
    论文:4引用:0H-index:0
    Thomas A. Henzinger
    Thomas A. Henzinger
    Institute of Science and Technology Austria
    论文:4引用:0H-index:0
    Dewi Rahma Fitri
    Dewi Rahma Fitri
    Department of Pharmacy, Institut Sains dan Teknologi Al-Kamal
    论文:4引用:0H-index:0
    c mircu
    c mircu
    Faculty of Veterinary Medicine, 300645, Str. Calea Aradului, No.119, Romania
    论文:3引用:0H-index:0

    论文(579)

    年份
    起
    –
    止
    排序
    1Beyond Outliers: A Study of Optimizers under Quantization
    Georgios Vlassis,Saleh Ashkboos, Alexandra Volkova,Torsten Hoefler,Dan Alistarh

    As new optimizers gain traction and model quantization becomes standard for efficient deployment, a key question arises: how does the choice of optimizer affect model performance in the presence of quantization? Despite progress in both areas, systematic evidence on optimizer–quantization interactions remains limited. To fill this gap, we study the impact of optimizer choice on model robustness under quantization, considering both post-training quantization (PTQ), and quantization-aware training (QAT). We first train full-precision models, ranging from 50M to 1.5B parameters, with six optimizers, to explore the hyperparameter landscape, and establish well-tuned baselines. We then apply PTQ to evaluate how model performance degrades when trained with different optimizers. We find that outlier-related metrics, such as the max-to-mean ratio (MMR) and Kurtosis, fail to predict the PTQ performance across different optimizers. We show analytically that this is due to the MMR capturing only isolated layer errors, while ignoring how quantization errors accumulate and propagate through the network. To study the QAT degradation, we train quantized models from scratch and compare them to our original-precision baselines. We find that optimizers performing well in the original pretraining setup may not remain optimal under QAT, and that models trained with Shampoo show the lowest accuracy degradation. Finally, we derive scaling laws for quantization-aware training under different optimizers, showing that Shampoo achieves the highest parameter efficiency of all tested optimizers.

    ICLR 2026引用:6
    引用
    AI阅读
    加入学术空间
    2Statistically-Lossless Quantization of Large Language Models
    Michael Helcig,Eldar Kurtic,Dan Alistarh

    Model quantization has become essential for efficient large language model deployment, yet existing approaches present clear trade-offs: methods such as GPTQ and AWQ achieve practical compression but are lossy, while lossless techniques preserve fidelity but lack inference acceleration. This paper explores the middle ground of statistically-lossless compression, examining three complementary aspects of what losslessness means for quantized LLMs. First, task-lossless compression preserves zero-shot benchmark accuracy within natural sampling variance and is achievable at aggressive bitwidths. Second, we formalize the stricter notion of distribution-lossless compression, requiring the quantized model's next-token distribution to be practically indistinguishable from the original, and propose the Expected Acceptance Rate (EAR), the maximum token-agreement probability under optimal coupling, as a directly interpretable fidelity metric. For example, EAR >= 0.99 means 99% agreement. Third, we prove a gamma-squared variance law showing that symmetric quantization inflates noise variance by gamma^2 relative to asymmetric quantization, making asymmetric quantization a prerequisite for distribution-lossless fidelity but not for task-level preservation. Through SLQ, a layer-wise non-uniform method with asymmetric quantization and wide bitwidth search, we obtain task-lossless compression at well below 4 bits per parameter, as low as 3.3 bits depending on the model, distribution-lossless compression at 5-6 bits per parameter on average, and inference speedups of 1.7-3.7x compared to FP16 using optimized kernels.

    COLM 2026引用:5
    引用
    AI阅读
    加入学术空间
    3Anthemius: Efficient and Modular Block Assembly for Concurrent Execution.
    Ray Neiheiser,Eleftherios Kokoris-Kogias

    Many blockchains such as Ethereum execute all incoming transactions sequentially significantly limiting the potential throughput. A common approach to scale execution is parallel execution engines that fully utilize modern multi-core architectures. Parallel execution is then either done optimistically, by executing transactions in parallel and detecting conflicts on the fly, or guided, by requiring exhaustive client transaction hints and scheduling transactions accordingly. However, recent studies have shown that the performance of parallel execution engines depends on the nature of the underlying workload. In fact, in some cases, only a 60% speed-up compared to sequential execution could be obtained. This is the case, as transactions that access the same resources must be executed sequentially. For example, if 10% of the transactions in a block access the same resource, the execution cannot meaningfully scale beyond 10 cores. Therefore, a single popular application can bottleneck the execution and limit the potential throughput. In this paper, we introduce Anthemius, a block construction algorithm that optimizes parallel transaction execution throughput. We evaluate Anthemius exhaustively under a range of workloads, and show that Anthemius enables the underlying parallel execution engine to process over twice as many transactions.

    2026Financial Cryptography and Data Security(2026)引用:5
    引用
    AI阅读
    加入学术空间
    4GSQ: Highly-Accurate Low-Precision Scalar Quantization for LLMs Via Gumbel-Softmax Sampling
    Alireza Dadgarnia, Soroush Tabesh,Mahdi Nikdan, Michael Helcig,Eldar Kurtic, Maximilian Kleinegger,Dan Alistarh

    Quantization has become a standard tool for efficient LLM deployment, especially for local inference, where models are now routinely served at 2-3 bits per parameter. The state of the art is currently split into simple scalar quantization techniques, such as GPTQ or AWQ, which are widely deployed but plateau in accuracy at 3-4 bits per parameter (bpp), and "second-generation" vector- or trellis-quantized methods, such as QTIP, GPTVQ and AQLM, which push the accuracy frontier but are notoriously hard to implement and to scale. In this paper, we ask whether this gap is fundamental, or whether a carefully optimized scalar quantizer can recover most of it. We answer in the affirmative, by introducing GSQ (Gumbel-Softmax Quantization), a post-training scalar quantization method which jointly learns the per-coordinate grid assignments and the per-group scales using a Gumbel-Softmax relaxation of the discrete grid. GSQ matches the cardinality of the relaxation to the small number of levels available in the target bit-width regime (e.g., 3-8 levels for ternary and 3 bpp, respectively), making optimization tractable. Practically, on the standard Llama-3.1-8B/70B-Instruct models, GSQ closes most of the gap between scalar quantization and the QTIP frontier at 2 and 3 bits, while using a symmetric scalar grid with group-wise quantization, and thus remains compatible with existing scalar inference kernels. We further show that the same discrete-assignment optimization can be applied to practical GGUF K-Quant checkpoints: starting from publicly released GGUF models, GSQ improves accuracy while projecting the result back into the same deployment format. Finally, GSQ scales to trillion-scale Mixture-of-Experts models such as Kimi-K2.5, where vector-quantized methods are difficult to apply. The source code is publicly available at https://github.com/IST-DASLab/GSQ.

    2026引用:3
    引用
    AI阅读
    加入学术空间
    5The Unseen Frontier: Pushing the Limits of LLM Sparsity with Surrogate-Free ADMM
    Kwanhee Lee, Hyeondo Jang, Dongyeop Lee,Dan Alistarh,Namhoon Lee

    Neural network pruning is a promising technique to mitigate the excessive computational and memory requirements of large language models (LLMs). Despite its promise, however, progress in this area has diminished, as conventional methods are seemingly unable to surpass moderate sparsity levels (50-60\%) without severely degrading model accuracy. This work breaks through the current impasse, presenting a principled and effective method called $ \text{Elsa}$, which achieves extreme sparsity levels of up to 90\% while retaining high model fidelity. This is done by identifying several limitations in current practice, all of which can be traced back to their reliance on a surrogate objective formulation. $ \text{Elsa}$ tackles this issue directly and effectively via standard and well-established constrained optimization techniques based on ADMM. Our extensive experiments across a wide range of models and scales show that $ \text{Elsa}$ achieves substantial improvements over existing methods; e.g., it achieves 7.8$ \times$ less perplexity than the best existing method on LLaMA-2-7B at 90\% sparsity. Moreover, we show that $ \text{Elsa}$ remains stable even at extreme sparsity (e.g., 95\%), yielding up to $\times$3.98 inference speedup and $\times$7.80 memory compression over its dense counterpart. We also present $ \text{Elsa}_ {-L}$, a quantized variant that scales to extremely large models (27B), and establish its theoretical convergence guarantees. These results highlight meaningful progress in advancing the frontier of LLM sparsity, while promising that significant opportunities for further advancement may remain in directions that have so far attracted limited exploration.

    ICLR 2026引用:3
    引用
    AI阅读
    加入学术空间
    立即登录,查看全部 579 篇论文

    合作机构(100)

    Military Medical Academy (Serbia)合作论文 41
    Klinički centar Srbije合作论文 19
    奥地利科学技术研究所合作论文 12
    斯普利特大学合作论文 11
    Batna 2 University合作论文 7
    印度尼西亚大学合作论文 6
    Universitas Quality合作论文 6
    Institut za kardiovaskularne bolesti Dedinje合作论文 6
    Sultan Ageng Tirtayasa University合作论文 5
    ETH Zurich,Board of the Swiss Federal Institutes of Technology合作论文 5

    机构统计