← Search

Tal Ridnik

5 accepted papers

2022

Multi-Label Classification With Partial Annotations Using Class-Aware Selective Loss

CVPR 2022poster

Large-scale multi-label classification datasets are commonly, and perhaps inevitably, partially annotated. That is, only a small subset of labels are annotated per sample. Different methods for handling the missing labels induce different properties on the model and impact its accuracy. In this work…

Cited by 55PDFcodeScholar
2021

Asymmetric Loss for Multi-Label Classification

ICCV 2021poster

In a typical multi-label setting, a picture contains on average few positive labels, and many negative ones. This positive-negative imbalance dominates the optimization process, and can lead to under-emphasizing gradients from positive labels during training, resulting in poor accuracy. In this pape…

Cited by 547PDFcodeScholar
2020

ASAP: Architecture Search, Anneal and Prune

AISTATS 2020poster

Automatic methods for Neural ArchitectureSearch (NAS) have been shown to produce state-of-the-art network models, yet, their main drawback is the computational complexity of the search process. As some primal methods optimized over a discrete search space, thousands of days of GPU were required for…

2019

XNAS: Neural Architecture Search with Expert Advice

NeurIPS 2019poster

This paper introduces a novel optimization method for differential neural architecture search, based on the theory of prediction with expert advice. Its optimization criterion is well fitted for an architecture-selection, i.e., it minimizes the regret incurred by a sub-optimal selection of operation…