← Search

Itamar Friedman

6 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…

2020

Graph Embedded Pose Clustering for Anomaly Detection

CVPR 2020poster

We propose a new method for anomaly detection of human actions. Our method works directly on human pose graphs that can be computed from an input video sequence. This makes the analysis independent of nuisance parameters such as viewpoint or illumination. We map these graphs to a latent space and cl…

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