← Search

Claudiu Musat

5 accepted papers

2021

Addressing fairness in classification with a model-agnostic multi-objective algorithm

UAI 2021poster

The goal of fairness in classification is to learn a classifier that does not discriminate against groups of individuals based on sensitive attributes, such as race and gender. One approach to designing fair algorithms is to use relaxations of fairness notions as regularization terms or in a constra…

2021

Multi-Dimensional Explanation of Target Variables from Documents

AAAI 2021technical

Automated predictions require explanations to be interpretable by humans. Past work used attention and rationale mechanisms to find words that predict the target variable of a document. Often though, they result in a tradeoff between noisy explanations or a drop in accuracy. Furthermore, rationale m…

Cited by 15SourcePDFScholar
2020

Evaluating The Search Phase of Neural Architecture Search

ICLR 2020poster

Neural Architecture Search (NAS) aims to facilitate the design of deep networks for new tasks. Existing techniques rely on two stages: searching over the architecture space and validating the best architecture. NAS algorithms are currently compared solely based on their results on the downstream tas…

Cited by 437SourcecodeScholar
2019

Overcoming Multi-model Forgetting

ICML 2019oral

We identify a phenomenon, which we refer to as multi-model forgetting, that occurs when sequentially training multiple deep networks with partially-shared parameters; the performance of previously-trained models degrades as one optimizes a subsequent one, due to the overwriting of shared parameters.…