← Search

Kanghyun Choi

5 accepted papers

2025

FALQON: Accelerating LoRA Fine-tuning with Low-Bit Floating-Point Arithmetic

NeurIPS 2025poster

Low-bit floating-point (FP) formats, such as FP8, provide significant acceleration and memory savings in model training thanks to native hardware support on modern GPUs and NPUs. However, we analyze that FP8 quantization offers speedup primarily for large-dimensional matrix multiplications, while in…

Cited by 0SourcecodeScholar
2025

MimiQ: Low-Bit Data-Free Quantization of Vision Transformers with Encouraging Inter-Head Attention Similarity

AAAI 2025technical

Data-free quantization (DFQ) is a technique that creates a lightweight network from its full-precision counterpart without the original training data, often through a synthetic dataset. Although several DFQ methods have been proposed for vision transformer (ViT) architectures, they fail to achieve e…

2024

DataFreeShield: Defending Adversarial Attacks without Training Data

ICML 2024poster

Recent advances in adversarial robustness rely on an abundant set of training data, where using external or additional datasets has become a common setting. However, in real life, the training data is often kept private for security and privacy issues, while only the pretrained weight is available t…

Cited by 2SourcePDFScholar
2022

It's All in the Teacher: Zero-Shot Quantization Brought Closer to the Teacher

CVPR 2022oral

Model quantization is considered as a promising method to greatly reduce the resource requirements of deep neural networks. To deal with the performance drop induced by quantization errors, a popular method is to use training data to fine-tune quantized networks. In real-world environments, however,…

Cited by 46PDFcodeScholar
2021

Qimera: Data-free Quantization with Synthetic Boundary Supporting Samples

NeurIPS 2021poster

Model quantization is known as a promising method to compress deep neural networks, especially for inferences on lightweight mobile or edge devices. However, model quantization usually requires access to the original training data to maintain the accuracy of the full-precision models, which is ofte…