← Search

Mingbao Lin

36 accepted papers

2026

ERTACache: Error Rectification and Timesteps Adjustment for Efficient Diffusion

ICLR 2026poster

Diffusion models suffer from substantial computational overhead due to their inherently iterative inference process. While feature caching offers a promising acceleration strategy by reusing intermediate outputs across timesteps, naive reuse often incurs noticeable quality degradation. In this work…

Cited by 0SourceScholar
2026

Head-Aware KV Cache Compression for Efficient Visual Autoregressive Modeling

AAAI 2026technical

Visual Autoregressive (VAR) models adopt a next-scale prediction paradigm, offering high-quality content generation with substantially fewer decoding steps. However, existing VAR models suffer from significant attention complexity and severe memory overhead due to the accumulation of key-value (KV)

Cited by 0SourcePDFScholar
2026

Progressive Supernet Training for Efficient Visual Autoregressive Modeling

CVPR 2026

Visual Autoregressive (VAR) models have demonstrated competitive performance with diffusion models in image generation by adopting a "next-scale" prediction paradigm that significantly reduces inference steps. However, VAR's progressive multi-scale generation leads to severe memory overhead due to K

Cited by 0SourcecodeScholar
2026

Unbiased Dynamic Pruning for Efficient Group-Based Policy Optimization

ICML 2026poster

Group Relative Policy Optimization (GRPO) effectively scales LLM reasoning but incurs prohibitive computational costs due to its extensive group-based sampling requirement. While recent selective data utilization methods can mitigate this overhead, they could induce estimation bias by altering the u…

Cited by 0SourceScholar
2025

Audio-Reasoner: Improving Reasoning Capability in Large Audio Language Models

EMNLP 2025

Recent advancements in multimodal reasoning overlook the audio modality. We introduce Audio-Reasoner, a large-scale audio language model for deep reasoning. We meticulously curated a large-scale and diverse multi-task audio dataset with simple annotations. Then, we leverage closed-source models to c

2025

Boosting Multimodal Large Language Models with Visual Tokens Withdrawal for Rapid Inference

AAAI 2025technical

Multimodal large language models (MLLMs) demand considerable computations for inference due to the extensive parameters and the additional input tokens needed for visual information representation. Herein, we introduce Visual Tokens Withdrawal (VTW), a plug-and-play module to boost MLLMs for rapid i…

2025

CAKE: Cascading and Adaptive KV Cache Eviction with Layer Preferences

ICLR 2025poster

Large language models (LLMs) excel at processing long sequences, boosting demand for key-value (KV) caching. While recent efforts to evict KV cache have alleviated the inference burden, they often fail to allocate resources rationally across layers with different attention patterns. In this paper, w…

2025

CPPO: Accelerating the Training of Group Relative Policy Optimization-Based Reasoning Models

NeurIPS 2025poster

This paper introduces Completion Pruning Policy Optimization (CPPO) to accelerate the training of reasoning models based on Group Relative Policy Optimization (GRPO). GRPO, while effective, incurs high training costs due to the need to sample multiple completions for each question. Our experiment an…

Cited by 0SourcecodeScholar
2025

Move and Act: Enhanced Object Manipulation and Background Integrity for Image Editing

AAAI 2025technical

Current methods commonly utilize three-branch structures of inversion, reconstruction, and editing, to tackle consistent image editing task. However, these methods lack control over the generation position of the edited object and have issues with background preservation. To overcome these limitatio…

2024

AccDiffusion: An Accurate Method for Higher-Resolution Image Generation

ECCV 2024poster

"This paper attempts to address the object repetition issue in patch-wise higher-resolution image generation. We propose AccDiffusion, an accurate method for patch-wise higher-resolution image generation without training. An in-depth analysis in this paper reveals an identical text prompt for differ…

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…

2024

Dynamic Sparse No Training: Training-Free Fine-tuning for Sparse LLMs

ICLR 2024poster

The ever-increasing large language models (LLMs), though opening a potential path for the upcoming artificial general intelligence, sadly drops a daunting obstacle on the way towards their on-device deployment. As one of the most well-established pre-LLMs approaches in reducing model complexity, net…

2024

LLMs-as-Instructors: Learning from Errors Toward Automating Model Improvement

EMNLP 2024finding

This paper introduces the innovative “LLMs-as-Instructors” framework, which leverages the advanced Large Language Models (LLMs) to autonomously enhance the training of smaller target models. Inspired by the theory of “Learning from Errors”, this framework employs an instructor LLM to meticulously an…

Cited by 11SourcePDFScholar
2024

Learning 1-Bit Tiny Object Detector with Discriminative Feature Refinement

ICML 2024poster

1-bit detectors show impressive performance comparable to their real-valued counterparts when detecting commonly sized objects while exhibiting significant performance degradation on tiny objects. The challenge stems from the fact that high-level features extracted by 1-bit convolutions seem less co…

Cited by 1SourcePDFScholar
2023

Bi-directional Masks for Efficient N:M Sparse Training

ICML 2023poster

We focus on addressing the dense backward propagation issue for training efficiency of N:M fine-grained sparsity that preserves at most N out of M consecutive weights and achieves practical speedups supported by the N:M sparse tensor core. Therefore, we present a novel method of Bi-directional Masks…

2023

CF-ViT: A General Coarse-to-Fine Method for Vision Transformer

AAAI 2023technical

Vision Transformers (ViT) have made many breakthroughs in computer vision tasks. However, considerable redundancy arises in the spatial dimension of an input image, leading to massive computational costs. Therefore, We propose a coarse-to-fine vision transformer (CF-ViT) to relieve computational bur…

2023

DiffRate : Differentiable Compression Rate for Efficient Vision Transformers

ICCV 2023poster

Token compression aims to speed up large-scale vision transformers (e.g. ViTs) by pruning (dropping) or merging tokens. It is an important but challenging task. Although recent advanced approaches achieved great success, they need to carefully handcraft a compression rate (i.e. number of tokens to r…

Cited by 56PDFcodeScholar
2023

Discriminator-Cooperated Feature Map Distillation for GAN Compression

CVPR 2023poster

Despite excellent performance in image generation, Generative Adversarial Networks (GANs) are notorious for its requirements of enormous storage and intensive computation. As an awesome "performance maker", knowledge distillation is demonstrated to be particularly efficacious in exploring low-priced…

2023

End-to-End Zero-Shot HOI Detection via Vision and Language Knowledge Distillation

AAAI 2023technical

Most existing Human-Object Interaction (HOI) Detection methods rely heavily on full annotations with predefined HOI categories, which is limited in diversity and costly to scale further. We aim at advancing zero-shot HOI detection to detect both seen and unseen HOIs simultaneously. The fundamental c…

2023

Q-DETR: An Efficient Low-Bit Quantized Detection Transformer

CVPR 2023highlight

The recent detection transformer (DETR) has advanced object detection, but its application on resource-constrained devices requires massive computation and memory resources. Quantization stands out as a solution by representing the network in low-bit parameters and operations. However, there is a si…

2023

Real-Time Image Demoir$\acute{e}$ing on Mobile Devices

ICLR 2023poster

Moir$\acute{e}$ patterns appear frequently when taking photos of digital screens, drastically degrading the image quality. Despite the advance of CNNs in image demoir$\acute{e}$ing, existing networks are with heavy design, causing massive computation burden for mobile devices. In this paper, we laun…

2023

Representation Disparity-aware Distillation for 3D Object Detection

ICCV 2023poster

In this paper, we focus on developing knowledge distillation (KD) for compact 3D detectors. We observe that off-the-shelf KD methods manifest their efficacy only when the teacher model and student counterpart share similar intermediate feature representations. This might explain why they are less ef…

Cited by 10PDFcodeScholar
2023

Resilient Binary Neural Network

AAAI 2023technical

Binary neural networks (BNNs) have received ever-increasing popularity for their great capability of reducing storage burden as well as quickening inference time. However, there is a severe performance drop compared with {real-valued} networks, due to its intrinsic frequent weight oscillation during…

2023

SMMix: Self-Motivated Image Mixing for Vision Transformers

ICCV 2023poster

CutMix is a vital augmentation strategy that determines the performance and generalization ability of vision transformers (ViTs). However, the inconsistency between the mixed images and the corresponding labels harms its efficacy. Existing CutMix variants tackle this problem by generating more consi…

Cited by 15PDFcodeScholar
2022

ARM: Any-Time Super-Resolution Method

ECCV 2022poster

"This paper proposes an Any-time super-Resolution Method (ARM) to tackle the over-parameterized single image super-resolution (SISR) models. Our ARM is motivated by three observations: (1) The performance of different image patches varies with SISR networks of different sizes. (2) There is a tradeof…

2022

Dynamic Dual Trainable Bounds for Ultra-Low Precision Super-Resolution Networks

ECCV 2022poster

"Light-weight super-resolution (SR) models have received considerable attention for their serviceability in mobile devices. Many efforts employ network quantization to compress SR models. However, these methods suffer from severe performance degradation when quantizing the SR models to ultra-low pre…

2022

Fine-Grained Data Distribution Alignment for Post-Training Quantization

ECCV 2022poster

"While post-training quantization receives popularity mostly due to its evasion in accessing the original complete training dataset, its poor performance also stems from scarce images. To alleviate this limitation, in this paper, we leverage the synthetic data introduced by zero-shot quantization wi…

2022

IntraQ: Learning Synthetic Images With Intra-Class Heterogeneity for Zero-Shot Network Quantization

CVPR 2022poster

Learning to synthesize data has emerged as a promising direction in zero-shot quantization (ZSQ), which represents neural networks by low-bit integer without accessing any of the real data. In this paper, we observe an interesting phenomenon of intra-class heterogeneity in real data and show that ex…

Cited by 96PDFcodeScholar
2022

Knowledge Condensation Distillation

ECCV 2022poster

"Knowledge Distillation (KD) transfers the knowledge from a high-capacity teacher network to strengthen a smaller student. Existing methods focus on excavating the knowledge hints and transferring the whole knowledge to the student. However, the knowledge redundancy arises since the knowledge shows…

2022

Learning Best Combination for Efficient N:M Sparsity

NeurIPS 2022accept

By forcing N out of M consecutive weights to be non-zero, the recent N:M fine-grained network sparsity has received increasing attention with its two attractive advantages over traditional irregular network sparsity methods: 1) Promising performance at a high sparsity. 2) Significant speedups when p…

2022

SeqTR: A Simple Yet Universal Network for Visual Grounding

ECCV 2022poster

"In this paper, we propose a simple yet universal network termed SeqTR for visual grounding tasks, e.g., phrase localization, referring expression comprehension (REC) and segmentation (RES). The canonical paradigms for visual grounding often require substantial expertise in designing network archite…

2021

ReCU: Reviving the Dead Weights in Binary Neural Networks

ICCV 2021poster

Binary neural networks (BNNs) have received increasing attention due to their superior reductions of computation and memory. Most existing works focus on either lessening the quantization error by minimizing the gap between the full-precision weights and their binarization or designing a gradient ap…

Cited by 114PDFcodeScholar
2020

Channel Pruning via Automatic Structure Search

IJCAI 2020poster

Channel pruning is among the predominant approaches to compress deep neural networks. To this end, most existing pruning methods focus on selecting channels (filters) by importance/optimization or regularization based on rule-of-thumb designs, which defects in sub-optimal pruning. In this paper, we…

2020

HRank: Filter Pruning Using High-Rank Feature Map

CVPR 2020oral

Neural network pruning offers a promising prospect to facilitate deploying deep neural networks on resource-limited devices. However, existing methods are still challenged by the training inefficiency and labor cost in pruning designs, due to missing theoretical guidance of non-salient network compo…

Cited by 1040PDFcodeScholar
2020

Rotated Binary Neural Network

NeurIPS 2020poster

Binary Neural Network (BNN) shows its predominance in reducing the complexity of deep neural networks. However, it suffers severe performance degradation. One of the major impediments is the large quantization error between the full-precision weight vector and its binary vector. Previous works focus…