← Search

Xipeng Shen

8 accepted papers

2025

A Drop-In Solution for On-the-Fly Adaptation of Speculative Decoding in Large Language Models

ACL 2025long

Large Language Models (LLMs) are cutting-edge generative AI models built on transformer architecture, which tend to be highly memory-intensive when performing real-time inference. Various strategies have been developed to enhance the end-to-end inference speed for LLMs, one of which is speculative d…

Cited by 0SourcePDFScholar
2025

Fourier Token Merging: Understanding and Capitalizing Frequency Domain for Efficient Image Generation

NeurIPS 2025poster

Image generation requires intensive computations and faces challenges due to long latency. Exploiting redundancy in the input images and intermediate representations throughout the neural network pipeline is an effective way to accelerate image generation. Token merging (ToMe) exploits simil…

Cited by 0SourcecodeScholar
2024

UQ-Guided Hyperparameter Optimization for Iterative Learners

NeurIPS 2024poster

Hyperparameter Optimization (HPO) plays a pivotal role in unleashing the potential of iterative machine learning models. This paper addresses a crucial aspect that has largely been overlooked in HPO: the impact of uncertainty in ML model training. The paper introduces the concept of uncertainty-awar…

Cited by 2SourcePDFScholar
2022

TREC: Transient Redundancy Elimination-based Convolution

NeurIPS 2022accept

The intensive computations in convolutional neural networks (CNNs) pose challenges for resource-constrained devices; eliminating redundant computations from convolution is essential. This paper gives a principled method to detect and avoid transient redundancy, a type of redundancy existing in input…

Cited by 5SourcePDFScholar
2021

RT3D: Achieving Real-Time Execution of 3D Convolutional Neural Networks on Mobile Devices

AAAI 2021technical

Mobile devices are becoming an important carrier for deep learning tasks, as they are being equipped with powerful, high-end mobile CPUs and GPUs. However, it is still a challenging task to execute 3D Convolutional Neural Networks (CNNs) targeting for real-time performance, besides high inference ac…

Cited by 14SourcePDFScholar
2021

Simple Augmentation Goes a Long Way: ADRL for DNN Quantization

ICLR 2021poster

Mixed precision quantization improves DNN performance by assigning different layers with different bit-width values. Searching for the optimal bit-width for each layer, however, remains a challenge. Deep Reinforcement Learning (DRL) shows some recent promise. It however suffers instability due to fu…

Cited by 8SourcePDFScholar
2019

In-Place Zero-Space Memory Protection for CNN

NeurIPS 2019poster

Convolutional Neural Networks (CNN) are being actively explored for safety-critical applications such as autonomous vehicles and aerospace, where it is essential to ensure the reliability of inference results in the presence of possible memory faults. Traditional methods such as error correction cod…

2015

Yinyang K-Means: A Drop-In Replacement of the Classic K-Means with Consistent Speedup

ICML 2015poster

This paper presents Yinyang K-means, a new algorithm for K-means clustering. By clustering the centers in the initial stage, and leveraging efficiently maintained lower and upper bounds between a point and centers, it more effectively avoids unnecessary distance calculations than prior algorithms. I…

Cited by 194SourcePDFScholar