A Mathematical Analysis of Learning Loss for Active Learning in Regression

Abstract

Active learning continues to remain significant in the industry since it is data efficient. Not only is it cost effective on a constrained budget, continuous refinement of the model allows for early detection and resolution of failure scenarios during the model development stage. Identifying and fixing failures with the model is crucial as industrial applications demand that the underlying model performs accurately in all foreseeable use cases. One popular state-of-the-art technique that specializes in continuously refining the model via failure identification is Learning Loss [24]. Although simple and elegant, this approach is empirically motivated. Our paper develops a foundation for Learning Loss which enables us to propose a novel modification we call LearningLoss++. We show that gradients are crucial in interpreting how Learning Loss works, with rigorous analysis and comparison of the gradients between Learning Loss and LearningLoss++. We also propose a convolutional architecture that combines features at different scales to predict the loss. We validate LearningLoss++ for regression on the task of human pose estimation (using MPII and LSP datasets), as done in Learning Loss. We show that Learn-ingLoss++ outperforms in identifying scenarios where the model is likely to perform poorly, which on model refinement translates into reliable performance in the open world.

Cite

Text

Shukla and Ahmed. "A Mathematical Analysis of Learning Loss for Active Learning in Regression." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021. doi:10.1109/CVPRW53098.2021.00370

Markdown

[Shukla and Ahmed. "A Mathematical Analysis of Learning Loss for Active Learning in Regression." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021.](https://mlanthology.org/cvprw/2021/shukla2021cvprw-mathematical/) doi:10.1109/CVPRW53098.2021.00370

BibTeX

@inproceedings{shukla2021cvprw-mathematical,
  title     = {{A Mathematical Analysis of Learning Loss for Active Learning in Regression}},
  author    = {Shukla, Megh and Ahmed, Shuaib},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2021},
  pages     = {3320-3328},
  doi       = {10.1109/CVPRW53098.2021.00370},
  url       = {https://mlanthology.org/cvprw/2021/shukla2021cvprw-mathematical/}
}