arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
14 stars 2 forks source link

Figure1 absent #1511

Open EmanueleFrancazi opened 1 week ago

EmanueleFrancazi commented 1 week ago

Description

Figure 1 is not shown; only its caption is present.

(Optional:) Please add any files, screenshots, or other information here.

No response

(Required) What is this issue most closely related to? Select one.

Figures

Internal issue ID

17cfa184-db42-4321-a74c-f52f47420d29

Paper URL

https://arxiv.org/html/2306.00809v4

Browser

Firefox/127.0

Device Type

Desktop

html-feedback-bot[bot] commented 1 week ago

Location in document: undefined

Selected HTML: Figure 1: Initial Guessing Bias (IGB). Consider a task where we classify a binary dataset using an untrained network. Does it assign half of the examples to each class, or does it privilege one class? The answer depends on the architecture. In the bottom left, we classify a binary dataset with an untrained network without IGB. This model will generally assign half of the examples to each class (histogram on the bottom right). In the top left, we classify the same dataset using an untrained network with IGB. In this case, most of the guesses will usually go to one of the two classes (histogram on the top right). As an example, we take the dog/cat classes (label 00 / label 1111) from CIFAR10, and pass them through an untrained CNN with 2 layers, each followed by pooling. The non-IGB model uses tanh\tanhroman_tanh activations and average pooling, the IGB model uses ReLU and Max pooling. We show in the center-right the distribution over different initializations, 𝒲(f0)subscript𝒲subscript𝑓0\mathbb{P}{\mathcal{W}}\left(f{0}\right)blackboard_P start_POSTSUBSCRIPT caligraphic_W end_POSTSUBSCRIPT ( italic_f start_POSTSUBSCRIPT 0 end_POSTSUBSCRIPT ), of the fraction f0subscript𝑓0f_{0}italic_f start_POSTSUBSCRIPT 0 end_POSTSUBSCRIPT of times that each model guessed dog (equivalently, f1=1f0subscript𝑓11subscript𝑓0f{1}=1-f{0}italic_f start_POSTSUBSCRIPT 1 end_POSTSUBSCRIPT = 1 - italic_f start_POSTSUBSCRIPT 0 end_POSTSUBSCRIPT indicates the fraction of images guessed as cat). While for the non-IGB models, f0subscript𝑓0f_{0}italic_f start_POSTSUBSCRIPT 0 end_POSTSUBSCRIPT is most often 50%, with IGB it most often is either 0% or 100%.

github-actions[bot] commented 1 week ago

Hello @EmanueleFrancazi, thanks for the issue report! We are reviewing your report and will address it as soon as possible.