← Search

Mohamed S. Abdelfattah

13 accepted papers

2026

FlashDLM: Accelerating Diffusion Language Model Inference via Efficient KV Caching and Guided Diffusion

ICLR 2026poster

Diffusion language models offer parallel token generation and inherent bidirectionality, promising more efficient and powerful sequence modeling compared to autoregressive approaches. However, state-of-the-art diffusion models~(e.g., Dream 7B, LLaDA 8B) suffer from slow inference. While they match t…

Cited by 0SourcecodeScholar
2026

UniQL: Unified Quantization and Low-rank Compression for Adaptive Edge LLMs

ICLR 2026poster

Deploying large language models (LLMs) on mobile platforms faces significant challenges due to the limited memory and shared computational resources of the device. Resource availability may be an issue as it is directly impacted by on the current device workload, adding to the uncertainty of model d…

Cited by 0SourcecodeScholar
2025

Palu: KV-Cache Compression with Low-Rank Projection

ICLR 2025poster

Post-training KV-Cache compression methods typically either sample a subset of effectual tokens or quantize the data into lower numerical bit width. However, these methods cannot exploit redundancy in the hidden dimension of the KV tenors. This paper presents a hidden dimension compression approach…

2025

Quamba2: A Robust and Scalable Post-training Quantization Framework for Selective State Space Models

ICML 2025poster

State Space Models (SSMs) are gaining attention as an efficient alternative to Transformers due to their constant memory complexity and comparable performance. Yet, deploying large-scale SSMs on cloud-based services or resource-constrained devices faces challenges. To address this, quantizing SSMs u…

2025

Speculate Deep and Accurate: Lossless and Training-Free Acceleration for Offloaded LLMs via Substitute Speculative Decoding

NeurIPS 2025poster

The immense model sizes of large language models (LLMs) challenge deployment on memory-limited consumer GPUs. Although model compression and parameter offloading are common strategies to address memory limitations, compression can degrade quality, and offloading maintains quality but suffers fro…

Cited by 0SourceScholar
2024

Learning from Students: Applying t-Distributions to Explore Accurate and Efficient Formats for LLMs

ICML 2024poster

The increasing size of large language models (LLMs) traditionally requires low-precision integer formats to meet strict latency and power demands. Yet recently, alternative formats such as Normal Float (NF4) have increased model accuracy at the cost of increased chip area. In this work, we first con…

2024

ShadowLLM: Predictor-based Contextual Sparsity for Large Language Models

EMNLP 2024main

The high power consumption and latency-sensitive deployments of large language models (LLMs) have motivated efficiency techniques like quantization and sparsity. Contextual sparsity, where the sparsity pattern is input-dependent, is crucial in LLMs because the permanent removal of attention heads or…

2024

Towards Neural Architecture Search through Hierarchical Generative Modeling

ICML 2024poster

Neural Architecture Search (NAS) aims to automate deep neural network design across various applications, while a good search space design is core to NAS performance. A too-narrow search space may fail to cover diverse task requirements, whereas a too-broad one can escalate computational expenses an…

Cited by 0SourcePDFScholar
2023

Zero-Cost Operation Scoring in Differentiable Architecture Search

AAAI 2023technical

We formalize and analyze a fundamental component of dif- ferentiable neural architecture search (NAS): local “opera- tion scoring” at each operation choice. We view existing operation scoring functions as inexact proxies for accuracy, and we find that they perform poorly when analyzed empir- ically…

2022

BLOX: Macro Neural Architecture Search Benchmark and Algorithms

NeurIPS 2022accept

Neural architecture search (NAS) has been successfully used to design numerous high-performance neural networks. However, NAS is typically compute-intensive, so most existing approaches restrict the search to decide the operations and topological structure of a single block only, then the same block…

2021

NAS-Bench-ASR: Reproducible Neural Architecture Search for Speech Recognition

ICLR 2021poster

Powered by innovations in novel architecture design, noise tolerance techniques and increasing model capacity, Automatic Speech Recognition (ASR) has made giant strides in reducing word-error-rate over the past decade. ASR models are often trained with tens of thousand hours of high quality speech d…

Cited by 86SourcePDFScholar
2021

Zero-Cost Proxies for Lightweight NAS

ICLR 2021poster

Neural Architecture Search (NAS) is quickly becoming the standard methodology to design neural network models. However, NAS is typically compute-intensive because multiple models need to be evaluated before choosing the best one. To reduce the computational power and time needed, a proxy task is oft…