<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Open-Set Recognition with Scalable Rejection under Large-Class Scenarios⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jing Yang</string-name>
          <email>JingYang@stu.aynu.edu.cn</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bingbing Wu</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Qi Li</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bang Li</string-name>
          <email>libang@aynu.edu.cn</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Graduate School of Science and Engineering, Ritsumeikan University</institution>
          ,
          <addr-line>1-1-1 Noji-higashi, Kusatsu, Shiga, 525-8577</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Key Laboratory of Oracle Bone Inscriptions Information Processing, Anyang Normal University</institution>
          ,
          <addr-line>Anyang</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>School of computer &amp; information engineering, Anyang Normal University</institution>
          ,
          <addr-line>Anyang</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <fpage>51</fpage>
      <lpage>62</lpage>
      <abstract>
        <p>In real-world scenarios, classification systems often encounter previously unseen categories unavailable during training, posing a significant challenge to conventional closed-world models. To address this issue, Open-set Recognition has emerged with the goal of enabling models to not only accurately classify known categories but also efectively reject out-of-distribution samples. In recent years, various studies have attempted to balance these two objectives within unified frameworks. However, as the number of classes increases, such frameworks often sufer from blurred decision boundaries and diminished rejection capability. To mitigate this problem, we propose a rejection rule equipped with a logarithmic scaling mechanism, which dynamically adjusts the rejection boundary to maintain its stability and enhance the model's discriminative power in large-class scenarios. Experiments conducted on the CIFAR100 benchmark with the WideResNet-28-10 (WRN-28-10) architecture show that our method achieves the highest AUROC in the Class Prototype Network (CPN) group for OOD detection, reaching 83.43%, representing a 2.98% improvement over the previous best method. Additionally, it improves AUPR by 1.03% and reduces FPR95 by 4.92%, while maintaining classification accuracy. These results highlight the method's strong capability in rejecting unknown samples and its robustness to class expansion.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;open-set recognition</kwd>
        <kwd>one-vs-all architecture</kwd>
        <kwd>rejection rule</kwd>
        <kwd>confidence calibration</kwd>
        <kwd>out-of-distribution detection</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        With the rapid advancement of deep learning technologies, neural networks have been
widely adopted in tasks such as image classification [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. Under the closed-world assumption,
these models have achieved continuously improving recognition accuracy on known categories,
thereby enabling the practical deployment of various intelligent systems. However, real-world
environments are inherently open, where deployed systems inevitably encounter inputs from
previously unseen, unknown categories [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. Conventional classifiers lack mechanisms to
handle such inputs and tend to misclassify them as the most similar known categories, severely
undermining the system’s reliability and safety. As a result, Open-set Recognition (OSR) has
emerged as a critical research focus in computer vision, particularly in safety-sensitive domains
such as medical diagnosis and autonomous driving [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]. The goal of OSR is to ensure that a
model trained solely on known-class data can not only maintain reliable recognition of known
inputs but also robustly reject unknown samples.
      </p>
      <p>
        To better evaluate model performance under open-world conditions, recent studies have
gradually adopted two complementary evaluation sub-tasks [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ]: Misclassification Detection
(MisD) and Out-of-Distribution Detection (OOD). MisD focuses on identifying incorrect
predictions within known classes, while OOD assesses the model’s ability to reject inputs that
lie outside the training distribution. Although this task decomposition is not yet a universal
standard, it has been widely employed in recent OSR research as a practical framework for
jointly measuring classification robustness and rejection capability. This in turn has inspired
the development of unified modeling strategies that simultaneously address both objectives.
      </p>
      <p>
        Against this backdrop, several approaches have proposed integrated frameworks that jointly
optimize classification and rejection goals [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. A representative method, Unified Classification
and Rejection, builds on the One-vs-All (OVA) strategy [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], incorporating class prototype
constraints and end-to-end training to achieve balanced classification and rejection performance
on small- and medium-scale tasks. However, as the number of classes increases, the model
must accommodate more known-class clusters within a limited feature space. This leads to the
erosion of necessary decision boundary margins, making it easier for OOD samples to fall into
the regions of known classes. Consequently, the rejection boundaries become unstable, and the
model’s discriminative reliability degrades.
      </p>
      <p>To alleviate this issue, we propose a Log-scaled Rejection Calibration mechanism as a
lightweight extension to the One-Versus-All with Prototype Learning (OVA-PL) framework.
By introducing a category-aware scaling factor into the rejection score computation during
inference, the method dynamically adjusts the boundary sensitivity under varying class scales.
Unlike traditional post-hoc thresholding methods, our approach is tightly integrated with the
structure of OVA-PL and maintains compatibility with the trained classifier logits. It requires
no additional parameters or loss modifications, making it simple, interpretable, and robust in
high-class-count settings.</p>
      <p>Extensive experiments conducted on the CIFAR-100 dataset using the WRN-28-10 backbone
show that our method achieves leading OOD detection performance, surpassing all other
CPN-based approaches. Meanwhile, it maintains competitive MisD rejection compared to the
standard baseline. These results demonstrate the proposed method’s superior robustness and
boundary stability under large-class open-set conditions. Overall, our main contributions can
be summarized below:
• We propose a scalable log-scaled rejection calibration mechanism that explicitly
accounts for the impact of class expansion on rejection confidence. By incorporating a
class-count-aware scaling term into the rejection score computation, the method
adaptively calibrates decision boundaries without altering the model structure or loss function.
It enhances the robustness of unified classification–rejection systems under large-class
open-set scenarios while maintaining compatibility with existing OVA-based frameworks.
• We empirically validate its efectiveness under challenging settings. On the CIFAR-100
dataset, our method achieves the best AUROC (83.43%) and lowest MisD FPR95 (43.26%) in
the CPN group, verifying its practical value in open-set recognition under class expansion.</p>
      <p>The remainder of this article is organized as follows. Section 2 reviews the background of
open-set recognition and the development of unified classification–rejection strategies. Section
3 details the proposed log-scaled rejection calibration mechanism. Section 4 presents the
experimental setup, evaluation metrics, and result analysis. Section 5 concludes the paper and
outlines potential future research directions.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <sec id="sec-2-1">
        <title>2.1. Open-set recognition and out-of-distribution detection</title>
        <p>
          Open-set Recognition, first proposed by Scheirer et al. in 2013 [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], aims to break the
limitations of the “closed-world” assumption inherent in traditional classification models. It enables
systems to identify and reject unknown class samples that do not appear in the training set
during multi-class tasks, while maintaining accurate classification for known categories. With
the increasing demand for model deployment in open environments, OSR has become a critical
research direction in safety-aware learning. Against this backdrop, Out-of-Distribution
Detection, systematically introduced by Hendrycks and Gimpel in 2017 [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], focuses on determining
whether an input deviates from the overall distribution of the training data, emphasizing model
robustness under distributional shifts. Although OSR and OOD difer in focus—OSR emphasizes
openness in label space while OOD emphasizes externality in data distribution—they share high
consistency in the core subtask of identifying and rejecting inputs beyond the training data
distribution. Both require models to rely primarily on known class information and respond to
anomalous or unknown inputs with uncertainty, thereby avoiding overconfident mispredictions.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Post-hoc rejection methods</title>
        <p>
          Consequently, a growing body of research in recent years has treated OSR and OOD as
two complementary perspectives that can be jointly modeled, showing significant overlap in
evaluation metrics, model design, and system architecture [
          <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
          ]. Comparatively, the OOD
task features more standardized evaluation protocols, richer public benchmarks, and stronger
reproducibility, and has gradually become an important reference for assessing the
performance of open-world recognition systems. It has also driven the development of numerous
post-processing rejection mechanisms. These methods typically do not alter the main
classiifer’s structure, but instead construct additional rejection scoring functions based on its output.
Representative approaches include: ODIN [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], which enhances Softmax output
discrimination via temperature scaling and input perturbation; the Mahalanobis distance method [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ],
which builds Gaussian models in feature space for anomaly detection; and energy-based OOD
method [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], which map logits to energy scores to better respond to low-confidence inputs.
These methods ofer clear advantages in deployment flexibility and generalizability. However,
since the rejection mechanism in post-processing approaches is not jointly optimized with
the classification boundary, their scoring functions often misalign with the original decision
surface, leading to the mistaken rejection of known samples that could otherwise be correctly
classified. This degrades performance in both Misclassification Detection and In-Distribution
Classification. Despite notable progress in enhancing OOD detection, such methods often come
at the cost of undermining the confidence in known class predictions [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Towards unified classification–rejection frameworks</title>
        <p>
          To address the disconnect in rejection modeling introduced by post-processing, researchers
have gradually shifted toward unified training frameworks that integrate classification and
rejection. A representative work by Yang et al. constructs a prototype space by combining
discriminative and generative losses, and applies distance-based and probability-based rules to
reject unknown samples [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. This method demonstrates significant advantages in both
closedset classification and open-set unknown detection, simultaneously improving the accuracy
of known class predictions and the efectiveness of unknown sample detection, thus better
meeting the requirements of OSR tasks. Building upon this, Cheng et al. proposed the OVA-PL
framework [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], which integrates the One-vs-All strategy into the unified training process. By
jointly optimizing OVA loss and multi-class cross-entropy loss, the method efectively combines
the decision boundary control of OVA learning with the representational power of multi-class
discrimination. It achieves notable improvements in OOD detection while maintaining MisD
performance and ofering structural simplicity. However, as the number of classes continues to
grow, the rejection signal becomes increasingly diluted in feature space, making it dificult to
maintain suficient rejection margins and causing the rejection boundaries to contract—thereby
increasing the risk of misclassifying OOD samples as known classes [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Overall, although
current research has made some progress, the joint optimization of classification, OOD detection,
and MisD remains an open challenge. Developing robust and scalable classification–rejection
collaboration mechanisms—especially for high-class-count and complex scenarios—remains a
key frontier in OSR and OOD research [
          <xref ref-type="bibr" rid="ref17 ref18">17, 18</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>
        In this study, we adopt a unified classification–rejection architecture built upon the
OVAPL framework, which has demonstrated superior performance in open-set recognition tasks
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Our approach retains the standard OVA-based binary classifiers and prototype learning
structure, while introducing a novel log-scaled rejection calibration mechanism to enhance
robustness under class expansion. This mechanism operates directly on classifier outputs
without modifying the network structure or training objectives, ensuring compatibility with
existing OVA-PL systems. All components are jointly evaluated on open-set benchmarks to
validate the efectiveness of our proposed design.
      </p>
      <sec id="sec-3-1">
        <title>3.1. Unified Modeling with OVA-PL Architecture</title>
        <p>We adopt a unified modeling framework based on the One-vs-All (OVA) classification strategy
and Prototype Learning (PL), which has proven efective for open-set recognition (OSR). In
this architecture, each binary classifier is trained to distinguish a specific known class from all
others. Formally, for an input sample , the posterior probability of class  from the -th binary
classifier is given by:
() = ( ()) =</p>
        <p>1
1 + exp(− ())
where () is the logit output of the classifier. The OVA classification probability is then
converted to a multi-class prediction by computing the softmax over the positive responses.</p>
        <p>
          To enhance representation learning, the Prototype Learning loss   is integrated into
the training objective. Additionally, a regularization term , defined as the cross-entropy
between the predicted softmax and the ground-truth class label, is used to stabilize learning.
The total training loss for the hybrid OVA-PL model is defined as:
 =  ·    + (1 − ) · 
 +  ·   
(2)
where  ∈ [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ] controls the trade-of between binary classification and softmax-based
regularization, and  is the weight for the prototype loss.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Challenges of Rejection under Class Expansion</title>
        <p>In the OVA-PL framework, rejection is performed by estimating the probability that an input
sample does not belong to any known class. This is defined as:
OOD() = 1 −

∑︁ ()
=1
(1)
(3)
(4)
where () denotes the output probability of the -th binary classifier for class . Based on this,
the vanilla rejection rule is defined as:</p>
        <p>+1() = min {︁ 1 −  OOD(), max () +  }︁
where  is a small calibration constant.</p>
        <p>This rule jointly enables the handling of out-of-distribution detection (via OOD()),
misclassification detection (via maximum confidence thresholding), and standard classification (via
arg max). It serves as a unified decision criterion in open-set recognition.</p>
        <p>However, under class expansion, this rule exhibits notable instability. As the number of
known classes  increases, the summation ∑︀=1 () includes more terms, which causes
OOD() to shrink. As a result, the rejection signal is weakened, making it harder to distinguish
OOD samples. Moreover, +1() becomes dominated by the confidence term max (),
which leads to overly conservative rejection and increases false acceptance of unknowns.</p>
        <p>To improve robustness under such conditions, we propose a log-scaled rejection calibration
mechanism that adaptively adjusts the rejection score based on the number of known classes.
This mechanism is presented in the following section.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Log-scaled Rejection Calibration</title>
        <p>As discussed in Section 3.2, the rejection rule in Eq. (4) fundamentally relies on the unknown
class probability in Eq. (3). This design interprets the remaining confidence after summing all
known class probabilities as the likelihood that a sample belongs to an unknown class. While
efective in small-class scenarios, this formulation becomes unstable as the number of known
classes  increases. Specifically, the summation
to a systematic shrinkage of OOD(). As a result, the rejection signal weakens and becomes
increasingly dominated by high-confidence known class predictions, hindering the detection of
∑︀=1 () naturally grows with , leading
unknown samples.</p>
        <p>To alleviate this issue, we propose a Log-scaled Rejection Calibration mechanism. This method
is based on the normalization reformulation of OOD probability using Dempster–Shafer Theory
of Evidence (DSTE) as adopted in the Unified framework, expressed as:
OOD() =</p>
        <p>1
1 + ∑︀=1 exp( ())
(5)
(6)
where the unknown class is modeled as a virtual node with logit zero and a fixed prior mass
of 1. However, this constant becomes insuficient under class expansion; as
 increases, the
relative contribution of the unknown class diminishes rapidly.</p>
        <p>To address this, we replace the constant term with a logarithmic prior that grows with the
number of classes, leading to the following adaptive formulation:</p>
        <p>OOD() =</p>
        <p>· log( + 1)
 · log( + 1) +
∑︀=1 exp( ())
where  &gt; 0 is a tunable hyperparameter that controls the compensation strength for class
expansion. This design is functionally equivalent to introducing a virtual unknown class with
a class-dependent prior weight, allowing its representation to remain distinguishable as 
increases. It efectively prevents the OOD probability from being overwhelmed by the logits of
known classes in high-class-count scenarios.</p>
        <p>The final rejection rule retains the same structure as Eq. (5), replacing only the OOD estimation
term with OOD(). The mechanism adds no extra training parameters or architectural changes,
and can be seamlessly integrated into the OVA-PL framework, significantly improving rejection
robustness in large-class OSR tasks without increasing computational overhead.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiment</title>
      <p>In this chapter, we systematically evaluate the efectiveness of the proposed rejection
mechanism, focusing on two core tasks: Out-of-Distribution detection and Misclassification Detection.
We formally introduce the term (K+extra) rejection rule to refer to the log-scaled rejection
calibration method proposed earlier in the paper.</p>
      <p>
        Experiments are conducted on the CIFAR-100 benchmark [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], using a medium-scale
backbone WRN-28-10 [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] to verify the generalizability of our method. We compare our approach
with a variety of widely-used post-hoc rejection techniques, as well as rejection rules under the
Unified framework. Results demonstrate that our method achieves consistent improvements
across multiple evaluation metrics, showing superior rejection robustness and detection stability,
particularly in scenarios with a large number of known classes.
      </p>
      <sec id="sec-4-1">
        <title>4.1. Dataset</title>
        <p>
          To construct a challenging open-set recognition scenario and ensure the comparability of
experimental results, we strictly follow the CIFAR benchmark settings and data preprocessing
procedures adopted in previous studies [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], as detailed below.
        </p>
        <p>In this study, CIFAR-100 is used as the in-distribution dataset for training and evaluation. It
contains 100 distinct classes, with 500 training images and 100 test images per class. All images
have a resolution of 32 × 32.</p>
        <p>
          We adopt a standard set of out-of-distribution test datasets from the CIFAR benchmark,
including:
• Textures [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]: 47 classes of natural texture images, totaling 5,640 images;
• SVHN [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]: 10 digit classes of street view house number images, with 26,032 test images;
• Places365 [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]: A large-scale scene dataset, from which a subset of categories is randomly
sampled for OOD testing;
• LSUN-Crop / LSUN-Resize [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]: Derived from the LSUN scene classification dataset
(10,000 images in total), where LSUN-Crop applies random cropping and LSUN-Resize
applies global downscaling;
• iSUN [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]: A natural image dataset collected via eye-tracking, containing 2,000 test
images.
        </p>
        <p>During testing, all OOD images are downsampled to 32 × 32 to match the InD input size. For
each OOD dataset, 2,000 images are randomly sampled and the experiment is repeated multiple
times to obtain the average performance.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Implementation details</title>
        <p>
          The experiments were conducted on an NVIDIA® GeForce RTX 4090-based platform. We
adopted PyTorch 2.4.1 with CUDA 12.4 as the deep learning framework. To ensure fair
comparison with prior work [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], we strictly followed their training configuration.
        </p>
        <p>For the CIFAR-100 benchmark, the WRN-28-10 model was trained for 200 epochs using the
AdamW optimizer, with momentum set to 0.9 and weight decay of 2 × 10 −4 . The learning
rate was initialized at 0.1 and decayed to 0.01, 0.001, and 0.0001 at epochs 100, 150, and 200,
respectively. Cosine annealing with a 40-epoch warm-up phase was applied. The batch size
was fixed at 64 for both training and evaluation. The loss coeficients were set to  = 0.05 and
 = 0.95; the temperature scaling factor  1 was set to 2.0.</p>
        <p>The proposed Log-scaled Rejection Calibration introduces a tunable parameter  , applied
only during inference. We conducted a grid search over  ∈ [0, 2.0] with a step size of 0.01 to
balance OOD detection and MisD rejection. Larger  values generally improved OOD metrics
but degraded MisD performance due to excessive penalization of low-confidence predictions.
The best trade-of was found at  = 0.21 on CIFAR-100 with WRN-28-10.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Evaluation metrics</title>
        <p>To comprehensively evaluate the efectiveness of the proposed (K+extra) rejection
mechanism, we adopt several commonly used metrics in OSR, covering three main aspects: OOD
detection performance, MisD rejection ability, and in-distribution classification accuracy. The
specific metrics are as follows:
• AUROC (Area Under the Receiver Operating Characteristic Curve): For OOD
detection, AUROC measures the model’s ability to distinguish between InD and OOD
samples by adjusting the confidence score threshold used for rejecting OOD inputs. For
MisD detection, it evaluates whether the model can accurately separate correctly and
incorrectly predicted InD samples by tuning the threshold used to reject InD inputs. A
higher AUROC indicates stronger discrimination ability across thresholds and is one of
the core metrics in evaluating rejection mechanisms.
• AUPR (Area Under the Precision-Recall Curve): When the number of InD and OOD
samples is highly imbalanced, AUPR places more emphasis on the precision of identified
OOD instances. It is particularly suitable for safety-critical applications.
• FPR95 (False Positive Rate at 95% TPR): For OOD evaluation, FPR95 quantifies the
proportion of InD samples incorrectly identified as OOD when the model detects 95%
of OOD inputs. For MisD evaluation, it measures how many incorrectly predicted InD
samples are wrongly retained, while 95% of the correctly predicted samples are preserved.</p>
        <p>A lower FPR95 indicates more robust rejection behavior.
• Acc (In-Distribution Accuracy): This is the classification accuracy over InD test samples.</p>
        <p>In OSR tasks, the model is expected to maintain high accuracy on known classes while
identifying unknown ones. We retain this metric under OOD settings to ensure that the
proposed rejection rule does not degrade the original classification performance.
• AURC (Area Under the Risk-Coverage Curve) and E-AURC (Expected AURC):
These metrics evaluate how prediction risk changes with coverage. A lower AURC
means high-risk samples are rejected earlier, reducing error on the retained set. E-AURC
normalizes for accuracy and confidence distribution, enabling fairer model comparisons.</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Performance Comparison</title>
        <p>To verify the efectiveness of our proposed Log-scaled Rejection Calibration, we evaluate its
performance against existing baselines on the CIFAR-100 benchmark using the WRN-28-10
backbone. As shown in Table 1, our method—Hybrid+PL with (K+extra) rejection—achieves
the best overall performance within the CPN group. Compared to the standard Hybrid+PL
with (K+1) rejection, it improves OOD detection with an AUROC gain of 2.98% (from 80.45% to
83.43%), an AUPR increase of 1.03%, and a reduction in FPR95 by 4.92%, while maintaining the
same in-distribution classification accuracy.</p>
        <p>For MisD rejection, our method further lowers FPR95 by 10.42% (from 53.68% to 43.26%) and
achieves a reduced EAURC (33.74 vs. 35.26), reflecting better ranking quality for misclassified
samples. Although AURC increases slightly (from 57.10 to 59.20), the drop in EAURC suggests
more stable and equitable rejection across varying confidence distributions. Overall, these results
confirm that the proposed log-scaled calibration mechanism enhances both OOD detection and
MisD rejection without introducing any additional training cost.</p>
        <p>To further illustrate the efectiveness of our proposed log-scaled calibration, Figure 1 visualizes
the predicted confidence scores across all known classes and the OOD class. Compared with the
baseline Hybrid+PL using (K+1) rejection, our method with (K+extra) produces a significantly
sharper and more discriminative confidence peak on the OOD dimension, while efectively
suppressing spurious high scores on known categories. This clearer separation reinforces the
improved OOD detection performance reported in Table 1.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>This paper presents a log-scaled rejection calibration mechanism designed to enhance
rejection reliability in open-set scenarios with many of known classes. By adaptively scaling the
prior of the virtual unknown class according to class count, the method efectively mitigates the
degradation in OOD confidence estimation caused by class expansion. It integrates seamlessly
with existing OVA-PL frameworks without requiring any structural or training modifications.</p>
      <p>Extensive experiments on the CIFAR-100 benchmark with the WRN-28-10 backbone
demonstrate the efectiveness and scalability of the proposed method. It achieves the highest AUROC
(83.43%) and the lowest FPR95 (67.46%) among all CPN-group methods for OOD detection.
For MisD performance, it yields the lowest FPR95 (43.26%) and a favorable EAURC (33.74).
Meanwhile, the in-distribution classification accuracy remains unchanged, confirming that
the enhanced OOD rejection capability does not compromise base classification or MisD
reliability. Compared to all CNN-based baselines, our method also maintains competitive
performance across key metrics, showing its comprehensive advantage in both groups.These
results validate the practical value of the proposed approach in building robust and unified
classification–rejection systems under large-class open-set conditions.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This research was supported by the National Natural Science Foundation of China (Grant
No. 62506007), the Natural Science Foundation of Henan Province (Grant No. 242300420680),
the Paleography and Chinese Civilization Inheritance and Development Program (Grant Nos.
G1807, G1806, G2821), the Henan Province Science and Technology Research Project (Grant Nos.
242102210116, 252102321071), the Major Science and Technology Project of Anyang (Grant No.
2025A02SF007), and the Henan Province High-Level Talents International Training Program
(Grant No. GCC2025028).</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>The author(s) have not employed any Generative AI tools.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ren,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Deep residual learning for image recognition</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          , I. Sutskever,
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Hinton</surname>
          </string-name>
          ,
          <article-title>Imagenet classification with deep convolutional neural networks</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>60</volume>
          (
          <year>2017</year>
          )
          <fpage>84</fpage>
          -
          <lpage>90</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>W. J.</given-names>
            <surname>Scheirer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rocha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sapkota</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. E.</given-names>
            <surname>Boult</surname>
          </string-name>
          ,
          <article-title>Toward open set recognition</article-title>
          ,
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>35</volume>
          (
          <year>2013</year>
          )
          <fpage>1757</fpage>
          -
          <lpage>1772</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D.</given-names>
            <surname>Hendrycks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Gimpel</surname>
          </string-name>
          ,
          <article-title>A baseline for detecting misclassified and out-of-distribution examples in neural networks</article-title>
          ,
          <source>International Conference on Learning Representations (ICLR)</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.-W.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <article-title>Semi-supervised and class-imbalanced open set medical image recognition</article-title>
          ,
          <source>IEEE Access</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>L.</given-names>
            <surname>Balasubramanian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Kruber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Botsch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <article-title>Open-set recognition based on the combination of deep learning and ensemble method for detecting unknown trafic scenarios</article-title>
          ,
          <source>in: 2021 IEEE Intelligent Vehicles Symposium (IV)</source>
          , IEEE,
          <year>2021</year>
          , pp.
          <fpage>674</fpage>
          -
          <lpage>681</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Vaze</surname>
          </string-name>
          , K. Han,
          <string-name>
            <given-names>A</given-names>
            .
            <surname>Vedaldi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          ,
          <article-title>Open-set recognition: A good closed-set classifier is all you need?</article-title>
          ,
          <source>in: International Conference on Learning Representations (ICLR)</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>Generalized out-of-distribution detection: A survey</article-title>
          ,
          <source>Advances in Neural Information Processing Systems (NeurIPS) 34</source>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>F.</given-names>
            <surname>Zhu</surname>
          </string-name>
          , Z. Cheng, X.-
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , C.-L. Liu, Openmix:
          <article-title>Exploring outlier samples for misclassification detection</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>12074</fpage>
          -
          <lpage>12083</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Cheng</surname>
          </string-name>
          , X. Zhang, C. Liu,
          <article-title>Unified classification and rejection: A one -versus-all framework</article-title>
          ,
          <source>Machine Intelligence Research</source>
          <volume>21</volume>
          (
          <year>2024</year>
          )
          <fpage>870</fpage>
          -
          <lpage>887</lpage>
          . doi:
          <volume>10</volume>
          .1007/s11633-024-1514-4.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>H.-M. Yang</surname>
            ,
            <given-names>X.-Y.</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Yin</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          <string-name>
            <surname>Yang</surname>
          </string-name>
          , C.-L. Liu,
          <article-title>Convolutional prototype network for open set recognition</article-title>
          ,
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>44</volume>
          (
          <year>2022</year>
          )
          <fpage>2358</fpage>
          -
          <lpage>2370</lpage>
          . doi:
          <volume>10</volume>
          .1109/TPAMI.
          <year>2020</year>
          .
          <volume>3045079</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Srikant</surname>
          </string-name>
          ,
          <article-title>Enhancing the reliability of out-of-distribution image detection in neural networks</article-title>
          ,
          <source>in: International Conference on Learning Representations (ICLR)</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shin</surname>
          </string-name>
          ,
          <article-title>A simple unified framework for detecting out-of-distribution samples and adversarial attacks</article-title>
          ,
          <source>Advances in Neural Information Processing Systems (NeurIPS)</source>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>W.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Owens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Energy-based out-of-distribution detection</article-title>
          ,
          <source>in: Advances in Neural Information Processing Systems</source>
          , volume
          <volume>34</volume>
          , Vancouver, Canada,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Djurisic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Bozanic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ashok</surname>
          </string-name>
          , R. Liu,
          <article-title>Extremely simple activation shaping for out-ofdistribution detection</article-title>
          , in: International Conference on Learning Representations, Kigali, Rwanda,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>H.-M. Yang</surname>
            ,
            <given-names>X.-Y.</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Yin</surname>
          </string-name>
          , C.-L. Liu,
          <article-title>Robust classification with convolutional prototype learning</article-title>
          ,
          <source>in: Proceedings of the IEEE Conference on Computer Vision</source>
          and
          <article-title>Pattern Recognition (CVPR), Salt Lake City</article-title>
          ,
          <string-name>
            <surname>UT</surname>
          </string-name>
          , USA,
          <year>2018</year>
          , pp.
          <fpage>3474</fpage>
          -
          <lpage>3482</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vaze</surname>
          </string-name>
          , K. Han,
          <article-title>Dissecting out-of-distribution detection and open-set recognition: A critical analysis of methods and benchmarks</article-title>
          ,
          <source>International Journal of Computer Vision</source>
          (
          <year>2024</year>
          ).
          <source>doi:10.1007/s11263-024-02222-4.</source>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>F.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ma</surname>
          </string-name>
          , Z. Cheng, X.-
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , C.-L. Liu,
          <article-title>Open-world machine learning: A systematic review and future directions</article-title>
          ,
          <source>arXiv preprint arXiv:2403.01759</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A.</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          ,
          <article-title>Learning multiple layers of features from tiny images</article-title>
          ,
          <source>Technical Report</source>
          , University of Toronto,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Zagoruyko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Komodakis</surname>
          </string-name>
          ,
          <article-title>Wide residual networks</article-title>
          ,
          <source>in: British Machine Vision Conference (BMVC)</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>M.</given-names>
            <surname>Cimpoi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Maji</surname>
          </string-name>
          , I. Kokkinos,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mohamed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vedaldi</surname>
          </string-name>
          ,
          <article-title>Describing textures in the wild</article-title>
          ,
          <source>in: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>3606</fpage>
          -
          <lpage>3613</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Netzer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Coates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bissacco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Y.</given-names>
            <surname>Ng</surname>
          </string-name>
          ,
          <article-title>Reading digits in natural images with unsupervised feature learning</article-title>
          ,
          <source>in: Advances in Neural Information Processing Systems (NIPS)</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lapedriza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Khosla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Oliva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Torralba</surname>
          </string-name>
          ,
          <article-title>Places: A 10 million image database for scene recognition</article-title>
          ,
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>40</volume>
          (
          <year>2017</year>
          )
          <fpage>1452</fpage>
          -
          <lpage>1464</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>F.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sef</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Song,
          <string-name>
            <given-names>T.</given-names>
            <surname>Funkhouser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <article-title>Lsun: Construction of a large -scale image dataset using deep learning with humans in the loop</article-title>
          ,
          <source>CoRR abs/1506</source>
          .03365 (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>P.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. A.</given-names>
            <surname>Ehinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Finkelstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Kulkarni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Xiao</surname>
          </string-name>
          , Turkergaze:
          <article-title>Crowdsourcing saliency with webcam based eye tracking</article-title>
          ,
          <source>arXiv preprint arXiv:1504.06755</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>R.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Geng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>On the importance of gradients for detecting distributional shifts in the wild</article-title>
          ,
          <source>in: Advances in Neural Information Processing Systems (NeurIPS)</source>
          , volume
          <volume>34</volume>
          ,
          <string-name>
            <surname>Virtual</surname>
          </string-name>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>React: Out-of-distribution detection with rectified activations</article-title>
          ,
          <source>in: Advances in Neural Information Processing Systems (NeurIPS)</source>
          , volume
          <volume>34</volume>
          ,
          <string-name>
            <surname>Virtual</surname>
          </string-name>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>D.</given-names>
            <surname>Hendrycks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Basart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mazeika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kwon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mostajabi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Steinhardt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <article-title>Scaling out-of-distribution detection for real-world settings</article-title>
          ,
          <source>in: Proceedings of the 39th International Conference on Machine Learning (ICML)</source>
          , Baltimore, USA,
          <year>2022</year>
          , pp.
          <fpage>8759</fpage>
          -
          <lpage>8773</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ming</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Out-of-distribution detection with deep nearest neighbors</article-title>
          ,
          <source>in: Proceedings of the 39th International Conference on Machine Learning (ICML)</source>
          , Baltimore, USA,
          <year>2022</year>
          , pp.
          <fpage>20827</fpage>
          -
          <lpage>20840</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>J.-H. Kim</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Yun</surname>
            ,
            <given-names>H. O.</given-names>
          </string-name>
          <string-name>
            <surname>Song</surname>
          </string-name>
          ,
          <article-title>Neural relation graph: A unified framework for identifying label noise and outlier data</article-title>
          ,
          <source>in: Advances in Neural Information Processing Systems (NeurIPS)</source>
          , New Orleans, USA,
          <year>2023</year>
          . Article No.
          <year>1898</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>