← Search

Nadav Zamir

4 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
2021

Semantic Diversity Learning for Zero-Shot Multi-Label Classification

ICCV 2021poster

Training a neural network model for recognizing multiple labels associated with an image, including identifying unseen labels, is challenging, especially for images that portray numerous semantically diverse labels. As challenging as this task is, it is an essential task to tackle since it represent…

Cited by 46PDFcodeScholar
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…