<!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>Combining textual and visual representations for multimodal author profiling</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sebastian Sierra</string-name>
          <email>ssierral@unal.edu.co</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fabio A. González</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computing Systems and Industrial Engineering Dept., Universidad Nacional de Colombia Bogotá</institution>
          ,
          <country country="CO">Colombia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <abstract>
        <p>Social media data allows researchers to establish relationships between everyday language and people's sociodemographic variables, such as gender, age, language variety or personality. Author Profiling studies the common use of language inside those demographic groups. This work describes our proposed method for the PAN 2018 Author Profiling shared task. This year's task consisted of evaluating gender using multimodal information (text and images) which was extracted from Twitter users. We trained separate models for text, image and multimodal approaches. In multimodal approaches we explored early, late and hybrid approaches. We found experimentally that early approaches obtained the best performance. We obtained 0:80; 0:74 and 0:81 of accuracy in the multimodal scenario for the test partition for English, Spanish and Arabic respectively.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Nowadays, there is a large amount of information generated by users on various
social networks. Facebook, Twitter, Instagram, among others generate a high amount of
information in which users write their opinion about a topic, upload a photo about a
relevant topic to them or simply record a video of what they are doing at that moment.
Key applications can be derived from the generation of automatic analysis methods,
which can handle properly the multimodal nature of social media information. Due
to the increasing amount of social media information, several tasks for social media
automatic analysis have acquired a greater importance. One of those tasks is Author
Profiling (AP). AP can be seen as the study of the use of language in different
demographic groups (profiles). For instance, gender-based profiles [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], age-based [22], native
country-based [20], among others. Gender detection is one of the most popular subtask
in Author Profiling [
        <xref ref-type="bibr" rid="ref11 ref13 ref4 ref8">11, 22, 4, 8, 16, 13, 15, 18</xref>
        ]. However, most of the work in AP
has been devoted to the use of texts for categorizing correctly the profile of an author.
Gender identification based on the images that an user posts in his/her social media is a
task that has been gaining interest [
        <xref ref-type="bibr" rid="ref16 ref19 ref6">6, 23, 30, 27</xref>
        ]. Most of these works take the images
of a social media user, extract the visual concepts, for instance, if a bag is present in
the image and finally associate the presence of this concepts to the gender of the user
(profile). Shigenaka et al. [23] interestingly propose a neural architecture which learns a
proper representation for the images while associates it with the visual concepts which
are extracted from the images.
      </p>
      <sec id="sec-1-1">
        <title>1.1 Information fusion</title>
        <p>
          Information fusion considers the problem of merging correctly two different
representations of the same concept [
          <xref ref-type="bibr" rid="ref5 ref7">5, 7</xref>
          ].Atrey et al. [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] considers three levels of information
fusion: feature level or early fusion, decision level or late fusion, and hybrid approaches.
For this work, feature level consists of extracting text and visual representations and
combining them into a single learning method. These combinations ignore the intrinsic
correlation between modalities [17]. Decision level consists of combining the output
decisions of previously learned classifiers for each modality. Hybrid approaches consist
of methods that create a joint space for representing the different modalities of a
concept, for instance for solving image captioning tasks [
          <xref ref-type="bibr" rid="ref15 ref17">26, 28</xref>
          ]. Multimodal approaches
for Author Profiling have been considered by [
          <xref ref-type="bibr" rid="ref1 ref14">1, 14, 25</xref>
          ]. Álvarez-Carmona et al. [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]
extend the PAN AP 2014 corpus by extracting a large set of tweets and images from
the original users of this corpus. While their fusion strategy consists of an early
fusion of text and image features. Taniguchi et al. [25] propose a hybrid fusion strategy,
where visual concepts are extracted using a CNN, but each concept has a probability
of being associated to a dimension of the profile (male or female). Text representation
is extracted as the probability of a document to belong to a female user or a male user.
At the very end, all the probabilities are concatenated and fed to a logistic regression
classifier. It is worth to mention that these approaches are very recent and AP using
multimodal strategies is becoming a very important topic in the scientific community.
1.2
        </p>
      </sec>
      <sec id="sec-1-2">
        <title>PAN Author Profiling 2018 Shared Task</title>
        <p>PAN-AP 2018 shared task consisted of classifying correctly the gender of an user of
Twitter [19]. Two modalities were considered for representing an user: text and image.
For each user, 100 tweets and 10 posted images were extracted. Also, users were
selected from different languages: English, Spanish and Arabic. 1500 users were collected
for the Arabic split, while 3000 users were collected separately for English and 3000
users for Spanish.
2</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Methodology</title>
      <p>In this section, we describe our submission to the PAN-AP 2018 shared task. Each
subsection in this methodology describes the preprocessing, the feature extraction process
and the learning algorithm used to classify an author as male or female.
2.1</p>
      <sec id="sec-2-1">
        <title>Text representation</title>
        <p>Twitter text representation strategies were explored at two levels. At the first level,
several preprocessing strategies were considered: removing URLs, removing stopwords,
lowercasing tweets, filtering retweets, usernames, hashtags and stripping of accents.
Then, these main representations were explored:
– Bag-of-Words using unigrams (WORD_UNI): BoW representation is built using
only unigrams with higher document frequency than 10 documents. Preprocessing
steps for unigrams were URL removal, lowercasing, retweet filtering, usernames
filtering, stopwords removal and accent striping.
– Bag-of-Words using bigrams (WORD_BI): Word bigrams with a higher document
frequency than 10 documents were extracted from the training corpora.
Preprocessing steps were the same as WORD_UNI, but stopwords were not removed.
– Bag-of-Words using character n-grams (CHAR): N-grams of characters were
extracted using Scikit-Learn. 2-grams, 3-grams and 4-grams were used for
representing stylistic features from the documents. Only preprocessing steps were: URL
removal, hashtag and usernames filtering.
– Concatenation of all bag of words representations (ALL_BOW): WORD_UNI,</p>
        <p>
          WORD_BI and CHAR representations are concatenated.
– Average of fastText representations (AVG_FAST): Each word of each document
was represented using a pretrained model of fastText [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Then, each author was
represented by the feature-wise average of the word embeddings extracted from
each fastText model. For each language a separate model was used.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Visual representation</title>
        <p>
          Extracting visual features from a set of images is not an easy task. In the recent years,
Convolutional Neural Networks (CNN) have gained a lot of attention by their
competitive performance for several computer vision tasks. CNNs are built upon the idea of
building high-level features using a compositional hierarchy of low-level features [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
This means, first layers are expected to capture low-level patterns like edges, while
higher layers are expected to learn domain specific features, which combine properly
the low-level features. In image classification, the last layer of a CNN is commonly
a SoftMax Layer with a size depending on the number of classes that it attempts to
predict. Deep learning models like CNNs require a large amount of data for training,
however they present two additional advantages: they can capture a pattern regardless
of its location in the image, and the learned patterns can be transferred to solve a related
image classification task. As described by Yosinski et al. [
          <xref ref-type="bibr" rid="ref18">29</xref>
          ], we can use the activation
values of pre-trained CNNs for extracting features in images that belong to different
classification domains. Since 2012, CNNs have been the state-of-the-art methods for
image recognition tasks. In this work, we use two CNN architectures: VGG [24] and
ResNet50 [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. Both had a top performance in the ImageNet Large Scale Visual
Recognition Challenge [21] during 2014 and 2015. Both VGG and ResNet50 are easy to use
in Keras, so they were chosen as feature extractors:
– ResNet50: Receives a RGB image of size 224
        </p>
        <p>2048 non-negative values.
– VGG16: Receives a RGB image of size 224
non-negative values.</p>
        <p>224 and produces an output of
224 and produces an output of 4096</p>
        <p>Before any image is fed to the network, they are scaled without losing their
aspect ratio. Both networks produce non-negative features. For representing an author, all
his/her images were propagated through the network and the resulting feature vectors
are averaged across each feature. This means, every author is represented by a vector of
size 2048 or 4096, depending on the feature extractor.
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Multimodal representation</title>
        <p>
          As stated in Section 1, information fusion strategies can be categorized into: early fusion
or feature fusion, late fusion or decision fusion, and hybrid approaches. In this work, we
use one implementation of each category in order to assess the best strategy for fusing
both modalities:
– Early Fusion (CONCAT): Best features from each modality (text and image) are
stored, then each feature is scaled so it has zero mean and standard deviation of
one. Finally a classifier is trained on top of these standardized features.
– Late Fusion (VOTING): The best classifiers from each modality are stores
using joblib library. This includes storing Scikit-Learn pipelines of transformation
of data. Then, image and text are propagated through their respective classifier.
Finally, the output probabilities are averaged and the max value is chosen as the
predicted class.
– Hybrid Fusion (GMU): For each language, a GMU [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] is trained using the best
features per modality. Training split was divided again in training and development
splits. The development split was used for validating the hyperparameters of the
GMU. GMUs have the advantage of learning a a multimodal representation, while
attempting to solve a supervised task (gender prediction). In Figure 1, we describe
the methodology of our multimodal approach. Also, the best features in the textual
modality had a large dimensionality, therefore a PCA was applied to retain th 99$
of variance.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments and Results</title>
      <p>For each language, the dataset was split into training and validation. 70% of the dataset
was used for training and the remainder for validation. When the best performing
features were extracted, a model was trained again using the complete dataset. The code
for extracting the features was saved using joblib and was deployed in the TIRA
evaluation system, where the evaluation on the test split was carried on. For the text modality,
the following results were obtained using the proposed features.
Character n-grams worked very well for identifying gender on English and Arabic, as
can be seen on Table 1. While for Spanish, the word unigrams worked better. In the
image modality, ResNet50 outperformed VGG16 as a feature extractor as can be seen
on Table 2. However the strategy for combining the extracted features of the images of
one author consisted only of a feature-wise average.</p>
      <p>One of the main motivations of the work, was to learn a multimodal representation
using GMUs. Strong regularization using dropout and batch normalization per modality
was used for training GMUs. Although for the case of English, only 2100 samples were
fed to the GMU. While for Arabic, the number of samples decreased to 1050. Although
we used strong regularization, our model overfitted quickly. In Table 3 we showed that
early fusion approaches obtained the best results for the multimodal task.</p>
      <p>Future work involves improving the way that image representations are extracted
and combined. Taniguchi et al. [25] provide a very good strategy for extracting visual
information from the posted images. Also, we are interested in applying successfully
GMUs to the Author Profiling task.
International Conference on Multimedia and Expo (ICME). pp. 1–6. IEEE (jun
2015), http://ieeexplore.ieee.org/document/7177499/
[15] Ortega-Mendoza, R.M., López-Monroy, A.P., Franco-Arcega, A., Montes-y
Gómez, M.: Emphasizing personal information for Author Profiling: New
approaches for term selection and weighting. Knowledge-Based Systems 145,
169–181 (apr 2018),
https://www.sciencedirect.com/science/article/pii/S0950705118300224
[16] Peersman, C., Daelemans, W., Van Vaerenbergh, L.: Predicting Age and Gender
in Online Social Networks. In: Proceedings of the 3rd International Workshop on
Search and Mining User-generated Contents. pp. 37–44. SMUC ’11, ACM, New
York, NY, USA (2011), https://dl.acm.org/citation.cfm?id=2065035
http://doi.acm.org/10.1145/2065023.2065035
[17] Pei, D., Liu, H., Liu, Y., Sun, F.: Unsupervised multimodal feature learning for
semantic image segmentation. In: The 2013 International Joint Conference on
Neural Networks (IJCNN). pp. 1–6. IEEE (aug 2013),
http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6706748
[18] Rangel, F., Rosso, P.: On the impact of emotions on author profiling. Information
Processing &amp; Management 52(1), 73–92 (jan 2016),
http://www.sciencedirect.com/science/article/pii/S0306457315000783
[19] Rangel, F., Rosso, P., Montes-y-Gómez, M., Potthast, M., Stein, B.: Overview of
the 6th Author Profiling Task at PAN 2018: Multimodal Gender Identification in
Twitter. In: Cappellato, L., Ferro, N., Nie, J.Y., Soulier, L. (eds.) Working Notes
Papers of the CLEF 2018 Evaluation Labs. CEUR Workshop Proceedings, CLEF
and CEUR-WS.org (Sep 2018)
[20] Rangel Pardo, F.M., Rosso, P., Potthast, M., Stein, B.: Overview of the 5th
Author Profiling Task at PAN 2017: Gender and Language Variety Identification
in Twitter. In: Cappellato, L., Ferro, N., Goeuriot, L., Mandl, T. (eds.) Working
Notes Papers of the CLEF 2017 Evaluation Labs. CEUR Workshop Proceedings,
vol. 1866. CLEF and CEUR-WS.org (2017), http://ceur-ws.org/Vol-1866/
[21] Russakovsky, O., Deng, J., Su, H., Krause, J., Satheesh, S., Ma, S., Huang, Z.,
Karpathy, A., Khosla, A., Bernstein, M., Berg, A.C., Fei-Fei, L.: ImageNet Large
Scale Visual Recognition Challenge. International Journal of Computer Vision
115(3), 211–252 (dec 2015),
http://link.springer.com/10.1007/s11263-015-0816-y
[22] Schler, J., Koppel, M., Argamon, S., Pennebaker, J.J.: Effects of Age and Gender
on Blogging. In: AAAI spring symposium: Computational approaches to
analyzing weblogs. pp. 199–205 (2006),
http://www.aaai.org/Papers/Symposia/Spring/2006/SS-06-03/SS06-03-039.pdf
[23] Shigenaka, R., Tsuboshita, Y., Kato, N.: Content-Aware Multi-task Neural
Networks for User Gender Inference Based on Social Media Images. In: 2016
IEEE International Symposium on Multimedia (ISM). pp. 169–172. IEEE (dec
2016), http://ieeexplore.ieee.org/document/7823607/
[24] Simonyan, K., Zisserman, A.: Very deep convolutional networks for large-scale
image recognition. arXiv preprint arXiv:1409.1556 (2014)
[25] Taniguchi, T., Sakaki, S., Shigenaka, R., Tsuboshita, Y., Ohkuma, T.: A Weighted
Combination of Text and Image Classifiers for User Gender Inference. In:</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Álvarez-Carmona</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pellegrin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-Y-Gómez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sánchez-Vega</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villaseñor-Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villatoro-Tello</surname>
          </string-name>
          , E.:
          <article-title>A visual approach for age and gender identification on Twitter</article-title>
          .
          <source>Journal of Intelligent &amp; Fuzzy Systems</source>
          <volume>34</volume>
          (
          <fpage>3133</fpage>
          -
          <lpage>3145</lpage>
          ),
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Arevalo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Solorio</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gómez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>González</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          :
          <article-title>Gated Multimodal Units for Information Fusion</article-title>
          .
          <source>In: International Conference on Learning Representations ICLR 2017 - Workshop</source>
          . Toulon, France (feb
          <year>2017</year>
          ), http://arxiv.org/abs/1702.01992
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fine</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shimoni</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          : Gender, Genre, and Writing Style in Formal Written Texts. Text - Interdisciplinary
          <source>Journal for the Study of Discourse</source>
          <volume>23</volume>
          (
          <issue>3</issue>
          ) (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schler</surname>
          </string-name>
          , J.:
          <article-title>Automatically Profiling the Author of an Anonymous Text</article-title>
          .
          <source>Communications of the ACM</source>
          <volume>52</volume>
          (
          <issue>2</issue>
          ),
          <fpage>119</fpage>
          -
          <lpage>123</lpage>
          (
          <year>2009</year>
          ), http://doi.acm.
          <source>org/10</source>
          .1145/1461928.1461959
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Atrey</surname>
            ,
            <given-names>P.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hossain</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>El Saddik</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kankanhalli</surname>
            ,
            <given-names>M.S.:</given-names>
          </string-name>
          <article-title>Multimodal fusion for multimedia analysis: a survey</article-title>
          .
          <source>Multimedia Systems</source>
          <volume>16</volume>
          (
          <issue>6</issue>
          ),
          <fpage>345</fpage>
          -
          <lpage>379</lpage>
          (apr
          <year>2010</year>
          ), http://dx.doi.org/10.1007/s00530-010-0182-0 http://link.springer.
          <source>com/10.1007/s00530-010-0182-0</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Azam</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gavrilova</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Gender prediction using individual perceptual image aesthetics (</article-title>
          <year>2016</year>
          ), https://otik.zcu.cz/handle/11025/21646
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Bhatt</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kankanhalli</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Multimedia data mining: state of the art and challenges</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          <volume>51</volume>
          (
          <issue>1</issue>
          ),
          <fpage>35</fpage>
          -
          <lpage>76</lpage>
          (
          <year>2011</year>
          ), http://dx.doi.org/10.1007/s11042-010-0645-5
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Burguer</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henderson</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zarrella</surname>
          </string-name>
          , G.:
          <article-title>Discriminating gender on Twitter</article-title>
          .
          <source>In: Proceedings of the conference on empirical methods in natural language processing</source>
          (
          <year>2011</year>
          ), https://dl.acm.org/citation.cfm?id=
          <fpage>2145568</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
          </string-name>
          , J.:
          <article-title>Deep residual learning for image recognition</article-title>
          .
          <source>In: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          . pp.
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Joulin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grave</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bojanowski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Bag of Tricks for Efficient Text Classification (</article-title>
          <year>2016</year>
          ), http://arxiv.org/abs/1607.01759
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shimoni</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          :
          <source>Automatically Categorizing Written Texts by Author Gender. Literary and Linguistic Computing</source>
          <volume>17</volume>
          (
          <issue>4</issue>
          ),
          <fpage>401</fpage>
          -
          <lpage>412</lpage>
          (nov
          <year>2002</year>
          ), http://dx.doi.org/10.1093/llc/17.4.
          <fpage>401</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>LeCun</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
          </string-name>
          , G.:
          <article-title>Deep learning</article-title>
          .
          <source>Nature</source>
          <volume>521</volume>
          (
          <issue>7553</issue>
          ),
          <volume>436</volume>
          (
          <year>2015</year>
          ), https://www.nature.com/articles/nature14539
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gómez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villaseñor-Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
          </string-name>
          , E.:
          <article-title>Discriminative subprofile-specific representations for author profiling in social media</article-title>
          .
          <source>Knowledge-Based Systems 89</source>
          ,
          <fpage>134</fpage>
          -
          <lpage>147</lpage>
          (nov
          <year>2015</year>
          ), http://www.sciencedirect.com/science/article/pii/S0950705115002427
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Merler</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liangliang</surname>
            <given-names>Cao</given-names>
          </string-name>
          , Smith,
          <string-name>
            <surname>J.R.</surname>
          </string-name>
          :
          <article-title>You are what you tweet...pic! gender prediction based on semantic analysis of social media images</article-title>
          .
          <source>In: 2015 IEEE Proceedings of the 2015 Workshop on Vision and Language (VL'15)</source>
          . pp.
          <fpage>87</fpage>
          -
          <lpage>93</lpage>
          . Lisbon, Portugal (
          <year>2015</year>
          ), http://www.anthology.aclweb.org/W/W15/W15-2814.pdf
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Vinyals</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toshev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erhan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Show and Tell: A Neural Image Caption Generator</article-title>
          . CoRR (nov
          <year>2014</year>
          ), http://arxiv.org/abs/1411.4555
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Xiaojun</surname>
            <given-names>Ma</given-names>
          </string-name>
          , Tsuboshita,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Kato</surname>
          </string-name>
          , N.:
          <article-title>Gender estimation for SNS user profiling using automatic image annotation</article-title>
          .
          <source>In: 2014 IEEE International Conference on Multimedia and Expo Workshops (ICMEW)</source>
          . pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . IEEE (jul
          <year>2014</year>
          ), http://ieeexplore.ieee.org/document/6890569/
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ba</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kiros</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Courville</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salakhutdinov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zemel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Show, Attend and Tell: Neural Image Caption Generation with Visual Attention</article-title>
          .
          <source>arXiv preprint arXiv:1502.03044</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Yosinski</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clune</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lipson</surname>
          </string-name>
          , H.:
          <article-title>How transferable are features in deep neural networks</article-title>
          ? In: Ghahramani,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Welling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Cortes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Lawrence</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.D.</given-names>
            ,
            <surname>Weinberger</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.Q</surname>
          </string-name>
          . (eds.)
          <source>Advances in Neural Information Processing Systems</source>
          <volume>27</volume>
          , vol.
          <volume>27</volume>
          , pp.
          <fpage>3320</fpage>
          -
          <lpage>3328</lpage>
          . Curran Associates, Inc. (
          <year>2014</year>
          ), http://papers.nips.cc/paper/5347-how
          <article-title>-transferable-are-features-in-deep-neuralnetworks</article-title>
          .pdf
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [30]
          <string-name>
            <surname>You</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhatia</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luo</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>The Eyes of the Beholder: Gender Prediction Using Images Posted in Online Social Networks</article-title>
          .
          <source>In: 2014 IEEE International Conference on Data Mining Workshop</source>
          . pp.
          <fpage>1026</fpage>
          -
          <lpage>1030</lpage>
          . IEEE (dec
          <year>2014</year>
          ), http://ieeexplore.ieee.org/document/7022709/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>