English

Cogradient Descent for Dependable Learning

Machine Learning 2021-06-22 v1

Abstract

Conventional gradient descent methods compute the gradients for multiple variables through the partial derivative. Treating the coupled variables independently while ignoring the interaction, however, leads to an insufficient optimization for bilinear models. In this paper, we propose a dependable learning based on Cogradient Descent (CoGD) algorithm to address the bilinear optimization problem, providing a systematic way to coordinate the gradients of coupling variables based on a kernelized projection function. CoGD is introduced to solve bilinear problems when one variable is with sparsity constraint, as often occurs in modern learning paradigms. CoGD can also be used to decompose the association of features and weights, which further generalizes our method to better train convolutional neural networks (CNNs) and improve the model capacity. CoGD is applied in representative bilinear problems, including image reconstruction, image inpainting, network pruning and CNN training. Extensive experiments show that CoGD improves the state-of-the-arts by significant margins. Code is available at {https://github.com/bczhangbczhang/CoGD}.

Keywords

Cite

@article{arxiv.2106.10617,
  title  = {Cogradient Descent for Dependable Learning},
  author = {Runqi Wang and Baochang Zhang and Li'an Zhuo and Qixiang Ye and David Doermann},
  journal= {arXiv preprint arXiv:2106.10617},
  year   = {2021}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2006.09142

R2 v1 2026-06-24T03:23:41.632Z