<!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>
      <journal-title-group>
        <journal-title>G. Drakopoulos);</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Machines For Eficient Speech Emotion Estimation In Julia</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Georgios Drakopoulos</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Phivos Mylonas</string-name>
          <email>fmylonas@ionio.gr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Informatics, Ionian University</institution>
          ,
          <addr-line>Tsirigoti Sq. 7. Kerkyra 49100, Hellas</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Workshop Proce dings</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>1877</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>Speech is a mainstay of communication across literally all human activities. Besides facts and statements speech carries substantial information regarding experiences, thoughts, and emotions, therefore adding significant context. Moreover, non-linguistic elements such as pauses add more to the message. The field of speech emotion recognition (SER) has been developed precisely to develop algorithms and tools performing what humans learn to do from early on. One promising line of research comes from applying deep learning techniques trained on numerous audio attributes to discern between various emotions as dictated by a given model of fundamental human emotions. Extreme learning machines (ELMs) are neural network architectures achieving eficiency through simplicity and can potentially operate akin to a sparse coder. When trained by a plethora of audio attributes, such as cepstral coeficients, zero crossing rate, and autocorrelation, then it can classify emotions in speech based on the established emotion wheel model. The evaluation, done with the Toronto emotional speech set (TESS) on an ELM implemented in Julia, is quite encouraging. extreme learning machine, speech emotion recognition, emotion classification, Plutchik model, higher order patterns, are fundamental, with interpretations ranging from so- The recent scientific literature regarding ELMs, SER, and ∗Corresponding author.</p>
      </abstract>
      <kwd-group>
        <kwd>spectrogram</kwd>
        <kwd>cepstral coeficients</kwd>
        <kwd>zero crossing rate</kwd>
        <kwd>TESS dataset</kwd>
        <kwd>Julia</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Language, whether oral or written, is among the major
sources of human emotion and perhaps a mainstay of
civilization itself. The field of speech emotion
recognition (SER) almost since its formulation has been an
essentially demanding field systematically garnering
intense interdisciplinary interest since it aims to answer
fundamental questions regarding human speech, which
includes major elements such as intonation and pitch as
well as latent and non-linguistic elements such as pauses
and the length of sentences. Because of the complexity
and volatility of human speech, SER relies heavily on
machine learning (ML) and recently on deep learning
(DL) techniques for performing tasks.</p>
      <p>
        Human emotion models such as the emotion wheel
by Plutchik [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and the universal emotion models [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
have been developed to explain not only which emotions
cial conditioning to brain functionality and evolutionary
goals, but also how they are composed, which may well
entail non-linear operations. In any case, such models
can serve well as training guides to ML models for speech
(P. Mylonas)
(P. Mylonas)
emotion classification as is the case here.
      </p>
      <p>Among the various models proposed for the
various SER tasks, extreme learning machines (ELMs) have
shown considerable potential. The latter can be partially
at least attributed to the ELM structure which has only a
single but very long hidden layer. In turn, this allows for
straightforward and easy to interpret training schemes,
all of which eventually stem from a synaptic weight
regularization property. This is aligned with the intuition
that a certain optimality condition should hold in order
for the weights to be uniquely derived.</p>
      <p>The primary research contribution of this conference
paper is the development of an ELM implemented in Julia
and operating like a sparse encoder for the emotion
classiifcation of sentences coming from the ubiquitous Toronto
emotion speech set (TESS) collection, a benchmark for
training ML and DL models for SER tasks.</p>
      <p>The remainder of this work is structured as follows.
graph mining is briefly reviewed in section
2. In section
3 the proposed methodology is described, whereas the
results obtained using the TESS dataaset are analysed in
section 4. Possible future research directions are given in
section 5. Bold capital letters denote matrices, bold small
vectors, and small scalars. Acronyms are explained the
notation of this work is summarized in table 1.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related</title>
    </sec>
    <sec id="sec-3">
      <title>Work</title>
      <p>CEUR
htp:/ceur-ws.org
ISN1613-073</p>
      <p>CEUR</p>
      <p>Workshop Proceedings (CEUR-WS.org)</p>
      <p>
        the attention focus of a number of fields [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. To address
© 2022 Copyright for this paper by its authors. Use permitted under Creative Commons License Because of its interdisciplinary nature SER has been at
is given in [34], sequential graph collaborative filtering
is the topic of [35], mining hot sports in trajectories with
graph based methodologies is developed in [36], and fMRI
image classification with tensor distance metrics is the
focus of [37].
      </p>
    </sec>
    <sec id="sec-4">
      <title>3. Methodology</title>
      <sec id="sec-4-1">
        <title>3.1. Attributes</title>
        <p>
          Emotion models have been developed in order to explain
how emotions work, their intensity and elicit conditions,
how they may be composed in case of emotion levels,
and possibly their evolutionary purpose. In this set of
models the one proposed by Plutchik has been among
the earliest and one of the most commonly used in
engineering applications. Additionally, it has an easy to
understand and intuitive-friendly visual interpretation,
which is shown in figure 1. Notice that this figure depicts
a two dimensional projection of a cone.
the inherent complexity of the SER tasks, ML approaches
such as ensemble learning [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], deep convolutional
neural networks [
          <xref ref-type="bibr" rid="ref7">5</xref>
          ], domain invariant feature learning [6],
two-dimensional convolutional neural networks [7], and
multimodal deep learning [8] have been proposed in the
scientific literature. Human emotion models such as the
emotion wheel by Plutchik [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] or the universal emotion
theory by Ekman [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] typically describe a fundamental set
of emotions [9, 10, 11] along with composition rules and
possible evolutionary explanations for them [
          <xref ref-type="bibr" rid="ref14">12</xref>
          ]. More
recently, personality taxonomies go beyond single
emotional reactions and treat personality as a whole such
as the Myers-Brigs type indicator (MBTI). A reasoning
based framework for emotion classification is [ 13].
        </p>
        <p>
          ELMs have been used in ML because of the simplicity
of their architecture [14]. They have been used as part of
ML pipelines for wavelet transforms [
          <xref ref-type="bibr" rid="ref16">15</xref>
          ], in conjunction
with an autoencoder for predicting the concentration of
emitted greenhouse gases from boilers [16], and in
optimizing a Kalman filter for determining the aging factors
of supercapacitors [17]. Further applications include
estimating soil thermal conductivity [
          <xref ref-type="bibr" rid="ref19">18</xref>
          ] and an evolving
kernel assisted ELM for medical diagnosis [19], whereas
an extensive list of applications is given in [20].
        </p>
        <p>
          Graph mining is a field relying heavily on ML [ 21]
and graph signal processing techniques [22]. Regarding
the use of ML, self organizing maps (SOMs) for
recommending cultural content are presented in [23], exploiting
natural language attributes for finding linked
requirements between software artefacts is the focus of [ 24],
decompressing a sequence of Twitter graphs compressed Figure 1: Plutchik model (From Wikipedia).
with the two-dimensional discrete cosine transform
using a tensor stack network (TSN) is described in [
          <xref ref-type="bibr" rid="ref29">25</xref>
          ], According to this model each emotion corresponds to
combining graph mining with transformers is shown a location in a circle which is primarily a function of its
in [26], advanced graph clustering techniques for clas- valence as well as of its direction. The latter is related
sifying variation of cancer genomes [27], message pass- to the nature of the emotion under consideration, which
ing graph neural networks for fuzzy [28] and ordinary also determines at least in part its polarity. Specifically,
Twitter graphs [29] are described, a GPU-based system there are in total eight directions with three scales each.
for eficient graph mining is shown in [ 30], partitioning Moreover, there are some emotions which are
combinathe user base of a portal for cultural content recommen- tions of others from two directions. Moreover, the set of
dation is explained in [31], visualizing massive graphs emotions is categorized as basic, primary, secondary, and
for human feedback is described in [32], approximating tertiary. Primary emotions are archetypes the
remaindirected graphs with undirected ones under optimality ing ones are patterned after or are derived of. They are
conditions is shown in [33], classification of noisy graphs characterized by especially high survival value.
        </p>
        <p>The individual output of the  -th neuron can be
computed from the nonlinear combination of equation (2).</p>
        <p>Therein  is the number of input neurons which is much
smaller than that of the hidden neurons  , namely  ≪  ,
and equal to the dimensionality of each data point.</p>
        <p>△
ℎ (x )=   (∑  , x [ ]) =   (w x )</p>
        <p>The nonlinear activation function   (⋅) may take a
number of forms such as the logistic function or
polynomial kernels. In this case it is the hyperbolic tangent
function of (3). It has the advantage of being
diferentiable and of being the Bayes estimator of a bipolar source
under additive white Gaussian (AWGN) noise.</p>
        <p>(;  0)=△ tanh (;  0)</p>
        <p>The first derivative  of  can be expressed as a
second order polynomial of the latter as shown in (4). This
expression is that of Malthus population models.</p>
        <p>(;  0)=
△  (;  0)</p>
        <p>=  0(1 −  2(;  0))</p>
        <p>The column synaptic weight vector w is formed by
stacking the  weights w, connecting the  -th hidden
neuron with the  -input one. Moreover, this is also the
 -th column of the synaptic weight matrix W. If the data
points are stacked on top of each other, then the input
matrix X is formed. Thus H of (1) can be rewritten as in
(5), where the function of (3) is elementwise applied.</p>
        <p>H =△  (WX )</p>
        <p>In general ELMs, depending on their training
formulation, can perform regularized least squares fitting in
order to determine the optimal weights as in (6) where
 0 is a hyperparameter. Therein the regularization term
adds robustness to the algorithmic minimization process.</p>
        <p>To this end, the nonlinear least squares problem of (6)
was formulated, where the Frobenius matrix norm is used
since it is diferentiable. Also</p>
        <sec id="sec-4-1-1">
          <title>Y is the ground truth ma</title>
          <p>trix containing the one hot encoding of the eight primary
emotions and W∗ is the solution.
2
W∗ =△ argmin [ ] = argmin [ 0‖W‖2 + ‖ (WX ) − Y‖ ]</p>
          <p>Expanding (6) and taking into consideration the
expansion of the Frobenius norm the objective function 
to be minimized can be recast as in (7). Because of the
form Frobenius norm and that of the nonlinear activation
function  not only is diferentiable but it also has a single
global minimum. Additionally, the regularization term
ensures that synaptic weight sparsity also taken into
consideration. Thus, minimizing  translates into finding the
1–7
(2)
(3)
(4)
(5)
(6)
weight set achieving a tradeof between fitting the ELM
its central frequency. This allows the details of a speech
response to the target response with the least possible
signal to be more discernible.
energy. The latter can be considered as the explanation
The spectrogram of a signal is a function of time and
(7)
closest to that dictated by Occam’s razor.
 =  0 tr (W W) + tr (( (WX ) − Y) ( (WX ) − Y))</p>
          <p>The minimization problem of (7) is a regularized
nonlinear least squares problem. The hyperparameter  0
determines the relative weight of the synaptic weight
matrix sparsity compared to how well the ELM response
matches the target response. The problem of (7) can be
solved by a plethora of methodologies including iterative
ones such as fixed point methods. However, they should
take into consideration the nonlinear term introduced
by the activation function. This can be accomplished by
utilizing methods such as the Gauss-Newton or a
regularized version thereof. In this work the steepest descent
iterative method was selected because of its simplicity
and because of the single global minimum  has, since
the latter is essentially a sum of squares.</p>
          <p>Furthermore, it can be argued that the proposed ELM,
if properly trained, operates like a sparse coder with
each activation neuron corresponding to a single
emotion. This approach is clear it can be extended to an
arbitrary number of emotions, provided of course that
the appropriate attributes are available. However, the
ELM proposed here can in fact discover the emotional
direction and not the valence itself.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>3.3. Attributes</title>
        <p>In this subsection the various features used to train the
ELM described here, their primary properties, and their
respective meaning are explained. Said attributes are also
shown in table 3 along with a brief explanation.</p>
        <p>The cepstral coeficients</p>
        <p>[ ] express a modified short
term power spectrum of a signal  [ ]consisting of speech
samples. They are derived by an algorithmic process
which involves the following steps:
• The sequence is pre-emphasized such that higher
frequencies receive an energy boost.
• The spectrum is smoothed with a window, usually
a Hamming window of odd length.
• The power spectrum is translated in the nonlinear</p>
        <sec id="sec-4-2-1">
          <title>Mel scale where resolution is not constant. • The logarithm of said power spectrum, which is • The coeficients of the inverse Fourier spectrum always real, is computed.</title>
          <p>are the cepstral coeficients.</p>
          <p>The natural meaning of the cepstral coeficients is that
they represent a power spectrum where each frequency
band has a resolution roughly inversely proportional to
frequency and shows how its frequency content evolves
in small time steps. Typically it can be obtained by the
wavelet transform, by the short time Fourier transform
(STFT), or by a bank of bandpass filters such as Gabor
and shifted Chebyshev filters. In any case, the resulting
heatmap has been transformed to a long column
vector, which incurs some information loss as the spatial
structure is lost. This is attributed to the fact that the
proposed ELM is trained with data points with are real
vectors. An architecture natively handling matrices may
be more adept in this scenario.</p>
          <p>The  -th autocorrelation coeficient
 [ ] of any
realvalued stationary sequence  [ ] is defined as the expected
value of the sequence multiplied by a shifted version of
itself by  positions. In practice these stochastic
coefifcients are often approximated by the sample mean of
equation (8) under the assumption of ergodicity.
Autocorrelation coeficients are a measure of the self-similarity
of the sequence under consideration and play a central
role in discovering higher order patterns through the
Wiener filter. It should be noted that the higher  is, the
less reliable the estimation of  [ ] becomes as fewer term
pairs are available. Therefore,  in most engineering
applications is small compared to the total length  of the
speech sample sequence. As a direct consequence of the
Cauchy-Schwarz inequality, the maximum
autocorrelation coeficient is the first one
 [0].</p>
          <p>1
 − 
−−1
=0
 [ ] ≈
∑  [ ] [ +  ],
0 ≤  ≤  − 1
(8)</p>
          <p>Finally, the zero crossing rate (ZCR) is an important
feature which assumes that the mean value of the speech
signals has been subtracted from it during a
preprocessing phase. ZCR is closely tied with the primary mode
of the Hilbert-Huang spectrum (HHS), which is built on
fundamental signals inherent in the sequence. Thus,
intuitively speaking, the HHS is very similar to the Fourier
spectrum but it is composed of basis signals progressively
extracted from the original signal itself and hence having
irregular shapes instead of weighted complex
exponentials. In this context ZCR plays a role analogous to that
of the fundamental frequency in Fourier analysis.</p>
          <p>The audio attributes used in this work are also shown
in table 3 along with their interpretation.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4. Results</title>
      <sec id="sec-5-1">
        <title>4.1. ELM Architecture</title>
        <p>The architecture of the proposed ELM is shown in 2.
Notice that all hidden neurons belong to the same ELM layer
and they are conceptually but not physically segmented
to show they are an integer multiple of the neurons of
the input layer. Hence the hidden layer can be thought
of as comprising of segments, although in practice all
hidden neurons are simultaneously trained.</p>
        <p>The implementation language of choice was Julia.
It is a rapidly emerging multiparadigm high level
language aiming at computation-heavy tasks such as those
frequently encountered in DL and ML scenarios, large
database clustering, extensive and fine grained
simulations, and graph signal processing.</p>
      </sec>
      <sec id="sec-5-2">
        <title>4.2. Emotion Recognition</title>
        <p>The TESS dataset contains 200 target words spoken in the
context of a carrier phrase by two actresses, a younger
and an older one aged 26 and 64 respectively. Each
recording contains 2000 data points, which are suficient for
processing, and they represent the neutral state plus six
of the primary emotions according to Plutchik’s model,
namely these of anger, disgust, fear, happiness,
pleasant surprise, and sadness. Therefore, from the emotions
listed in table 2 anticipation and trust are absent.
Consequently, from the four pairs of primary bipolar emotions
only two are fully present in TESS.</p>
        <p>In figure 3 is shown the heatmap resulting from the
analysis of the ELM training. From it the following can
be immediately inferred:
• The neutral emotional state is the only one which
can be accurately discovered in the context of
this work. This can be attributed to the fact that
compared to the other states there is no valence.
In turn this allows its isolation from the rest of
the states in the attribute space with a margin
suficient for the ELM to discern it.
• On the contrary anger is the most dificult to be
discovered. A possible explanation is that its
bipolar opposite emotion is also present in TESS and,
thus, certain instances have been misattributed
to it. Moreover, anger is also confused with
surprise and sadness. The former is possibly due to
valence, whereas the latter because of polarity.
• Concerning the other bipolar pair of sadness and
happiness, they are clearly distinguished from
each other, but nevertheless there is a small
probability they will be misclassified respectively as
disgust and as pleasant surprise. This can be
attributed to their valence as well as to the
semantics of each emotion under consideration.
• The remaining emotions can be also be
distinguished relatively easy from the others in the
dataset. Still, the negative emotions tend to be
classified with a lower level accuracy compared
to the positive ones, with the single exception of
sadness. This can be explained by their
prevalence in TESS.
tectures capable of natively handling two-dimensional
attributes such as the class of graph neural networks.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This conference paper is part of Project 451, a long term
research initiative with a primary objective of
developing novel, scalable, numerically stable, and interpretable
higher order analytics.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Semeraro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vilella</surname>
          </string-name>
          , G. Rufo,
          <article-title>PyPlutchik: Visualising and comparing emotion-annotated corpora</article-title>
          ,
          <source>PLoS one 16</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Talipu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Generosi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mengoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Giraldi</surname>
          </string-name>
          ,
          <article-title>Evaluation of deep convolutional neural network architectures for emotion recognition in the wild</article-title>
          , in: ISCT, IEEE,
          <year>2019</year>
          , pp.
          <fpage>25</fpage>
          -
          <lpage>27</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>T. M.</given-names>
            <surname>Wani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. S.</given-names>
            <surname>Gunawan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A. A.</given-names>
            <surname>Qadri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kartiwi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Ambikairajah</surname>
          </string-name>
          ,
          <article-title>A comprehensive review of speech emotion recognition systems</article-title>
          ,
          <source>IEEE Access Figure 3: ELM heatmap. 9</source>
          (
          <year>2021</year>
          )
          <fpage>47795</fpage>
          -
          <lpage>47814</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>W.</given-names>
            <surname>Zehra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Javed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Jalil</surname>
          </string-name>
          , H. U. Khan,
          <string-name>
            <surname>T. R.</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Gadekallu</surname>
          </string-name>
          ,
          <article-title>Cross corpus multi-lingual speech emoIn summary, the heatmap reveals a performance level tion recognition using ensemble learning, Complex which may be satisfactory for certain applications</article-title>
          .
          <source>Still, &amp; Intelligent Systems</source>
          <volume>7</volume>
          (
          <year>2021</year>
          )
          <fpage>1845</fpage>
          -
          <lpage>1854</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <article-title>as negative emotions with the sole exception of sadness [5] S. Kwon, Optimal feature selection based speech tend to be less accurately identified compared to the emotion recognition using two-stream deep convopositive ones, there is room for improvement. lutional neural network</article-title>
          ,
          <source>International Journal of Intelligent Systems</source>
          <volume>36</volume>
          (
          <year>2021</year>
          )
          <fpage>5116</fpage>
          -
          <lpage>5135</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          5. Conclusions [6]
          <string-name>
            <given-names>C.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <surname>B. W.</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Schuller</surname>
          </string-name>
          ,
          <article-title>Domain invariant feature learning for The focus of this conference paper is the development speaker-independent speech emotion recognition, of an extreme learning machine (ELM) for speech emo- IEEE/ACM Transactions on Audio, Speech, and Lantion recognition (SER) based on the primary emotions guage Processing 30 (</article-title>
          <year>2022</year>
          )
          <fpage>2217</fpage>
          -
          <lpage>2230</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <article-title>identified in Plutchik's model</article-title>
          .
          <source>Based on a wide array of</source>
          [7]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Cummins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>audio attributes an ELM is trained to act like a sparse J</article-title>
          .
          <string-name>
            <surname>Tao</surname>
            ,
            <given-names>B. W.</given-names>
          </string-name>
          <string-name>
            <surname>Schuller</surname>
          </string-name>
          ,
          <article-title>Combining a parallel 2D CNN coder with the nine fundamental emotions are one-hot with a self-attention dilated residual network for encoded in an output vector. The proposed approach CTC-based discrete speech emotion recognition, is flexible enough as the training phase on an ELM is Neural Networks 141 (</article-title>
          <year>2021</year>
          )
          <fpage>52</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <article-title>much simpler compared to that of other neural network [8</article-title>
          ]
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Tao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chuang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <article-title>Learning architectures, especially the fundamental multilayer per- deep multimodal afective features for spontaneous ceptron. The results obtained with waveforms taken from speech emotion recognition, Speech Communicathe established Toronto emotional speech set (TESS) are tion 127 (</article-title>
          <year>2021</year>
          )
          <fpage>73</fpage>
          -
          <lpage>81</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <article-title>very encouraging in terms of accuracy</article-title>
          . [9]
          <string-name>
            <given-names>P.</given-names>
            <surname>Sreeja</surname>
          </string-name>
          , G. Mahalakshmi,
          <article-title>Emotion models: A Regarding future research directions, the proposed review</article-title>
          ,
          <source>International Journal of Control Theory neural network architecture and the associated encod- and Applications</source>
          <volume>10</volume>
          (
          <year>2017</year>
          )
          <fpage>651</fpage>
          -
          <lpage>657</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <article-title>ing can be tested with other publicly available speech</article-title>
          [10]
          <string-name>
            <given-names>K. R.</given-names>
            <surname>Scherer</surname>
          </string-name>
          , et al.,
          <article-title>Psychological models of emodatasets such as the Emo-Soundscape or SUSAS. More- tion, The neuropsychology of emotion 137 (2000) over, an ELM can be adapted to other human emotion 137-162</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <article-title>models such as the big five or the universal emotion theory</article-title>
          . [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Marsella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gratch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Petta</surname>
          </string-name>
          , et al.,
          <article-title>ComputaFinally, attribute vectorization can be avoided with archi- tional models of emotion, A Blueprint for Afective Computing - A sourcebook and manual 11 (2010) rics</article-title>
          , NCAA
          <volume>33</volume>
          (
          <year>2021</year>
          )
          <fpage>16363</fpage>
          -
          <lpage>16375</lpage>
          . doi:
          <volume>10</volume>
          .1007/
          <fpage>21</fpage>
          -
          <lpage>46</lpage>
          .
          <fpage>s00521</fpage>
          -
          <fpage>021</fpage>
          -06235-9.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [12]
          <string-name>
            <surname>R. M. Nesse</surname>
            , Evolutionary explanations of emotions, [26]
            <given-names>I.</given-names>
          </string-name>
          <string-name>
            <surname>Tyagin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Kulshrestha</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Sybrandt</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Matta</surname>
          </string-name>
          ,
          <source>Human nature 1</source>
          (
          <year>1990</year>
          )
          <fpage>261</fpage>
          -
          <lpage>289</lpage>
          . M.
          <string-name>
            <surname>Shtutman</surname>
            ,
            <given-names>I. Safro</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Accelerating</surname>
            <given-names>COVID</given-names>
          </string-name>
          -
          <volume>19</volume>
          re[13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lieto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Pozzato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zoia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <article-title>Dami- search with graph mining and transformer-based ano, A commonsense reasoning framework for learning</article-title>
          ,
          <source>in: Conference on Artificial Intelligence</source>
          ,
          <article-title>explanatory emotion attribution, generation</article-title>
          and volume
          <volume>36</volume>
          , AAAI,
          <year>2022</year>
          , pp.
          <fpage>12673</fpage>
          -
          <lpage>12679</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          re-classification,
          <source>Knowledge-Based Systems</source>
          <volume>227</volume>
          [27]
          <string-name>
            <given-names>G.</given-names>
            <surname>Gomez-Sanchez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Delgado-Serrano</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. Carrera</surname>
          </string-name>
          , (
          <year>2021</year>
          ). D.
          <string-name>
            <surname>Torrents</surname>
            ,
            <given-names>J. L.</given-names>
          </string-name>
          <string-name>
            <surname>Berral</surname>
            , Author correction: Cluster[14]
            <given-names>Q.-Y.</given-names>
          </string-name>
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>A. K.</given-names>
          </string-name>
          <string-name>
            <surname>Qin</surname>
            ,
            <given-names>P. N.</given-names>
          </string-name>
          <string-name>
            <surname>Suganthan</surname>
          </string-name>
          , G.-B.
          <article-title>Huang, ing and graph mining techniques for classification Evolutionary extreme learning machine, Pattern of complex structural variations in cancer genomes</article-title>
          , recognition
          <volume>38</volume>
          (
          <year>2005</year>
          )
          <fpage>1759</fpage>
          -
          <lpage>1763</lpage>
          . Scientific Reports
          <volume>12</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Yahia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Said</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zaied</surname>
          </string-name>
          , Wavelet extreme learning [28]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , E. Kafeza,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mylonas</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Sioutas</surname>
          </string-name>
          <article-title>, machine and deep learning for data classification, A graph neural network for fuzzy Twitter graphs</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>470</volume>
          (
          <year>2022</year>
          )
          <fpage>280</fpage>
          -
          <lpage>289</lpage>
          . in: G. Cong, M. Ramanath (Eds.), CIKM companion [16]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ouyang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          , volume, volume
          <volume>3052</volume>
          , CEUR-WS.org,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <article-title>Auto-encoder-extreme learning machine model for</article-title>
          [29]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Giannoukou</surname>
          </string-name>
          , P. Mylonas,
          <article-title>boiler NOx emission concentration prediction, En- S. Sioutas, A graph neural network for assessing ergy 256 (</article-title>
          <year>2022</year>
          ).
          <article-title>the afective coherence of Twitter graphs</article-title>
          , in: IEEE [17]
          <string-name>
            <given-names>D.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>Big</surname>
            <given-names>Data</given-names>
          </string-name>
          , IEEE,
          <year>2020</year>
          , pp.
          <fpage>3618</fpage>
          -
          <lpage>3627</lpage>
          . doi:
          <volume>10</volume>
          .1109/ Aging state prediction
          <source>for supercapacitors based on BigData50022</source>
          .
          <year>2020</year>
          .
          <volume>9378492</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <article-title>heuristic Kalman filter optimization extreme learn-</article-title>
          [30]
          <string-name>
            <given-names>L.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <article-title>A GPU-based graph pattern mining ing machine</article-title>
          ,
          <source>Energy</source>
          <volume>250</volume>
          (
          <year>2022</year>
          ). system, in: CIKM,
          <year>2022</year>
          , pp.
          <fpage>4867</fpage>
          -
          <lpage>4871</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>N.</given-names>
            <surname>Kardani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bardhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Samui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Nazem</surname>
          </string-name>
          , [31]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Voutos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mylonas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sioutas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Armaghani</surname>
          </string-name>
          ,
          <article-title>A novel technique based Motivating item annotations in cultural portals on the improved firefly algorithm coupled with ex- with UI/UX based on behavioral economics, in: treme learning machine (ELM-IFF) for predicting IISA</article-title>
          , IEEE,
          <year>2021</year>
          . doi:
          <volume>10</volume>
          .1109/IISA52424.
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <article-title>the thermal conductivity of soil, Engineering with 9555569</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <source>Computers</source>
          <volume>38</volume>
          (
          <year>2022</year>
          )
          <fpage>3321</fpage>
          -
          <lpage>3340</lpage>
          . [32]
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Bhavsar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. H.</given-names>
            <surname>Patil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Patil</surname>
          </string-name>
          , Graph parti[19]
          <string-name>
            <given-names>J.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , T. Liu,
          <article-title>tioning and visualization in graph mining: A survey, A. A</article-title>
          .
          <string-name>
            <surname>Heidari</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Pan</surname>
          </string-name>
          , Evolving kernel ex-
          <source>Multimedia Tools and Applications</source>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>42</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <article-title>treme learning machine for medical diagnosis via a</article-title>
          [33]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Giannoukou</surname>
          </string-name>
          , P. Mylonas,
          <article-title>disperse foraging sine cosine algorithm, Computers S. Sioutas, On tensor distances for self organizin Biology and Medicine 141 (</article-title>
          <year>2022</year>
          ).
          <article-title>ing maps: Clustering cognitive tasks</article-title>
          , in: DEXA, [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <source>Extreme learning machine volume 12392 of Lecture Notes in Computer Sciand its applications, NCAA</source>
          <volume>25</volume>
          (
          <year>2014</year>
          )
          <fpage>549</fpage>
          -
          <lpage>556</lpage>
          . ence, Springer,
          <year>2020</year>
          , pp.
          <fpage>195</fpage>
          -
          <lpage>210</lpage>
          . doi:
          <volume>10</volume>
          .1007/ [21]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Thafar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Albaradie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Olayan</surname>
          </string-name>
          , H. Ashoor,
          <volume>978</volume>
          -3-
          <fpage>030</fpage>
          -59051-2\_
          <fpage>13</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Essack</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. B.</given-names>
            <surname>Bajic</surname>
          </string-name>
          ,
          <string-name>
            <surname>Computational</surname>
            drug-target [34]
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Tong</surname>
          </string-name>
          ,
          <article-title>Graph sanitation with appliinteraction prediction based on graph embedding cation to node classification</article-title>
          , in: Web Conference, and graph mining,
          <source>in: Proceedings of the 2020 10th ACM</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>1136</fpage>
          -
          <lpage>1147</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          international conference on bioscience, biochem- [35]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <article-title>Sequential graph istry</article-title>
          and bioinformatics, 2020, pp.
          <fpage>14</fpage>
          -
          <lpage>21</lpage>
          . collaborative filtering,
          <source>Information Sciences</source>
          <volume>592</volume>
          [22]
          <string-name>
            <given-names>K.</given-names>
            <surname>Yamada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Tanaka</surname>
          </string-name>
          , Temporal multireso- (
          <year>2022</year>
          )
          <fpage>244</fpage>
          -
          <lpage>260</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <article-title>lution graph learning</article-title>
          ,
          <source>IEEE Access 9</source>
          (
          <year>2021</year>
          ) [36]
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Niu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fournier-Viger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Min</surname>
          </string-name>
          ,
          <volume>143734</volume>
          -
          <fpage>143745</fpage>
          .
          <article-title>A graph based approach for mining significant</article-title>
          [23]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , I. Giannoukou,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sioutas</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          <article-title>My- places in trajectory data</article-title>
          ,
          <source>Information Sciences 609 lonas</source>
          ,
          <article-title>Self organizing maps for cultural con-</article-title>
          (
          <year>2022</year>
          )
          <fpage>172</fpage>
          -
          <lpage>194</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <article-title>tent delivery</article-title>
          ,
          <source>NCAA</source>
          (
          <year>2022</year>
          ). doi:
          <volume>10</volume>
          .1007/ [37]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , E. Kafeza,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mylonas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sioutas</surname>
          </string-name>
          ,
          <fpage>s00521</fpage>
          -
          <fpage>022</fpage>
          -07376
          <article-title>-1. Approximate high dimensional graph mining with [24] M. Singh, Using natural language processing and matrix polar factorization: A Twitter application, graph mining to explore inter-related requirements in: IEEE Big Data</article-title>
          , IEEE,
          <year>2021</year>
          , pp.
          <fpage>4441</fpage>
          -
          <lpage>4449</lpage>
          . doi:10.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <article-title>in software artefacts</article-title>
          ,
          <source>ACM SIGSOFT Software En- 1109/BigData52589</source>
          .
          <year>2021</year>
          .
          <volume>9671926</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <source>gineering Notes</source>
          <volume>44</volume>
          (
          <year>2022</year>
          )
          <fpage>37</fpage>
          -
          <lpage>42</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , E. Kafeza,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mylonas</surname>
          </string-name>
          , L. Iliadis,
          <article-title>Transform-based graph topology similarity met-</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>