← Search

Vahid Partovi Nia

8 accepted papers

2025

OAC: Output-adaptive Calibration for Accurate Post-training Quantization

AAAI 2025technical

Deployment of Large Language Models (LLMs) has major computational costs, due to their rapidly expanding size. Compression of LLMs reduces the memory footprint, latency, and energy required for their inference. Post-training Quantization (PTQ) techniques have been developed to compress LLMs while a…

Cited by 0SourcePDFScholar
2023

DenseShift: Towards Accurate and Efficient Low-Bit Power-of-Two Quantization

ICCV 2023poster

Efficiently deploying deep neural networks on low-resource edge devices is challenging due to their ever-increasing resource requirements. To address this issue, researchers have proposed multiplication-free neural networks, such as Power-of-Two quantization, or also known as Shift networks, which a…

Cited by 3PDFcodeScholar
2023

Understanding Neural Network Binarization with Forward and Backward Proximal Quantizers

NeurIPS 2023poster

In neural network binarization, BinaryConnect (BC) and its variants are considered the standard. These methods apply the sign function in their forward pass and their respective gradients are backpropagated to update the weights. However, the derivative of the sign function is zero whenever defined,…

Cited by 5SourcePDFScholar
2022

Convolutional Neural Network Compression through Generalized Kronecker Product Decomposition

AAAI 2022technical

Modern Convolutional Neural Network (CNN) architectures, despite their superiority in solving various problems, are generally too large to be deployed on resource constrained edge devices. In this paper, we reduce memory usage and floating-point operations required by convolutional layers in CNNs. W…

Cited by 29SourcePDFScholar
2022

Is Integer Arithmetic Enough for Deep Learning Training?

NeurIPS 2022accept

The ever-increasing computational complexity of deep learning models makes their training and deployment difficult on various cloud and edge platforms. Replacing floating-point arithmetic with low-bit integer arithmetic is a promising approach to save energy, memory footprint, and latency of deep le…

Cited by 16SourcePDFScholar
2021

Demystifying and Generalizing BinaryConnect

NeurIPS 2021poster

BinaryConnect (BC) and its many variations have become the de facto standard for neural network quantization. However, our understanding of the inner workings of BC is still quite limited. We attempt to close this gap in four different aspects: (a) we show that existing quantization algorithms, incl…

Cited by 9SourcePDFScholar
2021

S$^3$: Sign-Sparse-Shift Reparametrization for Effective Training of Low-bit Shift Networks

NeurIPS 2021poster

Shift neural networks reduce computation complexity by removing expensive multiplication operations and quantizing continuous weights into low-bit discrete values, which are fast and energy-efficient compared to conventional neural networks. However, existing shift networks are sensitive to the weig…

2018

Causal Inference and Mechanism Clustering of A Mixture of Additive Noise Models

NeurIPS 2018poster

The inference of the causal relationship between a pair of observed variables is a fundamental problem in science, and most existing approaches are based on one single causal model. In practice, however, observations are often collected from multiple sources with heterogeneous causal models due to c…