scispace - formally typeset
Z

Zhuang Liu

Researcher at University of California, Berkeley

Publications -  53
Citations -  39804

Zhuang Liu is an academic researcher from University of California, Berkeley. The author has contributed to research in topics: Computer science & Artificial neural network. The author has an hindex of 25, co-authored 42 publications receiving 23096 citations. Previous affiliations of Zhuang Liu include Tsinghua University & Intel.

Papers
More filters
Posted Content

Deep Networks with Stochastic Depth

TL;DR: Stochastic depth as discussed by the authors randomly drops a subset of layers during training and bypasses them with the identity function, which can increase the depth of residual networks even beyond 1200 layers and still yield meaningful improvements in test error.
Posted Content

Rethinking the Value of Network Pruning

TL;DR: It is found that with optimal learning rate, the "winning ticket" initialization as used in Frankle & Carbin (2019) does not bring improvement over random initialization, and the need for more careful baseline evaluations in future research on structured pruning methods is suggested.
Posted Content

Learning Efficient Convolutional Networks through Network Slimming

TL;DR: The approach is called network slimming, which takes wide and large networks as input models, but during training insignificant channels are automatically identified and pruned afterwards, yielding thin and compact models with comparable accuracy.
Proceedings Article

Snapshot Ensembles: Train 1, Get M for Free

TL;DR: This paper proposes a method to obtain the seemingly contradictory goal of ensembling multiple neural networks at no additional training cost by training a single neural network, converging to several local minima along its optimization path and saving the model parameters.
Proceedings ArticleDOI

Few-Shot Object Detection via Feature Reweighting

TL;DR: In this article, a few-shot object detector is proposed that can learn to detect novel objects from only a few annotated examples, using a meta feature learner and a reweighting module within a one-stage detection architecture.