paper-with-me

Papers

HOT: Hadamard-based Optimized Training

2025-03-27 · CVPR 2025 1 · Seonggon Kim, JunCheol Shin, Seung-taek Woo, Eunhyeok Park

It has become increasingly important to optimize backpropagation to reduce memory usage and computational overhead. Achieving this goal is highly challenging, as multiple objectives must be considered jointly while maintaining training quality. In this paper, we focus on matrix multiplication, which accounts for the largest portion of training costs, and analyze its backpropagation in detail to identify lightweight techniques that offer the best benefits. Based on this analysis, we introduce a novel method, Hadamard-based Optimized Training (HOT). In this approach, we apply Hadamard-based optimizations, such as Hadamard quantization and Hadamard low-rank approximation, selectively and with awareness of the suitability of each optimization for different backward paths. Additionally, we introduce two enhancements: activation buffer compression and layer-wise quantizer selection. Our extensive analysis shows that HOT achieves up to 75% memory savings and a 2.6 times acceleration on real GPUs, with negligible accuracy loss compared to FP32 precision.

📄 PDF Abstract BibTeX arXiv:2503.21261

Code (1)

sungonuni/HOT 공식 구현 pytorch

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

HadaNets: Flexible Quantization Strategies for Neural Networks

2019-05-26 · Yash Akhauri

On-board processing elements on UAVs are currently inadequate for training and inference of Deep Neural Networks. This is largely due to the energy consumption of memory accesses in such a network. HadaNets introduce a f…

Model CompressionQuantization

McKernel: A Library for Approximate Kernel Expansions in Log-linear Time

2017-02-27 · Joachim D. Curtó, Irene C. Zarza, Feng Yang, Alexander J. Smola 외

Kernel Methods Next Generation (KMNG) introduces a framework to use kernel approximates in the mini-batch setting with SGD Optimizer as an alternative to Deep Learning. McKernel is a C++ library for KMNG ML Large-scale. …

CPUGeneral Classification

HadaCore: Tensor Core Accelerated Hadamard Transform Kernel

2024-12-12 · Krish Agarwal, Rishi Astra, Adnan Hoque, Mudhakar Srivatsa 외

We present HadaCore, a modified Fast Walsh-Hadamard Transform (FWHT) algorithm optimized for the Tensor Cores present in modern GPU hardware. HadaCore follows the recursive structure of the original FWHT algorithm, achie…

GPUMMLU

ABBA: Highly Expressive Hadamard Product Adaptation for Large Language Models

2025-05-20 · Raghav Singhal, Kaustubh Ponkshe, Rohit Vartak, Praneeth Vepakomma

Large Language Models have demonstrated strong performance across a wide range of tasks, but adapting them efficiently to new domains remains a key challenge. Parameter-Efficient Fine-Tuning (PEFT) methods address this b…

parameter-efficient fine-tuning

Hadamard Layer to Improve Semantic Segmentation

2023-02-20 · Angello Hoyos, Mariano Rivera

The Hadamard Layer, a simple and computationally efficient way to improve results in semantic segmentation tasks, is presented. This layer has no free parameters that require to be trained. Therefore it does not increase…

SegmentationSemantic Segmentation