Skip to content

Commit 960ee59

Browse files
committed
✨ Add citation
1 parent a8eac3c commit 960ee59

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

index.html

+6-8
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ <h2 class="title is-3">Abstract</h2>
207207
LS degrades the uncertainty rank ordering of correct vs incorrect predictions by regularising the max logit more when a prediction is likely to be correct, and less when it is likely to be wrong.
208208
This elucidates previously reported experimental results where strong classifiers underperform in SC. We then demonstrate the empirical effectiveness of post-hoc logit normalisation for recovering lost SC performance caused by LS.
209209
Furthermore, linking back to our gradient analysis, we again provide an explanation for why such normalisation is effective. <br><br>
210-
211-
<b>TLDR;</b> TBD
212210
</div>
213211
</div>
214212
</div>
@@ -323,18 +321,18 @@ <h2 class="subtitle has-text-justified">
323321
<!-- Acknowledgements -->
324322

325323
<!--BibTex citation -->
326-
<!-- <section class="section" id="BibTeX">
324+
<section class="section" id="BibTeX">
327325
<div class="container is-max-desktop content">
328326
<h2 class="title">BibTeX</h2>
329327
<pre style="padding: 0px; margin: 0px"><code style="overflow-x: auto; padding: 0px; margin: 0px">
330-
@article{farina2024frustratingly,
328+
@inproceedings{xia2024understanding,
331329
title={Towards Understanding Why Label Smoothing Degrades Selective Classification and How to Fix It},
332-
author={Farina, Matteo and Franchi, Gianni and Iacca, Giovanni and Mancini, Massimiliano and Ricci, Elisa},
333-
journal={arXiv preprint arXiv:2405.18330},
334-
year={2024}
330+
author={Xia, Guoxuan and Laurent, Olivier and Franchi, Gianni and Bouganis, Christos-Savvas},
331+
journal={ICLR},
332+
year={2025}
335333
}</code></pre>
336334
</div>
337-
</section> -->
335+
</section>
338336
<!--End BibTex citation -->
339337

340338
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

0 commit comments

Comments
 (0)