Robust Optimization for Deep Regression
Vasileios Belagiannis, Christian Rupprecht, Gustavo Carneiro, Nassir, Navab

TL;DR
This paper introduces a robust deep regression method using ConvNets that employs Tukey's biweight loss to handle outliers, combined with a coarse-to-fine approach, improving accuracy and convergence in human pose and age estimation tasks.
Contribution
It proposes a novel robust loss function for ConvNets and integrates it with a coarse-to-fine model, enhancing regression robustness and accuracy in vision tasks.
Findings
Faster convergence with the robust loss function.
Improved generalization in human pose and age estimation.
Achieves comparable or superior results to state-of-the-art methods.
Abstract
Convolutional Neural Networks (ConvNets) have successfully contributed to improve the accuracy of regression-based methods for computer vision tasks such as human pose estimation, landmark localization, and object detection. The network optimization has been usually performed with L2 loss and without considering the impact of outliers on the training process, where an outlier in this context is defined by a sample estimation that lies at an abnormal distance from the other training sample estimations in the objective space. In this work, we propose a regression model with ConvNets that achieves robustness to such outliers by minimizing Tukey's biweight function, an M-estimator robust to outliers, as the loss function for the ConvNet. In addition to the robust loss, we introduce a coarse-to-fine model, which processes input images of progressively higher resolutions for improving the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Advanced Neural Network Applications · Video Surveillance and Tracking Methods
