paper-with-me

Papers

SegQuant: A Semantics-Aware and Generalizable Quantization Framework for Diffusion Models

2025-07-20 · Jiaji Zhang, Ruichao Sun, Hailiang Zhao, Jiaju Wu, Peng Chen, Hao Li, Yuying Liu, Kingsum Chow, Gang Xiong, Shuiguang Deng arxiv

Diffusion models have demonstrated exceptional generative capabilities but are computationally intensive, posing significant challenges for deployment in resource-constrained or latency-sensitive environments. Quantization offers an effective means to reduce model size and computational cost, with post-training quantization (PTQ) being particularly appealing due to its compatibility with pre-trained models without requiring retraining or training data. However, existing PTQ methods for diffusion models often rely on architecture-specific heuristics that limit their generalizability and hinder integration with industrial deployment pipelines. To address these limitations, we propose SegQuant, a unified quantization framework that adaptively combines complementary techniques to enhance cross-model versatility. SegQuant consists of a segment-aware, graph-based quantization strategy (SegLinear) that captures structural semantics and spatial heterogeneity, along with a dual-scale quantization scheme (DualScale) that preserves polarity-asymmetric activations, which is crucial for maintaining visual fidelity in generated outputs. SegQuant is broadly applicable beyond Transformer-based diffusion models, achieving strong performance while ensuring seamless compatibility with mainstream deployment tools.

📄 PDF Abstract BibTeX arXiv:2507.14811

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Regularization-based Framework for Quantization-, Fault- and Variability-Aware Training

2025-03-03 · Anmol Biswas, Raghav Singhal, Sivakumar Elangovan, Shreyas Sabnis 외

Efficient inference is critical for deploying deep learning models on edge AI devices. Low-bit quantization (e.g., 3- and 4-bit) with fixed-point arithmetic improves efficiency, while low-power memory technologies like a…

Quantization

Selective Focus: Investigating Semantics Sensitivity in Post-training Quantization for Lane Detection

2024-05-10 · Yunqian Fan, Xiuying Wei, Ruihao Gong, Yuqing Ma 외

Lane detection (LD) plays a crucial role in enhancing the L2+ capabilities of autonomous driving, capturing widespread attention. The Post-Processing Quantization (PTQ) could facilitate the practical application of LD mo…

Autonomous DrivingGPULane DetectionQuantization+1

Generalizable Mixed-Precision Quantization via Attribution Rank Preservation

2021-08-05 · ICCV 2021 10 · Ziwei Wang, Han Xiao, Jiwen Lu, Jie zhou

In this paper, we propose a generalizable mixed-precision quantization (GMPQ) method for efficient inference. Conventional methods require the consistency of datasets for bitwidth search and model deployment to guarantee…

Quantization

A Hierarchical Semantic Distillation Framework for Open-Vocabulary Object Detection

2025-03-13 · Shenghao Fu, Junkai Yan, Qize Yang, Xihan Wei 외

Open-vocabulary object detection (OVD) aims to detect objects beyond the training annotations, where detectors are usually aligned to a pre-trained vision-language model, eg, CLIP, to inherit its generalizable recognitio…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Quantization Meets OOD: Generalizable Quantization-aware Training from a Flatness Perspective

2025-08-31 · Jiacheng Jiang, Yuan Meng, Chen Tang, Han Yu 외 arxiv

Current quantization-aware training (QAT) methods primarily focus on enhancing the performance of quantized models on in-distribution (I.D) data, while overlooking the potential performance degradation on out-of-distribu…

Image Classification