paper-with-me

Papers

AutoLoss-Zero: Searching Loss Functions from Scratch for Generic Tasks

2021-03-25 · CVPR 2022 1 · Hao Li, Tianwen Fu, Jifeng Dai, Hongsheng Li, Gao Huang, Xizhou Zhu

Significant progress has been achieved in automating the design of various components in deep networks. However, the automatic design of loss functions for generic tasks with various evaluation metrics remains under-investigated. Previous works on handcrafting loss functions heavily rely on human expertise, which limits their extendibility. Meanwhile, existing efforts on searching loss functions mainly focus on specific tasks and particular metrics, with task-specific heuristics. Whether such works can be extended to generic tasks is not verified and questionable. In this paper, we propose AutoLoss-Zero, the first general framework for searching loss functions from scratch for generic tasks. Specifically, we design an elementary search space composed only of primitive mathematical operators to accommodate the heterogeneous tasks and evaluation metrics. A variant of the evolutionary algorithm is employed to discover loss functions in the elementary search space. A loss-rejection protocol and a gradient-equivalence-check strategy are developed so as to improve the search efficiency, which are applicable to generic tasks. Extensive experiments on various computer vision tasks demonstrate that our searched loss functions are on par with or superior to existing loss functions, which generalize well to different datasets and networks. Code shall be released.

📄 PDF Abstract BibTeX arXiv:2103.14026

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoLoss-GMS: Searching Generalized Margin-Based Softmax Loss Function for Person Re-Identification

2022-01-01 · CVPR 2022 1 · Hongyang Gu, Jianmin Li, Guangyuan Fu, Chifong Wong 외

Person re-identification is a hot topic in computer vision, and the loss function plays a vital role in improving the discrimination of the learned features. However, most existing models utilize the hand-crafted los…

Person Re-Identification

Loss Function Discovery for Object Detection via Convergence-Simulation Driven Search

2021-02-09 · ICLR 2021 1 · Peidong Liu, Gengwei Zhang, Bochao Wang, Hang Xu 외

Designing proper loss functions for vision tasks has been a long-standing research direction to advance the capability of existing models. For object detection, the well-established classification and regression loss fun…

image-classificationModel Optimizationobject-detectionObject Detection

AutoLoss: Automated Loss Function Search in Recommendations

2021-06-12 · Xiangyu Zhao, Haochen Liu, Wenqi Fan, Hui Liu 외

Designing an effective loss function plays a crucial role in training deep recommender systems. Most existing works often leverage a predefined and fixed loss function that could lead to suboptimal recommendation quality…

Recommendation Systems

AutoLossGen: Automatic Loss Function Generation for Recommender Systems

2022-04-27 · Zelong Li, Jianchao Ji, Yingqiang Ge, Yongfeng Zhang

In recommendation systems, the choice of loss function is critical since a good loss may significantly improve the model performance. However, manually designing a good loss is a big challenge due to the complexity of th…

Recommendation Systems

AutoLoss: Learning Discrete Schedules for Alternate Optimization

2018-10-04 · Haowen Xu, Hao Zhang, Zhiting Hu, Xiaodan Liang 외

Many machine learning problems involve iteratively and alternately optimizing different task objectives with respect to different sets of parameters. Appropriately scheduling the optimization of a task objective or a set…

Image GenerationMachine TranslationMeta-LearningNMT+2