← Search

Zhanpeng Zhou

18 accepted papers

2026

Achieving low-bit Muon through subspace preservation and grid quantization

ICLR 2026poster

Training Large Language Models (LLMs) faces severe memory constraints due to the increasing size of model parameters and optimizer states. The Muon optimizer, which is based on matrix orthogonalization, has recently demonstrated significant potential and offers considerable memory advantages over Ad…

Cited by 0SourcecodeScholar
2026

Fast Catch-Up, Late Switching: Optimal Batch Size Scheduling via Functional Scaling Laws

ICLR 2026poster

Batch size scheduling (BSS) plays a critical role in large-scale deep learning training, influencing both optimization dynamics and computational efficiency. Yet, its theoretical foundations remain poorly understood. In this work, we show that the **functional scaling law (FSL)** framework introduce…

Cited by 0SourceScholar
2026

IGU-LoRA: Adaptive Rank Allocation via Integrated Gradients and Uncertainty-Aware Scoring

ICLR 2026poster

As large language models (LLMs) scale to billions of parameters, full-parameter fine-tuning becomes compute- and memory-prohibitive. Parameter-efficient fine-tuning (PEFT) mitigates this issue by updating only a small set of task-specific parameters while keeping the base model frozen. Among PEFT ap…

Cited by 0SourcecodeScholar
2026

More Sail than Ballast: Addressing Harmful Knowledge Leakage in the Expansive Reasoning Space of LRMs

ICML 2026poster

The capabilities of large language models (LLMs), particularly large reasoning models (LRMs), are rapidly advancing. This raises concerns about whether LRMs can maintain their safety awareness throughout long-form reasoning. Frustratingly, we identify a prevalent safety issue across LLMs and LRMs, w…

Cited by 0SourceScholar
2026

On Path to Multimodal Historical Reasoning: HistBench and HistAgent

ICML 2026poster

Recent advances in large language models (LLMs) have led to remarkable progress across various domains, yet their capabilities in the humanities, particularly history, remain underexplored. Historical reasoning poses unique challenges for LLMs, involving multimodal source interpretation, temporal in…

Cited by 0SourcecodeScholar
2026

On The Surprising Effectiveness of a Single Global Merging in Decentralized Learning

ICLR 2026oral

Decentralized learning provides a scalable alternative to parameter-server-based training, yet its performance is often hindered by limited peer-to-peer communication. In this paper, we study how communication should be scheduled over time to improve global generalization, including determining whe…

Cited by 0SourceScholar
2026

On the Learning Dynamics of Two-layer Linear Networks with Label Noise SGD

AAAI 2026technical

One crucial factor behind the success of deep learning lies in the implicit bias induced by noise inherent in gradient-based training algorithms. Motivated by empirical observations that training with noisy labels improves model generalization, we delve into the underlying mechanisms behind stochast

Cited by 0SourcePDFScholar
2025

On the Optimization and Generalization of Two-layer Transformers with Sign Gradient Descent

ICLR 2025spotlight

The Adam optimizer is widely used for transformer optimization in practice, which makes understanding the underlying optimization mechanisms an important problem. However, due to the Adam's complexity, theoretical analysis of how it optimizes transformers remains a challenging task. Fortunately, Si…

Cited by 3SourcePDFScholar
2025

On the Role of Label Noise in the Feature Learning Process

ICML 2025poster

Deep learning with noisy labels presents significant challenges. In this work, we theoretically characterize the role of label noise from a feature learning perspective. Specifically, we consider a signal-noise data distribution, where each sample comprises a label-dependent signal and label-indepen…

2025

Sharpness-Aware Minimization Efficiently Selects Flatter Minima Late In Training

ICLR 2025spotlight

Sharpness-Aware Minimization (SAM) has substantially improved the generalization of neural networks under various settings. Despite the success, its effectiveness remains poorly understood. In this work, we discover an intriguing phenomenon in the training dynamics of SAM, shedding light on understa…

Cited by 0SourcePDFScholar
2025

The Sharpness Disparity Principle in Transformers for Accelerating Language Model Pre-Training

ICML 2025poster

Transformers have become the cornerstone of modern AI. Unlike traditional architectures, transformers exhibit a distinctive characteristic: diverse types of building blocks, such as embedding layers, normalization layers, self-attention mechanisms, and point-wise feed-forward networks, work collabor…

Cited by 1SourcePDFScholar
2024

Batch Normalization Is Blind to the First and Second Derivatives of the Loss

AAAI 2024technical

We prove that when we do the Taylor series expansion of the loss function, the BN operation will block the influence of the first-order term and most influence of the second-order term of the loss. We also find that such a problem is caused by the standardization phase of the BN operation. We believ…

Cited by 0SourcePDFScholar
2024

Going Beyond Neural Network Feature Similarity: The Network Feature Complexity and Its Interpretation Using Category Theory

ICLR 2024poster

The behavior of neural networks still remains opaque, and a recently widely noted phenomenon is that networks often achieve similar performance when initialized with different random parameters. This phenomenon has attracted significant attention in measuring the similarity between features learned…

Cited by 7SourcePDFScholar
2024

On the Emergence of Cross-Task Linearity in Pretraining-Finetuning Paradigm

ICML 2024poster

The pretraining-finetuning paradigm has become the prevailing trend in modern deep learning. In this work, we discover an intriguing linear phenomenon in models that are initialized from a common pretrained checkpoint and finetuned on different tasks, termed as Cross-Task Linearity (CTL). Specifical…

Cited by 5SourcePDFScholar
2023

Can We Faithfully Represent Absence States to Compute Shapley Values on a DNN?

ICLR 2023poster

Masking some input variables of a deep neural network (DNN) and computing output changes on the masked input sample represent a typical way to compute attributions of input variables in the sample. People usually mask an input variable using its baseline value. However, there is no theory to examine…

Cited by 27SourcePDFScholar
2023

Defects of Convolutional Decoder Networks in Frequency Representation

ICML 2023poster

In this paper, we prove the representation defects of a cascaded convolutional decoder network, considering the capacity of representing different frequency components of an input sample. We conduct the discrete Fourier transform on each channel of the feature map in an intermediate layer of the dec…

Cited by 16SourcePDFScholar
2023

Going Beyond Linear Mode Connectivity: The Layerwise Linear Feature Connectivity

NeurIPS 2023poster

Recent work has revealed many intriguing empirical phenomena in neural network training, despite the poorly understood and highly complex loss landscapes and training dynamics. One of these phenomena, Linear Mode Connectivity (LMC), has gained considerable attention due to the intriguing observation…

2021

Towards a Unified Game-Theoretic View of Adversarial Perturbations and Robustness

NeurIPS 2021poster

This paper provides a unified view to explain different adversarial attacks and defense methods, i.e. the view of multi-order interactions between input variables of DNNs. Based on the multi-order interaction, we discover that adversarial attacks mainly affect high-order interactions to fool the DNN…