> **Q1. Discussions on hyperparameters for different models or datasets.**
Fig. 5\(c\) and 8(b) show the performance using different hyperparameters $K$ and $\alpha$, which are produced on the benchmark using CIFAR-100 as ID data and using others (such as SVHN, Place365, LSUN, etc) as OOD data. The curves in Fig. 5\(c\) and 8(b) are the performance of the same model trained on the same ID data (e.g., CIFAR-100) on different unseen OOD datasets. They show that the proposed method can perform well and stably given various proper hyperparameters.
Considering the training is only applied on ID data (where OOD data can only be seen in testing), the setting of hyperparameters is mainly for reflecting the ID data characteristics from obtaining high-quality embedding space (with good OOD detection behaviour in testing). In experiments, we observed the method is robust to the hyperparameter setting on different training ID datasets (such as CIFAR-100, CIFAR-10, ImageNet-100). Although tuning the hyperparameters in a proper range may slightly increase or decrease the performance, we use the **same default** hyperparameters to produce the state-of-the-art results in Tables 1-8, demonstrating the robustness of hyperparameter settings on different datasets.
> **Q2. In-distribution classification accuracy.**
Following the settings in KNN, SSD, and CIDER, we demonstrate the ID classification accuracy of the proposed method in Fig. 7. While achieving outstanding OOD detection capabilities, our method also performs well in ID classification. It either surpasses or is competitive with previous methods in this aspect. This highlights the effectiveness of the proposed research, showcasing its proficiency not only in identifying OOD samples but also in accurately classifying ID samples.
> **Q3. Varying behaviours across datasets in Fig. 5\(c\) (i.e., Fig. 4\(c\) in the revised version).**
As discussed in Q1, the curves are for different OOD datasets used in inference, where the model is trained on CIFAR-100 as the ID dataset. It shows that the proposed method can perform well consistently with different settings of the prototypes. Although there may exist an ideal setting for a given training dataset, considering that the main role of prototypes is to regularize/shape the embedding space, a properly set (i.e., not too small or too large) parameter is enough for producing good results.
The behaviours of OOD detection on different testing OOD datasets are slightly different, **mainly due to the difference in data characteristics and the gaps between ID and OOD data**, which is not strongly associated to the intra-class variability in the OOD datasets seen only in testing. For example, while using the place recognition dataset Place365 as OOD data, an OOD input image from Place365 (with a place as the label) can easily contain similar semantic information as the images in CIFAR-100, making OOD detection on it difficult and leading to more unstable results.
> **Q4. Highlight the difference to CIDER.**
Thank you for the comments. We highlight the significance of our method and the difference to CIDER.
Among distance-based OOD methods, the main objective is to learn the embedding space (using only ID data) that can discriminate the ID and unseen OOD sample. Different regularizations and supervisions are investigated in various methods based on similar and fair basic frameworks, such as CSI, SSD, CIDER, and our method PALM.
Despite the outstanding performance of CIDER, we identified the limitations of the straightforward (single-prototype) modelling in CIDER. **1)** By analyzing the underlying insights, we first propose to use mixture modelling for better regularizing/shaping the embedding space and thus formulate the mixture vMF models different from CIDER. **2)** Achieving multi-prototype modelling (i.e., moving from a single prototype to multiple prototypes) is not trivial, since, in single prototype modelling, all samples in a class have been assigned to a shared prototype (which is also the simplified assumption). To make multi-prototype modelling achievable, we propose a series of techniques, including prototype updating, sample-prototype assignment considering diversity, and assignment pruning. **3)** Based on that, the novel MLE and contrastive losses based on prototypes use more flexible modelling to shape the embedding space. **4)** Based on the carefully designed modelling and algorithm, the proposed method achieves state-of-the-art performances. We further conducted extensive analyses to analyze the behaviour of the methods. Overall, the relationship between the proposed method and CIDER does not influence the significance of our method.
> **Q5. Minor points for figure presentation.**
Thank you for your suggestion. We have revised the presentation of Fig. 4-7 accordingly. 1) The order of Fig. 4 and 5 is changed. 2) The font size in Fig. 4 and 6 is adjusted to be larger.