← Search

Chuanjian Liu

13 accepted papers

2026

Rethinking 1-bit Optimization Leveraging Pre-trained Large Language Models

ICML 2026poster

1-bit LLM quantization offers significant advantages in reducing storage and computational costs. However, existing methods typically train 1-bit LLMs from scratch, failing to fully leverage pre-trained models. This results in high training costs and notable accuracy degradation. We identify that th…

Cited by 0SourceScholar
2025

EMS-SD: Efficient Multi-sample Speculative Decoding for Accelerating Large Language Models

NAACL 2025long

Speculative decoding emerges as a pivotal technique for enhancing the inference speed of Large Language Models (LLMs). Despite recent research aiming to improve prediction efficiency, multi-sample speculative decoding has been overlooked due to varying numbers of accepted tokens within a batch in th…

2025

Eve: Efficient Multimodal Vision Language Models with Elastic Visual Experts

AAAI 2025technical

Multimodal vision language models (VLMs) have made significant progress with the support of continuously increasing model sizes and data volumes. Running VLMs on edge devices has become a challenge for their widespread application. There are several efficient VLM efforts, but they often sacrifice li…

2025

Forest-of-Thought: Scaling Test-Time Compute for Enhancing LLM Reasoning

ICML 2025poster

Large Language Models (LLMs) have demonstrated remarkable abilities across various language tasks, but solving complex reasoning problems remains a significant challenge. While existing methods, such as Chain-of-Thought (CoT) and Tree-of-Thought (ToT), enhance reasoning by decomposing problems or st…

2024

AQ-DETR: Low-Bit Quantized Detection Transformer with Auxiliary Queries

AAAI 2024technical

DEtection TRansformer (DETR)-based models have achieved remarkable performance. However, they are accompanied by a large computation overhead cost, which significantly prevents their applications on resource-limited devices. Prior arts attempt to reduce the computational burden of DETR using low-bit…

Cited by 4SourcePDFScholar
2024

An Empirical Study of Scaling Law for Scene Text Recognition

CVPR 2024poster

The laws of model size data volume computation and model performance have been extensively studied in the field of Natural Language Processing (NLP). However the scaling laws in Scene Text Recognition (STR) have not yet been investigated. To address this we conducted comprehensive studies that invol…

2024

Bi-ViT: Pushing the Limit of Vision Transformer Quantization

AAAI 2024technical

Vision transformers (ViTs) quantization offers a promising prospect to facilitate deploying large pre-trained networks on resource-limited devices. Fully-binarized ViTs (Bi-ViT) that pushes the quantization of ViTs to its limit remain largely unexplored and a very challenging task yet, due to their…

2023

Boosting Semantic Segmentation from the Perspective of Explicit Class Embeddings

ICCV 2023poster

Semantic segmentation is a computer vision task that associates a label with each pixel in an image. Modern approaches tend to introduce class embeddings into semantic segmentation for deeply utilizing category semantics, and regard supervised class masks as final predictions. In this paper, we expl…

Cited by 11PDFcodeScholar
2023

Gold-YOLO: Efficient Object Detector via Gather-and-Distribute Mechanism

NeurIPS 2023poster

In the past years, YOLO-series models have emerged as the leading approaches in the area of real-time object detection. Many studies pushed up the baseline to a higher level by modifying the architecture, augmenting data and designing new losses. However, we find previous models still suffer from in…

2022

Redistribution of Weights and Activations for AdderNet Quantization

NeurIPS 2022accept

Adder Neural Network (AdderNet) provides a new way for developing energy-efficient neural networks by replacing the expensive multiplications in convolution with cheaper additions (i.e., L1-norm). To achieve higher hardware efficiency, it is necessary to further study the low-bit quantization of Add…

Cited by 6SourcePDFScholar
2020

Residual Distillation: Towards Portable Deep Neural Networks without Shortcuts

NeurIPS 2020poster

By transferring both features and gradients between different layers, shortcut connections explored by ResNets allow us to effectively train very deep neural networks up to hundreds of layers. However, the additional computation costs induced by those shortcuts are often overlooked. For example, du…

2019

Data-Free Learning of Student Networks

ICCV 2019poster

Learning portable neural networks is very essential for computer vision for the purpose that pre-trained heavy deep models can be well applied on edge devices such as mobile phones and micro sensors. Most existing deep neural network compression and speed-up methods are very effective for training c…

Cited by 442PDFcodeScholar
2019

LegoNet: Efficient Convolutional Neural Networks with Lego Filters

ICML 2019oral

This paper aims to build efficient convolutional neural networks using a set of Lego filters. Many successful building blocks, e.g., inception and residual modules, have been designed to refresh state-of-the-art records of CNNs on visual recognition tasks. Beyond these high-level modules, we suggest…