<!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>October</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>An Approach to User Feedback Processing in Order to Increase Clustering Results Quality</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pavel V. Dudarin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nadezhda G. Yarushkina</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ulyanovsk State Technical University</institution>
          ,
          <addr-line>Ulyanovsk</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>1</volume>
      <fpage>0</fpage>
      <lpage>16</lpage>
      <abstract>
        <p>Dataset clustering could have more than one “right” result depending on a user intention. For example, texts could be clustered according to their topic, style or author. In case of unsatisfactory results, a data scientist needs to re-construct a feature space in order to change the results. The relation between the feature space and the result are often quite complicated. The latter results in building several clustering models to explore useful relations. Interactive clustering with feedback is aimed to cope with this problem. In this paper an approach to user feedback processing during clustering is presented. The approach is based on end-to-end clustering and uses an autoencoder neural network. This technique allows to adjust iteratively the computing clusters without changing feature space.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Clustering</kwd>
        <kwd>Interactive Clustering</kwd>
        <kwd>Mixed-Initiative Clustering</kwd>
        <kwd>Constrained Clustering</kwd>
        <kwd>SemiSupervised Clustering</kwd>
        <kwd>End-to-End Clustering</kwd>
        <kwd>Learning to Cluster</kwd>
        <kwd>Clustering with Intent</kwd>
        <kwd>Deep Embedding</kwd>
        <kwd>Deep Representation</kwd>
        <kwd>Feedback</kwd>
        <kwd>Neural Networks</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Clustering methods traditionally considered as unsupervised. Unsupervised learning is possible as
long as data contains its meta information inside. Clustering methods are aimed to retrieve this meta
information and use it to partition or hierarchically organize user data [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. However in practice data
scientists usually have background knowledge or at least a hypothesis about explored dataset. This is
true for any kind of domain: economical [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], data collected from sensors, industrial devices [28] or
data collected by computer program [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Almost in every clustering case an expert assistance is vital
for data correction and validation, clustering structure correction or hierarchy changes, or it is useful
for significant improvement of clustering result by means of expert knowledge which is not included
in the data itself. An expert assistance is of big importance in text clustering [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Clustering of short
text is one of the most challenging tasks [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. It is almost impossible to get a partition without
providing additional information about user intent [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Apart from the obvious partitioning by topic,
many other partitioning could be useful: type of person story, target auditory, legal status or a
combination. It is not clear what is the rule to construct clusters. This problem is summarized as
follows: “there is no right clustering, but there are useful” [Bae J. et al., 2020]. Expert feedback may
be unavailable, but its embedding in the clustering process greatly improves the results and is much in
demand by users [27]. But it is important that an expert be involved seamlessly in this process, and
internal understanding of algorithm details was not necessary. A clustering algorithm should provide
clear connection between expert knowledge and the result.
      </p>
      <p>In [Bae J. et al., 2020] authors show growing interest in interactive clustering i.e., clustering with
user feedback. Fig. 1. shows amount of studies and clustering methods used.</p>
      <p>In this paper an approach to clustering under expert feedback is proposed. This approach allows to
incorporate user feedback into a wide range of clustering methods based on neural networks, for
example into DEC algorithm (Unsupervised Deep Embedding for Clustering Analysis) [31].</p>
      <p>The rest of the paper is organized as follows: Section 2 contains a review and analysis of related
work. In Section 3 we give a formal description of the problem. Section 4 introduces the proposed
approach. In Section 5 we describe experiments and discuss their results. Section 6 concludes the
paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        In order to determine a circle of related work it is necessary to clarify definitions and classification
of clustering methods. Modern scientific studies tend to name clustering methods where additional
information is used, which is not included in the dataset, as semi-supervised clustering methods or
constrained clustering methods [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The majority of studies in this field have additional information ‘a
priory’, as input information with explored dataset. Usually, this information is given as pair-wise
constraints [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], partially marked labels [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], constraints on a hierarchy structure or background
information is given by means of transfer learning [30] (for example, as node weights from neural
network trained on related classification problem). Besides, all the constraints and labels could be
fuzzy (for example, soft labels) [24].
      </p>
      <p>
        Meanwhile, there are methods receiving additional information during clustering process. A
comprehensive review of these methods is done in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. These methods are called as interactive
clustering methods. One of the first methods in this area was fuzzy and was proposed in [26]. Depend
on interaction character and type of received information all the methods could be divided in groups:
active clustering as a part of active learning field [
        <xref ref-type="bibr" rid="ref16 ref8">16, 8</xref>
        ]; reinforcement clustering, where feedback is
received from natural or artificial environment [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]; interactive clustering with user feedback or
mixedinitiative clustering, where feedback is received from a user as a reaction, correction command or
evaluation of the clustering result. The last mentioned methods allow to reveal latent intentions of the
user and obtain really useful clustering, because the user recognizes the right result when looks on it.
      </p>
      <p>
        Many authors point that there are some types of studies considered as interactive clustering by
mistake: methods with interactive visualization of clustering results, methods of interactive choice of
clustering algorithms and some others [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Methods of assisting clustering also should be mentioned [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The leading role in these methods
plays a user, which defines clusters, their structure, while algorithm just suggests candidate objects for
each cluster. These methods are not widely used.
      </p>
      <p>
        Interactive clustering methods with user feedback could be grouped according to the type of
feedback. The first group, which includes the majority of studies, contains studies where a user
iteratively and interactively could directly change algorithm parameters, similarity metric, clustering
features [20]. The second group contains methods where a user interacts directly with the result of
clustering. The user could point which clusters should be merged or split, directly move elements
between clusters or decide what to do with outliers [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. An approach proposed in this paper
relates to the second group. The user does not need to know the algorithm details in order to use it and
could switch between similar methods without changing the main character of its work.
      </p>
      <p>
        The first step of clustering, evidently, is just an unsupervised clustering. So, all the interactive
clustering methods are based on top of some unsupervised clustering algorithm by adding feedback
processing into it. According to review [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] the majority of interactive clustering methods are based
on: k-means, c-means, agglomerative clustering and graph clustering. A few studies use neural
networks with SOM (Kohonen self-organized maps) architecture.
      </p>
      <p>
        The classical clustering methods are successfully used in many cases and show high results,
although the most of best results are shown by modern clustering methods. The majority of modern
clustering methods are based on deep neural networks [22, 29, 32, 33]. Theirs advantage could be
explained by ability of neural networks to transfer learning and learning to cluster, by complicated
non-linear embedding used for feature construction (representation learning, embedding learning)
which is more appropriate for clustering methods (for example, dimension reduction is a good way to
increase clustering result quality) [35]. But the major contribution of neural network technique into
clustering is a way to construct end-to-end clustering methods. There is no division into feature
construction phase and partitioning phase in end-to-end clustering [23] and [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. This allows to learn
simultaneously clustering features that suites the best for the current task and to perform partitioning.
There are studies where transfer learning abilities are shown: a neural network trained to cluster
images in one domain was used to do the same task in another but related domain. There are some
semi-supervised methods among those based on a neural network [
        <xref ref-type="bibr" rid="ref19">30, 19</xref>
        ], but they just use labels and
pair-wise constraints to tune the loss function and these constraints could not be changed during the
clustering process.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Related work</title>
      <p>
        A study by [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] is dedicated to construction of meta-schema that generalizes taxonomy of modern
clustering methods based on neural networks. The most of modern methods correspond to this schema
(see Fig. 2.) [
        <xref ref-type="bibr" rid="ref10">10, 31, 34</xref>
        ]. The schema shows that feedback usage in a loss function allows to
simultaneously fine-tune latent feature space according to user intent and perform clustering itself.
      </p>
      <p>Current study is aimed to construct interactive clustering methods with user feedback based on
generalized schema described above. As a basic clustering method for this task method based on
neural network with Kullback-Leibler divergence as a common loss function could be used. In
particular, in this paper proposed a method based on DEC (Unsupervised Deep Embedding for
Clustering Analysis) [31]. Feedback processing could be added to this method due to special
properties of loss function based on Kullback-Leibler divergence that intuitively could be seen as a
gravity controller between dataset objects and cluster centers. So, slight changes to the gravity
between them lead to managed changes in clustering results.</p>
    </sec>
    <sec id="sec-4">
      <title>4. An approach to user feedback processing</title>
      <p>The proposed approach suggests the idea that the clustering result criticism is the most easy and
precise feedback. So it allows two types of feedback: “object Xi should be included into cluster Cj”
and “object Xi should not be included into cluster Cj”. One portion of feedback could contain any
number of constraints. For example, the swapping two elements between clusters implies to establish
two constraints of the first type.</p>
      <p>
        As it was mentioned above, the DEC (Unsupervised Deep Embedding for Clustering Analysis)
algorithm has been chosen as a base for the proposed approach, but the same technique could be
applied to many other methods, for example to DEPICT [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Input dataset X={xi | i ∈ [0, N) }, N –
amount of objects in the dataset. The initial vector space of objects with a help of encoder (which is a
part of pre-trained autoencoder) projects to another vector space of lower dimensionality: fθ: X → Z,
where θ – neural network parameters (weights), Z – latent feature space. Feature space Z is called
latent, because it is constructed in unsupervised way during clustering process as a hidden layer of
neural network. In this study an encoder of following structure is used: d-50-50-20-k, where d
dimensionality of input dataset, k – amount of clusters. The result of clustering algorithm is a set of
cluster centers in a space Z: {µj ∈  | j ∈ [0, k)}, where k – demanded amount of clusters. Cluster
centers initialization is provided by k-means clustering over initial object representation obtained
from autoencoder.
      </p>
      <p>The process of cluster centers searching and the process of feature space construction performed
simultaneously by means of common loss function. As a similarity measure between object and
cluster center a metric based on Student’s t-distribution with one degree of freedom (Q) is used.
  =</p>
      <p>(1 + ||  −   ||2)−1
∑ =0(1 + ||  −   ||2)−1).</p>
      <p />
      <p>Objective function (loss function) is composed as Kullback-Leibler divergence between actual
distribution Q and auxiliary target distribution P.</p>
      <p>Auxiliary target distribution P is defined as:
 =  ( || ) =
  log</p>
      <p>.</p>
      <p>=
 
2</p>
      <p>∑ =0
  
2⁄ 
,
 
 

  =
  .</p>
      <p>This distribution has some important properties: (1) strengthen predictions (i.e., improve cluster
purity), (2) put more emphasis on data points assigned with high confidence, and (3) normalize loss
contribution of each centroid to prevent large clusters from distorting the hidden feature space.</p>
      <p>It is quite obvious that the loss function is aimed to make qij greater than pij. Partial derivatives are:
It is evident that in the case of a negative value (pij-qij) &lt; 0 an object Xi will be pushed out of the
cluster Cj, even though there is no loss from objective function.</p>
      <p>This loss function is used during the first iteration of the algorithm while no feedback was
provided. Then the user looking at the clustering result provides a feedback. In order to add feedback
processing into this algorithm it is proposed to use following equation for partial derivatives instead:
 
  
 
  
= 2
= −2</p>
      <p>= 2
= −2


2 −1
2 −1
2 −1
2 −1
+1   −</p>
      <p>∗   −   ∗   −   ,
+1   −</p>
      <p>∗   −   ∗   −   .
+1   −</p>
      <p>∗   −   ∗   ∗   −   ,
+1   −  
∗   −   ∗   ∗   −   ,
Using T = {tij} –feedback matrix (user’s tips), where :</p>
      <p>&gt; 0 ,  

 = &lt; 0,
   
1,</p>
      <p>ℎ</p>
      <p>study value |tij| = 1000 was used for all the cases. Although experiments have shown that in cases with
moving object out of the cluster it is better to use higher absolute values of tij.</p>
      <p>Iteration with a user feedback are performed till the satisfactory result of clustering. Each iteration
the user provides new feedback matrix. The neural networks weights and cluster centers are tuned
according to received feedback.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Experiments description and result analysis</title>
      <p>To demonstrate usefulness and effectiveness of the proposed approach two types of experiments
have been done. Firstly, synthetic generated data set was used. This dataset consists of simple one-hot
vectors. It seems that clustering of this data set is trivial, but in practice any partition of one-hot
vectors could be right, depending on user intention. It will be shown below how the user could change
a wrong partition to make it right. Secondly, an experiment with Fishers’ Irises has been done.
Fishers’ Irises is a common dataset for classification and clustering tasks. There is no standard
benchmark dataset for iterative clustering. However by clustering Fishers’ Irises dataset the
comparison with other clustering methods could be done. An ability to significantly increase
clustering result quality will be demonstrated in this experiment.
5.1.</p>
    </sec>
    <sec id="sec-6">
      <title>Experiments with synthetic generated dataset</title>
      <p>defined.</p>
      <p>There were generated synthetic dataset consisted of 400 items of one-hot vectors, as follows:
1. As a base 4 classes of one-hot vectors {(1,0,0,0); (0,1,0,0); (0,0,1,0); (0,0,0,1)} have been
2. Random noise from uniform distribution U[0, 1/10] was added to each vector to generate 125
vector variations just in order to augment data.
3. Projection into latent feature space for the first 12 vectors will be shown as a clustering result.</p>
      <p>3 samples from each group. This is done to make figures clear without uninformative details.</p>
      <p>A clustering process aimed to produce 2 clusters in this dataset was performed. Clustering
results are shown in Table 1. Final value of autoencoder loss function was 0.000341. Figure 3
shows a distribution of first 12 vectors (in a latent feature space) from dataset on the plane. From
this starting point 3 experiments were conducted according to different possible user feedback
cases: vector X1 should be included in C1; vector X1 should be moved out from C1; complex
feedback with a command to swap vectors X2 and X3. All the experiments were performed from
one starting point in order to reduce amount of figures, but sequential user feedback processing is
also possible without any limitations.</p>
      <sec id="sec-6-1">
        <title>Sample vectors list of synthetic generated dataset</title>
        <p>
          cluster C1 in a form of feedback matrix was provided: T[
          <xref ref-type="bibr" rid="ref4">500,4</xref>
          ] = {tij | i ∈ [0, 500), j ∈ [0, 4)}, where

 =
1000,
Also it is worth pointing out that semantic distance between the third and the fourth classes has been
preserved, the same as for mutual arrangement of vectors inside each class.
4b – results after a user feedback provided, 4c and 4d – zoomed in resulting clusters.
        </p>
        <p>
          The second experiment suggests that a user knows that vector X2 is semantically could not belong
to the same cluster with X3. In this case user does not point out the cluster where X2 should be
included. According to this, a feedback demanding that vector X2 should be moved out of the cluster
C1 in a form of feedback matrix was provided: T[
          <xref ref-type="bibr" rid="ref4">500,4</xref>
          ] = {tij | i ∈ [0, 500), j ∈ [0, 4)}, where

 =
−1000,
1,
        </p>
      </sec>
      <sec id="sec-6-2">
        <title>5b – results of iteration with a user feedback.</title>
        <p>
          The third experiment suggests that a user knows that vector X1 and X2 should be swapped.
According to this, a feedback matrix was provided: T[
          <xref ref-type="bibr" rid="ref4">500,4</xref>
          ] = {tij | i ∈ [0, 500), j ∈ [0, 4)}, where
1000,

swapped, but the whole classes 2 and 3 too.
results, 6b – results of iteration with a user feedback.
        </p>
        <p>
          For the fourth experiment noise level was 10 times increased using another uniform distribution
U[
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ]. This is done to show general clustering abilities of proposed method. Four samples of the
input dataset are shown in Table 2. Fig.7a demonstrates the first 12 vectors partitioned by the first
clustering iteration. Vectors X0 and X2 were partitioned incorrectly. To correct this result a feedback
matrix was constructed: T[
          <xref ref-type="bibr" rid="ref4">500,4</xref>
          ] = {tij | i ∈ [0, 500), j ∈ [0, 4)} where
        </p>
        <p>1000,


user feedback gently corrects results without dramatic changes in partitioning itself.
results of iteration with a user feedback.
5.2.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Experiments with synthetic Fishers’ Irises dataset</title>
      <p>
        Fishers’ Irises dataset is a standard dataset for classification and clustering tasks [21]. It has petal
and sepal length and width as features. This dataset has 3 classes ‘setosa’, ‘versicolor’, ‘virginica’.
order to augment data slight random noise from uniform distribution U[0, 1/10] has been added to
each vector to multiply this data set in 4 times. In total 600 items have been obtained.
partitioned flowers respectively. Classes ‘versicolor’ and ‘virginica’ are actually close to each other
and even classification algorithms could not distinguish them without any errors. However, let the
user knows the real classes just for two items (in this example vectors with numbers 7 and 50) that
have been partitioned incorrectly, so they should be swapped. Feedback matrix form the user
provided: T[
        <xref ref-type="bibr" rid="ref3">600,3</xref>
        ] = {tij | i ∈ [0, 600), j ∈ [0, 3)}, where
      </p>
      <p>1000,

latent feature space on a plane the t-SNE algorithm from python sklearn library has been used [25]).
Incorrectly partitioned items 7 and 50 were moved to their classes, besides more errors were corrected
by clustering method in unsupervised manner. After the 100-th epoch of the second iteration just 8
and 2 items partitioned incorrectly according to ground truth in 2-nd and 3-rd classes respectively. An
accuracy of the resulting partitioning is 0.98(3). To compare, the average result of clustering
performance state-of-the-art unsupervised clustering methods is 0.85 and for the state-of-the-art
classification method is 0.971. Many clustering algorithms are not able to distinguish 2-nd and 3-rd
classes at all [21].</p>
      <p>Figure 8 (a,b): Clustering results for the Fishers’ Irises dataset. Amount of incorrectly partitioned
items has been decreased from 26 (8a) to 10(8b) due to feedback provided.</p>
    </sec>
    <sec id="sec-8">
      <title>6. Conclusion</title>
      <p>In this paper the recent methods of interactive clustering with user feedback are discussed. There
are a lot of modern unsupervised clustering methods demonstrating as good results as the
state-of-theart approaches, but a few methods could process user feedback. To compensate the lack of interactive
methods an approach to user feedback processing as interactive clustering technique with user
feedback was proposed. This approach is based on neural network and the DEC algorithm was used
as a base to demonstrate the core idea of proposed technique. Experiments have shown usability and
effectiveness of the proposed approach. Although, lack of sensibility to “moving out of the cluster”
operation was detected.</p>
      <p>Future studies will be dedicated to investigation of possible alternatives to auxiliary target
distribution and further exploring its properties. Also it is planned to add more types of feedback to
the approach, for example, pair-wise feedback or structure of desired hierarchy.</p>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgements</title>
      <p>The report study was funded by RFBR and the government of Ulyanovsk region according to the
research project Num. 18-47-00019.
[20] Huang Y. Mixed-Iterative Clustering, PhD thesis at Language Technologies Institute School of</p>
      <p>Computer Science Carnegie Mellon University Pittsburgh, PA 15213, 2010.
[21] Leela V., Sakthipriya K., Manikandan R., Comparative Study of Clustering Techniques in Iris
Data Sets, in: World Applied Sciences Journal 29 (Data Mining and Soft Computing
Techniques), 2014.
[22] Li L., Kameoka H., Deep Clustering with Gated Convolutional Networks, in: IEEE International</p>
      <p>Conference on Acoustics, Speech and Signal Processing (ICASSP), Calgary, 2018.
[23] Meier B.B., Elezi I., Amirian M., Dürr O., Stadelmann T. Learning Neural Models for
End-toEnd Clustering, in: Artificial Neural Networks in Pattern Recognition edited by Pancioni L.,
Schwenker F., Trentin E., Lecture Notes in Computer Science, vol 11081. Springer, Cham, 2018.
[24] Nebu C.M., Joseph S., Semi-supervised clustering with soft labels, in: International Conference
on Control Communication &amp; Computing India (ICCC), Trivandrum, 2015.
[25] Pedregosa F., Varoquaux G, Gramfort A., Michel V., Thirion B., Grisel O., Blondel M.,
Prettenhofer P., Weiss R., Dubourg V., Vanderplas J., Passos A., Cournapeau D., Brucher M.,
Perrot M., Duchesnay É., Scikit-learn: Machine Learning in Python, in: Journal of Machine
Learning Research, 2011, vol. 12.
[26] Pedrycz W., Algorithms of fuzzy clustering with partial supervision, in: Pattern Recognition</p>
      <p>Letters, Volume 3, 1985.
[27] Shelekhova N.V., Rimareva L.V., Management of Technological Processes of Production of
Alcohol Products with the Application of Information Technology, in: Storage and processing of
agricultural raw materials, Moscow, 2017(3).
[28] Shelekhova N.V., Polyakov V.A., Serba E.M., Shelekhova T.M., Veselovskaya O.V.,
Skvortzova L.I., Information technology in the analytical quality control of alcoholic beverage,
in: Food Industry, Moscow, 2018(12).
[29] Suresh T., Meena Abarna K.T., LSTM Model for Semantic clustering of user-generated content
using AI Geared to wearable Device, in: Semanticscholar.org Corpus ID: 212585860, 2017.
URL:
https://www.semanticscholar.org/paper/LSTM-Model-for-Semantic-clustering-of-contentusing-Suresh-Abarna/7b72349284b78803fe2581a041e5c7a19a081bdc
[30] Wang Z., Mi H., Ittycheriah A., Semi-supervised Clustering for Short Text via Deep
Representation Learning, in: Proceedings of The 20th SIGNLL Conference on Computational
Natural Language Learning, Association for Computational Linguistics, Berlin, Germany, 2016.
[31] Xie J., Girshick R., Farhadi A., Unsupervised deep embedding for clustering analysis, in:
ICML'16: Proceedings of the 33rd International Conference on International Conference on
Machine Learning, 2002.
[32] Xu J., Xu B., Wang P., Zheng S., Tian G., Zhao J., Self-Taught Convolutional Neural Networks
for Short Text Clustering, in: IEEE Neural Networks, 2017, Volume 88.
[33] Yang C., Shi X., Jie L., Han J., I Know You'll Be Back: Interpretable New User Clustering and
Churn Prediction on a Mobile Social Application, in: the 24th ACM SIGKDD International
Conference, 2018.
[34] Yang J., Parikh D., Batra D., Joint Unsupervised Learning of Deep Representations and Image
Clusters, in: IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas,
NV, 2016.
[35] Yang B., Fu X., Sidiropoulos N.D., Hong M., Towards K-means-friendly spaces: Simultaneous
deep learning and clustering, in: Proceedings of the 34th International Conference on Machine
Learning, Volume 70, 2017.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Aljalbout</surname>
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Golkov</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Siddiqui</surname>
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Strobel</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cremers</surname>
            <given-names>D.</given-names>
          </string-name>
          ,
          <source>Clustering with Deep Learning: Taxonomy and New Methods</source>
          ,
          <year>2018</year>
          . arXiv:
          <year>1801</year>
          .07648.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Bae</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Helldin</surname>
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riveiro</surname>
            <given-names>M. Nowaczyk S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bouguella</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Falkman</surname>
            <given-names>G.</given-names>
          </string-name>
          ,
          <article-title>Interactive Clustering: A Comprehensive Review</article-title>
          , in: ACM Comput. Surv.,
          <year>2020</year>
          , Vol.
          <volume>53</volume>
          , No.
          <volume>1</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Bagherjeiran</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eick</surname>
            <given-names>C. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen C</surname>
          </string-name>
          .-S.,
          <string-name>
            <surname>Vilalta</surname>
            <given-names>R.</given-names>
          </string-name>
          ,
          <article-title>Adaptive clustering: obtaining better clusters using feedback and past experience</article-title>
          ,
          <source>in: Fifth IEEE International Conference on Data Mining (ICDM'05)</source>
          , Houston, TX,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Balcan</surname>
            <given-names>M.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blum</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <article-title>Clustering with Interactive Feedback</article-title>
          , in: Freund Y.,
          <string-name>
            <surname>Györfi</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Turán</surname>
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zeugmann</surname>
            <given-names>T</given-names>
          </string-name>
          . (eds) Algorithmic
          <source>Learning Theory. Lecture Notes in Computer Science</source>
          , vol
          <volume>5254</volume>
          . Springer, Berlin, Heidelberg,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Basu</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Banerjee</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mooney</surname>
            <given-names>R.</given-names>
          </string-name>
          ,
          <article-title>Semi-supervised Clustering by Seeding</article-title>
          .,
          <source>in: Proceedings of 19th International Conference on Machine Learning</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Basu</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davidson</surname>
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wagstaff</surname>
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Constrained</surname>
            <given-names>Clustering</given-names>
          </string-name>
          :
          <article-title>Advances in Algorithms</article-title>
          , Theory, and Applications, CRC Press,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Basu</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fisher</surname>
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Drucker</surname>
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <article-title>Assisting Users with Clustering Tasks by Combining Metric Learning and Classification</article-title>
          ,
          <source>in: Proceedings of the Twenty-Fourth AAAI Conference on Artificial Intelligence</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Dasgupta</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <source>Which Clustering Do You Want? Inducing Your Ideal Clustering with Minimal Feedback</source>
          ,
          <year>2014</year>
          . arXiv:
          <volume>1401</volume>
          .5389. URL: https://arxiv.org/abs/1401.5389.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Demiriz</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bennett</surname>
            <given-names>K.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Embrechts</surname>
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>A Genetic</given-names>
            <surname>Algorithm</surname>
          </string-name>
          <article-title>Approach for Semi-Supervised Clustering</article-title>
          , in:
          <source>International Journal of Smart Engineering System Design</source>
          ,
          <year>2002</year>
          , vol.
          <volume>4</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Dizaji</surname>
            <given-names>K.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herandi</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deng</surname>
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cai</surname>
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <article-title>Deep Clustering via Joint Convolutional Autoencoder Embedding and Relative Entropy Minimization</article-title>
          , in: IEEE International Conference on Computer Vision (ICCV), Venice,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Dudarin</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pinkov</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yarushkina</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <article-title>Methodology and the algorithm for clustering economic analytics object</article-title>
          ,
          <source>in: Automation of Control Processes</source>
          .
          <year>2017</year>
          . Vol.
          <volume>47</volume>
          , № 1. P.
          <volume>85</volume>
          -
          <fpage>93</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Dudarin</surname>
            <given-names>P.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yarushkina</surname>
            <given-names>N.G.</given-names>
          </string-name>
          ,
          <article-title>An Approach to Fuzzy Hierarchical Clustering of Short Text Fragments Based on Fuzzy Graph Clustering</article-title>
          ,
          <source>in: Proceedings of the Second International Scientific Conference "Intelligent Information Technologies for Industry" (IITI'17)</source>
          .
          <source>IITI 2017. Advances in Intelligent Systems and Computing</source>
          .
          <year>2018</year>
          . vol
          <volume>679</volume>
          . Springer. Cham.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Dudarin</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Samokhvalov</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yarushkina</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <article-title>An Approach to Feature Space Construction from Clustering Feature Tree</article-title>
          , in: Kuznetsov S.,
          <string-name>
            <surname>Osipov</surname>
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stefanuk</surname>
            <given-names>V</given-names>
          </string-name>
          . (eds) Artificial Intelligence.
          <source>RCAI 2018. Communications in Computer and Information Science</source>
          , vol
          <volume>934</volume>
          . Springer, Cham,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Dudarin</surname>
            <given-names>P.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tronin</surname>
            <given-names>V.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Svyatov</surname>
            <given-names>K.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          <article-title>Technique to Pre-trained Neural Network Language Model Customization to Software Development Domain</article-title>
          , in: Kuznetsov S.,
          <string-name>
            <surname>Panov</surname>
            <given-names>A</given-names>
          </string-name>
          . (eds) Artificial Intelligence.
          <source>RCAI 2019. Communications in Computer and Information Science</source>
          , vol
          <volume>1093</volume>
          . Springer, Cham,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Dudarin</surname>
            <given-names>P.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tronin</surname>
            <given-names>V.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Svatov</surname>
            <given-names>K.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belov</surname>
            <given-names>V.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakurov</surname>
            <given-names>R.A.</given-names>
          </string-name>
          ,
          <article-title>Labor intensity evaluation technique in software development process based on neural networks</article-title>
          ,
          <source>in: Proceedings of the Second International Scientific Conference "Intelligent Information Technologies for Industry" (IITI'19)</source>
          .
          <source>Advances in Intelligent Systems and Computing</source>
          , Springer. Cham,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Fatehi</surname>
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bozorgi</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zahedi</surname>
            <given-names>M.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Asgarian</surname>
            <given-names>E.</given-names>
          </string-name>
          ,
          <article-title>Improving semi-supervised constrained kmeans clustering method using user feedback</article-title>
          ,
          <source>in: Journal of Computing and Security</source>
          ,
          <year>2014</year>
          , Volume
          <volume>1</volume>
          , Number 4.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Greff</surname>
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>van Steenkiste</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidhuber</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <source>Neural Expectation Maximization, in: Advances in Neural Information Processing Systems</source>
          <volume>30</volume>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Hastie</surname>
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tibshirani</surname>
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Friedman</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <source>The Elements of Statistical Learning: Data Mining, Inference, and Prediction. Second Edition</source>
          , in: Springer Series in Statistics book series,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Hoffer</surname>
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ailon</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <article-title>Deep Metric Learning Using Triplet Network, in: Feragen A</article-title>
          .,
          <string-name>
            <surname>Pelillo</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loog</surname>
            <given-names>M</given-names>
          </string-name>
          . (eds)
          <article-title>Similarity-Based Pattern Recognition</article-title>
          .
          <source>Lecture Notes in Computer Science</source>
          , vol
          <volume>9370</volume>
          . Springer, Cham,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>