scispace - formally typeset
G

Gao Huang

Researcher at Tsinghua University

Publications -  164
Citations -  43663

Gao Huang is an academic researcher from Tsinghua University. The author has contributed to research in topics: Computer science & Feature (computer vision). The author has an hindex of 37, co-authored 124 publications receiving 26697 citations. Previous affiliations of Gao Huang include Cornell University & University of Science and Technology of China.

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.
Journal ArticleDOI

Semi-Supervised and Unsupervised Extreme Learning Machines

TL;DR: It is shown in this paper that all the supervised, semi-supervised, and unsupervised ELMs can actually be put into a unified framework, which provides new perspectives for understanding the mechanism of random feature mapping, which is the key concept in ELM theory.
Proceedings ArticleDOI

CondenseNet: An Efficient DenseNet Using Learned Group Convolutions

TL;DR: CondenseNet as mentioned in this paper combines dense connectivity with a novel module called learned group convolution, which facilitates feature re-use in the network and removes connections between layers for which this feature reuse is superfluous.