← Search

Xingyu Xie

9 accepted papers

2025

GRIFFIN: Effective Token Alignment for Faster Speculative Decoding

NeurIPS 2025poster

Speculative decoding accelerates inference in large language models (LLMs) by generating multiple draft tokens simultaneously. However, existing methods often struggle with token misalignment between the training and decoding phases, limiting their performance. To address this, we propose GRIFFIN, a…

Cited by 0SourcecodeScholar
2025

SEPARATE: A Simple Low-rank Projection for Gradient Compression in Modern Large-scale Model Training Process

ICLR 2025poster

Training Large Language Models (LLMs) presents a significant communication bottleneck, predominantly due to the growing scale of the gradient to communicate across multi-device clusters. However, how to mitigate communication overhead in practice remains a formidable challenge due to the weakness of…

Cited by 0SourcePDFScholar
2023

Global Convergence of Over-parameterized Deep Equilibrium Models

AISTATS 2023poster

A deep equilibrium model (DEQ) is implicitly defined through an equilibrium point of an infinite-depth weight-tied model with an input-injection. Instead of infinite computations, it solves an equilibrium point directly with root-finding and computes gradients with implicit differentiation. In this…

Cited by 16SourcePDFScholar
2023

Task-Robust Pre-Training for Worst-Case Downstream Adaptation

NeurIPS 2023poster

Pre-training has achieved remarkable success when transferred to downstream tasks. In machine learning, we care about not only the good performance of a model but also its behavior under reasonable shifts of condition. The same philosophy holds when pre-training a foundation model. However, the fou…

Cited by 0SourcePDFScholar
2023

Win: Weight-Decay-Integrated Nesterov Acceleration for Adaptive Gradient Algorithms

ICLR 2023top-5%

Training deep networks on large-scale datasets is computationally challenging. In this work, we explore the problem of ``\textit{how to accelerate adaptive gradient algorithms in a general manner}", and aim to provide practical efficiency-boosting insights. To this end, we propose an effect…

2022

High Quality Segmentation for Ultra High-Resolution Images

CVPR 2022poster

To segment 4K or 6K ultra high-resolution images needs extra computation consideration in image segmentation. Common strategies, such as down-sampling, patch cropping, and cascade model, cannot address well the balance issue between accuracy and computation cost. Motivated by the fact that humans di…

Cited by 53PDFcodeScholar
2020

Maximum-and-Concatenation Networks

ICML 2020poster

While successful in many fields, deep neural networks (DNNs) still suffer from some open problems such as bad local minima and unsatisfactory generalization performance. In this work, we propose a novel architecture called Maximum-and-Concatenation Networks (MCN) to try eliminating bad local minima…