paper-with-me

Papers

Normalized Architectures are Natively 4-Bit

2026-05-07 · Maxim Fishman, Brian Chmiel, Ron Banner, Daniel Soudry, Boris Ginsburg arxiv

Training large language models at 4-bit precision is critical for efficiency. We show that nGPT, an architecture that constrains weights and hidden representations to the unit hypersphere, is inherently more robust to low-precision arithmetic. This removes the need for interventions-such as applying random Hadamard transforms and performing per-tensor scaling calculations-to preserve model quality, and it enables stable end-to-end NVFP4 training. We validate this approach on both a 1.2B dense model and hybrid (Mamba-Transformer) MoE models of up to 3B/30B parameters. We trace this robustness to the dot product: while quantization noise remains largely uncorrelated in both standard and normalized architectures, the signal behaves differently. In nGPT, the hypersphere constraint enhances weak positive correlations among the element-wise products, leading to a constructive accumulation of the signal across the hidden dimension while the noise continues to average out. This yields a higher effective signal-to-noise ratio and a flatter loss landscape, with the effect strengthening as the hidden dimension grows, suggesting increasing advantages at scale. A reference implementation is available at https://github.com/anonymous452026/ngpt-nvfp4

📄 PDF Abstract BibTeX arXiv:2605.06067

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Contrastive Entropy: A new evaluation metric for unnormalized language models

2016-01-03 · Kushal Arora, Anand Rangarajan

Perplexity (per word) is the most widely used metric for evaluating language models. Despite this, there has been no dearth of criticism for this metric. Most of these criticisms center around lack of correlation with ex…

Language Model EvaluationLanguage ModelingLanguage ModellingSentence

Time-aware Large Kernel Convolutions

2020-02-08 · ICML 2020 1 · Vasileios Lioutas, Yuhong Guo

To date, most state-of-the-art sequence modeling architectures use attention to build generative models for language based tasks. Some of these models use all the available sequence tokens to generate an attention distri…

Document SummarizationLanguage ModelingLanguage ModellingMachine Translation+1

Deep Learning for Single and Multi-Session i-Vector Speaker Recognition

2015-12-08 · Omid Ghahabi, Javier Hernando

The promising performance of Deep Learning (DL) in speech recognition has motivated the use of DL in other speech technology applications such as speaker recognition. Given i-vectors as inputs, the authors proposed an im…

Speaker Recognitionspeech-recognitionSpeech Recognition

Zero-shot Task Transfer for Invoice Extraction via Class-aware QA Ensemble

2021-08-13 · Prithiviraj Damodaran, Prabhkaran Singh, Josemon Achankuju

We present VESPA, an intentionally simple yet novel zero-shot system for layout, locale, and domain agnostic document extraction. In spite of the availability of large corpora of documents, the lack of labeled and valida…

AvgQuestion Answering

HiDream-O1-Image: A Natively Unified Image Generative Foundation Model with Pixel-level Unified Transformer

2026-05-11 · Qi Cai, Jingwen Chen, Chengmin Gao, Zijian Gong 외 arxiv

The evolution of visual generative models has long been constrained by fragmented architectures relying on disjoint text encoders and external VAEs. In this report, we present HiDream-O1-Image, a natively unified generat…

Text-to-Image Generation