← Search

mengchen liu

24 accepted papers

2026

Inpainting-Guided Policy Optimization for Diffusion Large Language Models

ICLR 2026poster

Masked diffusion large language models (dLLMs) are emerging as promising alternatives to autoregressive LLMs, offering competitive performance while supporting unique generation capabilities such as inpainting. We explore how inpainting can inform RL algorithm design for dLLMs. Aligning LLMs with re…

Cited by 0SourcecodeScholar
2026

Self-Distilled Reasoner: On-Policy Self-Distillation for Large Language Models

ICML 2026poster

Knowledge distillation improves large language model (LLM) reasoning by compressing the knowledge of a teacher LLM to train smaller LLMs. On-policy distillation advances this approach by having the student sample its own trajectories while a teacher LLM provides dense token-level supervision, addres…

Cited by 0SourceScholar
2025

Exploring Invariance in Images through One-way Wave Equations

ICML 2025poster

In this paper, we empirically demonstrate that natural images can be reconstructed with high fidelity from compressed representations using a simple first-order norm-plus-linear autoregressive (FINOLA) process—without relying on explicit positional information. Through systematic analysis, we observ…

Cited by 0SourcePDFScholar
2025

InfoChartQA: A Benchmark for Multimodal Question Answering on Infographic Charts

NeurIPS 2025poster

Understanding infographic charts with design-driven visual elements (e.g., pictograms, icons) requires both visual recognition and reasoning, posing challenges for multimodal large language models (MLLMs). However, existing visual question answering benchmarks fall short in evaluating these capabili…

Cited by 0SourcecodeScholar
2024

Fully Authentic Visual Question Answering Dataset from Online Communities

ECCV 2024poster

"Visual Question Answering (VQA) entails answering questions about images. We introduce the first VQA dataset in which all contents originate from an authentic use case. Sourced from online question answering community forums, we call it VQAonline. We characterize this dataset and how it relates to…

2023

Detection Hub: Unifying Object Detection Datasets via Query Adaptation on Language Embedding

CVPR 2023poster

Combining multiple datasets enables performance boost on many computer vision tasks. But similar trend has not been witnessed in object detection when combining multiple datasets due to two inconsistencies among detection datasets: taxonomy difference and domain gap. In this paper, we address these…

Cited by 26SourcePDFScholar
2023

Layer Grafted Pre-training: Bridging Contrastive Learning And Masked Image Modeling For Label-Efficient Representations

ICLR 2023poster

Recently, both Contrastive Learning (CL) and Mask Image Modeling (MIM) demonstrate that self-supervision is powerful to learn good representations. However, naively combining them is far from success. In this paper, we start by making the empirical observation that a naive joint optimization of CL a…

2023

Learning from Rich Semantics and Coarse Locations for Long-tailed Object Detection

NeurIPS 2023poster

Long-tailed object detection (LTOD) aims to handle the extreme data imbalance in real-world datasets, where many tail classes have scarce instances. One popular strategy is to explore extra data with image-level labels, yet it produces limited results due to (1) semantic ambiguity---an image-level l…

2023

Masked Video Distillation: Rethinking Masked Feature Modeling for Self-Supervised Video Representation Learning

CVPR 2023poster

Benefiting from masked visual modeling, self-supervised video representation learning has achieved remarkable progress. However, existing methods focus on learning representations from scratch through reconstructing low-level features like raw pixel values. In this paper, we propose masked video dis…

2023

TinyCLIP: CLIP Distillation via Affinity Mimicking and Weight Inheritance

ICCV 2023poster

In this paper, we propose a novel cross-modal distillation method, called TinyCLIP, for large-scale language-image pre-trained models. The method introduces two core techniques: affinity mimicking and weight inheritance. Affinity mimicking explores the interaction between modalities during distillat…

Cited by 65PDFcodeScholar
2022

BEVT: BERT Pretraining of Video Transformers

CVPR 2022poster

This paper studies the BERT pretraining of video transformers. It is a straightforward but worth-studying extension given the recent success from BERT pretraining of image transformers. We introduce BEVT which decouples video representation learning into spatial representation learning and temporal…

Cited by 282PDFcodeScholar
2022

MiniViT: Compressing Vision Transformers With Weight Multiplexing

CVPR 2022poster

Vision Transformer (ViT) models have recently drawn much attention in computer vision due to their high model capability. However, ViT models suffer from huge number of parameters, restricting their applicability on devices with limited computation. To alleviate this problem, we propose MiniViT, a n…

Cited by 162PDFcodeScholar
2022

Mobile-Former: Bridging MobileNet and Transformer

CVPR 2022oral

We present Mobile-Former, a parallel design of MobileNet and transformer with a two-way bridge in between. This structure leverages the advantages of MobileNet at local processing and transformer at global interaction. And the bridge enables bidirectional fusion of local and global features. Differe…

Cited by 687PDFcodeScholar
2022

Reduce Information Loss in Transformers for Pluralistic Image Inpainting

CVPR 2022poster

Transformers have achieved great success in pluralistic image inpainting recently. However, we find existing transformer based solutions regard each pixel as a token, thus suffer from information loss issue from two aspects: 1) They downsample the input image into much lower resolutions for efficien…

Cited by 106PDFcodeScholar
2022

Should All Proposals Be Treated Equally in Object Detection?

ECCV 2022poster

"The complexity-precision trade-off of an object detector is a critical problem for resource constrained vision tasks. Previous works have emphasized detectors implemented with efficient backbones. The impact on this trade-off of proposal processing by the detection head is investigated in this work…

2022

TinyViT: Fast Pretraining Distillation for Small Vision Transformers

ECCV 2022poster

"Vision transformer (ViT) recently has drawn great attention in computer vision due to its remarkable model capability. However, most prevailing ViT models suffer from huge number of parameters, restricting their applicability on devices with limited resources. To alleviate this issue, we propose Ti…

2021

CvT: Introducing Convolutions to Vision Transformers

ICCV 2021poster

We present in this paper a new architecture, named Convolutional vision Transformer (CvT), that improves Vision Transformer (ViT) in performance and efficiency by introducing convolutions into ViT to yield the best of both designs. This is accomplished through two primary modifications: a hierarchy…

Cited by 2598PDFcodeScholar
2021

Dynamic Head: Unifying Object Detection Heads With Attentions

CVPR 2021poster

The complex nature of combining localization and classification in object detection has resulted in the flourished development of methods. Previous works tried to improve the performance in various object detection heads but failed to present a unified view. In this paper, we present a novel dynamic…

Cited by 870PDFcodeScholar
2021

MicroNet: Improving Image Recognition With Extremely Low FLOPs

ICCV 2021poster

This paper aims at addressing the problem of substantial performance degradation at extremely low computational cost (e.g. 5M FLOPs on ImageNet classification). We found that two factors, sparse connectivity and dynamic activation function, are effective to improve the accuracy. The former avoids th…

Cited by 102PDFcodeScholar
2021

Revisiting Dynamic Convolution via Matrix Decomposition

ICLR 2021poster

Recent research in dynamic convolution shows substantial performance boost for efficient CNNs, due to the adaptive aggregation of K static convolution kernels. It has two limitations: (a) it increases the number of convolutional weights by K-times, and (b) the joint optimization of dynamic attention…

2021

Stronger NAS with Weaker Predictors

NeurIPS 2021poster

Neural Architecture Search (NAS) often trains and evaluates a large number of architectures. Recent predictor-based NAS approaches attempt to alleviate such heavy computation costs with two key steps: sampling some architecture-performance pairs and fitting a proxy accuracy predictor. Given limited…

2020

DA-NAS: Data Adapted Pruning for Efficient Neural Architecture Search

ECCV 2020poster

Efficient search is a core issue in Neural Architecture Search (NAS). It is difficult for conventional NAS algorithms to directly search the architectures on large-scale tasks like ImageNet. In general, the cost of GPU hours for NAS grows with regard to training dataset size and candidate set size.…

Cited by 25SourcePDFScholar
2020

Dynamic Convolution: Attention Over Convolution Kernels

CVPR 2020oral

Light-weight convolutional neural networks (CNNs) suffer performance degradation as their low computational budgets constrain both the depth (number of convolution layers) and the width (number of channels) of CNNs, resulting in limited representation capability. To address this issue, we present Dy…

Cited by 1342PDFScholar