<!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>On the Inductive Bias Transfer with Knowledge Distillation for Real-World Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Byeong Tak Lee</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yong-Yeon Jo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Joon-myoung Kwon</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>MedicalAI, Inc.</institution>
          ,
          <addr-line>163, Yangjaecheon-ro, Seoul</addr-line>
          ,
          <country country="KR">South Korea</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the lack of data, an appropriate inductive bias is one of the key factors for the successful training of a model. One approach to transfer inductive bias between the diferent structures of networks is to utilize knowledge distillation. Several studies have achieved promising results in computer vision datasets using response-based knowledge distillation. However, we observe that the previous method fails to transfer inductive bias when the dataset contains fewer data points or classes. To solve the problem, we propose to use feature-based knowledge distillation instead of response-based knowledge distillation for efective inductive bias transfer. Through extensive experimentation and analysis, we demonstrate that the suggested method can transfer inductive bias and outperform previous methods.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Inductive bias</kwd>
        <kwd>Knowledge distillation</kwd>
        <kwd>Electrocardiogram</kwd>
        <kwd>Electronic health record</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Inductive biases are constraints enforcing the model to
have specific properties [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. For example, convolution
layer enforces the model to have properties of
translational invariance and translational equivalence, and
recurrent layer enforces the model to have properties of
temporal invariance. The efect of an appropriate
inductive bias is comparable to the efect of additional data; Figure 1: Performance in (a) ECG from Physionet 2021 and
in other words, one can compensate for the lack of data (b) EHR from Physionet 2019. F1 refers to the f-1 score (the
by exploiting strong inductive biases [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. Nevertheless, left side of the y-axis), and P-19/P-21 indicate the physionet
such constraints are not always advantageous. If the in- 19 and physionet 21 scores (the right side of the y-axis).
ductive bias is too restrictive, the model can only learn
limited representations [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. One approach for encoding tional neural networks (CNN) on the electrocardiograms
inductive bias in balance is knowledge distillation. For ex- (ECG) and (2) in recurrent neural networks (RNN) on the
ample, Data-eficient image Transformers (DeiT) use the electronic health records (EHR). As shown in Figure 1, we
convolution neural network to inherit its inductive bias observed that the performance of the transformer trained
to the Transformer network. It uses the distillation token with DeiT is significantly inferior to that of the teacher
to predict the output of the pre-trained convolutional networks. The result is a completely diferent result from
neural network, achieving performance on par with the DeiT [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This is the beginning point of our study. In
model already trained with a strong inductive bias [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. By this study, we first identify the reasons for the previous
adjusting the hyperparameters of knowledge distillation, method’s failure. After then, we propose a method for
the level of inductive bias can be controlled. resolving it.
      </p>
      <p>We wonder about the applicability of transferring the Our contributions to this study are the following: First,
inductive bias via knowledge distillation in various real- we analyze the limitation of the previous methods of
world datasets. To verify this, we evaluated the technique transferring the inductive bias through knowledge
distiltransferring the inductive bias in used DeiT on two types lation. Second, we examine the reason for the failure of
of medical datasets: the inductive biases (1) in convolu- the previous methods via rigorous experiments. Third,
based on the findings from the experimental results, we
propose an efective way to transfer inductive biases
through knowledge distillation.</p>
      <p>AMLTS’22: Workshop on Applied Machine Learning Methods for Time
Series Forecasting, co-located with the 31st ACM International
Conference on Information and Knowledge Management (CIKM), October
17-21, 2022, Atlanta, USA
$ bytaklee@medicalai.com (B. T. Lee); yy.jo@medicalai. (Y. Jo);
cto@medicalai.com (J. Kwon)</p>
      <p>© 2022 Copyright for this paper by its authors. Use permitted under Creative Commons License
CPWrEooUrckReshdoinpgs IhStpN:/c1e6u1r3-w-0s.o7r3g ACttEribUutRion W4.0oInrtekrnsahtioonpal (PCCroBYce4.0e).dings (CEUR-WS.org)</p>
    </sec>
    <sec id="sec-2">
      <title>2. Demystifying inductive bias encoded in the student network</title>
      <p>There are two possible reasons for the failure of the
previous method. First, if the teacher’s inductive bias is weak,
the signal from the teacher can be insuficient to
provide valid information to the student (Figure 2(a)). The
second possible explanation is that, even if the teacher
has a suficient inductive bias, the force pushing the
student network to encode the teacher’s inductive bias may
be insuficient (Figure 2(b)). In this section, we explore
the teacher’s and student’s representations and filters
to identify the reason for the limitation of the previous
approach.</p>
      <sec id="sec-2-1">
        <title>2.1. Experiment setting</title>
        <p>2.1.1. Dataset
network for EHR datasets [9]. LSTM is stacked with the
3layer, and each layer has 256 hidden units with a residual
connection between each layer.</p>
        <p>As a student network, we adopt a transformer [10].
There are two student networks, each of which has eight
blocks for the ECG dataset and three blocks for the EHR
dataset. Training a transformer on ECG datasets, we split
a signal into patches following Dosovitskiy et al. [11].
Each patch consists of 100ms (20 timestamps) without
overlapping and is used as the input of a transformer. In
EHR datasets, a patient has multiple rows, each of which
consists of a medical record at a time. A single row is
used as a token of the input.</p>
        <sec id="sec-2-1-1">
          <title>2.1.3. The other details of experiments</title>
          <p>We set a batch size of 512 for the ECG dataset and a batch
size of 256 for the EHR dataset. We use an Adam
optimizer with the weight decay and the cosine warmup
scheduler that peaks at ten epochs. In the experiment
with ECGs, the rand augment policy [12] is adopted with
six data augmentation methods, including the gaussian
smoothing, time resampling with cut, gaussian noise,
baseline wander, time mask, and channel mask. In the
case of EHRs, data augmentation is not applied.
Hyperparameters, such as the learning rate, weight decay,
dropout, and parameters for the augment policy, are
randomly selected from predefined search space, tuned
by the asynchronous successive halving algorithm [13]
using the ray framework [14]. The search space and
selected hyperparameters are provided in Appendix A.</p>
          <p>Train, validation, and test set are divided into a ratio of
0.7:0.15:0.15.</p>
          <p>
            We used the following datasets with diferent
properties: Physionet 2021 for CNN and Physionet 2019 for
RNN. Physionet 2021 is a public ECG datasets [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ], which
contains approximately 88,000 ECGs. Each ECG is as- 2.2. Representation analysis
signed one or more arrhythmia labels for 26 classes of In order to analyze the inductive bias caused by the
arrhythmia [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ]. PhysioNet 2019 [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ] is an EHR consisting structure of networks, we first compare the
represenof hourly clinical variables collected from the intensive tations of the teacher and the student networks. If the
care unit (ICU) of two hospital systems with 40,336 pa- student(Transformer) successfully encodes the inductive
tients. The task is to predict sepsis within 12 hours, and bias of the teacher(CNN/RNN), there are high similarities
the onset of sepsis is given to each patient. in the representations between them (Figure 2(a)). On
          </p>
          <p>
            We additionally used two external datasets to see if the other hand, if the similarities between the teacher’s
the DeiT preserves the inductive biases of CNN/RNN re- and the student’s representations are low, the teacher’s
gardless of the data distribution. The Hangzhou dataset representation is not efectively transferred to the
stu[
            <xref ref-type="bibr" rid="ref6">6</xref>
            ] contains 20,036 ECG recordings, and the eICU Collab- dent (Figure 2(b)).
orative Research Database [
            <xref ref-type="bibr" rid="ref7">7</xref>
            ] is a multi-center database
containing over 200,000 admissions to ICU.
          </p>
        </sec>
        <sec id="sec-2-1-2">
          <title>2.2.1. Output similarity</title>
        </sec>
        <sec id="sec-2-1-3">
          <title>2.1.2. Architecture</title>
          <p>We develop two teacher networks: (1) the ResNet-based
network for ECG datasets [8]. Each block of ResNet
contains two layers of convolution, and there are eight
blocks in total. The architectural detail is identical to
Hannun et al. [8]. (2) the long short time memory (LSTM)
We first examine the output similarity as shown in Table
1. The number in the table is the r-square value. The
similarity between DeiT and its teacher (CNN/RNN) is
slightly higher than the similarity between the naive
transformer and CNN/RNN; however, the discrepancy
between the teacher and the student is still large. This</p>
        </sec>
        <sec id="sec-2-1-4">
          <title>2.2.2. Internal representation similarity</title>
          <p>To examine internal representation similarity driven by
the architecture, we exploit central kernel analysis [15].
Figure 3 illustrates the representational similarity
between CNN/RNN in comparison to DeiT and Transformer.
We observe that CNN/RNN’s feature extraction process
difers from that of Transformer. DeiT has higher
similarity to CNN/RNN compared to Transformer, but there
is still a substantial diference to its teacher. Specifically,
in the case of DeiT, only the early layers exhibit a
significant dissimilarity between the representations, indicating
that the early layers of DeiT failed to learn the CNN/RNN
representation.</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2.3. Self-attention analysis</title>
        <p>Suppose the inductive bias of the teacher(CNN/RNN) is
appropriately transferred to the student(Transformer). In
that case, the student’s self-attention should display the
pattern of the teacher, i.e., spatial/temporal invariance
and locality (Figure 2(a)). However, the student’s
selfattention would not exhibit the pattern of the teacher
if the inductive bias of the teacher is not appropriately
transferred to the student (Figure 2(b)). Figure 4 depicts
the averaged self-attention matrices in each block across
all samples and heads. It is dificult to distinguish the
pattern of DeiT distinct from Transformer. To elaborate,
DeiT does not exhibit the characteristics that
demonstrate the inductive bias of CNN/RNN, such as
translational/temporal invariance or locality.</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.4. Discussion</title>
        <p>The examination reveals that using DeiT, the teacher’s
inductive bias is not well transferred to the student, which
is the case of Figure 2(b). There could be several
reasons why DeiT works with ImageNet but not with our
dataset. The first possibility is the size of the dataset.</p>
        <p>In the case of ImageNet, large data of 1M is suficient
to transfer inductive bias via KD. However, the size of
3. Better solution for transferring</p>
        <p>inductive bias
the data we utilized is only 8 percent of ImageNet, so it temporal axis and projects them along the depth axis.
may be challenging to transfer inductive bias via KD. The ℎ→() = () 
second possibility is the number of classes. ImageNet
consists of one thousand classes, whereas the dataset we
utilized consists of twenty-six for Physionet 2021 and two
classes for Physionet 2019. With this respect, DeiT may
not work with our dataset because distributions obtained
from our dataset contain less information than
distributions obtained from ImageNet. Based on this, we believe
the problem can be alleviated if the student is provided
with more information to encode inductive bias.
where ℎ(· ) := R×  → R′× ′ consist of two-layer:
(· ) := R×  → R′×  represents the resize along the
temporal axis, and  ∈ R× ′ is linear transformation
along the depth axis.</p>
        <p>With a transformation function, we match and train
each block of the teacher and the student (, ) to be
similar as illustrated in Figure 5. In addition to matching
between blocks of the teacher and the student, we also
perform knowledge distillation between the output of
the successive composition of blocks of the teacher and
the student ( ∘ · · · ∘ 1,  ∘ · · · ∘ 1). Each loss function
term is formulated as follows.</p>
        <p>(1)</p>
      </sec>
      <sec id="sec-2-4">
        <title>3.1. Feature-based knowledge distillation</title>
        <p>The knowledge distillation utilized in the DeiT is a type of
response-based knowledge distillation that distills
knowledge using the model’s output. In contrast to the previous
works, we impose a stronger signal by using
featurebased knowledge distillation to enforce the student
network to learn the teacher’s inductive bias. Additionally,
knowledge distillation is performed on feature maps in
order to transfer spatial information from the teacher to
the student efectively.</p>
        <p>First, we divide the teacher () and student ( ) into the
same number of blocks and then perform the knowledge
distillation between corresponding blocks (, ) of the
teacher and the student. Since features transverse
multiple layers, the dimension of it varies. For example, in the
case of CNN, the pooling operation and convolution with
stride change the dimensions with temporal direction,
and the convolution operation change also increases the
dimension of the feature. Because of this, the dimension
of features used for knowledge distillation can vary. To
solve the problem, we introduce a transformation
function (ℎ) that transforms each dimension to be identical.
This function resizes the feature’s dimensions along the
⃒ ⃒ 2
ℒ1 = ∑︁ ⃒⃒⃒ ⃒⃒⃒ (− 1) − (ℎ→ ∘  ∘ ℎ→−1)(− 1)⃒⃒ ⃒⃒ 2
,
(2)
⃒ ⃒ 2
ℒ2 = ∑︁ ⃒⃒⃒ ⃒⃒⃒ (− 1) − (ℎ→ ∘  ∘ ℎ→−1 )(− 1)⃒⃒ ⃒⃒ 2
,
ℒ3 = ∑︁ ⃒⃒ ⃒⃒ (ℎ→ ∘  ∘ · · · ∘</p>
        <p>⃒ ⃒
,
1)() − ( ∘ · · · ∘
(4)
Incorporating all, the loss function used in transferring
the inductive bias is ℒℬℬℳ = ∑︀ (︀ ℒ1 + ℒ2 + ℒ3)︀ .
We refer to the proposed method as block-by-block
matching (BBM) because it performs knowledge
distillation by matching each block of the teacher and the
student. Using BBM method, the final loss function used
for training is as follows: ℒ = ℒℒ +  ℒℬℬℳ, where
 indicates the loss function for classification with
cross entropy and  is weight term for BBM.
(3)</p>
        <p>⃒ ⃒ 2
1)()⃒ ⃒
⃒ ⃒ 2</p>
      </sec>
      <sec id="sec-2-5">
        <title>3.2. Results</title>
        <sec id="sec-2-5-1">
          <title>3.2.1. Details of experiments</title>
          <p>We divide Transformer and CNN into four blocks in the
ECG experiment, respectively. Each network’s blocks
are divided equally, so each ResNet block contains four
sub-blocks, and each transformer block contains two
sub-blocks. Transformer and RNN are divided into three
blocks for the EHR experiment, with each block
containing one block of Transformer and one layer of LSTM,
respectively.
3.2.2. Result</p>
        </sec>
        <sec id="sec-2-5-2">
          <title>3.2.3. Evaluation on inductive bias transfer</title>
          <p>As shown in Figure 1 and 3, BBM demonstrates higher
similarity in representation with its teacher. In
addition, as demonstrated in Figure 4, we observe that the
self-attention matrix of BBM successfully encodes its
teacher’s inductive bias, such as spatial/temporal
invariance or locality in the self-attention analysis. These prove
that the proposed method encodes the inductive bias of
its teacher successfully.</p>
        </sec>
      </sec>
      <sec id="sec-2-6">
        <title>3.3. Ablation study</title>
        <p>We viewed the network as composite functions,
performing knowledge distillation on each function. Here, the
question of the optimal number of blocks naturally arises.
We perform experiments with varying the number of
blocks to answer this question. As shown in Table 3, the
performance increases as the number of blocks increases.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4. Conclusion</title>
      <p>
        We show the limitation of DeiT on the transfer of
inductive bias and demonstrate that this issue can be resolved
using feature-based knowledge distillation. Through
experimental studies in medical data, we demonstrate that
our method consistently outperforms existing methods
as well as the strong inductive bias models.
Additionally, an extensive analysis verifies that the proposed
method transfers meaningful inductive bias to
transformers. Many studies focus on transferring the inductive
bias into Transformer on ImageNet. However, there is
insuficient analysis of other real-world data with
diferent properties to ImageNet. We expect our study will
help bridge the gap between research on ImageNet and
real-world data.
database, a freely available multi-center database A.1. Experiments on Physionet2021
for critical care research, Scientific data 5 (2018)
1–13. A.1.1. Convolution network
[8] A. Y. Hannun, P. Rajpurkar, M. Haghpanahi, The total of 100 search space is explored for maximum
G. H. Tison, C. Bourn, M. P. Turakhia, A. Y. Ng, epoch of 100 with early-stopping rate of 0.5 every 20
Cardiologist-level arrhythmia detection and classi- epochs. Learning rate ∈ [0.00001, 0.01] and weight
deifcation in ambulatory electrocardiograms using a cay ∈ [0.00001, 0.1] are sampled from log-uniform
disdeep neural network, Nature medicine 25 (2019) tribution. And dropout ∈ [0, 0.3], rand-augment
num65–69. ber ∈ [
        <xref ref-type="bibr" rid="ref1 ref5">1, 5</xref>
        ], rand-augment intensity ∈ [
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ] are
sam[9] J. Wang, B. Peng, X. Zhang, Using a stacked resid- pled from quantified uniform distribution with the
inual lstm model for sentiment intensity prediction, terval of 0.05, 1, and 0.1, respectively [12]. The chosen
Neurocomputing 322 (2018) 93–101. set of hyperparameters are 0.0003552 for learning rate,
[10] A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, 0.00002430 for weight decay, 0.1 for dropout, and 3/0.7
L. Jones, A. N. Gomez, Ł. Kaiser, I. Polosukhin, At- for rang-augment number/intensity.
tention is all you need, in: Advances in neural
information processing systems, 2017, pp. 5998– A.1.2. Transformer trained from the scratch
6008.
[11] A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weis- Experiment setting is identical to convolution network,
senborn, X. Zhai, T. Unterthiner, M. Dehghani, and the selected set of hyperparameters are 0.0002331
M. Minderer, G. Heigold, S. Gelly, et al., An image is for learning rate, 0.00001312 for weight decay, 0.15 for
worth 16x16 words: Transformers for image recog- dropout, and 3/0.8 for rang-augment number/intensity.
nition at scale, arXiv preprint arXiv:2010.11929
(2020). A.1.3. DeiT
[12] E. D. Cubuk, B. Zoph, J. Shlens, Q. V. Le, Ran- For DeiT, We performed hard-label distillation as
dedaugment: Practical automated data augmentation scribed in equation (3) of [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. In the search space, we
with a reduced search space, in: Proceedings of added loss ratio between classification token and
knowlthe IEEE/CVF Conference on Computer Vision and edge distillation token  . As is closer to 0, the ratio of
Pattern Recognition Workshops, 2020, pp. 702–703. knowledge distillation in loss increases. The other setting
[13] L. Li, K. Jamieson, A. Rostamizadeh, E. Gonina, is identical to the setting in the convolution network. The
M. Hardt, B. Recht, A. Talwalkar, Massively parallel selected set of hyperparameters are 0.0002517 for
learnhyperparameter tuning (2018). ing rate, 0.00002253 for weight decay, 0.15 for dropout,
[14] P. Moritz, R. Nishihara, S. Wang, A. Tumanov, 3/0.5 for rang-augment number/intensity, and 0.6 for
R. Liaw, E. Liang, M. Elibol, Z. Yang, W. Paul, M. I. knowledge distillation loss ratio.
      </p>
      <p>
        Jordan, et al., Ray: A distributed framework for
emerging {AI} applications, in: 13th {USENIX}
Symposium on Operating Systems Design and Im- A.1.4. BBM: Knowledge distillation
plementation ({OSDI} 18), 2018, pp. 561–577. The total of 30 search space is explored for maximum
[15] S. Kornblith, M. Norouzi, H. Lee, G. Hinton, Simi- epoch of 500 with early-stopping rate of 0.5 every 30
larity of neural network representations revisited, epochs. Learning rate ∈ [0.0001, 0.1] and weight decay
in: International Conference on Machine Learning, ∈ [0.00001, 0.1] are sampled from log-uniform
distriPMLR, 2019, pp. 3519–3529. bution. And dropout ∈ [0, 0.3], rand-augment number
∈ [
        <xref ref-type="bibr" rid="ref3 ref5">3, 5</xref>
        ], rand-augment intensity ∈ [0.5, 1] are sampled
from quantified uniform distribution with the interval
A. Implementation details of 0.05, 1, and 0.1, respectively. The chosen set of
hyperparameters are 0.0007713 for learning rate, 0.03116
for weight decay, 0.1 for dropout, and 3/0.9 for
rangaugment number/intensity.
      </p>
      <p>All the hyperparamters in experiments are chosen based
on extensive hyperparameter search, which is performed
using asynchronous successive halving algorithm. The
search space and selected hyperparameters are described
in the following.</p>
      <sec id="sec-3-1">
        <title>A.2. Experiments on Physionet2019</title>
        <sec id="sec-3-1-1">
          <title>A.2.1. Recurrent network</title>
          <p>The total of 100 search space is explored for maximum
epoch of 100 with early-stopping rate of 0.5 every 20
epochs. Learning rate ∈ [0.0001, 0.01] and weight decay</p>
        </sec>
        <sec id="sec-3-1-2">
          <title>A.2.2. Transformer trained from the scratch</title>
          <p>For the transformer, the number of head ∈ {4, 8}, the
dimension of the model ∈ {128, 256, 512}, the
dimension of transformed network in the feed forward layer
∈ {128, 256, 512} are randomly sampled. Other
settings are identical to the recurrent network. The chosen
set of hyperparameters are 0.0008136 for learning rate,
0.00001523 for weight decay, 0.25 for dropout. For
hyperparameters of transformer architecture, each hidden
unit, model, and head is 128, 512, and 8.</p>
          <p>A.2.3. DeiT
For the hyperparameters related to transformer’s
architecture, We used the hyperparameter set selected in the
transformer trained from the scratch. We performed
hardlabel distillation as the experiment in Physionet2021. In
the search space, we added loss ratio between
classification token and knowledge distillation token. The chosen
set of hyperparameters are 0.0001554 for learning rate,
0.0001728 for weight decay, 0.05 for dropout, and 0.2
for the the ratio of knowledge distillation.</p>
        </sec>
        <sec id="sec-3-1-3">
          <title>A.2.4. BBM: Knowledge distillation</title>
          <p>The architecture selected in transformer trained from
the scratch is used. The total of 30 search space is
explored for maximum epoch of 500 with early-stopping
rate of 0.5, every 30 epochs. Learning rate ∈ [0.0001, 0.1]
and weight decay ∈ [0.00001, 0.1] are chosen with
loguniform distribution. And drop out ∈ [0, 0.3] is sampled
from quantified uniform distribution with the interval of
0.05. The chosen set of hyperparameters are 0.002099
for learning rate, 0.0001718 for weight decay, and 0.05
for dropout.</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <article-title>Inductive biases for deep learning of higher-level cognition</article-title>
          , arXiv preprint arXiv:
          <year>2011</year>
          .
          <volume>15091</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Abnar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dehghani</surname>
          </string-name>
          , W. Zuidema,
          <article-title>Transferring inductive biases through knowledge distillation</article-title>
          , arXiv preprint arXiv:
          <year>2006</year>
          .
          <volume>00555</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>H.</given-names>
            <surname>Touvron</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cord</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Douze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Massa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sablayrolles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jégou</surname>
          </string-name>
          ,
          <article-title>Training data-eficient image transformers &amp; distillation through attention</article-title>
          ,
          <source>in: International Conference on Machine Learning, PMLR</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>10347</fpage>
          -
          <lpage>10357</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Reyna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Sadr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. A. P.</given-names>
            <surname>Alday</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Robichaux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. B.</given-names>
            <surname>Rad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Elola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Seyedi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ansari</surname>
          </string-name>
          , et al.,
          <article-title>Will two do? varying dimensions in electrocardiography: The physionet/computing in cardiology challenge 2021, Computing in Cardiology 48 (</article-title>
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Reyna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Josef</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Seyedi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Jeter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. P.</given-names>
            <surname>Shashikumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. B.</given-names>
            <surname>Westover</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Nemati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. D.</given-names>
            <surname>Cliford</surname>
          </string-name>
          ,
          <article-title>Early prediction of sepsis from clinical data: the physionet/computing in cardiology challenge 2019, in: 2019 Computing in Cardiology (CinC)</article-title>
          , IEEE,
          <year>2019</year>
          , pp.
          <source>Page-1.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Alibaba-Cloud</surname>
          </string-name>
          ,
          <article-title>Hefei high-tech cup, ecg humanmachine intelligence competition-prediction of abnormal ecg events</article-title>
          ,
          <year>2019</year>
          . URL: https://tianchi.aliyun. com/competition/entrance/231754/introduction.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>T. J.</given-names>
            <surname>Pollard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. E.</given-names>
            <surname>Johnson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Rafa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. A.</given-names>
            <surname>Celi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. G.</given-names>
            <surname>Mark</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Badawi</surname>
          </string-name>
          ,
          <source>The eicu collaborative research ∈ [0.00001</source>
          ,
          <issue>0</issue>
          .1]
          <article-title>are sampled from log-uniform distribution</article-title>
          .
          <source>And dropout ∈ [0</source>
          ,
          <issue>0</issue>
          .3]
          <article-title>is sampled from quantified uniform distribution with the interval of 0</article-title>
          .05.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <article-title>Hidden dimension of hidden unit is sampled from</article-title>
          ∈ {
          <volume>128</volume>
          ,
          <issue>256</issue>
          ,
          <fpage>512</fpage>
          }.
          <article-title>The chosen set of hyperparameters are 0.0007194 for learning rate, 0.00001238 for weight decay, 0.1 for dropout, and 256 for hidden units</article-title>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>