<?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">Machine Learning for Melanoma Management in a Clinical Setting</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Paul</forename><surname>Walsh</surname></persName>
							<email>paul.walsh@nsilico.com</email>
							<affiliation key="aff0">
								<orgName type="institution">Cork Institute of Technology</orgName>
								<address>
									<settlement>Bishopstown, Cork</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution" key="instit1">NSilico Life Science</orgName>
								<orgName type="institution" key="instit2">UCD</orgName>
								<address>
									<settlement>Dublin</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Jennifer</forename><surname>Lynch</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution" key="instit1">NSilico Life Science</orgName>
								<orgName type="institution" key="instit2">UCD</orgName>
								<address>
									<settlement>Dublin</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Brian</forename><surname>Kelly</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution" key="instit1">NSilico Life Science</orgName>
								<orgName type="institution" key="instit2">UCD</orgName>
								<address>
									<settlement>Dublin</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Timothy</forename><surname>Manning</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution" key="instit1">NSilico Life Science</orgName>
								<orgName type="institution" key="instit2">UCD</orgName>
								<address>
									<settlement>Dublin</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Machine Learning for Melanoma Management in a Clinical Setting</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">EC719B42E0F5F071659C1C78D68B45CE</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T02:41+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>Machine Learning</term>
					<term>Melanoma</term>
					<term>Connected Health</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes work in progress on a melanoma management platform known as Simplicity MDT, which is in use in major hospitals for the collection, management and analysis of clinical data. It includes a facility for uploading and managing high resolution digital colour photographs of melanoma lesions. As the data managed by this platform is structured and annotated, it is proposed that this could serve as a basis for supervised training datasets for machine learning. Machine learning models trained using this data can serve the wider community for screening, diagnostic and prognostic purposes. The proposed machine learning architecture includes integration with a model zoo, which provides networks that are pre-trained on publicly available datasets. An overview of the current system is presented and a roadmap for future developments is outlined.</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 motivation for the development of a machine learning driven melanoma management platform stems from engagement with clinical end users, doctors, oncologists and other clinical specialists who are searching for innovative solutions to impact the treatment of melanoma. Melanoma is a malignant tumour of melanocytes with about 160,000 new cases diagnosed annually, with high prevalence among Europeans. This is a serious health issue and the aim of this research is to impact the diagnosis of this disease by the proposed integration of machine vision-based classification, through deep learning technology, with the myriad of information sources in electronic health records captured through multi-disciplinary team discussions. Multidisciplinary care is currently accepted as best practice in the delivery of highquality cancer management in Ireland and internationally. Multidisciplinary Team Meetings (MDTMs) take place at regular intervals, where a team comprised of medical experts across different relevant disciplines come together to discuss patient cases, review treatment, and plan treatments <ref type="bibr" target="#b0">[1]</ref>. Care delivered to patients through a multidisciplinary approach results in positive outcomes especially in terms of diagnosis and treatment planning, patient satisfaction and improved survival rates. Participating in MDTM's also has positive outcomes for clinicians -centred around the opportunity for education, improved communication and working relationships. While MDTMs enhance healthcare, they are mostly reliant on antiquated paper-based systems and integrated software management tools that are sorely lacking. Moreover, there is a lost opportunity for allowing patients to participate in the care pathway. The melanoma management platform Simplicity MDT provides significant opportunity for gathering clinically labelled digital images of melanoma lesions (see screenshot of system in Figure <ref type="figure" target="#fig_0">1</ref>). The system has already managed over 8,000 cancer cases, including over 1,000 melanoma cases with digital imaging. This rich data set provides a basis for machinebased assessment by allowing health professionals to gather valuable supervised training data that can be used to augment existing deep learning models to enhance clinical assessment. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Machine Learning for Melanoma Applications</head><p>The term machine learning is used to refer to the field of computer science concerned with developing algorithms that can mine datasets to build statistical models <ref type="bibr" target="#b1">[2]</ref>. Machine learning systems rely on training data that can either be labelled or unlabelled <ref type="bibr" target="#b2">[3]</ref>. Labelled data allows researchers to apply "supervised" learning algorithms, which can progressively train models to find associations between input patterns and their expected labels <ref type="bibr" target="#b3">[4]</ref>. Labelling data can be extremely expensive and time consuming, so any framework that facilitates the collection and labelling of data can serve as a useful basis for building supervised machine learning models <ref type="bibr" target="#b4">[5]</ref>. Unsupervised machine learning models on the other hand do not require labelled data, but in turn can't be used Deep neural networks are a class of ML model that come in a variety of architectures, but all are characterized as having a large number of layers, which are used to detect low-level features and map these two increasingly complex models in the higher layers of the network architecture <ref type="bibr" target="#b5">[6]</ref>. Deep neural networks have had significant impact on the classification of skin cancer as outlined in the Nature publication from Estava et al. <ref type="bibr" target="#b6">[7]</ref>, where they note that automated classification of skin lesions using images is a challenging task owing to the fine-grained variability in the appearance of skin lesions. A class of deep learning networks, known as convolutional neural networks (CNNs), have demonstrated impact in challenging visual classification tasks in a variety of domains Their system performed as well as the experts across both tasks, indicating that machine learning can achieve a level of accuracy comparable to a dermatologist for skin cancer classification. Estava et al. proposed that deep neural networks deployed to devices such as smart phones, could bring important dermatology assessment to a wider audience and can possibly deliver universal access to diagnostic care.</p><p>We plan to take up this challenge, by designing an integrated cloud based mobile solution that can enhance automated skin cancer classification by leveraging mobile edge computing (MEC), which provides cloud computing capabilities at the edge of the network <ref type="bibr" target="#b13">[14]</ref> and optimises performance by bringing computing resources to the data. Furthermore, recent advances in edge computing will have profound impacts on healthcare systems <ref type="bibr" target="#b14">[15]</ref>  <ref type="bibr" target="#b15">[16]</ref>.</p><p>Connected healthcare has already been enhanced with the proliferation of technologies <ref type="bibr" target="#b16">[17]</ref> and mobile hardware is having a positive impact on healthcare, e.g. the monitoring of hypertensive patients with connected blood pressure monitors. Similarly, there have been a number of smart-phone apps developed for the detection of melanoma <ref type="bibr" target="#b17">[18]</ref> and while they provide an array of features including information, education, classification, risk assessment and change monitoring, they can only provide limited processing power due to the current processing limitations of mobile devices.</p><p>Smart mobile networks offer increased processing through mobile edge computing, which offers low latency, high bandwidth and localized cloud computing capabilities <ref type="bibr" target="#b18">[19]</ref>. A major benefit of 5G technology is the provision of ad hoc local cloud instances via a mobile network <ref type="bibr" target="#b19">[20]</ref>, which allows participating institutions to "securely share patient genomic, imaging and clinical data for potentially lifesaving discoveries. It will enable large amounts of data from sites all around the world to be analyzed in a distributed way, while preserving the privacy and security of patient data at each site" <ref type="bibr" target="#b20">[21]</ref>.</p><p>Smart Healthcare and Safety Systems</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Future Work</head><p>We aim to develop Simplicity MDT as a system for gathering high quality clinically labelled digital images and integrate this system with the advances in both mobile edge computing and deep learning to provide universal platform for assessing suspect skin cancer lesions. The system will have the following features:</p><p>• Use of state-of-the-art pre-trained melanoma machine learning models, based on evaluations of results using ImageNet, VGG19, ResNet-50 <ref type="bibr" target="#b21">[22]</ref>, Inception <ref type="bibr" target="#b10">[11]</ref> and newer architectures, including PolyNet <ref type="bibr" target="#b22">[23]</ref>, ResNeXt <ref type="bibr" target="#b23">[24]</ref>, Densenet <ref type="bibr" target="#b24">[25]</ref>, SENets <ref type="bibr" target="#b25">[26]</ref> and DualPathNet <ref type="bibr">[27] [22]</ref>. • Machine learning implemented via mobile edge technology in a secure and federated environment <ref type="bibr" target="#b27">[28]</ref>. The use of mobile edge local cloud computing will allow clinicians in distributed locations, to securely review, edit and discuss cancer cases in real time within multi-disciplinary teams.</p><p>• Ongoing experts "human-in-the-loop" to constantly label, validate and update models <ref type="bibr">[29] [30]</ref>. Our Simplicity MDT software platform serves as a basis for collecting numerous multivariate labels which can be used to help build prediction and classification models for melanoma images and other datasets. In addition, a vast range of techniques can be used to enhance classification and object detection. Having a network of partners, collaborators and consumers can provide a wealth of access to resources for creating quality labeled data sets.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Screenshot of Simplicity MDT with clinically labeled images.</figDesc><graphic coords="2,64.07,283.26,452.92,274.84" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>Smart Healthcare and Safety Systems to generalize label mappings for new data, instead finding use in more niche applications, such as anomaly detection.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>[ 8 ]</head><label>8</label><figDesc><ref type="bibr" target="#b8">[9]</ref> [10]<ref type="bibr" target="#b10">[11]</ref> [12]<ref type="bibr" target="#b12">[13]</ref>. Estava et al. developed a CNN for the classification of skin lesions using digital images, using only raw pixels and disease labels as inputs and tested its performance against 21 qualified dermatologists on clinically assessed images with the following binary classification use cases:• Keratinocyte carcinomas (the most common skin cancer) versus benign seborrheic keratoses. • Malignant melanomas (the most fatal skin cancer) versus benign nevi.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">Smart Healthcare and Safety Systems</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>PW is supported by funding through Science Foundation Ireland (SFI) Multi-Gene Assay Cloud Computing Platform -(16/IFA/4342), BK, JL, PW are funded under H2020 RISE project SemAntically integrating Genomics with Electronic health records for Cancer CARE (SageCare), grant number 644186.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Multidisciplinary team meetings and their impact on workflow in radiology and pathology departments</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">L S O D A M R</forename><surname>Kane</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BMC medicine</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">15</biblScope>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Some Studies in Machine Learning Using the Game of Checkers</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Samuel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IBM Journal of Research and Development</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="210" to="229" />
			<date type="published" when="1959">1959</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Pattern Recognition and Machine Learning</title>
		<author>
			<persName><forename type="first">B</forename><surname>Christopher</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2006">2006</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Deep Learning: Methods and Applications</title>
		<author>
			<persName><forename type="first">L</forename><surname>Deng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Yu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Foundations and Trends® in Signal Processing</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">3-4</biblScope>
			<biblScope unit="page" from="197" to="387" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Guest Editorial Deep Learning in Medical Imaging: Overview and Future Promise of an Exciting New Technique</title>
		<author>
			<persName><forename type="first">H</forename><surname>Greenspan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">V</forename><surname>Ginneken</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Summers</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Medical Imaging</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="1153" to="1159" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Deep learning</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Lecun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Bengio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hinton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nature</title>
		<imprint>
			<biblScope unit="volume">521</biblScope>
			<biblScope unit="page" from="436" to="444" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Dermatologist-level classification of skin cancer with deep neural networks</title>
		<author>
			<persName><forename type="first">A</forename><surname>Esteva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Kuprel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Novoa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Swetter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">M</forename><surname>Blau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Thrun</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nature</title>
		<imprint>
			<biblScope unit="volume">542</biblScope>
			<biblScope unit="page" from="115" to="118" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">ImageNet Large Scale Visual Recognition Challenge</title>
		<author>
			<persName><forename type="first">O</forename><surname>Russakovsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Deng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Su</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Krause</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Satheesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Karpathy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Khosla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bernstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Berg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Fei-Fei</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Computer Vision</title>
		<imprint>
			<biblScope unit="volume">115</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page">2015</biblScope>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">ImageNet Classification with Deep Convolutional Neural Networks</title>
		<author>
			<persName><forename type="first">A</forename><surname>Krizhevsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sutskever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">E</forename><surname>Hinton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Neural Information Processing Systems</title>
				<imprint>
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ioffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Szegedy</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Rethinking the Inception Architecture for Computer Vision</title>
		<author>
			<persName><forename type="first">C</forename><surname>Szegedy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Vanhoucke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ioffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Shlens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wojna</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The IEEE Conference on Computer Vision and Pattern Recognition(CVPR)</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Going Deeper With Convolutions</title>
		<author>
			<persName><forename type="first">C</forename><surname>Szegedy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Sermanet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Anguelov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Erhan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Vanhoucke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rabinovich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</title>
				<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Deep Residual Learning for Image Recognition</title>
		<author>
			<persName><forename type="first">K</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sun</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Mobile-Edge Computing -Introductory Technical White Paper</title>
		<author>
			<persName><forename type="first">M</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Naughton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Chan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Sprecher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Abeta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Neal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">etsi</title>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Mobile edge computing based QoS optimization in medical healthcare applications</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">H</forename><surname>Sodhro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Luo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Sangaiah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">W</forename><surname>Baik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Information Management</title>
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Edge computing enabling the Internet of Things</title>
		<author>
			<persName><forename type="first">O</forename><surname>Salman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Elhajj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kayssi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Chehab</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 2nd World Forum on Internet of Things (WF-IoT)</title>
				<meeting><address><addrLine>Milan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">The Journey to 5G</title>
		<author>
			<persName><forename type="first">L</forename><surname>Miller</surname></persName>
		</author>
		<ptr target="https://www.healthcareitnews.com/news/journey-5g" />
		<imprint>
			<date type="published" when="2019">2 2019</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="3" to="2018" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Smartphone applications for melanoma detection by community, patient and generalist clinician users: a review</title>
		<author>
			<persName><forename type="first">A</forename><surname>Kassianos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Emery</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Murchie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Walter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">British Journal of Dermatology</title>
		<imprint>
			<biblScope unit="volume">172</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="1507" to="1518" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Mobile Edge Computing A key technology towards 5G</title>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">C</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Sabella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Sprecher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Young</surname></persName>
		</author>
		<ptr target="https://www.etsi.org/images/files/ETSIWhitePapers/etsi_wp11_mec_a_key_technology_towards_5g.pdf" />
	</analytic>
	<monogr>
		<title level="m">Smart Healthcare and Safety Systems</title>
				<imprint>
			<date type="published" when="2015-02">2015. 2 2019</date>
			<biblScope unit="page">9</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">How 5G technology enables the health internet of things</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">M</forename><surname>West</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2016</date>
			<publisher>Brookings Center for Technology Innovation</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<title level="m" type="main">Intel&apos;s Cancer Cloud Gets New Recruits</title>
		<author>
			<persName><forename type="first">J</forename><surname>Vanian</surname></persName>
		</author>
		<ptr target="http://fortune.com/2016/03/31/intel-cancer-cloud-research/" />
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="3" to="2016" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<title level="m" type="main">Skin Lesions Classification Using Convolutional Neural Networks in Clinical Images</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">B</forename><surname>Mendes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">C D</forename><surname>Silva</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv</note>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">PolyNet: A Pursuit of Structural Diversity in Very Deep Networks</title>
		<author>
			<persName><forename type="first">X</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">C</forename><surname>Loy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">he IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Aggregated Residual Transformations for Deep Neural Networks</title>
		<author>
			<persName><forename type="first">S</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Girshick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Dollar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Tu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>He</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Densely Connected Convolutional Networks</title>
		<author>
			<persName><forename type="first">G</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">V D</forename><surname>Maaten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">Q</forename><surname>Weinberger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Squeeze-and-Excitation Networks</title>
		<author>
			<persName><forename type="first">J</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Shen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sun</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Dual Path Networks</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">P</forename><surname>Networks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Xiao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Feng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems</title>
				<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="volume">30</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<title level="m" type="main">Towards Federated Learning at Scale: System Design</title>
		<author>
			<persName><forename type="first">K</forename><surname>Bonawitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Eichner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Grieskamp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Huba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ingerman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ivanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Kiddon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Konecny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mazzocchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">B</forename><surname>Mcmahan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">V</forename><surname>Overveldt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Petrou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ramage</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Roselander</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv</note>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Personalised Clinical Decision Support for Cancer Care</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">G</forename><surname>Humm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Walsh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Semantic Applications</title>
				<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="125" to="143" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Concordance in the Cloud -&quot;Simplicity MDT&quot;-Use of a Novel Multidisciplinary Integrated Quality Assurance Software Tool for Breast Biopsy Risk Categorization, Correlation and Outcome Recording in over 5000 Patient Discussions</title>
		<author>
			<persName><forename type="first">G</forename><surname>Neville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Considine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Walsh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>O'meara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Feeley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">J</forename><surname>Browne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>O'connell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Modern Pathology</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="784" to="785" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<monogr>
		<title level="m" type="main">The HAM10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions</title>
		<author>
			<persName><forename type="first">P</forename><surname>Tschandl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rosendahl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Kittler</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv</note>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Generality in artificial intelligence</title>
		<author>
			<persName><forename type="first">J</forename><surname>Mccarthy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="issue">12</biblScope>
			<biblScope unit="page" from="1030" to="1035" />
			<date type="published" when="1987">1987</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<monogr>
		<title level="m" type="main">Skin Lesion Diagnosis using Ensembles, Unscaled Multi-Crop Evaluation and Loss Weighting</title>
		<author>
			<persName><forename type="first">N</forename><surname>Gessert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Sentker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Madesta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Schmitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Kniep</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Baltruschat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Werner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Schlaefer</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv</note>
</biblStruct>

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