Nonlinear Regression via Deep Negative Correlation Learning
Le Zhang, Zenglin Shi, Ming-Ming Cheng, Yun Liu, Jia-Wang Bian, Jeoy Tianyi Zhou, Guoyan Zheng, Zeng Zeng
Abstract
Nonlinear regression has been extensively employed in many computer vision problems (e.g., crowd counting, age estimation, affective computing). Under the umbrella of deep learning, two common solutions exist i) transforming nonlinear regression to a robust loss function which is jointly optimizable with the deep convolutional network, and ii) utilizing ensemble of deep networks. Although some improved performance is achieved, the former may be lacking due to the intrinsic limitation of choosing a single hypothesis and the latter may suffer from much larger computational complexity. To cope with those issues, we propose to regress via an efficient “divide and conquer” manner. The core of our approach is the generalization of negative correlation learning that has been shown, both theoretically and empirically, to work well for non-deep regression problems. Without extra parameters, the proposed method controls the bias-variance-covariance trade-off systematically and usually yields a deep regression ensemble where each base model is both “accurate” and “diversified.” Moreover, we show that each sub-problem in the proposed method has less Rademacher Complexity and thus is easier to optimize. Extensive experiments on several diverse and challenging tasks including crowd counting, personality analysis, age estimation, and image super-resolution demonstrate the superiority over challenging baselines as well as the versatility of the proposed method.
Paper
- Nonlinear Regression via Deep NegativeCorrelation Learning, Le Zhang, Zenglin Shi, Ming-Ming Cheng, Yun Liu, Jia-Wang Bian, Joey Tianyi Zhou, Guoyan Zheng, Zeng Zeng, IEEE TPAMI, 2020. [pdf|code|project|bib]
- Crowd Counting with Deep Negative Correlation Learning, Z Shi, L Zhang, Y Liu, X Cao, Y Ye, MM Cheng, G Zheng, IEEE CVPR, 2018. [pdf|bib|code]
@article{zhang2020dncl,
author={Le Zhang and Zenglin Shi and Ming-Ming Cheng and Yun Liu and Jia-Wang Bian and Joey Tianyi Zhou and Guoyan Zheng and Zeng Zeng},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
title={Nonlinear Regression via Deep Negative Correlation Learning},
year={2020},
volume={},
number={},
pages={1-16},
doi={10.1109/TPAMI.2019.2943860},
}
Method
Applications
DNCL is found to be useful in a variaty of computer vision applications we have tried so far. If you found it useful in your applications and want to share with others, please contact us to add a link in this project page.