Search papers, labs, and topics across Lattice.
POET-X is introduced as a memory-efficient variant of Reparameterized Orthogonal Equivalence Training (POET), which optimizes weight matrices using orthogonal equivalence transformations to improve LLM training stability. It reduces computational costs associated with orthogonal transformations, addressing the memory limitations of the original POET implementation. Experiments demonstrate that POET-X enables pretraining billion-parameter LLMs on a single Nvidia H100 GPU, where standard AdamW fails due to memory constraints, while preserving generalization and stability.
Train billion-parameter LLMs on a single H100 GPU, no AdamW required, using a memory-efficient orthogonal transformation method.
Efficient and stable training of large language models (LLMs) remains a core challenge in modern machine learning systems. To address this challenge, Reparameterized Orthogonal Equivalence Training (POET), a spectrum-preserving framework that optimizes each weight matrix through orthogonal equivalence transformation, has been proposed. Although POET provides strong training stability, its original implementation incurs high memory consumption and computational overhead due to intensive matrix multiplications. To overcome these limitations, we introduce POET-X, a scalable and memory-efficient variant that performs orthogonal equivalence transformations with significantly reduced computational cost. POET-X maintains the generalization and stability benefits of POET while achieving substantial improvements in throughput and memory efficiency. In our experiments, POET-X enables the pretraining of billion-parameter LLMs on a single Nvidia H100 GPU, and in contrast, standard optimizers such as AdamW run out of memory under the same settings.