← Search

Dianwen Mei

4 accepted papers

2025

CORAL: Learning Consistent Representations across Multi-step Training with Lighter Speculative Drafter

ACL 2025long

Speculative decoding is a powerful technique that accelerates Large Language Model (LLM) inference by leveraging a lightweight speculative draft model. However, existing designs suffers in performance due to misalignment between training and inference. Recent methods have tried to solve this issue b…

2025

Traversal Verification for Speculative Tree Decoding

NeurIPS 2025poster

Speculative decoding is a promising approach for accelerating large language models. The primary idea is to use a lightweight draft model to speculate the output of the target model for multiple subsequent timesteps, and then verify them in parallel to determine whether the drafted tokens should be…

Cited by 0SourceScholar
2022

Few-Shot Object Detection by Knowledge Distillation Using Bag-of-Visual-Words Representations

ECCV 2022poster

"While fine-tuning based methods for few-shot object detection have achieved remarkable progress, a crucial challenge that has not been addressed well is the potential class-specific overfitting on base classes and sample-specific overfitting on novel classes. In this work we design a novel knowledg…

Cited by 18SourcePDFScholar
2022

Multi-faceted Distillation of Base-Novel Commonality for Few-Shot Object Detection

ECCV 2022poster

"Most of existing methods for few-shot object detection follow the fine-tuning paradigm, which potentially assumes that the class-agnostic generalizable knowledge can be learned and transferred implicitly from base classes with abundant samples to novel classes with limited samples via such a two-st…