<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Sub-optimal Recall in Visual Cluster Retrieval: When Clusters Look Like Bridges</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Mathieu</forename><surname>Jacomy</surname></persName>
							<email>mathieu.jacomy@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="institution">Aalborg Universitet</orgName>
								<address>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Matilde</forename><surname>Ficozzi</surname></persName>
							<email>matildefic@ikl.aau.dk</email>
							<affiliation key="aff0">
								<orgName type="institution">Aalborg Universitet</orgName>
								<address>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Anders</forename><forename type="middle">K</forename><surname>Munk</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Danmarks Tekniske Universitet</orgName>
								<address>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Sub-optimal Recall in Visual Cluster Retrieval: When Clusters Look Like Bridges</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">12A991C2EA3DB033267036EAE54FED96</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:48+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>human-centered computing, graph drawing, network visualization, community detection, visual cluster retrieval, visual network analysis (A. K. Munk) 0000-0002-6417-6895 (M. Jacomy)</term>
					<term>0009-0001-8660-5734 (M. Ficozzi)</term>
					<term>0000-0002-5542-3065 (A. K. Munk)</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Force-directed node placement algorithms, a popular technique to visualise networks, are known to optimize "cluster separability": when sets of densely connected nodes get represented as well-separated groups of dots. Using these techniques leads us to conceive networks as sets of clusters connected by bridges. This is also how we tend to think of the "community structure" model embedded in clustering techniques like modularity maximization. Yet this mental model has flaws. We specifically address the notion that clusters ("communities") necessarily look like groups of dots, through the mediation of a node placement algorithm. Although often true, we provide a reproducible counterexample: topological clusters that look like bridges. First, we present an empirical case that we encountered in a real world situation, while mapping the academic landscape of AI and algorithms. Second, we show how to generate a network of arbitrary size where a cluster looks like a bridge. In conclusion, we open a discussion about layout algorithms as a visual mediation of a network's community structure. We contend that when it comes to the accuracy of retrieving clusters visually, node placement algorithms have an imperfect recall despite an excellent precision.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The purpose of drawing a large graph (a.k.a. making a network map) is generally to mediate its topological features. One aims to produce visual patterns providing insights about its community structure <ref type="bibr" target="#b21">[22]</ref>. The expected visual pattern mainly consists of visually separated aggregates of dots, that one interprets as clusters or communities, i.e. densely connected sets of nodes. In practice, one rarely sees a cluster if it does not exist in the topology (although we do not assess that statement here). And one tends to assume that conversely, if a cluster exists in the graph topology, it is necessarily visible in the layout. In this paper, we argue that this assumption can be wrong in common situations. We find that a common topological cluster pattern could often get mediated differently from the compact aggregate of dots one generally expects, for instance as a bridge (Figure <ref type="figure" target="#fig_0">1</ref>). In short, some clusters can be dense enough to be consistently picked up by common clustering techniques, yet not dense enough to be displayed as visual aggregates by common layout techniques.</p><p>In section 2 we report our observations from a real-world situation where we find such clusters in a co-occurrence network about AI and algorithms in science. In section 3 we draw on those observation to build a procedure to generate clusters that look like bridges. We conclude by framing this issue as an accuracy problem for the task of retrieving clusters visually, more specifically as a recall issue.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1.">Related work</head><p>If community detection techniques like modularity maximization <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b20">21]</ref> have become a staple of visual network analysis, it is notably because the retrieved communities closely match the visual clusters produced by force-driven algorithms. This result was voiced by Noack as "modularity clustering is a force-directed layout" <ref type="bibr" target="#b13">[14]</ref>.</p><p>Noack formalized graph drawing as an optimization problem about the "separation of communities" <ref type="bibr" target="#b13">[14]</ref>. In this mental model, graphs are imagined as communities connected by bridges. On a practical level, using force-directed layouts and community detection algorithms to analyze networks reinforces the notion that a network's community structure solely consists of clusters connected by bridges (Figure <ref type="figure" target="#fig_1">2</ref>). Indeed, the visualizations produced in popular tools like Cytoscape <ref type="bibr" target="#b18">[19]</ref> Gephi <ref type="bibr" target="#b0">[1]</ref> or NodeXL <ref type="bibr" target="#b19">[20]</ref> often feature separated groups of nodes (seen as clusters) connected by edges or chains of edges (bridges). In this context, it is most reasonable to assume that a node is either part of a cluster, of a bridge, or neither.</p><p>In this implicit mental model, the macro-structure is nested and graph-like: clusters play the role of nodes, and bridges that of edges. Yet as it turns out, relevant patterns in graphs are not limited to the cluster/bridge dichotomy. We generally consider bridges as made of nodes <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b17">18]</ref>, sometimes made of edges <ref type="bibr" target="#b6">[7]</ref>, but rarely as a mix of both; yet such structures can effectively be an important part of the community structure. Intuitively, very dense clusters may be connected by less dense clusters.</p><p>The notion of community structure has multiple definitions <ref type="bibr" target="#b15">[16]</ref>, meanings <ref type="bibr" target="#b5">[6]</ref>, computational commitments <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b16">17]</ref> and visual representations <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b21">22]</ref>. In the next section, we report on a real-world case where the community structure has richer patterns than the cluster/bridge dichotomy. It shows that the nuance and complexity of a network's structure can be lost in the translation enacted by the layout, notably when some "communities" get represented as visually non-compact shapes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Case: a co-occurrence network of keywords from articles about AI and algorithms</head><p>Description of the case: We generated this network by extracting expressions co-occurring in the abstract or title of academic articles mentioning AI, algorithms, or machine learning. Our motivation was to map what algorithms were doing in science. We present our full methodology and our statistical analysis of the corpus in another paper <ref type="bibr" target="#b10">[11]</ref>. This network's 7,562 nodes represent the most frequent expressions in our corpus, such as "encrypted", "image denoising", or "CNNs". Each of the 85,215 edges represents a co-occurrence of connected expressions with a sufÏciently high pointwise mutual information (PMI) score <ref type="bibr" target="#b3">[4]</ref>. Through clique percolation <ref type="bibr" target="#b14">[15]</ref> with 𝑘 = 7 we uncovered 166 clusters corresponding to various topics or semantic fields. We rendered the graph as a network map using the layout algorithm LinLog <ref type="bibr" target="#b12">[13]</ref> using the Force Atlas 2 implementation <ref type="bibr" target="#b8">[9]</ref>. In order to annotate the network map and use it as a discussion elicitation device with our project partners, we underwent the following task: for each cluster, sample the most representative documents, read them, and produce a short summary of the purpose and agency of AI and algorithms in those publications <ref type="bibr" target="#b10">[11]</ref>.</p><p>The network obtained has a blatant community structure, and at first glance, seems to consist of clusters connected by bridges (Figure <ref type="figure" target="#fig_2">3</ref>).</p><p>Issue at stake: Our annotation task demanded us to explain visible clusters, as rendered by the layout algorithm, while we had computed topological clusters through clique percolation.</p><p>To our surprise, we faced many mismatches: some computed clusters did not look like groups of dots in the network map, or conversely, some clearly visible clusters were not captured by the clique percolation process.</p><p>One may think that when there is a mismatch between computed and visualized clusters, the computation should always take precedence over the visual, because it is more true to the data (then the mismatch would not be an issue). But that perspective fails to account for the purpose of annotation, which is to provide a context for the visible patterns. One cannot annotate a pattern that is not visible, even if it exists in the data; and conversely, one should annotate the artifacts of the method, i.e. anti-patterns that are visible but do not exist in the data (precisely to mark them as artifacts).</p><p>As soon as a visualization is used, even for exploratory data analysis, accounting for what it makes visible becomes a methodological necessity.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Sub-issue 1: granularity level.</head><p>To retrieve clusters we used clique percolation as we did not need to annotate the entire network (only dense areas). We picked a clique size of 𝑘 = 7 because it was low enough to capture the smallest relevant clusters. In many cases, this approach worked: the cluster retrieved looked like what one expects (Figure <ref type="figure" target="#fig_3">4</ref>).</p><p>However, this approach had a significant drawback: 𝑘 was too low to break the bigger and denser clusters down to subclusters (Figure <ref type="figure" target="#fig_4">5</ref>). In the most extreme case, one of the retrieved clusters contained the 31% of the nodes (the entire semantic field related to health and medicine).</p><p>Large computed clusters were an issue because they contained multiple smaller visual clusters. However, this issue was easy to address by subdividing them until we reached the desired granularity. We chose the modularity maximization by the Leiden method <ref type="bibr" target="#b20">[21]</ref> for the convenience of its resolution setting.  Sub-issue 2: clusters not looking like clusters. Some clusters were not only too big, but also contained non-compact structures, such as bridges. We could not solve that issue, and had to live with the trouble. For instance, the recalcitrant cluster of Figure <ref type="figure" target="#fig_4">5</ref> seemed to contain a mix of clusters and bridges, which appears more clearly if we isolate it from the rest (Figure <ref type="figure" target="#fig_5">6-A</ref>). It is not compact, but extremely spiky. Yet from the method, its topology satisfies the same criterion as the well-behaved cluster of Figure <ref type="figure" target="#fig_3">4</ref>: each node has at least 6 fully interconnected neighbors in the cluster.</p><p>The spikiness is partly due to how this cluster is interconnected with the rest of the map, and partly due to its internal structure. We can observe it by applying the same layout to the isolated network (Figure <ref type="figure" target="#fig_5">6</ref>-B): although the layout is less spiky and more compact, it remains very elongated. Even when we repeat this process recursively, many clusters keep resisting and refuse to become compact unless we tear them down to confetti (Figure <ref type="figure" target="#fig_6">7</ref>). We had to accept that some clusters are dense enough to be captured by community detection (both clique percolation and modularity clustering) yet not dense enough to look like compact shapes on the map. Many of those clusters looked like bridges, stretching between compact clusters. We ultimately decided to annotate the compact clusters and the bridge clusters the same way, the only difference being that compact clusters got attached to a landmark point while the title of bridge clusters followed the contour of the connection (Figure <ref type="figure" target="#fig_7">8</ref>).</p><p>Takeaways from the case. By splitting initial clusters to the desired granularity, we settled on 235 sub-clusters to annotate. Of those, 58 were of the bridge kind (25%): at least in this case, bridge-looking clusters are not a marginal phenomenon.</p><p>We also observed that those bridges were straightforward to explain. The main bridge in our recalcitrant cluster was about renewable energy storage, and it connected the topics of renewable energy and power distribution with those of smart grids and lithium-ion batteries, which makes a lot of sense. Other examples included scanning for cancer bridging scanners with cancer research; or language bridging text analysis with speech recognition; etc.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Generating clusters that look like bridges</head><p>Drawing on these observations, we devised a method to generate clusters that look like bridges. An example is shown in Figure <ref type="figure" target="#fig_0">1</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Criteria satisfied:</head><p>The method works for any clique size 𝑘 set in advance. It generates an arbitrarily large graph such that clique percolation using said 𝑘 will find exactly 3 clusters, one of which will look like a bridge (it get represented as a visually non-compact set of dots spread out between the two other clusters).</p><p>Our tests show that modularity clustering by the Louvain and Leiden methods will also find 3 clusters, although it depends on the resolution used (we cannot guarantee the result as those algorithms are not deterministic). However, the result for clique percolation is granted by design of the method.</p><p>Method: Generate two cliques of a size significantly greater than 𝑘. Generate a "stretching" <ref type="bibr" target="#b7">[8]</ref> by stacking as many cliques of size 𝑘 as desired, as shown in Figure <ref type="figure" target="#fig_8">9</ref>. Merge 𝑘 − 2 nodes from the first clique with as many of the first stacked clique of the stretching; similarly merge 𝑘 − 2 nodes of the second clique with the last stacked clique of the stretching. More details in the reference implementation (Python). In the example of Figure <ref type="figure" target="#fig_0">1</ref>, we used 𝑘 = 100; the cliques had 500 nodes and the stretching stacked 400 cliques.</p><p>Why it works: Each clique will be retrieved by clique percolation because its size is greater than 𝑘. The stretching will be retrieved because it satisfies clique percolation by construction. However, the merge of 𝑘 − 2 creates a bottleneck that prevents clique percolation from joining the stretching with either clique, because it is smaller than the minimum overlap of 𝑘 − 1 nodes required.</p><p>The stretching will look like a bridge for the same two reasons we mentioned in our observations. First, it is less compact than a clique by design; in fact, it is just compact enough to satisfy the criterion of clique percolation at the decided level 𝑘. Second, it gets pulled in two opposite directions by the cliques, whose mutual repulsion is dominating the balance of forces in the layout.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Bridge-like clusters as an accuracy problem for visual cluster retrieval</head><p>The situation can be reformulated as an accuracy problem for the task of retrieving clusters visually, which is the purpose of force-directed layout algorithms as formalized by their authors (for instance <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b8">9]</ref>; see also <ref type="bibr" target="#b21">[22]</ref>). The clusters we see but cannot retrieve by computational means are the false positives, responsible for the task's precision, which we assume as generally good (or at least, it is not the focus of this paper). Conversely, the clusters that do not look like a compact group of dots and remain undetected are the false negatives responsible for the recall (Figure <ref type="figure" target="#fig_9">10</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion: visual cluster retrieval has a sub-optimal recall</head><p>We presented an empirical case where clusters retrieved from modularity clustering did not always look like the compact groups of dots we usually expect. Building on our observations, we built a method to generate clusters that look like bridges: satisfying the criterion of clique percolation for an arbitrary clique size, yet looking like bridges stretched between compact clusters when visualized by a force-directed layout. We do not provide evidence about the pervasiveness of these visually non-compact clusters, but our generation method shows that the conditions for their emergence are commonplace in the context of large graphs with a community structure. The existence of bridge-like clusters creates a recall issue for the task of retrieving clusters visually from a force-directed layout, even when the precision is good: unbeknownst to the visualization's reader, some clusters may remain unseen. Being aware of that possibility is an important insight for the researchers and experts using network maps to explore relational data.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: A network with a bridge-like cluster generated by our method. Node colors represent clusters detected by clique percolation (top) and modularity maximization by the Leiden method (bottom). The clusters on the side are denser (cliques) than the bridge-like cluster (a "stretching", see section 3).</figDesc><graphic coords="2,89.28,84.17,416.72,132.14" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Implicit mental model of modular graphs</figDesc><graphic coords="3,151.79,84.17,291.70,100.14" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Screenshot of the network in Gephi [1].</figDesc><graphic coords="4,141.37,84.16,312.54,260.53" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: A well-behaved cluster. This cluster from clique percolation looks like a well-separated group of dots. Top: the cluster as shown in Gephi (in green). Bottom: how we annotated it in the final map.</figDesc><graphic coords="5,193.46,165.51,208.36,89.54" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: A recalcitrant cluster ("renewable energy storage", partial screenshot).</figDesc><graphic coords="5,193.46,313.17,208.36,203.84" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 6 :</head><label>6</label><figDesc>Figure 6: The recalcitrant cluster from Figure 5 ("renewable energy storage") isolated and in full view. A: The cluster with the map's original layout but without the other nodes. B: After the layout is applied again.</figDesc><graphic coords="6,172.62,84.17,250.03,229.01" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 7 :</head><label>7</label><figDesc>Figure 7: Recalcitrant cluster from Figure 5 broken down recursively: it never gets visually compact.</figDesc><graphic coords="7,164.29,84.17,266.70,288.66" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Figure 8 :</head><label>8</label><figDesc>Figure 8: Recalcitrant cluster in the final map (under the label "renewable energy storage").</figDesc><graphic coords="7,191.38,412.12,212.52,157.17" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_8"><head>Figure 9 :</head><label>9</label><figDesc>Figure 9: Stretching: stacked cliques.</figDesc><graphic coords="8,151.79,287.45,291.70,104.18" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_9"><head>Figure 10 :</head><label>10</label><figDesc>Figure 10: Accuracy for visual cluster retrieval: bridge-like clusters create a recall problem.</figDesc><graphic coords="9,110.12,232.87,375.04,187.52" type="bitmap" /></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Gephi: an open source software for exploring and manipulating networks</title>
		<author>
			<persName><forename type="first">M</forename><surname>Bastian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Heymann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jacomy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the international AAAI conference on web and social media</title>
				<meeting>the international AAAI conference on web and social media</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="361" to="362" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">The aesthetics of graph visualization</title>
		<author>
			<persName><forename type="first">C</forename><surname>Bennett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ryall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Spalteholz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gooch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">CAe</title>
		<imprint>
			<biblScope unit="page" from="57" to="64" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Fast unfolding of communities in large networks</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">D</forename><surname>Blondel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-L</forename><surname>Guillaume</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Lambiotte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lefebvre</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of statistical mechanics: theory and experiment</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page">P10008</biblScope>
			<date type="published" when="2008">2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Normalized (pointwise) mutual information in collocation extraction</title>
		<author>
			<persName><forename type="first">G</forename><surname>Bouma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Proceedings of GSCL</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="page" from="31" to="40" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Community detection in graphs</title>
		<author>
			<persName><forename type="first">S</forename><surname>Fortunato</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Physics reports</title>
		<imprint>
			<biblScope unit="volume">486</biblScope>
			<biblScope unit="issue">3-5</biblScope>
			<biblScope unit="page" from="75" to="174" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The sociological concept of&quot; group&quot;: An empirical test of two models</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">C</forename><surname>Freeman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">American journal of sociology</title>
		<imprint>
			<biblScope unit="volume">98</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="152" to="166" />
			<date type="published" when="1992">1992</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">BBTA: Detecting communities incrementally from dynamic networks based on tracking of backbones and bridges</title>
		<author>
			<persName><forename type="first">L</forename><surname>Hao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Wang</surname></persName>
		</author>
		<idno type="DOI">10.1007/s10489-022-03418-2</idno>
	</analytic>
	<monogr>
		<title level="j">Applied Intelligence</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Situating Visual Network Analysis</title>
		<author>
			<persName><forename type="first">M</forename><surname>Jacomy</surname></persName>
		</author>
		<idno type="DOI">10.54337/aau435977255</idno>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
		<respStmt>
			<orgName>Aalborg University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">ForceAtlas2, a continuous graph layout algorithm for handy network visualization designed for the Gephi software</title>
		<author>
			<persName><forename type="first">M</forename><surname>Jacomy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Venturini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Heymann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bastian</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PloS one</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page">e98679</biblScope>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Neighborhood-based bridge node centrality tuple for complex network analysis</title>
		<author>
			<persName><forename type="first">N</forename><surname>Meghanathan</surname></persName>
		</author>
		<ptr target="https://api.semanticscholar.org/CorpusID:235691166" />
	</analytic>
	<monogr>
		<title level="j">Applied Network Science</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Beyond artificial intelligence controversies: What are algorithms doing in the scientific literature?</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Munk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jacomy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ficozzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">E</forename><surname>Jensen</surname></persName>
		</author>
		<idno type="DOI">10.1177/20539517241255107</idno>
	</analytic>
	<monogr>
		<title level="j">Big Data &amp; Society</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page">20539517241255107</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Finding and evaluating community structure in networks</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Newman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Girvan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Physical review E</title>
		<imprint>
			<biblScope unit="volume">69</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">26113</biblScope>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Energy models for graph clustering</title>
		<author>
			<persName><forename type="first">A</forename><surname>Noack</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Graph Algorithms Appl</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="453" to="480" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Modularity clustering is force-directed layout</title>
		<author>
			<persName><forename type="first">A</forename><surname>Noack</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Physical review E</title>
		<imprint>
			<biblScope unit="volume">79</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">26102</biblScope>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Uncovering the overlapping community structure of complex networks in nature and society</title>
		<author>
			<persName><forename type="first">G</forename><surname>Palla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Derényi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Farkas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Vicsek</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">nature</title>
		<imprint>
			<biblScope unit="volume">435</biblScope>
			<biblScope unit="page" from="814" to="818" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">The ground truth about metadata and community detection in networks</title>
		<author>
			<persName><forename type="first">L</forename><surname>Peel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">B</forename><surname>Larremore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Clauset</surname></persName>
		</author>
		<idno type="DOI">10.1126/sciadv.1602548</idno>
	</analytic>
	<monogr>
		<title level="j">Science Advances</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page">e1602548</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">P</forename><surname>Peixoto</surname></persName>
		</author>
		<title level="m">Descriptive vs. inferential community detection in networks: Pitfalls, myths and half-truths</title>
				<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">A Method for Identifying Bridges in Online Social Networks</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">N</forename><surname>Rabchevskiy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">S</forename><surname>Zayakin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">A</forename><surname>Rabchevskiy</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-15168-2\_14</idno>
	</analytic>
	<monogr>
		<title level="m">Recent Trends in Analysis of Images, Social Networks and Texts -10th International Conference, AIST 2021</title>
				<editor>
			<persName><forename type="first">P</forename><forename type="middle">M</forename><surname>Panchenko</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Pardalos</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Saramäki</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Savchenko</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Tsymbalov</surname></persName>
		</editor>
		<editor>
			<persName><surname>Tutubalina</surname></persName>
		</editor>
		<meeting><address><addrLine>Tbilisi, Georgia</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">December 16-18, 2021. 0002. 2021</date>
			<biblScope unit="volume">1573</biblScope>
			<biblScope unit="page" from="166" to="175" />
		</imprint>
	</monogr>
	<note>Communications in Computer and Information Science</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Cytoscape: a software environment for integrated models of biomolecular interaction networks</title>
		<author>
			<persName><forename type="first">P</forename><surname>Shannon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Markiel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Ozier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">S</forename><surname>Baliga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ramage</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Amin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Schwikowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Ideker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Genome research</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="2498" to="2504" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">NodeXL: a free and open network overview, discovery and exploration add-in for Excel</title>
		<author>
			<persName><forename type="first">M</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Milic-Frayling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Shneiderman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">Mendes</forename><surname>Rodrigues</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Leskovec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dunne</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007. 2010. 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">From Louvain to Leiden: guaranteeing wellconnected communities</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">A</forename><surname>Traag</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Waltman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">J</forename><surname>Van Eck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientific reports</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">5233</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">What do we see when we look at networks: Visual network analysis, relational ambiguity, and force-directed layouts</title>
		<author>
			<persName><forename type="first">T</forename><surname>Venturini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jacomy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Jensen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Big Data &amp; Society</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">20539517211018488</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
