← Search

Dengyong Zhou

14 accepted papers

2021

Post-training Quantization with Multiple Points: Mixed Precision without Mixed Precision

AAAI 2021technical

We consider the post-training quantization problem, which discretizes the weights of pre-trained deep neural networks without re-training the model. We propose multipoint quantization, a quantization method that approximates a full-precision weight vector using a linear combination of multiple vecto…

2020

Doubly Robust Bias Reduction in Infinite Horizon Off-Policy Estimation

ICLR 2020spotlight

Infinite horizon off-policy policy evaluation is a highly challenging task due to the excessively large variance of typical importance sampling (IS) estimators. Recently, Liu et al. (2018) proposed an approach that significantly reduces the variance of infinite-horizon off-policy evaluation by estim…

Cited by 78SourceScholar
2018

Action-dependent Control Variates for Policy Optimization via Stein Identity

ICLR 2018poster

Policy gradient methods have achieved remarkable successes in solving challenging reinforcement learning problems. However, it still often suffers from the large variance issue on policy gradient estimation, which leads to poor sample efficiency during training. In this work, we propose a control va…

Cited by 100SourcePDFScholar
2018

Breaking the Curse of Horizon: Infinite-Horizon Off-Policy Estimation

NeurIPS 2018spotlight

We consider the off-policy estimation problem of estimating the expected reward of a target policy using samples collected by a different behavior policy. Importance sampling (IS) has been a key technique to derive (nearly) unbiased estimators, but is known to suffer from an excessively high varianc…

Cited by 429SourcePDFScholar
2018

On the Discrimination-Generalization Tradeoff in GANs

ICLR 2018poster

Generative adversarial training can be generally understood as minimizing certain moment matching loss defined by a set of discriminator functions, typically neural networks. The discriminator set should be large enough to be able to uniquely identify the true distribution (discriminative), and als…

Cited by 0SourcePDFScholar
2018

Towards Neural Phrase-based Machine Translation

ICLR 2018poster

In this paper, we present Neural Phrase-based Machine Translation (NPMT). Our method explicitly models the phrase structures in output sequences using Sleep-WAke Networks (SWAN), a recently proposed segmentation-based sequence modeling method. To mitigate the monotonic alignment requirement of SWAN,…

2017

Neuro-Symbolic Program Synthesis

ICLR 2017poster

Recent years have seen the proposal of a number of neural architectures for the problem of Program Induction. Given a set of input-output examples, these architectures are able to learn mappings that generalize to new test inputs. While achieving impressive results, these approaches have a number of…

Cited by 418SourceScholar
2017

Sequence Modeling via Segmentations

ICML 2017poster

Segmental structure is a common pattern in many types of sequences such as phrases in human languages. In this paper, we present a probabilistic model for sequences via their segmentations. The probability of a segmented sequence is calculated as the product of the probabilities of all its segments,…

2017

Stochastic Variance Reduction Methods for Policy Evaluation

ICML 2017poster

Policy evaluation is concerned with estimating the value function that predicts long-term values of states under a given policy. It is a crucial step in many reinforcement-learning algorithms. In this paper, we focus on policy evaluation with linear function approximation over a fixed dataset. We fi…

Cited by 218SourcePDFScholar