← Search

Jian Cheng

89 accepted papers

2026

Benchmarking the Limits of In-Context Reinforcement Learning for Ad-Hoc Teamwork

ICML 2026poster

In-Context Reinforcement Learning (ICRL) has enabled foundation agents to adapt instantaneously to novel tasks, yet its efficacy in Ad-Hoc Teamwork (AHT)—where coordination with unknown partners is required—remains unexplored. To rigorously evaluate this, we introduce a large-scale benchmark **ICRL4…

Cited by 0SourceScholar
2026

Block Rotation is All You Need for MXFP4 Quantization

ICML 2026poster

Large language models (LLMs) have achieved remarkable success, but their rapidly growing scale imposes prohibitive costs in memory, computation, and energy. Post-training quantization (PTQ) is a promising solution for efficient deployment, yet achieving accurate W4A4 quantization remains an open cha…

Cited by 0SourceScholar
2026

Bringing Code ALIVE: Optimizing Interactive Frontend Mini-Games via Automated Play and Reinforcement Learning at Scale

ICML 2026poster

The rapid evolution of Large Language Models (LLMs) has empowered even non-programmers to create visually appealing frontend mini-games with a single instruction. However, open-source models significantly lag behind proprietary counterparts in this domain. The core bottleneck is the lack of an evalu…

Cited by 0SourceScholar
2026

Certain Head, Uncertain Tail: Expert-Sample for Test-Time Scaling in Fine-Grained MoE

ICML 2026poster

Test-time scaling improves LLM performance by generating multiple candidate solutions, yet token-level sampling requires temperature tuning that trades off diversity against stability. Fine-grained MoE, featuring hundreds of well-trained experts per layer and multi-expert activation per token, offer…

Cited by 0SourceScholar
2026

HyMTRL: A Hybrid Multi-Task Reinforcement Learning Framework via Phased Policy Evolution

ICML 2026poster

Multi-task reinforcement learning (MTRL) aims to improve sample efficiency by sharing knowledge across related tasks, but it often suffers from asynchronous learning progress caused by inherent differences in task difficulty. This imbalance places substantial representational strain on the shared cr…

Cited by 0SourceScholar
2026

LSA: Layer-wise Sparsity Allocation for Large Language Model Pruning Based on Minimal Linear Reconstruction Error

ICLR 2026poster

Deploying large language models (LLMs) on platforms with insufficient computational resources remains a key challenge. Weight pruning is an efficient model compression technique that can reduce model size without retraining LLMs. However, due to the massive number of parameters, it is infeasible to…

Cited by 0SourcecodeScholar
2026

Preference-Modulated Structural Attention for Multi-Objective Combinatorial Optimization

ICML 2026poster

Recent decomposition-based approaches have achieved significant success in Multi-Objective Combinatorial Optimization (MOCO). However,existing methods typically rely exclusively on node-centric representations, failing to capture the complementary representations provided by edge features for proble…

Cited by 0SourceScholar
2026

RefineEvo: Planning-Guided Heuristic Evolution with Bidirectional Experience

ICML 2026poster

Automatic Heuristic Design (AHD) has emerged as a transformative approach for solving combinatorial optimization problems. While recent Large Language Model (LLM)-based methods have shown promise, they predominantly rely on fixed evolutionary operators and struggle to effectively accumulate and reus…

Cited by 0SourceScholar
2026

SparVAR: Exploring Sparsity in Visual AutoRegressive Modeling for Training-Free Acceleration

CVPR 2026

Visual AutoRegressive (VAR) modeling has garnered significant attention for its innovative next-scale prediction paradigm. However, mainstream VAR paradigms attend to all tokens across historical scales at each autoregressive step. As the next scale resolution grows, the computational complexity of

Cited by 0SourcecodeScholar
2025

An Open-Ended Learning Framework for Opponent Modeling

AAAI 2025technical

Opponent Modeling (OM) aims to enhance decision-making by modeling other agents in multi-agent environments. Existing works typically learn opponent models against a pre-designated fixed set of opponents during training. However, this will cause poor generalization when facing unknown opponents duri…

Cited by 0SourcePDFScholar
2025

Bi-Level Knowledge Transfer for Multi-Task Multi-Agent Reinforcement Learning

NeurIPS 2025poster

Multi-Agent Reinforcement Learning (MARL) has achieved remarkable success in various real-world scenarios, but its high cost of online training makes it impractical to learn each task from scratch. To enable effective policy reuse, we consider the problem of zero-shot generalization from offline da…

Cited by 0SourceScholar
2025

DartQuant: Efficient Rotational Distribution Calibration for LLM Quantization

NeurIPS 2025poster

Quantization plays a crucial role in accelerating the inference of large-scale models, and rotational matrices have been shown to effectively improve quantization performance by smoothing outliers. However, end-to-end fine-tuning of rotational optimization algorithms incurs high computational costs…

Cited by 0SourceScholar
2025

EAC-MoE: Expert-Selection Aware Compressor for Mixture-of-Experts Large Language Models

ACL 2025long

Mixture-of-Experts (MoE) has demonstrated promising potential in scaling LLMs. However, it is hindered by two critical challenges: (1) substantial GPU memory consumption to load all experts; (2) low activated parameters cannot be equivalently translated into inference acceleration effects. In this w…

Cited by 0SourcePDFScholar
2025

Exploring Contextual Attribute Density in Referring Expression Counting

CVPR 2025poster

Referring expression counting (REC) algorithms are for more flexible and interactive counting ability across varied fine-grained text expressions. However, the requirement for fine-grained attribute understanding poses challenges for prior arts, as they struggle to accurately align attribute informa…

2025

Goal-Oriented Skill Abstraction for Offline Multi-Task Reinforcement Learning

ICML 2025poster

Offline multi-task reinforcement learning aims to learn a unified policy capable of solving multiple tasks using only pre-collected task-mixed datasets, without requiring any online interaction with the environment. However, it faces significant challenges in effectively sharing knowledge across tas…

Cited by 0SourcePDFScholar
2025

HOGSA: Bimanual Hand-Object Interaction Understanding with 3D Gaussian Splatting Based Data Augmentation

AAAI 2025technical

Understanding of bimanual hand-object interaction plays an important role in robotics and virtual reality. However, due to significant occlusions between hands and object as well as the high degree-of-freedom motions, it is challenging to collect and annotate a high-quality, large-scale dataset, whi…

Cited by 0SourcePDFScholar
2025

LoRaDA: Low-Rank Direct Attention Adaptation for Efficient LLM Fine-tuning

EMNLP 2025

As the parameter size of language models becomes extremely large, fine-tuning them with limited resources has become a challenging task. Latest advancements in parameter-efficient fine-tuning (PEFT) techniques allow for adjustments to only a minor fraction of the parameters of these LLMs. Yet, most

Cited by 0SourcePDFScholar
2025

Offline Opponent Modeling with Truncated Q-driven Instant Policy Refinement

ICML 2025poster

Offline Opponent Modeling (OOM) aims to learn an adaptive autonomous agent policy that dynamically adapts to opponents using an offline dataset from multi-agent games. Previous work assumes that the dataset is optimal. However, this assumption is difficult to satisfy in the real world. When the data…

Cited by 0SourcePDFScholar
2025

Q-Mamba: Towards more efficient Mamba models via post-training quantization

ACL 2025finding

State Space Models (SSMs), such as Mamba, have recently demonstrated potential in language understanding tasks, positioning them as competitors to transformer architectures. However, our investigations reveal that the Mamba architecture still has room for further optimization—not only in linear proj…

Cited by 0SourcePDFScholar
2025

RQT: Hierarchical Residual Quantization for Multi-Model Compression

ACL 2025finding

Delta compression methods focus on efficiently serving multiple uniquely fine-tuned models, each tailored to specific tasks and user requirements. These approaches decompose a fine-tuned LLM into a base model and corresponding delta weights, which are compressed using low-rank or low-bit representat…

Cited by 0SourcePDFScholar
2025

Training LLMs for Optimization Modeling via Iterative Data Synthesis and Structured Validation

EMNLP 2025

Large Language Models (LLMs) have revolutionized various domains but encounter substantial challenges in tackling optimization modeling tasks for Operations Research (OR), particularly when dealing with complex problem. In this work, we propose Step-Opt-Instruct, a framework that augments existing d

2025

Universal Features Guided Zero-Shot Category-Level Object Pose Estimation

AAAI 2025technical

Object pose estimation, crucial in computer vision and robotics applications, faces challenges with the diversity of unseen categories. We propose a zero-shot method to achieve category-level 6-DOF object pose estimation, which exploits both 2D and 3D universal features of input RGB-D image to estab…

Cited by 0SourcePDFScholar
2024

Analyzing Generalization in Policy Networks: A Case Study with the Double-Integrator System

AAAI 2024technical

Extensive utilization of deep reinforcement learning (DRL) policy networks in diverse continuous control tasks has raised questions regarding performance degradation in expansive state spaces where the input state norm is larger than that in the training environment. This paper aims to uncover the u…

2024

Dynamic Discounted Counterfactual Regret Minimization

ICLR 2024spotlight

Counterfactual regret minimization (CFR) is a family of iterative algorithms showing promising results in solving imperfect-information games. Recent novel CFR variants (e.g., CFR+, DCFR) have significantly improved the convergence rate of the vanilla CFR. The key to these CFR variants’ performance…

2024

Efficient Multi-task Reinforcement Learning with Cross-Task Policy Guidance

NeurIPS 2024poster

Multi-task reinforcement learning endeavors to efficiently leverage shared information across various tasks, facilitating the simultaneous learning of multiple tasks. Existing approaches primarily focus on parameter sharing with carefully designed network structures or tailored optimization procedur…

Cited by 1SourcePDFScholar
2024

HGCN2SP: Hierarchical Graph Convolutional Network for Two-Stage Stochastic Programming

ICML 2024poster

Two-stage Stochastic Programming (2SP) is a standard framework for modeling decision-making problems under uncertainty. While numerous methods exist, solving such problems with many scenarios remains challenging. Selecting representative scenarios is a practical method for accelerating solutions. Ho…

Cited by 2SourcePDFScholar
2024

Intrinsic Action Tendency Consistency for Cooperative Multi-Agent Reinforcement Learning

AAAI 2024technical

Efficient collaboration in the centralized training with decentralized execution (CTDE) paradigm remains a challenge in cooperative multi-agent systems. We identify divergent action tendencies among agents as a significant obstacle to CTDE's training efficiency, requiring a large number of training…

Cited by 3SourcePDFScholar
2024

Minimizing Weighted Counterfactual Regret with Optimistic Online Mirror Descent

IJCAI 2024poster

Counterfactual regret minimization (CFR) is a family of algorithms for effectively solving imperfect-information games. It decomposes the total regret into counterfactual regrets, utilizing local regret minimization algorithms, such as Regret Matching (RM) or RM+, to minimize them. Recent research e…

2024

Not All Tasks Are Equally Difficult: Multi-Task Deep Reinforcement Learning with Dynamic Depth Routing

AAAI 2024technical

Multi-task reinforcement learning endeavors to accomplish a set of different tasks with a single policy. To enhance data efficiency by sharing parameters across multiple tasks, a common practice segments the network into distinct modules and trains a routing network to recombine these modules into t…

2024

Patch-Aware Sample Selection for Efficient Masked Image Modeling

AAAI 2024technical

Nowadays sample selection is drawing increasing attention. By extracting and training only on the most informative subset, sample selection can effectively reduce the training cost. Although sample selection is effective in conventional supervised learning, applying it to Masked Image Modeling (MIM)…

Cited by 4SourcePDFScholar
2024

Realigning Confidence with Temporal Saliency Information for Point-Level Weakly-Supervised Temporal Action Localization

CVPR 2024poster

Point-level weakly-supervised temporal action localization (P-TAL) aims to localize action instances in untrimmed videos through the use of single-point annotations in each instance. Existing methods predict the class activation sequences without any boundary information and the unreliable sequences…

2024

Towards Efficient Spiking Transformer: a Token Sparsification Framework for Training and Inference Acceleration

ICML 2024poster

Nowadays Spiking Transformers have exhibited remarkable performance close to Artificial Neural Networks (ANNs), while enjoying the inherent energy-efficiency of Spiking Neural Networks (SNNs). However, training Spiking Transformers on GPUs is considerably more time-consuming compared to the ANN coun…

Cited by 0SourcePDFScholar
2024

Towards Offline Opponent Modeling with In-context Learning

ICLR 2024poster

Opponent modeling aims at learning the opponent's behaviors, goals, or beliefs to reduce the uncertainty of the competitive environment and assist decision-making. Existing work has mostly focused on learning opponent models online, which is impractical and inefficient in practical scenarios. To thi…

Cited by 5SourcePDFScholar
2023

$\rm A^2Q$: Aggregation-Aware Quantization for Graph Neural Networks

ICLR 2023poster

As graph data size increases, the vast latency and memory consumption during inference pose a significant challenge to the real-world deployment of Graph Neural Networks (GNNs). While quantization is a powerful approach to reducing GNNs complexity, most previous works on GNNs quantization fail to ex…

2023

APGP: Accuracy-Preserving Generative Perturbation for Defending Against Model Cloning Attacks

ICASSP 2023accepted

Well-trained Deep Neural Networks (DNNs) are valuable intellectual properties. Recent studies show that adversaries only with black-box query access can steal the functionality of DNNs by using knowledge distillation (KD) techniques. In this paper, we propose a novel formulation to defend against mo…

Cited by 0SourceScholar
2023

Asynchronous Event Processing with Local-Shift Graph Convolutional Network

AAAI 2023technical

Event cameras are bio-inspired sensors that produce sparse and asynchronous event streams instead of frame-based images at a high-rate. Recent works utilizing graph convolutional networks (GCNs) have achieved remarkable performance in recognition tasks, which model event stream as spatio-temporal gr…

Cited by 2SourcePDFScholar
2023

Automatic Grouping for Efficient Cooperative Multi-Agent Reinforcement Learning

NeurIPS 2023poster

Grouping is ubiquitous in natural systems and is essential for promoting efficiency in team coordination. This paper proposes a novel formulation of Group-oriented Multi-Agent Reinforcement Learning (GoMARL), which learns automatic grouping without domain knowledge for efficient cooperation. In cont…

2023

MDL-NAS: A Joint Multi-Domain Learning Framework for Vision Transformer

CVPR 2023poster

In this work, we introduce MDL-NAS, a unified framework that integrates multiple vision tasks into a manageable supernet and optimizes these tasks collectively under diverse dataset domains. MDL-NAS is storage-efficient since multiple models with a majority of shared parameters can be deposited into…

Cited by 14SourcePDFScholar
2023

On the Data-Efficiency with Contrastive Image Transformation in Reinforcement Learning

ICLR 2023poster

Data-efficiency has always been an essential issue in pixel-based reinforcement learning (RL). As the agent not only learns decision-making but also meaningful representations from images. The line of reinforcement learning with data augmentation shows significant improvements in sample-efficiency.…

2023

Poly-PC: A Polyhedral Network for Multiple Point Cloud Tasks at Once

CVPR 2023poster

In this work, we show that it is feasible to perform multiple tasks concurrently on point cloud with a straightforward yet effective multi-task network. Our framework, Poly-PC, tackles the inherent obstacles (e.g., different model architectures caused by task bias and conflicting gradients caused by…

Cited by 21SourcePDFScholar
2023

TinyNeRF: Towards 100 x Compression of Voxel Radiance Fields

AAAI 2023technical

Voxel grid representation of 3D scene properties has been widely used to improve the training or rendering speed of the Neural Radiance Fields (NeRF) while at the same time achieving high synthesis quality. However, these methods accelerate the original NeRF at the expense of extra storage demand, w…

2023

Towards Efficient and Accurate Winograd Convolution via Full Quantization

NeurIPS 2023poster

The Winograd algorithm is an efficient convolution implementation, which performs calculations in the transformed domain. To further improve the computation efficiency, recent works propose to combine it with model quantization. Although Post-Training Quantization has the advantage of low computatio…

Cited by 4SourcePDFScholar
2022

APRIL: Finding the Achilles' Heel on Privacy for Vision Transformers

CVPR 2022poster

Federated learning frameworks typically require collaborators to share their local gradient updates of a common model instead of sharing training data to preserve privacy. However, prior works on Gradient Leakage Attacks showed that private training data can be revealed from gradients. So far almost…

Cited by 40PDFcodeScholar
2022

DPNAS: Neural Architecture Search for Deep Learning with Differential Privacy

AAAI 2022technical

Training deep neural networks (DNNs) for meaningful differential privacy (DP) guarantees severely degrades model utility. In this paper, we demonstrate that the architecture of DNNs has a significant impact on model utility in the context of private deep learning, whereas its effect is largely unexp…

Cited by 34SourcePDFScholar
2022

Differentially Private Federated Learning With Local Regularization and Sparsification

CVPR 2022poster

User-level differential privacy (DP) provides certifiable privacy guarantees to the information that is specific to any user's data in federated learning. Existing methods that ensure user-level DP come at the cost of severe accuracy decrease. In this paper, we study the cause of model performance d…

Cited by 105PDFScholar
2022

Efficient Virtual View Selection for 3D Hand Pose Estimation

AAAI 2022technical

3D hand pose estimation from single depth is a fundamental problem in computer vision, and has wide applications. However, the existing methods still can not achieve satisfactory hand pose estimation results due to view variation and occlusion of human hand. In this paper, we propose a new virtual v…

2022

GLIF: A Unified Gated Leaky Integrate-and-Fire Neuron for Spiking Neural Networks

NeurIPS 2022accept

Spiking Neural Networks (SNNs) have been studied over decades to incorporate their biological plausibility and leverage their promising energy efficiency. Throughout existing SNNs, the leaky integrate-and-fire (LIF) model is commonly adopted to formulate the spiking neuron and evolves into numerous…

2022

MENet: A Memory-Based Network with Dual-Branch for Efficient Event Stream Processing

ECCV 2022poster

"Event cameras are bio-inspired sensors that asynchronously capture per-pixel brightness change and trigger a stream of events instead of frame-based images. Each event stream is generally split into multiple sliding windows for subsequent processing. However, most existing event-based methods ignor…

Cited by 1SourcePDFScholar
2022

MixFormer: Mixing Features Across Windows and Dimensions

CVPR 2022oral

While local-window self-attention performs notably in vision tasks, it suffers from limited receptive field and weak modeling capability issues. This is mainly because it performs self-attention within non-overlapped windows and shares weights on the channel dimension. We propose MixFormer to find a…

Cited by 161PDFcodeScholar
2022

Multi-Granularity Pruning for Model Acceleration on Mobile Devices

ECCV 2022poster

"For practical deep neural network design on mobile devices, it is essential to consider the constraints incurred by the computational resources and the inference latency in various applications. Among deep network acceleration approaches, pruning is a widely adopted practice to balance the computat…

Cited by 6SourcePDFScholar
2022

PKD: General Distillation Framework for Object Detectors via Pearson Correlation Coefficient

NeurIPS 2022accept

Knowledge distillation(KD) is a widely-used technique to train compact models in object detection. However, there is still a lack of study on how to distill between heterogeneous detectors. In this paper, we empirically find that better FPN features from a heterogeneous teacher detector can help the…

2022

PalQuant: Accelerating High-Precision Networks on Low-Precision Accelerators

ECCV 2022poster

"Recently low-precision deep learning accelerators (DLAs) have become popular due to their advantages in chip area and energy consumption, yet the low-precision quantized models on these DLAs bring in severe accuracy degradation. One way to achieve both high accuracy and efficient inference is to de…

2022

Singular Value Fine-tuning: Few-shot Segmentation requires Few-parameters Fine-tuning

NeurIPS 2022accept

Freezing the pre-trained backbone has become a standard paradigm to avoid overfitting in few-shot segmentation. In this paper, we rethink the paradigm and explore a new regime: {\em fine-tuning a small part of parameters in the backbone}. We present a solution to overcome the overfitting problem, le…

2022

Towards Fully Sparse Training: Information Restoration with Spatial Similarity

AAAI 2022technical

The 2:4 structured sparsity pattern released by NVIDIA Ampere architecture, requiring four consecutive values containing at least two zeros, enables doubling math throughput for matrix multiplications. Recent works mainly focus on inference speedup via 2:4 sparsity while training acceleration has be…

Cited by 2SourcePDFScholar
2021

AdaSGN: Adapting Joint Number and Model Size for Efficient Skeleton-Based Action Recognition

ICCV 2021poster

Existing methods for skeleton-based action recognition mainly focus on improving the recognition accuracy, whereas the efficiency of the model is rarely considered. Recently, there are some works trying to speed up the skeleton modeling by designing light-weight modules. However, in addition to the…

Cited by 67PDFcodeScholar
2021

Towards Mixed-Precision Quantization of Neural Networks via Constrained Optimization

ICCV 2021poster

Quantization is a widely used technique to compress and accelerate deep neural networks. However, conventional quantization methods use the same bit-width for all (or most of) the layers, which often suffer significant accuracy degradation in the ultra-low precision regime and ignore the fact that e…

Cited by 77PDFScholar
2020

Decoupling GCN with DropGraph Module for Skeleton-Based Action Recognition

ECCV 2020poster

In skeleton-based action recognition, graph convolutional networks (GCNs) have achieved remarkable success. Nevertheless, how to efficiently model the spatial-temporal skeleton graph without introducing extra computation burden is a challenging problem for industrial deployment. In this paper, we re…

2020

Distribution-Induced Bidirectional Generative Adversarial Network for Graph Representation Learning

CVPR 2020poster

Graph representation learning aims to encode all nodes of a graph into low-dimensional vectors that will serve as input of many computer vision tasks. However, most existing algorithms ignore the existence of inherent data distribution and even noises. This may significantly increase the phenomenon…

Cited by 48PDFcodeScholar
2020

ProxyBNN: Learning Binarized Neural Networks via Proxy Matrices

ECCV 2020poster

Training Binarized Neural Networks (BNNs) is challenging due to the discreteness. In order to efficiently optimize BNNs through backward propagations, real-valued auxiliary variables are commonly used to accumulate gradient updates. Those auxiliary variables are then directly quantized to binary wei…

Cited by 36SourcePDFScholar
2020

Revisiting Parameter Sharing for Automatic Neural Channel Number Search

NeurIPS 2020poster

Recent advances in neural architecture search inspire many channel number search algorithms~(CNS) for convolutional neural networks. To improve searching efficiency, parameter sharing is widely applied, which reuses parameters among different channel configurations. Nevertheless, it is unclear how p…

2020

Skeleton-Based Action Recognition With Shift Graph Convolutional Network

CVPR 2020oral

Action recognition with skeleton data is attracting more attention in computer vision. Recently, graph convolutional networks (GCNs), which model the human body skeletons as spatiotemporal graphs, have obtained remarkable performance. However, the computational complexity of GCN-based methods are pr…

Cited by 1008PDFScholar
2020

Soft Threshold Ternary Networks

IJCAI 2020poster

Large neural networks are difficult to deploy on mobile devices because of intensive computation and storage. To alleviate it, we study ternarization, a balance between efficiency and accuracy that quantizes both weights and activations into ternary values. In previous ternarized neural networks, a…

2020

Towards Accurate Post-training Network Quantization via Bit-Split and Stitching

ICML 2020poster

Network quantization is essential for deploying deep models to IoT devices due to its high efficiency. Most existing quantization approaches rely on the full training datasets and the time-consuming fine-tuning to retain accuracy. Post-training quantization does not have these problems, however, it…

2019

ODE-Inspired Network Design for Single Image Super-Resolution

CVPR 2019poster

Single image super-resolution, as a high dimensional structured prediction problem, aims to characterize fine-grain information given a low-resolution sample. Recent advances in convolutional neural networks are introduced into super-resolution and push forward progress in this field. Current studie…

Cited by 299PDFScholar
2019

RGB-Infrared Cross-Modality Person Re-Identification via Joint Pixel and Feature Alignment

ICCV 2019poster

RGB-Infrared (IR) person re-identification is an important and challenging task due to large cross-modality variations between RGB and IR images. Most conventional approaches aim to bridge the cross-modality gap with feature alignment by feature representation learning. Different from existing metho…

Cited by 479PDFScholar
2019

Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition

CVPR 2019poster

In skeleton-based action recognition, graph convolutional networks (GCNs), which model the human body skeletons as spatiotemporal graphs, have achieved remarkable performance. However, in existing GCN-based methods, the topology of the graph is set manually, and it is fixed over all layers and input…

Cited by 2123PDFcodeScholar
2018

Semi-Supervised Generative Adversarial Hashing for Image Retrieval

ECCV 2018poster

With explosive growth of image and video data on the Internet, hashing technique has been extensively studied for large-scale visual search. Benefiting from the advance of deep learning, deep hashing methods have achieved promising performance. However, those deep hashing models are usually trained…

Cited by 42SourcePDFScholar
2018

Training Binary Weight Networks via Semi-Binary Decomposition

ECCV 2018poster

Recently binary weight networks have attracted lots of attentions due to their high computational efficiency and small parameter size. Yet they still suffer from large accuracy drops because of their limited representation capacity. In this paper, we propose a novel semi-binary decomposition method…

Cited by 23SourcePDFScholar
2018

Two-Step Quantization for Low-Bit Neural Networks

CVPR 2018poster

Every bit matters in the hardware design of quantized neural networks. However, extremely-low-bit representation usually causes large accuracy drop. Thus, how to train extremely-low-bit neural networks with high accuracy is of central importance. Most existing network quantization approaches learn t…

Cited by 167SourcePDFScholar
2017

Egocentric Gesture Recognition Using Recurrent 3D Convolutional Neural Networks With Spatiotemporal Transformer Modules

ICCV 2017spotlight

Gesture is a natural interface in interacting with wearable devices such as VR/AR helmet and glasses. The main challenge of gesture recognition in egocentric vision arises from the global camera motion caused by the spontaneous head movement of the device wearer. In this paper, we address the proble…

Cited by 122PDFScholar
2017

Fixed-Point Factorized Networks

CVPR 2017poster

In recent years, Deep Neural Networks (DNN) based methods have achieved remarkable performance in a wide range of tasks and have been among the most powerful and widely used techniques in computer vision. However, DNN-based methods are both computational-intensive and resource-consuming, which hinde…

Cited by 52PDFScholar
2016

Quantized Convolutional Neural Networks for Mobile Devices

CVPR 2016poster

Recently, convolutional neural networks (CNN) have demonstrated impressive performance in various computer vision tasks. However, high performance hardware is typically indispensable for the application of CNN models due to the high computation complexity, which prohibits their further extensions. I…

Cited by 1586PDFcodeScholar