paper-with-me

Papers

DyRep: Bootstrapping Training with Dynamic Re-parameterization

2022-03-24 · CVPR 2022 1 · Tao Huang, Shan You, Bohan Zhang, Yuxuan Du, Fei Wang, Chen Qian, Chang Xu

Structural re-parameterization (Rep) methods achieve noticeable improvements on simple VGG-style networks. Despite the prevalence, current Rep methods simply re-parameterize all operations into an augmented network, including those that rarely contribute to the model's performance. As such, the price to pay is an expensive computational overhead to manipulate these unnecessary behaviors. To eliminate the above caveats, we aim to bootstrap the training with minimal cost by devising a dynamic re-parameterization (DyRep) method, which encodes Rep technique into the training process that dynamically evolves the network structures. Concretely, our proposal adaptively finds the operations which contribute most to the loss in the network, and applies Rep to enhance their representational capacity. Besides, to suppress the noisy and redundant operations introduced by Rep, we devise a de-parameterization technique for a more compact re-parameterization. With this regard, DyRep is more efficient than Rep since it smoothly evolves the given network instead of constructing an over-parameterized network. Experimental results demonstrate our effectiveness, e.g., DyRep improves the accuracy of ResNet-18 by $2.04\%$ on ImageNet and reduces $22\%$ runtime over the baseline. Code is available at: https://github.com/hunto/DyRep.

📄 PDF Abstract BibTeX arXiv:2203.12868

Code (2)

hunto/dyrep 공식 구현
2023-MindSpore-1/ms-code-219/tree/main/DYR mindspore

Similar Papers 제목 키워드 기반

DyRep: Learning Representations over Dynamic Graphs

2019-05-01 · ICLR 2019 5 · Rakshit Trivedi, Mehrdad Farajtabar, Prasenjeet Biswal, Hongyuan Zha

Representation Learning over graph structured data has received significant attention recently due to its ubiquitous applicability. However, most advancements have been made in static graph settings while efforts for joi…

Dynamic Link PredictionLink PredictionRepresentation Learning

Bootstrapping the Expressivity with Model-based Planning

2019-09-25 · Kefan Dong, Yuping Luo, Tengyu Ma

We compare the model-free reinforcement learning with the model-based approaches through the lens of the expressive power of neural networks for policies, $Q$-functions, and dynamics. We show, theoretically and empirica…

modelMuJoCo

Implicit Under-Parameterization Inhibits Data-Efficient Deep Reinforcement Learning

2020-10-27 · ICLR 2021 1 · Aviral Kumar, Rishabh Agarwal, Dibya Ghosh, Sergey Levine

We identify an implicit under-parameterization phenomenon in value-based deep RL methods that use bootstrapping: when value functions, approximated using deep neural networks, are trained with gradient descent using iter…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Representation Learning over Dynamic Graphs

2018-03-11 · Rakshit Trivedi, Mehrdad Farajtabar, Prasenjeet Biswal, Hongyuan Zha

How can we effectively encode evolving information over dynamic graphs into low-dimensional representations? In this paper, we propose DyRep, an inductive deep representation learning framework that learns a set of funct…

Dynamic Link PredictionLink PredictionRepresentation Learning

On the Expressivity of Neural Networks for Deep Reinforcement Learning

2019-10-14 · ICML 2020 1 · Kefan Dong, Yuping Luo, Tengyu Ma

We compare the model-free reinforcement learning with the model-based approaches through the lens of the expressive power of neural networks for policies, $Q$-functions, and dynamics. We show, theoretically and empirical…

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning+1