← Search

Zhou Xun

13 accepted papers

2026

UltraMemV2: Memory Networks Scaling to 120B Parameters with Superior Long-Context Learning

ICLR 2026poster

While Mixture of Experts (MoE) models achieve remarkable efficiency by activating only subsets of parameters, they suffer from high memory access costs during inference. Memory-layer architectures offer an appealing alternative with very few memory access, but previous attempts like UltraMem have on…

Cited by 0SourcecodeScholar
2025

HybridNorm: Towards Stable and Efficient Transformer Training via Hybrid Normalization

NeurIPS 2025poster

Transformers have become the de facto architecture for a wide range of machine learning tasks, particularly in large language models (LLMs). Despite their remarkable performance, many challenges remain in training deep transformer networks, especially regarding the position of the layer normalizatio…

Cited by 0SourcecodeScholar
2025

Investigating the Overlooked Hessian Structure: From CNNs to LLMs

ICML 2025poster

It is well-known that the Hessian of deep loss landscape matters to optimization and generalization of deep learning. Previous studies reported a rough Hessian structure in deep learning, which consists of two components, a small number of large eigenvalues and a large number of nearly-zero eigenval…

Cited by 0SourcePDFScholar
2025

MARS: Unleashing the Power of Variance Reduction for Training Large Models

ICML 2025poster

Training deep neural networks--and more recently, large models--demands efficient and scalable optimizers. Adaptive gradient algorithms like Adam, AdamW, and their variants have been central to this task. Despite the development of numerous variance reduction algorithms in the past decade aimed at a…

2025

Maximum Score Routing For Mixture-of-Experts

ACL 2025finding

Routing networks in sparsely activated mixture-of-experts (MoE) dynamically allocate input tokens to top-k experts through differentiable sparse transformations, enabling scalable model capacity while preserving computational efficiency. Traditional MoE networks impose an expert capacity constraint…

2025

Model Merging in Pre-training of Large Language Models

NeurIPS 2025poster

Model merging has emerged as a promising technique for enhancing large language models, though its application in large-scale pre-training remains relatively unexplored. In this paper, we present a comprehensive investigation of model merging techniques during the pre-training process. Through exten…

Cited by 0SourceScholar
2025

Over-Tokenized Transformer: Vocabulary is Generally Worth Scaling

ICML 2025poster

Tokenization is a fundamental component of large language models (LLMs), yet its influence on model scaling and performance is not fully explored. In this paper, we introduce Over-Tokenized Transformers, a novel framework that decouples input and output vocabularies to improve language modeling perf…

Cited by 2SourcePDFScholar
2025

Stepsize anything: A unified learning rate schedule for budgeted-iteration training

NeurIPS 2025poster

The expanding computational costs and limited resources underscore the critical need for budgeted-iteration training, which aims to achieve optimal learning within predetermined iteration budgets. While learning rate schedules fundamentally govern the performance of different networks and tasks, par…

Cited by 0SourceScholar
2024

GPT-Fathom: Benchmarking Large Language Models to Decipher the Evolutionary Path towards GPT-4 and Beyond

NAACL 2024findings

With the rapid advancement of large language models (LLMs), there is a pressing need for a comprehensive evaluation suite to assess their capabilities and limitations. Existing LLM leaderboards often reference scores reported in other papers without consistent settings and prompts, which may inadver…

2024

Seeing the Image: Prioritizing Visual Correlation by Contrastive Alignment

NeurIPS 2024poster

Existing image-text modality alignment in Vision Language Models (VLMs) treats each text token equally in an autoregressive manner. Despite being simple and effective, this method results in sub-optimal cross-modal alignment by over-emphasizing the text tokens that are less correlated with or even c…

2024

World to Code: Multi-modal Data Generation via Self-Instructed Compositional Captioning and Filtering

EMNLP 2024main

Recent advances in Vision-Language Models (VLMs) and the scarcity of high-quality multi-modal alignment data have inspired numerous researches on synthetic VLM data generation. The conventional norm in VLM data construction uses a mixture of specialists in caption and OCR, or stronger VLM APIs and e…