← Search

Fengwei Yu

15 accepted papers

2023

UniHCP: A Unified Model for Human-Centric Perceptions

CVPR 2023poster

Human-centric perceptions (e.g., pose estimation, human parsing, pedestrian detection, person re-identification, etc.) play a key role in industrial applications of visual models. While specific human-centric tasks have their own relevant semantic aspect to focus on, they also share the same underly…

2022

Equalized Focal Loss for Dense Long-Tailed Object Detection

CVPR 2022poster

Despite the recent success of long-tailed object detection, almost all long-tailed object detectors are developed based on the two-stage paradigm. In practice, one-stage detectors are more prevalent in the industry because they have a simple and fast pipeline that is easy to deploy. However, in the…

Cited by 142PDFcodeScholar
2022

Outlier Suppression: Pushing the Limit of Low-bit Transformer Language Models

NeurIPS 2022accept

Transformer architecture has become the fundamental element of the widespread natural language processing~(NLP) models. With the trends of large NLP models, the increasing memory and computation costs hinder their efficient deployment on resource-limited devices. Therefore, transformer quantization…

2022

QDrop: Randomly Dropping Quantization for Extremely Low-bit Post-Training Quantization

ICLR 2022poster

Recently, post-training quantization (PTQ) has driven much attention to produce efficient neural networks without long-time retraining. Despite the low cost, current PTQ works always fail under the extremely low-bit setting. In this study, we pioneeringly confirm that properly incorporating activati…

Cited by 192SourcePDFScholar
2022

Supervision Exists Everywhere: A Data Efficient Contrastive Language-Image Pre-training Paradigm

ICLR 2022poster

Recently, large-scale Contrastive Language-Image Pre-training (CLIP) has attracted unprecedented attention for its impressive zero-shot recognition ability and excellent transferability to downstream tasks. However, CLIP is quite data-hungry and requires 400M image-text pairs for pre-training, there…

2021

BRECQ: Pushing the Limit of Post-Training Quantization by Block Reconstruction

ICLR 2021poster

We study the challenging task of neural network quantization without end-to-end retraining, called Post-training Quantization (PTQ). PTQ usually requires a small subset of training data but produces less powerful quantized models than Quantization-Aware Training (QAT). In this work, we propose a nov…

2021

Differentiable Dynamic Wirings for Neural Networks

ICCV 2021poster

A standard practice of deploying deep neural networks is to apply the same architecture to all the input instances. However, a fixed architecture may not be suitable for different data with high diversity. To boost the model capacity, existing methods usually employ larger convolutional kernels or d…

Cited by 6PDFScholar
2021

Diversifying Sample Generation for Accurate Data-Free Quantization

CVPR 2021poster

Quantization has emerged as one of the most prevalent approaches to compress and accelerate neural networks. Recently, data-free quantization has been widely studied as a practical and promising solution. It synthesizes data for calibrating the quantized model according to the batch normalization (B…

Cited by 113PDFScholar
2021

Incorporating Convolution Designs Into Visual Transformers

ICCV 2021poster

Motivated by the success of Transformers in natural language processing (NLP) tasks, there exist some attempts (e.g., ViT and DeiT) to apply Transformers to the vision domain. However, pure Transformer architectures often require a large amount of training data or extra supervision to obtain compara…

Cited by 659PDFcodeScholar
2021

MQBench: Towards Reproducible and Deployable Model Quantization Benchmark

NeurIPS 2021poster

Model quantization has emerged as an indispensable technique to accelerate deep learning inference. Although researchers continue to push the frontier of quantization algorithms, existing quantization work is often unreproducible and undeployable. This is because researchers do not choose consiste…

Cited by 62SourcecodeScholar
2021

MixMix: All You Need for Data-Free Compression Are Feature and Data Mixing

ICCV 2021poster

User data confidentiality protection is becoming a rising challenge in the present deep learning research. Without access to data, conventional data-driven model compression faces a higher risk of performance degradation. Recently, some works propose to generate images from a specific pretrained mod…

Cited by 40PDFScholar
2021

Once Quantization-Aware Training: High Performance Extremely Low-Bit Architecture Search

ICCV 2021poster

Quantization Neural Networks (QNN) have attracted a lot of attention due to their high efficiency. To enhance the quantization accuracy, prior works mainly focus on designing advanced quantization algorithms but still fail to achieve satisfactory results under the extremely low-bit case. In this wor…

Cited by 47PDFcodeScholar
2020

Forward and Backward Information Retention for Accurate Binary Neural Networks

CVPR 2020poster

Weight and activation binarization is an effective approach to deep neural network compression and can accelerate the inference by leveraging bitwise operations. Although many binarization methods have improved the accuracy of the model by minimizing the quantization error in forward propagation, th…

Cited by 431PDFcodeScholar
2020

Towards Unified INT8 Training for Convolutional Neural Network

CVPR 2020poster

Recently low-bit (e.g., 8-bit) network quantization has been extensively studied to accelerate the inference. Besides inference, low-bit training with quantized gradients can further bring more considerable acceleration, since the backward process is often computation-intensive. Unfortunately, the i…

Cited by 218PDFScholar
2019

Differentiable Soft Quantization: Bridging Full-Precision and Low-Bit Neural Networks

ICCV 2019poster

Hardware-friendly network quantization (e.g., binary/uniform quantization) can efficiently accelerate the inference and meanwhile reduce memory consumption of the deep neural networks, which is crucial for model deployment on resource-limited devices like mobile phones. However, due to the discreten…

Cited by 591PDFScholar