Rebuttal
We thank the referee for their careful consideration and feedback.
**Weakness 1**
As stated page 7, at the end of Section 3, we do not assume access to OOD samples to pick which scores to use for ensembling, precisely to avoid the issue mentioned by the referee. Instead, we describe the selection process for the different ensemble versions, which are only based on in-distribution ImageNet validation inputs, and are thus independent from performances on BROAD. We could likely achieve better performance by picking scores based on BROAD, but refrained from it in agreement with the referee’s remark.
**Weakness 2**
Overall, generative modeling with GMM is better suited because it models exactly the quantity of interest: how likely is it to observe the given set of scores, assuming we are in-distribution ? While the referee’s suggested heuristic discards valuable information.
While the referee says “these methods aim at measuring if the sample is in-distribution”, and it is indeed the claimed goal, our work precisely establishes that due to standardization of evaluation benchmarks in the literature, these methods instead only discriminate between in-distribution and novel classes. Their behavior on other types of distribution shifts is *a priori* uncertain. Some methods have below random AUC performances for certain distribution shifts (see table 2), which demonstrates it is not always the case that a lower score means a higher chance of being in-distribution (instead, it means a higher chance of not being a novel class).
Moreover, the sentence cited by the referee simply points out that generative modeling is able to model information in the joint distribution that is not present in marginal distributions. For instance, EBO and MaxLogits are heavily correlated in-distribution (see Figure 3). Thus, even when the scores of EBO and MaxLogits are both within reasonable range, a lower-than-usual score for EBO and higher-than-usual score for MaxLogits have low joint density, which would not be captured by marginal probabilities.
Additionally, nothing indicates that the distribution of scores must be single mode. As clearly shown in Table 7 (appendix), using a mixture of several Gaussians performs better than a single Gaussian. An average of scores might be unadapted if the distribution of each score has different modes.
Finally, even if we rescale scores to balance their variance, depending on the functional form of their distribution they may not trigger false positives at the same frequency, and redundant scores would have exaggerated weights.
**Weakness 3**
As the referee acknowledged, a 25% overhead is acceptable. While some methods indeed have faster inference, half of the methods have comparable – or even much higher, overhead. Many acclaimed recent works such as ViM and ODIN have overheads larger than 100% and were still found to be of high interest to the community. Besides, several of the fastest methods (MSP, max logits and logits norm), are simple baselines commonly used in the literature and unrepresentative of typical overhead in published methods. We believe Ens-F has, in fact, a smaller overhead than most methods introduced in the past 3 years, and it should thus not be considered a limitation.
**Q1**
It is important to note that the training of the GMM uses 45,000 **in-distribution** validation samples, from the validation set of ImageNet (the comparison would indeed be unfair if our ensemble had access to some OOD samples). First, it is unlikely that the use of 45,000 additional images compared to the 1.2 millions samples in ImageNet 2012’s training set would make a significant difference. But most importantly, it is common for the methods in the literature to use validation data for various purposes, such as tuning (CADet), learning parameters (MDS), or calibrating (ViM). Since we use the same validation data as most methods we compare to, we believe it is fair. Instead, it can introduce a slight overfitting of the underlying scores to the validation data on which the GMM is trained, hindering performances, but we find the GMM still largely outperforms underlying methods.
**Q2**
We did not evaluate the heuristics mentioned by the referee. Firstly, because a generative approach seemed better suited due to the elements mentioned in the response to weakness 2. Secondly, because we wanted to refrain from picking the ensemble method based on BROAD performances, which would incur risks of overfitting our specific benchmark, and may lead to bad generalization on unseen OOD datasets.