← Search

Zhiming Zhang

6 accepted papers

2026

Sketch-Based Low-Rank Model Merging with Shared Circulant Transforms

ICML 2026poster

Merging multiple low-rank adapters (LoRA) provides a practical route to scaling multi-task learning and deployment more efficiently than full-model weight merging, while avoiding reliance on task-specific training data. However, most existing approaches either treat LoRA updates as dense weight delt…

Cited by 0SourceScholar
2025

Turning Trash into Treasure: Accelerating Inference of Large Language Models with Token Recycling

ACL 2025long

The rapid growth in the parameters of LLMs has made inference latency a fundamental bottleneck. Speculative decoding represents a lossless approach to accelerate inference through a guess-and-verify paradigm. Some methods rely on additional architectures to guess draft tokens, which need extra train…

2024

Causal Customer Churn Analysis with Low-rank Tensor Block Hazard Model

ICML 2024poster

This study introduces an innovative method for analyzing the impact of various interventions on customer churn, using the potential outcomes framework. We present a new causal model, the tensorized latent factor block hazard model, which incorporates tensor completion methods for a principled causal…

2024

Python is Not Always the Best Choice: Embracing Multilingual Program of Thoughts

EMNLP 2024main

Program of Thoughts (PoT) is an approach characterized by its executable intermediate steps, which ensure the accuracy of the logical calculations in the reasoning process. Currently, PoT primarily uses Python. However, relying solely on a single language may result in suboptimal solutions and overl…

2022

Combined Fast Control of Drifting State and Trajectory Tracking for Autonomous Vehicles Based on MPC Controller

ICRA 2022poster

Slipping may cause a vehicle out of control with serious accident potential. However, a kind of car slipping named “drifting” can be seen in professional contests. So, it is reasonable to apply drift maneuvers in autonomous driving. This article proposes a controller for the particular driving skill…

Cited by 16SourceScholar
2022

Real-RawVSR: Real-World Raw Video Super-Resolution with a Benchmark Dataset

ECCV 2022poster

"In recent years, real image super-resolution (SR) has achieved promising results due to the development of SR datasets and corresponding real SR methods. In contrast, the field of real video SR is lagging behind, especially for real raw videos. Considering the superiority of raw image SR over sRGB…