← Search

Aozhong Zhang

3 accepted papers

2026

DiaBlo: Diagonal Blocks Are Sufficient For Finetuning

ICLR 2026poster

Fine-tuning is a critical step for adapting large language models (LLMs) to domain-specific downstream tasks. To mitigate the substantial computational and memory costs of full-model fine-tuning, Parameter-Efficient Fine-Tuning (PEFT) methods have been proposed to update only a small subset of model…

Cited by 0SourcecodeScholar
2026

Frayed RoPE and Long Inputs: A Geometric Perspective

ICLR 2026poster

Rotary Positional Embedding (RoPE) is a widely adopted technique for encoding position in language models, which, while effective, causes performance breakdown when input length exceeds training length. Prior analyses assert (rightly) that long inputs cause channels to rotate "out of distribution,"…

Cited by 0SourceScholar
2024

MagR: Weight Magnitude Reduction for Enhancing Post-Training Quantization

NeurIPS 2024poster

In this paper, we present a simple optimization-based preprocessing technique called Weight Magnitude Reduction (MagR) to improve the performance of post-training quantization. For each linear layer, we adjust the pre-trained floating-point weights by solving an $\ell_\infty$-regularized optimizatio…