<!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>Survey of Common Design Approaches in AML Software Development</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alexander Semenov</string-name>
          <email>alxdr.semenov@gmail.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dmitry Doropheev</string-name>
          <email>dmitry@dorofeev.su</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>In: V. Voevodin, A. Simonov (eds.): Proceedings of the</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Artem Mazeev</string-name>
          <email>mav367@mail.ru</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Timur Yusubaliev</string-name>
          <email>ytr@kpr-it.com</email>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>GraphHPC-2017 Conference, Moscow State University</institution>
          ,
          <addr-line>Russia, 02-03-2017, published at http://ceur-ws.org.</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>JSC NICEVT, Moscow Institute of Physics and Technology</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>JSC NICEVT</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Moscow Institute of Physics and Technology</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Quality Software Solutions ltd</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the recent years, money laundering activity has become more and more ubiquitious all over the world. In the paper we survey the technical aspects of anti-money laundering systems (AML). We brie y present the principles of money laundering process and features of the illegal activity that can arise in the graph of money transactions, company or user pro les. Then we present a detailed analysis of anomaly detection, machine learning and neural networks techniques in the context of AML systems.</p>
      </abstract>
      <kwd-group>
        <kwd>anti-money laundering</kwd>
        <kwd>machine learning</kwd>
        <kwd>anomaly detection</kwd>
        <kwd>graph mining</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Money laundering (ML) is a criminal activity or
process that deals with criminal proceeds to disguise their
illegal origin and make them appear legitimate. In
recent years, money laundering activity is becoming
more and more ubiquitious all over the world [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
Between 1.5 trillion USD and 2.8 trillion USD or between
2% and 5% of global gross domestic product (GDP) is
lost annually through money laundering worldwide [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        The role of nancial institutions is to nd ways to
identify, among the huge number of operations that
occur every day, those suspicious transactions and then
investigate them in more detail [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. There are many
illegal money laundering schemes of complex nature,
and new sophisticated schemes appear exploiting ever
increasing richness of money forms and economic
activity [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Some schemes are recognized by FATF
(Financial Action Task Force inter-governmental
organization that aims to set standards and promote e ective
implementation of legal, regulatory and operational
measures for combating money laundering, terrorist
nancing and other related threats to the integrity of
the international nancial system [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]).
      </p>
      <p>
        There are a large number of papers that consider
the solution of this problem, but most of them
belong to authors from China [6], Australia, India [7],
Sweden, [
        <xref ref-type="bibr" rid="ref6">8</xref>
        ], Poland, Ireland [
        <xref ref-type="bibr" rid="ref7">9</xref>
        ], Egypt [
        <xref ref-type="bibr" rid="ref8">10</xref>
        ], Pakistan
[
        <xref ref-type="bibr" rid="ref9">11</xref>
        ], Saudia. IT Giants and authors from the most
advanced natures do not publish papers which
contain technical considerations of anti-money laundering
(AML) systems with corresponding keywords.
      </p>
      <p>
        There exist only small number of survey articles
on AML systems and algorithms [
        <xref ref-type="bibr" rid="ref10 ref11 ref12">12, 13, 14</xref>
        ]. Related
works are cited in [
        <xref ref-type="bibr" rid="ref13 ref14 ref15 ref9">11,15,16,17</xref>
        ] and some other papers.
      </p>
      <p>
        Besides money laundering there is another type of
illegal activity. Fraud is a crime where the objective is
to gain money by an illegal form [
        <xref ref-type="bibr" rid="ref16">18</xref>
        ]. Fraud detection
is similar to money laundering but our survey considers
only money laundering.
      </p>
      <p>The survey is an introduction to technical and
corresponding aspects of anti-money laundering systems.
The organization of the survey is as follows.
Section 2 deals with principles of money laundering
process and features of the illegal activity that can be
found in the graph of money transactions, company
or user pro les. Section 3 provides a historical
review of main anti-money laundering approaches.
Section 4 presents detailed analysis of the state-of-the-art
techniques and AML systems. Finally, we conclude in
Section 5 .
2</p>
    </sec>
    <sec id="sec-2">
      <title>Money Laundering Features</title>
      <p>
        The process of money laundering usually consists of
three stages [
        <xref ref-type="bibr" rid="ref17">19</xref>
        ]:
      </p>
      <p>Placement is a transfer of cash into nancial
system. Placement is carried out in credit
institutions, security markets, retail trading. The goal
of placement is to conceal or disguise source or
ownership of the illegal funds. Often funds are
placed in the foreign countries. The stage of
placement of criminal proceeds is the most unreliable
stage in the process of money laundering. At this
stage there is the best chance to identify illegally
received funds.</p>
      <p>Layering is a separation of criminal proceeds
from their sources through complex chains of
nancial transactions aimed at disguising the trace
of the illegal funds. Various nancial operations
overlap one another in order to complicate the
work of AML systems and experts aimed to
identifying criminal proceeds and persons who
legalize them. If the placement of criminal funds was
successful, that is, it was not discovered, then it
becomes much more di cult to detect illegal
operations at this stage.</p>
      <p>Integration is the last stage of the legalization
process, directly aimed at creating the
appearance of legality to the criminally obtained capital.
Funds separated in the previous stages are
consolidated at the integration stage into some form,
which is convenient for the customer: money on
the account in a rst-class bank, liquid securities,
real property assets. The laundered funds are
invested further in the legal sectors of the
economy, which also creates a basis for new crimes.
To simplify further legalization of funds,
criminal communities acquire credit organizations and
other nancial institutions, and also buy signi
cant shares in the ownership of enterprises in the
real sector of the economy, transferring them
under their own control. If the money laundering
trace has not been identi ed in the two previous
stages, then it is extremely di cult to separate
legal funds from illegal ones at the integration stage.</p>
      <p>
        However, there are also two-stage and four-stage
models [
        <xref ref-type="bibr" rid="ref18">20</xref>
        ]. In the four-stage model placement
occurs simultaneously in many places (small amounts for
many di erent accounts, often through acquaintances,
relatives).
      </p>
      <p>The nancing of terrorism di ers from money
laundering in that the funding sources can be of legal
origin.</p>
      <p>It is clear from the three-stage model that a typical
money laundering scheme involves multiple
transactions, conducted through a variety of di erent
channels, banks, by a group of parties (individuals,
businesses, etc.).</p>
      <p>
        Di erent schemes can be borrowed from the rules
of committees that exist in di erent states. For
example, in USA [
        <xref ref-type="bibr" rid="ref19">21</xref>
        ], in Australia [
        <xref ref-type="bibr" rid="ref20">22</xref>
        ]. There are also
state-controlled organizations that help businesses, for
example in the USA | FINRA [
        <xref ref-type="bibr" rid="ref21">23</xref>
        ]. Some typical
money laundering schemes are described in [
        <xref ref-type="bibr" rid="ref17 ref22">19, 24</xref>
        ].
      </p>
      <p>Basic characteristics of a money laundering scheme
are the following: a role assignment between the
parties, a particular execution order of the transactions,
synchronization of transactions as per time and the
amount of transactions, etc.</p>
      <p>
        The authors of [
        <xref ref-type="bibr" rid="ref23">25</xref>
        ] note the following important
features for AML:
      </p>
      <p>Type of the main activity of the company (retail,
gambling, intermediary services);
Type, amount and size of transactions (cash
receipt, withdrawal of cash from ATM);
Geographical factor (o shore operation,
participation in the transaction of the company or a
bank with a critically low level of AML);
Speci city of the organizational structure (for
example, the company with too young founders);
Events preceding the transaction (changes in the
ownership of the company, obtaining a large loan);
Transaction history.
2.1</p>
      <sec id="sec-2-1">
        <title>Client Pro ling</title>
        <p>In AML it is important to determine potential risky
parties (users, clients). AML systems can have an
increased focus on risky users.</p>
        <p>
          The following can be used as features of risky users
[
          <xref ref-type="bibr" rid="ref24 ref3">3, 26</xref>
          ]:
        </p>
        <sec id="sec-2-1-1">
          <title>Large deposits and withdrawals;</title>
          <p>
            Periodicity of transactions;
Transactions in risky areas regarding money
laundering (in free trade-industrial zones);
Transactions of less than a speci ed threshold
amount in order to avoid control of AML systems;
Degree of bank service usage;
Reactivation of o -line accounts;
Account age.
Money laundering can be detected in the graph of
money transactions. Relations between parties in the
graph of money transactions produce social network.
The graph mining methods and methods of social
networks analysis can be applied to detect suspicious
transactions [
            <xref ref-type="bibr" rid="ref25">27</xref>
            ].
          </p>
          <p>There are di erent patterns (templates) in the
transaction graph that can be suspicious. A
common structure of a subgraph is in Figure 1 and can
correspond to the placement, layering and integration
model. Initially money is placed in X vertex. Two
other typical AML subgraphs are shown in Figures
2 and 3. It refers to cyclic business activity to
conceal money's genesis. Of course, these examples are
only schematic and real subgraphs can be di erent and
complicated. Many relevant papers solve the problem
of searching of clusters in the graph by some criteria.</p>
          <p>
            Real graph patterns can be highly complicated. In
the paper [
            <xref ref-type="bibr" rid="ref26">28</xref>
            ] an algorithm for searching of
\volcanoes" and \black holes" patterns is proposed, which
actually represents the placement, layering and
integration model. Figure 4 shows these patterns.
          </p>
          <p>
            One of the rst AML-systems [
            <xref ref-type="bibr" rid="ref27">29</xref>
            ] was created in
1995 and was based on rules. Rules can be very
complex and can be de ned with use of decision trees [
            <xref ref-type="bibr" rid="ref28">30</xref>
            ].
Rules are formulated by experts and can very
accurately detect criminal schemes. However, this
technique is human dependent, not exible and not
automatic. Further, it can not be used to recognize new
typologies of fraudulent transactions.
          </p>
          <p>
            Data mining techniques involve interdisciplinary
methods from machine learning, statistics and
databases. Anomaly detection [
            <xref ref-type="bibr" rid="ref29 ref30 ref31">31, 32, 33</xref>
            ] is the
one of the data mining problems. Systems that use
the anomaly detection began to appear after systems
based on rules. The report [
            <xref ref-type="bibr" rid="ref32">34</xref>
            ] provides an overview
of data mining techniques for detecting fraud in di
erent areas. The advantages of anomaly detection are a
capability of discovering new laundering patterns and
an ability to customize normal activities.
          </p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Machine learning and arti cial intelligence are</title>
        <p>
          big topics in the nancial services sector these days.
Machine learning is increasingly used in the modern
systems [
          <xref ref-type="bibr" rid="ref13 ref33">15, 35</xref>
          ]. The most popular problem is the
classi cation problem (two-class classi cation). The
goal is to de ne whether the given transaction is
suspicious or not after procedure of training on
precedents. The test set of precedents speci es information,
which transactions are suspicious and which are not.
The problem can be considered in terms of
probability, when for each transaction a probability (weight) of
transaction being suspicious is assigned. The Bayesian
classi cation methods can be used for the problem.
        </p>
        <p>This type of detection is only able to detect frauds
similar to those which have occurred previously and
have been classi ed by a human. To detect a novel
type of fraud it may require the use of an unsupervised
machine learning algorithm.</p>
        <p>
          Earlier AML-systems often used the principle of
analyzing the actions of a particular person, but in
modern AML-systems, the analysis of the network (or
graph) of transactions is increasingly used. For
example, in [
          <xref ref-type="bibr" rid="ref34">36</xref>
          ] on the basis of bank data, a social network
is built between the clients of the bank, which are
connected by transactions.
        </p>
        <p>
          The papers [
          <xref ref-type="bibr" rid="ref23 ref35">25, 37</xref>
          ] consider a search of patterns
in graphs (template subgraphs) that are most similar
to the known patterns. The principle of approximate
search is applied when there is no need for a xed
pattern matching, which means that the search is more
exible as it allows some deviation from the templates.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Modern Techniques and Systems</title>
      <p>It is hard to strictly classify approaches to the
development of AML systems. Each AML subsystem can
uses di erent data mining techniques.
4.1</p>
      <sec id="sec-3-1">
        <title>Anomaly Detection</title>
        <p>Anomaly detection is an identi cation of elements of
a given dataset that do not conform to the expected
pattern. These anomalies occur very infrequently but
may signify a large and signi cant threat such as cyber
intrusions or fraud, i.e. it is necessary to detect the
anomaly (suspicious) data in the background of the
other data.</p>
        <p>The advantages of anomaly detection are capability
of discovering new laundering patterns and
customization ability of normal activities. The anomaly
detection drawback is a high rate of false alarms.</p>
        <p>The unsupervised anomaly detection techniques
do not need training data. This kind of methods is
bene cial when some abnormal behavior has not been
demonstrated in the training sample, for example, if
the sample is small.</p>
        <p>
          There are a large number of methods and
algorithms for anomaly detection [
          <xref ref-type="bibr" rid="ref30">32</xref>
          ], for example:
clustering techniques [
          <xref ref-type="bibr" rid="ref36">38</xref>
          ], unsupervised neural network,
fuzzy C-means [
          <xref ref-type="bibr" rid="ref37">39</xref>
          ].
        </p>
        <p>
          A set of the features is necessary for algorithms of
anomaly detection as well as for supervised learning.
Note that the vector of features (numbers) can be
represented as a point in n-dimensional space (where n
is the number of features). The goal of the algorithm
is to nd unusual points (outliers). Outliers can be
searched using di erent algorithms [
          <xref ref-type="bibr" rid="ref38">40</xref>
          ], for example,
using the K-nearest neighbors algorithm [
          <xref ref-type="bibr" rid="ref39">41</xref>
          ].
        </p>
        <p>
          It is also possible to use statistical methods to
anomaly detection [
          <xref ref-type="bibr" rid="ref29">31</xref>
          ]. One needs to build
distribution function of some feature as a random variable,
and then select the parameters, by which the outliers
can be detected.
        </p>
        <p>
          Despite the absence of the training phase, it is
possible to develop some method of determining the
suspicious transactions to suggest the user, which
transactions may be suspicious. For example, a good simple
idea is to use the knowledge about customers and
detect activities that are not typical for reliable clients
[
          <xref ref-type="bibr" rid="ref40">42</xref>
          ].
        </p>
        <p>
          The clustering based techniques group customers
that perform similar kind of transactions into a single
cluster and then categorize either small-size clusters or
outliers as anomalous [
          <xref ref-type="bibr" rid="ref9">11</xref>
          ].
        </p>
        <p>
          Theoretically, supervised anomaly detection
methods can provide better results than unsupervised
methods, since they are based on more information.
However, the training sets usually contain some noises
that result in higher false alarm rates, and obtaining
accurate training set is a di cult problem [
          <xref ref-type="bibr" rid="ref31">33</xref>
          ].
4.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Graph Mining</title>
        <p>
          Many techniques have been developed in the past
decades for spotting outliers and anomalies in
unstructured collections of multi-dimensional data points.
On the other hand, data objects cannot always be
treated as points lying in a multi-dimensional space
independently [
          <xref ref-type="bibr" rid="ref41">43</xref>
          ]. Transaction graph is a good
abstraction for data represeting in AML systems,
inter-dependencies between transactions should be
accounted for during the anomaly detection process.
In [
          <xref ref-type="bibr" rid="ref41">43</xref>
          ] a comprehensive survey of graph based
anomaly detection techniques is presented.
        </p>
        <p>
          Graph pattern matching or graph isomorphism can
be appropriate technique for searching abnormal
subgraphs in the transaction graph. But exact matching
makes too strict requirements, and inexact algorithms
should be used instead. For example, in the paper [
          <xref ref-type="bibr" rid="ref26">28</xref>
          ]
an algorithm for searching of \volcanoes" and \black
holes" patterns is proposed, which actually represent
the placement, layering and integration model. Figure
4 shows these patterns.
        </p>
        <p>
          Database information about attendees and their
relations can be useful for anti-money laundering
algorithms. So social network analysis can be additional
technique that can be used in AML systems [
          <xref ref-type="bibr" rid="ref42">44</xref>
          ]. For
example, in [
          <xref ref-type="bibr" rid="ref34">36</xref>
          ] on the basis of bank data, a social
network is built between the clients of the bank, which
are connected by transactions. Features are calculated
for each customer (betweenness centrality, page rank,
etc.). Based on the features, each client is assigned a
role, for example, it can be an isolator role that isolates
a certain group of clients from the rest; Another role
{ the role of a communicator, which, on the contrary,
connects several groups of customers. Further
analysis of new transactions checks whether the previously
identi ed role of the client is consistent with its new
behavior.
4.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Fuzzy Graph Patterns</title>
        <p>
          In modern AML systems, the search of subgraphs that
approximately satisfy the given criteria is an
important component. The problem is called fuzzy graph
isomorphism. In [
          <xref ref-type="bibr" rid="ref23">25</xref>
          ] authors present an algorithm for
nding a fuzzy set of maximal cliques, they claim that
method based on the algorithm can contribute to
modern AML systems that use comprehensive information
from various information sources about actors as well
as experts evaluation.
        </p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref35">37</xref>
          ] authors propose a method for mining
transcation graphs based on building a model that is
parametrized by fuzzy numbers. These numbers
represent parameters of transactions and of the transaction
subgraphs to be detected. The method uses genetic
algorithm for parameters optimization.
4.4
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>Client Pro ling Systems</title>
        <p>It has been noted that in AML systems it is important
to determine potential risky parties (users, clients).</p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] a client pro ling subsystem is proposed. All
bank clients are clusterized with use of k-means [
          <xref ref-type="bibr" rid="ref43">45</xref>
          ]
and other algorithms by some features. Unsupervised
anomaly detection techniques are used for
discovering new patterns with subsequent rule generation
algorithm [
          <xref ref-type="bibr" rid="ref44">46</xref>
          ].
        </p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref24">26</xref>
          ] fuzzy rules are used for description
generation of risky users. Fuzzy rules retain the advantages
of fuzzy expert systems, while reducing the need for an
expert. The 5-layered neural network trains and
improves the fuzzy rules. The training method includes
a combination of least squares and back propagation.
4.5
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>Machine Learning</title>
        <p>
          In recent years, machine learning and arti cial
intelligence have seen an increasing interest and
popularity in the nancial services community [
          <xref ref-type="bibr" rid="ref13 ref35 ref45 ref46">15, 37, 47, 48</xref>
          ].
Machine learning is a particularly powerful tool for
prediction purposes. Supervised methods (also known
as classi cation methods) required a labeled training
set containing both normal and anomalous samples to
construct the predictive model.
        </p>
        <p>AML system based on machine learning principles
is described in the next subsection 4.5.1 .
4.5.1</p>
      </sec>
      <sec id="sec-3-6">
        <title>Australian AML system</title>
        <p>
          The Australian AML system developed for the
Australian Transaction Reports and Analysis Centre
(AUSTRAC) [
          <xref ref-type="bibr" rid="ref47">49</xref>
          ] is described in the recent papers
[
          <xref ref-type="bibr" rid="ref13 ref48">15, 50</xref>
          ] in 2016, 2017.
        </p>
        <p>The system analyzes two types of transactions:
large cash deposits and oversea transfers. The
subject of the analysis is a graph in which parties are
connected by edges of two types: one type for transaction,
another type for suspicious relations between parties.
There can be a lot of suspicious relation cases, for
example, two persons own the same account.
Transaction edge has a weight.</p>
        <p>The system performs the following actions:
1. Modeling of relationships between parties using a
graph with attributes;</p>
        <sec id="sec-3-6-1">
          <title>2. Community extraction from</title>
          <p>graph;
the transaction
3. Calculation of the features from the extracted
communities;</p>
        </sec>
        <sec id="sec-3-6-2">
          <title>4. Supervised learning.</title>
          <p>
            The development of algorithms for community
detection in a graph with attributes is an important
scienti c challenge. There are only limited number of
concerned papers, for example, the preprint of the
paper [
            <xref ref-type="bibr" rid="ref49">51</xref>
            ]. The existing community detection algorithms
can be poorly adapted to a speci c task, for example,
they detect communities of too large size. At the same
time, in the problem of detection of suspicious
transactions the size of the criminal communities are relatively
small.
          </p>
          <p>The k-step neighbors algorithm is used to
community extraction in the considered system. Authors use
its own methodology for processing the communities
that can overlap.</p>
          <p>Algorithms of the classi cation problem in machine
learning need a set of formalized features of each
object. In the considered system di erent features are
calculated for the extracted communities. Features are
determined by experts (unpublished, closed part of the
paper). Authors note that features can be divided into
several categories:
1. Demography. Aggregated features that describe
persons in the graph, for example, the average
age;
2. Graph. Features that describe the structure of
the graph;
3. Transaction. Aggregated features that describe
transactions in the extracted communities, for
example, total sum of transactions;
4. Dynamics. Varied over time features. For
example, the number of rapidly changing transaction
sizes.</p>
          <p>In the system a support vector machine (SVM)
and a random forest is used as machine learning
algorithms. Evaluation of the system gains 74{98 %
precision, the authors claim that the constructed
classi ers are able to achieve a level of performance that
is suitable for use in a real environment.
4.6</p>
        </sec>
      </sec>
      <sec id="sec-3-7">
        <title>Neural Networks</title>
        <p>It seems that while machine learning techniques are
su cient for AML purposes, neural networks seems to
be too powerful tool for AML. But there are several
examples of using neural networks in AML.</p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] authors propose a radial basis function (RBF)
neural network model based on clustering algorithm.
An RBF network is a three-layer feed-forward
neural network which consists of an input layer, a
hidden layer, and an output layer. RBF network uses
center vectors as the parameters of the hidden layer.
In the proposed algorithm center vectors are obtained
by clustering algorithm. During the training stage
the algorithm clusters the sample data, the centers
of clusters are center vectors of radial basis function.
The authors note that SVM can get good result, but
the time cost is high. The proposed method is
compared against support vector machine (SVM) and
outlier detection methods, which show that the proposed
method has the highest detection rate and the lowest
false positive rate.
        </p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref24">26</xref>
          ] a 5-layered neural network trains and
improves the fuzzy rules, which are used for generation of
risky users description. The training method includes
a combination of least squares and back propagation.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In the paper we survey the technical aspects of
antimoney laundering systems. We brie y present the
principles of money laundering process and features of
illegal activity that can arise in the graph of money
transactions, company or user pro les. Then we
present a detailed analysis of anomaly detection,
machine learning and neural networks techniques, and the
modern Australian AML system.</p>
      <p>Research is being conducted with the nance
support of the Ministry of Education and Science of the
Russian Federation Unique ID for Applied Scienti c
Research (project) RFMEFI57816X0218. The data
presented, the statements made, and the views
expressed are solely the responsibility of the authors.</p>
      <p>(FATF).
(accessed:
[6] X. Luo, \Suspicious Transaction Detection for
Anti-Money Laundering," International
Journal of Security and Its Applications, vol. 8,
no. 2, pp. 157{166, 2014. http://www.sersc.
org/journals/IJSIA/vol8_no2_2014/16.pdf
(accessed: 29.09.2017).
[7] C. Suresh, K. T. Reddy, and N. Sweta, \A
Hybrid Approach for Detecting Suspicious Accounts
in Money Laundering Using Data Mining
Techniques," Information Technology and Computer
Science, pp. 37{43, 2016.
legislation/registered-amlctf-rules
(accessed: 29.09.2017).</p>
      <p>Authority.</p>
      <p>(ac</p>
      <sec id="sec-4-1">
        <title>Laun</title>
        <p>Systems,
https:</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Lian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and P.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>\A RBF neural network model for anti-money laundering,"</article-title>
          <source>Proceedings of the Wavelet Analysis and Pattern Recognition International Conference</source>
          , pp.
          <volume>209</volume>
          {
          <issue>215</issue>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B.</given-names>
            <surname>Unger</surname>
          </string-name>
          , \
          <article-title>O shore Activities and Money Laundering: Recent Findings and Challenges,"</article-title>
          <source>European Parliament Directorate-General for Internal Policies</source>
          ,
          <year>2017</year>
          . http://www. europarl.europa.eu/RegData/etudes/STUD/
          <year>2017</year>
          /595371/IPOL_STU(
          <year>2017</year>
          )
          <article-title>595371_EN</article-title>
          .
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>C.</given-names>
            <surname>Alexandre</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Balsa</surname>
          </string-name>
          , \
          <article-title>Client Pro ling for an Anti-Money Laundering System," CoRR, vol</article-title>
          .
          <source>abs/1510.00878</source>
          ,
          <year>2015</year>
          . https://arxiv.org/ pdf/1510.00878.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>C.</given-names>
            <surname>Jedrzejek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Falkowski</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Bak</surname>
          </string-name>
          , \
          <article-title>Graph Mining for Detection of a Large Class of Financial Crimes,"</article-title>
          http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>483</volume>
          / paper4.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Financial</given-names>
            <surname>Action</surname>
          </string-name>
          Task Force http://www.fatf-gafi.
          <source>org/home/ 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>E. A.</given-names>
            <surname>Lopez-Rojas</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Axelsson</surname>
          </string-name>
          ,
          <article-title>\Multi Agent Based Simulation (MABS) of Financial Transactions for Anti Money Laundering (AML),"</article-title>
          pp.
          <volume>25</volume>
          {
          <issue>32</issue>
          ,
          <fpage>10</fpage>
          <lpage>2012</lpage>
          . http: //www.diva-portal.org/smash/get/diva2: 834702/FULLTEXT01.pdf (
          <issue>accessed</issue>
          :
          <fpage>29</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>N.</given-names>
            <surname>LeKhac and M.-T.</surname>
          </string-name>
          Kechadi, \
          <article-title>Toward a new cloud-based approach to preserve the privacy for detecting suspicious cases of money laundering in an investment bank,"</article-title>
          <source>International Conference on Computational Science</source>
          ,
          <year>2014</year>
          . http://researchrepository.ucd. ie/bitstream/handle/10197/6553/insight_ publication.
          <source>pdf?sequence=1 (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [10]
          <string-name>
            <surname>A. K. A. A. El-Din</surname>
            and
            <given-names>N. E.</given-names>
          </string-name>
          <string-name>
            <surname>Khamesy</surname>
          </string-name>
          , \
          <article-title>Data Mining Techniques for Anti Money Laundering,"</article-title>
          <source>International Journal of Advanced Research in Science, Engineering and Technology</source>
          , vol.
          <volume>146</volume>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Larik</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Haider</surname>
          </string-name>
          , \
          <article-title>Clustering based anomalous transaction reporting,"</article-title>
          <source>Procedia Computer Science</source>
          , vol.
          <volume>3</volume>
          , pp.
          <volume>606</volume>
          {
          <issue>610</issue>
          ,
          <year>2011</year>
          . http://www.sciencedirect.com/science/ article/pii/S187705091000476X (accessed:
          <fpage>29</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [12]
          <string-name>
            <surname>K. D. Rohit</surname>
            and
            <given-names>D. B.</given-names>
          </string-name>
          <string-name>
            <surname>Patel</surname>
          </string-name>
          , \
          <article-title>Review On Detection of Suspicious Transaction In Anti-Money Laundering Using Data Mining Framework,"</article-title>
          <source>International Journal for Innovative Research in Science &amp; Technology</source>
          , vol.
          <volume>1</volume>
          ,
          <year>2015</year>
          . http://www. ijirst.org/articles/IJIRSTV1I8043.pdf (
          <issue>accessed</issue>
          :
          <fpage>29</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>K.</given-names>
            <surname>Manjunath</surname>
          </string-name>
          , \
          <article-title>Data Mining Techniques for Anti Money Laundering,"</article-title>
          <source>International Journal of Advanced Research in Science Engineering and Technology</source>
          , vol.
          <volume>2</volume>
          ,
          <year>2015</year>
          . http://www.ijarset.com/upload/2015/ august/1_IJARSET_manjunath.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>N. A. L.</given-names>
            <surname>Khac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Markos</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. O'Neill</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Brabazon</surname>
          </string-name>
          , and M.-T. Kechadi, \
          <article-title>An investigation into Data Mining approaches for Anti Money Laundering,"</article-title>
          <source>International Conference on Computer Engineering and Applications</source>
          , vol.
          <volume>2</volume>
          ,
          <year>2009</year>
          . http://www.ipcsit.com/vol2/
          <fpage>94</fpage>
          -
          <lpage>C140</lpage>
          .
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Savage</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , P. Chou, and
          <string-name>
            <given-names>X.</given-names>
            <surname>Yu</surname>
          </string-name>
          , \
          <article-title>Detection of Money Laundering Groups: Supervised Learning on Small Networks,"</article-title>
          <year>2017</year>
          . https://aaai.org/ocs/index. php/WS/AAAIW17/paper/view/15101 (accessed:
          <fpage>29</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>N.-A.</given-names>
            <surname>Le-Khac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Markos</surname>
          </string-name>
          , and M.-T. Kechadi, \
          <article-title>A Heuristics Approach for Fast Detecting Suspicious Money Laundering Cases in an Investment Bank,"</article-title>
          <source>International Journal of Computer</source>
          , Electrical, Automation,
          <source>Control and Information Engineering</source>
          , vol.
          <volume>3</volume>
          , no.
          <issue>12</issue>
          ,
          <year>2009</year>
          . http://waset.org/publications/12189/aheuristics
          <article-title>-approach-for-fast-detectingsuspicious-money-laundering-cases-in-aninvestment-bank (</article-title>
          <source>accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>N. A. L.</given-names>
            <surname>Khac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Markos</surname>
          </string-name>
          , and M.-T. Kechadi, \
          <article-title>A Data Mining-Based Solution for Detecting Suspicious Money Laundering Cases in an Investment Bank,"</article-title>
          pp.
          <volume>235</volume>
          {
          <issue>240</issue>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [18]
          <string-name>
            <surname>M. P. S.-B. Almeida</surname>
          </string-name>
          , \
          <article-title>Classi cation for fraud detection with social network analysis,"</article-title>
          <source>Masters Degree Dissertation</source>
          , Engenharia Informatica e de Computadores,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A.</given-names>
            <surname>Samantha Maitland Irwin</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.-K. Raymond Choo</surname>
          </string-name>
          , and L. Liu, \
          <article-title>An analysis of money laundering and terrorism nancing typologies,"</article-title>
          <source>Journal of Money Laundering Control</source>
          , vol.
          <volume>15</volume>
          , no.
          <issue>1</issue>
          , pp.
          <volume>85</volume>
          {
          <issue>111</issue>
          ,
          <year>2011</year>
          . http://search. ror.unisa.edu.au/media/researcharchive/ open/9915914120301831/53109886220001831 (accessed:
          <fpage>29</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [20]
          <string-name>
            <surname>I. Kozlov</surname>
          </string-name>
          , \
          <article-title>About the stages of the money laundering process," Finance and credit</article-title>
          , vol.
          <volume>31</volume>
          , no.
          <issue>278</issue>
          , pp.
          <volume>76</volume>
          {
          <issue>79</issue>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [21]
          <article-title>Guide to U.S. Anti-Money Laundering Requirements</article-title>
          . https://www.protiviti.com/sites/ default/files/united_states/insights/ guide-to
          <article-title>-us-aml-requirements-</article-title>
          <source>6theditionprotiviti_0.pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Australian</given-names>
            <surname>Registered</surname>
          </string-name>
          <string-name>
            <surname>AML</surname>
          </string-name>
          /CTF Rules. http://www.austrac.gov.au/businesses/
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [23] Financial Industry Regulatory http://www.finra.org/industry/aml cessed:
          <volume>29</volume>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [24]
          <string-name>
            <surname>A. S. M. Irwin</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.-K. R. Choo</surname>
          </string-name>
          , and L. Liu, \
          <article-title>Modelling of Money Laundering and Terrorism Financing Typologies,"</article-title>
          <source>Journal of Money Laundering Control</source>
          , vol.
          <volume>15</volume>
          , no.
          <issue>3</issue>
          , pp.
          <volume>316</volume>
          {
          <issue>335</issue>
          ,
          <year>2012</year>
          . https: //www.researchgate.net/publication/ 263332155_Modelling_of_Money_Laundering_ and_Terrorism_Financing_
          <source>Typologies (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>L. S.</given-names>
            <surname>Bershtein</surname>
          </string-name>
          and
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Tselykh</surname>
          </string-name>
          , \
          <article-title>A Cliquebased Method for Mining Fuzzy Graph Patterns in Anti-money Laundering</article-title>
          <string-name>
            <surname>Systems</surname>
          </string-name>
          ," pp.
          <volume>384</volume>
          {
          <issue>387</issue>
          ,
          <year>2013</year>
          . http://doi.acm.
          <source>org/10</source>
          .1145/ 2523514.2523568 (
          <issue>accessed</issue>
          :
          <fpage>29</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>N.</given-names>
            <surname>Heidarinia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Harounabadi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Sadeghzadeh</surname>
          </string-name>
          , \
          <article-title>An Intelligent Anti-Money Laundering Method for Detecting Risky Users in the Banking Systems,"</article-title>
          <source>International Journal of Computer Applications</source>
          , vol.
          <volume>97</volume>
          , no.
          <issue>22</issue>
          ,
          <year>2014</year>
          . http://research.ijcaonline.
          <source>org/ volume97/number22/pxc3897780.pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>R.</given-names>
            <surname>Drezewski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sepielak</surname>
          </string-name>
          , and W. Filipkowski, \
          <article-title>The Application of Social Network Analysis Algorithms in a System Supporting Money Laundering Detection,"</article-title>
          <source>Inf. Sci.</source>
          , vol.
          <volume>295</volume>
          , no. C, pp.
          <volume>18</volume>
          {
          <issue>32</issue>
          ,
          <year>2015</year>
          . https: //www.researchgate.net/publication/ 267632670_The_
          <article-title>application_of_social_ network_analysis_algorithms_in_a_system_ supporting_money_laundering_detection (accessed: 29</article-title>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Xiong</surname>
          </string-name>
          , and Y. Liu, \
          <article-title>Detecting Blackholes and Volcanoes in Directed Networks,"</article-title>
          <source>CoRR</source>
          ,
          <year>2010</year>
          . https://arxiv.org/pdf/1005. 2179.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>T. E.</given-names>
            <surname>Senator</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. G.</given-names>
            <surname>Goldberg</surname>
          </string-name>
          , and
          <string-name>
            <surname>J. W.</surname>
          </string-name>
          et al.,
          <article-title>\Financial Crimes Enforcement Network AI System (FAIS) Identifying Potential Money Laundering from Reports of Large Cash Transactions,"</article-title>
          <source>AI Magazine</source>
          , vol.
          <volume>16</volume>
          , no.
          <issue>4</issue>
          , pp.
          <volume>580</volume>
          {
          <issue>585</issue>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>S.-N.</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <surname>J.-G</surname>
          </string-name>
          . Yang, \
          <article-title>A Money Laundering Risk Evaluation Method Based on Decision Tree,"</article-title>
          <source>Machine Learning and Cybernetics</source>
          , 2007 International Conference on,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>C.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Viswanathan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Choudur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Talwar</surname>
          </string-name>
          ,
          <string-name>
            <surname>W.</surname>
          </string-name>
          <article-title>Satter eld, and</article-title>
          K. Schwan, \
          <article-title>Statistical Techniques for Online Anomaly Detection in Data Centers,"</article-title>
          <source>IFIP/IEEE International Symposium on Integrated Network Management</source>
          ,
          <year>2011</year>
          . http://www.hpl.hp.com/techreports/ 2011/HPL-2011
          <source>-8.pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>V.</given-names>
            <surname>Chandola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Kumar</surname>
          </string-name>
          , \
          <article-title>Anomaly Detection: A Survey," ACM Computing Surveys</article-title>
          , vol.
          <volume>41</volume>
          , no.
          <issue>15</issue>
          ,
          <year>2009</year>
          . http: //cucis.ece.northwestern.edu/projects/ DMS/publications/AnomalyDetection.pdf (
          <issue>accessed</issue>
          :
          <fpage>29</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>S.</given-names>
            <surname>Omar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ngadi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H. H.</given-names>
            <surname>Jebur</surname>
          </string-name>
          , \
          <article-title>Machine Learning Techniques for Anomaly Detection: An Overview,"</article-title>
          <source>International Journal of Computer Applications</source>
          , vol.
          <volume>79</volume>
          , no.
          <issue>2</issue>
          , pp.
          <volume>33</volume>
          {
          <issue>41</issue>
          ,
          <year>2013</year>
          . http://research.ijcaonline.
          <source>org/ volume79/number2/pxc3891478.pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>C.</given-names>
            <surname>Phua</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Leea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Smith</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Gayler</surname>
          </string-name>
          , \
          <article-title>A Comprehensive Survey of Data Mining-Based Fraud Detection Research</article-title>
          ,"
          <year>2010</year>
          . https: //www.google.ru/url?sa=t&amp;rct
          <article-title>=j&amp;q=&amp;esrc= s&amp;source=web&amp;cd=10&amp;ved=0ahUKEwihoJijYHRAhUDiiwKHZyGBHAQFghbMAk&amp;url= https%3A%2F%2Fsites.google.com%2Fsite% 2Fcliftonphua%2Ffraud-detectionsurvey.pdf&amp;usg=AFQjCNEWy-HRGIyrgXlOcY5lOkDmn9V5w&amp;sig2=5bIw1d1Z5wtoyn_ XCNAykA&amp;cad=rjt (accessed: 29</article-title>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [35]
          <string-name>
            <surname>A. D. Pozzolo</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Caelen</surname>
            ,
            <given-names>Y.-A. L.</given-names>
          </string-name>
          <string-name>
            <surname>Borgne</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Waterschoot</surname>
          </string-name>
          , and G. Bontempi, \
          <article-title>Learned lessons in credit card fraud detection from a practitioner perspective," Expert Systems with Applications</article-title>
          , vol.
          <volume>41</volume>
          , pp.
          <volume>4915</volume>
          {
          <issue>4928</issue>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>R.</given-names>
            <surname>Drezewski</surname>
          </string-name>
          , G. Dziuban, ukasz Hernik, and
          <string-name>
            <given-names>M.</given-names>
            <surname>Paczek</surname>
          </string-name>
          , \
          <article-title>Comparison of Data Mining Techniques for Money Laundering Detection System,"</article-title>
          <source>Conference: 2015 International Conference on Science in Information Technology</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>K.</given-names>
            <surname>Michalak</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Korczak</surname>
          </string-name>
          , \
          <article-title>Graph Mining Approach to Suspicious Transaction Detection,"</article-title>
          <source>Proceedings of the Federated Conference on Computer Science and Information Systems</source>
          ,
          <year>2011</year>
          . https://fedcsis.org/proceedings/ 2011/pliks/218.pdf (
          <issue>accessed</issue>
          :
          <fpage>29</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>P.</given-names>
            <surname>Berkhin</surname>
          </string-name>
          , \
          <article-title>Survey of Clustering Data Mining Techniques,"</article-title>
          http://www.cc.gatech.edu/ ~isbell/reading/papers/berkhin02survey.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>R.</given-names>
            <surname>Winkler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Klawonn</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Kruse</surname>
          </string-name>
          , \
          <article-title>Problems of Fuzzy c-Means Clustering and Similar Algorithms with High Dimensional Data Sets,"</article-title>
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>P.</given-names>
            <surname>Kanhere and H. K. Khanuja</surname>
          </string-name>
          , \
          <article-title>A Survey on Outlier Detection in Financial Transactions,"</article-title>
          <source>International Journal of Computer Applications</source>
          , vol.
          <volume>108</volume>
          , no.
          <issue>17</issue>
          ,
          <year>2014</year>
          . http://research.ijcaonline.
          <source>org/ volume108/number17/pxc3900502.pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [41]
          <string-name>
            <surname>J. M. Keller</surname>
            ,
            <given-names>M. R.</given-names>
          </string-name>
          <string-name>
            <surname>Gray</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>James</surname>
            <given-names>A</given-names>
          </string-name>
          . Givens,
          <string-name>
            <surname>\A Fuzzy K-Nearest Neighbor</surname>
            <given-names>Algorithm</given-names>
          </string-name>
          ,
          <article-title>"</article-title>
          <source>IEEE Transactions on Systems, Man, and Cybernetics</source>
          , vol. SMC-
          <volume>15</volume>
          , no.
          <issue>4</issue>
          , pp.
          <volume>580</volume>
          {
          <issue>585</issue>
          ,
          <year>1985</year>
          . https://myteks.files.wordpress.com/
          <year>2012</year>
          /03/fuzzyknn.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kingdon</surname>
          </string-name>
          , \
          <article-title>AI Fights Money dering," IEEE Intelligent vol</article-title>
          .
          <volume>19</volume>
          , pp.
          <volume>87</volume>
          {
          <issue>89</issue>
          , may
          <year>2004</year>
          . //pdfs.semanticscholar.
          <source>org/0380/ c04339f606413c71b657fab8ee3e4556c046.pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>L.</given-names>
            <surname>Akoglu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Koutra</surname>
          </string-name>
          , \
          <article-title>Graph Based Anomaly Detection and Description: A Survey," Data Min</article-title>
          . Knowl. Discov., vol.
          <volume>29</volume>
          , pp.
          <volume>626</volume>
          {
          <issue>688</issue>
          , May
          <year>2015</year>
          . https://arxiv.org/ pdf/1404.4679.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>M.</given-names>
            <surname>Pironet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Antunes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Moura</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Gomes</surname>
          </string-name>
          , \
          <article-title>Classi cation for Fraud Detection with Social Network,"</article-title>
          https://fenix.tecnico. ulisboa.pt/downloadFile/395138965337/ ResumoAlargadoFinalEntregue.pdf (
          <issue>accessed</issue>
          :
          <fpage>29</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [45]
          <string-name>
            <given-names>G.</given-names>
            <surname>Hamerly</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Elkan</surname>
          </string-name>
          , \
          <article-title>Alternatives to the K-means Algorithm That Find Better Clusterings,"</article-title>
          pp.
          <volume>600</volume>
          {
          <issue>607</issue>
          ,
          <year>2002</year>
          . http://people.csail.mit.edu/tieu/ notebook/kmeans/15_p600-
          <fpage>hamerly</fpage>
          .
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [46]
          <string-name>
            <given-names>E.</given-names>
            <surname>Frank</surname>
          </string-name>
          and
          <string-name>
            <given-names>I. H.</given-names>
            <surname>Witten</surname>
          </string-name>
          , \
          <source>Generating Accurate Rule Sets Without Global Optimization,"</source>
          pp.
          <volume>144</volume>
          {
          <issue>151</issue>
          ,
          <year>1998</year>
          . https://pdfs.semanticscholar.
          <source>org/3998/ 12d46345ad7d93f5510b1bbda30948e7a65c.pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [47]
          <string-name>
            <surname>B. van Liebergen</surname>
          </string-name>
          , \
          <article-title>Machine Learning: A Revolution in Risk Management and Compliance?,"</article-title>
          <source>The Capco Institute Journal of Financial Transformation</source>
          , vol.
          <volume>4</volume>
          ,
          <year>2017</year>
          . https://www.iif.com/ system/files/32370132_van_liebergen_
          <article-title>- _machine_learning_in_compliance_risk_ management</article-title>
          .
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>E. A.</given-names>
            <surname>Lopez-Rojas</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Axelsson</surname>
          </string-name>
          , \
          <article-title>Money Laundering Detection using Synthetic Data,"</article-title>
          <source>The 27th annual workshop of the Swedish Arti cial Intelligence Society (SAIS)</source>
          ,
          <year>2012</year>
          . http://www. ep.liu.se/ecp/071/005/ecp12071005.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [49]
          <article-title>Australian Transaction Reports and Analysis Centre</article-title>
          . http://www.austrac.gov.
          <source>au (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [50]
          <string-name>
            <given-names>D.</given-names>
            <surname>Savage</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Chou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Yu</surname>
          </string-name>
          , \
          <article-title>Detection of money laundering groups using supervised learning in networks," 2016</article-title>
          . https://arxiv.org/pdf/1608.00708.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [51]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>McAuley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and J.</given-names>
            <surname>Leskovec</surname>
          </string-name>
          , \
          <article-title>Community Detection in Networks with Node Attributes,"</article-title>
          <year>2014</year>
          . https://arxiv.org/pdf/1401. 7267v1.
          <source>pdf (accessed: 29.09</source>
          .
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>