← Search

Anbang Yao

33 accepted papers

2026

CAT-Q: Cost-efficient and Accurate Ternary Quantization for LLMs

ICML 2026oral

In this paper, we present CAT-Q, **C**ost-efficient and **A**ccurate **T**ernary **Q**uantization, to compress LLMs. Unlike current state-of-the-art ternary quantization methods that rely on data-intensive and costly quantization-aware training to mitigate severe performance degradation, CAT-Q emplo…

Cited by 0SourceScholar
2026

Chain-of-Models Pre-Training: Rethinking Training Acceleration of Vision Foundation Models

CVPR 2026

In this paper, we present Chain-of-Models Pre-Training (CoM-PT), a novel performance-lossless training acceleration method for vision foundation models (VFMs). This approach fundamentally differs from existing acceleration methods in its core motivation: rather than optimizing each model individuall

Cited by 0SourcecodeScholar
2026

SliderQuant: Accurate Post-Training Quantization for LLMs

ICLR 2026poster

In this paper, we address post-training quantization (PTQ) for large language models (LLMs) from an overlooked perspective: given a pre-trained high-precision LLM, the predominant sequential quantization framework treats different layers equally, but this may be not optimal in challenging bit-width…

Cited by 0SourcecodeScholar
2024

ScaleKD: Strong Vision Transformers Could Be Excellent Teachers

NeurIPS 2024poster

In this paper, we question if well pre-trained vision transformer (ViT) models could be used as teachers that exhibit scalable properties to advance cross architecture knowledge distillation research, in the context of adopting mainstream large-scale visual recognition datasets for evaluation. To ma…

2023

3D Human Pose Lifting with Grid Convolution

AAAI 2023technical

Existing lifting networks for regressing 3D human poses from 2D single-view poses are typically constructed with linear layers based on graph-structured representation learning. In sharp contrast to them, this paper presents Grid Convolution (GridConv), mimicking the wisdom of regular convolution op…

2023

Augmentation-Free Dense Contrastive Knowledge Distillation for Efficient Semantic Segmentation

NeurIPS 2023poster

In recent years, knowledge distillation methods based on contrastive learning have achieved promising results on image classification and object detection tasks. However, in this line of research, we note that less attention is paid to semantic segmentation. Existing methods heavily rely on data aug…

2023

Compacting Binary Neural Networks by Sparse Kernel Selection

CVPR 2023poster

Binary Neural Network (BNN) represents convolution weights with 1-bit values, which enhances the efficiency of storage and computation. This paper is motivated by a previously revealed phenomenon that the binary kernels in successful BNNs are nearly power-law distributed: their values are mostly clu…

Cited by 7SourcePDFScholar
2023

NORM: Knowledge Distillation via N-to-One Representation Matching

ICLR 2023poster

Existing feature distillation methods commonly adopt the One-to-one Representation Matching between any pre-selected teacher-student layer pair. In this paper, we present $N$-to-$O$ne $R$epresentation $M$atching (NORM), a new two-stage knowledge distillation method, which relies on a simpleFeature T…

2023

Ske2Grid: Skeleton-to-Grid Representation Learning for Action Recognition

ICML 2023poster

This paper presents Ske2Grid, a new representation learning framework for improved skeleton-based action recognition. In Ske2Grid, we define a regular convolution operation upon a novel grid representation of human skeleton, which is a compact image-like grid patch constructed and learned through th…

2022

Efficient Meta-Tuning for Content-Aware Neural Video Delivery

ECCV 2022poster

"Recently, Deep Neural Networks (DNNs) are utilized to reduce the bandwidth and improve the quality of Internet video delivery. Existing methods train corresponding content-aware super-resolution (SR) model for each video chunk on the server, and stream low-resolution (LR) video chunks along with SR…

2021

Sub-Bit Neural Networks: Learning To Compress and Accelerate Binary Neural Networks

ICCV 2021poster

In the low-bit quantization field, training Binarized Neural Networks (BNNs) is the extreme solution to ease the deployment of deep models on resource-constrained devices, having the lowest storage cost and significantly cheaper bit-wise operations compared to 32-bit floating-point counterparts. In…

Cited by 20PDFcodeScholar
2020

Learning to Learn Parameterized Classification Networks for Scalable Input Images

ECCV 2020poster

Convolutional Neural Networks (CNNs) do not have a predictable recognition behavior with respect to the input resolution change. This prevents the feasibility of deployment on different input image resolutions for a specific model. To achieve efficient and flexible image classification at runtime, w…

2020

PSConv: Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer

ECCV 2020poster

Despite their strong modeling capacities, Convolutional Neural Networks (CNNs) are often scale-sensitive. For enhancing the robustness of CNNs to scale variance, multi-scale feature fusion from different layers or filters attracts great attention among existing solutions, while the more granular ker…

2020

Resolution Switchable Networks for Runtime Efficient Image Recognition

ECCV 2020poster

We propose a general method to train a single convolutional neural network which is capable of switching image resolutions at inference. Thus the running speed can be selected to meet various computational resource limits. Networks trained with the proposed method are named Resolution Switchable Net…

2019

Learning Two-View Correspondences and Geometry Using Order-Aware Network

ICCV 2019poster

Establishing correspondences between two images requires both local and global spatial context. Given putative correspondences of feature points in two views, in this paper, we propose Order-Aware Network, which infers the probabilities of correspondences being inliers and regresses the relative pos…

Cited by 468PDFcodeScholar
2018

Efficient Semantic Scene Completion Network with Spatial Group Convolution

ECCV 2018poster

We introduce Spatial Group Convolution (SGC) for accelerating the computation of 3D dense prediction tasks. SGC is orthogonal to group convolution, which works on spatial dimensions rather than feature channel dimension. It divides input voxels into different groups, then conducts 3D sparse convolut…

2018

Explicit Loss-Error-Aware Quantization for Low-Bit Deep Neural Networks

CVPR 2018poster

Benefiting from tens of millions of hierarchically stacked learnable parameters, Deep Neural Networks (DNNs) have demonstrated overwhelming accuracy on a variety of artificial intelligence tasks. However reversely, the large size of DNN models lays a heavy burden on storage, computation and power co…

Cited by 109SourcePDFScholar
2017

Decoder Network Over Lightweight Reconstructed Feature for Fast Semantic Style Transfer

ICCV 2017poster

Recently, the community of style transfer is trying to incorporate semantic information into traditional system. This practice achieves better perceptual results by transferring the style between semantically-corresponding regions. Yet, few efforts are invested to address the computation bottleneck…

Cited by 71PDFScholar
2017

Incremental Network Quantization: Towards Lossless CNNs with Low-precision Weights

ICLR 2017poster

This paper presents incremental network quantization (INQ), a novel method, targeting to efficiently convert any pre-trained full-precision convolutional neural network (CNN) model into a low-precision version whose weights are constrained to be either powers of two or zero. Unlike existing methods…

Cited by 1390SourcecodeScholar
2017

Physics Inspired Optimization on Semantic Transfer Features: An Alternative Method for Room Layout Estimation

CVPR 2017poster

In this paper, we propose an alternative method to estimate room layouts of cluttered indoor scenes. This method enjoys the benefits of two novel techniques. The first one is semantic transfer (ST), which is: (1) a formulation to integrate the relationship between scene clutter and room layout into…

Cited by 87PDFScholar
2017

RON: Reverse Connection With Objectness Prior Networks for Object Detection

CVPR 2017poster

We present RON, an efficient and effective framework for generic object detection. Our motivation is to smartly associate the best of the region-based (e.g., Faster R-CNN) and region-free (e.g., SSD) methodologies. Under fully convolutional architecture, RON mainly focuses on two fundamental problem…

Cited by 539PDFScholar
2016

HyperNet: Towards Accurate Region Proposal Generation and Joint Object Detection

CVPR 2016spotlight

Almost all of the current top-performing object detection networks employ region proposals to guide the search for object instances. State-of-the-art region proposal methods usually need several thousand proposals to get high recall, thus hurting the detection efficiency. Although the latest Region…

Cited by 1150PDFScholar