<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:project = "&project;"
		xmlns:person = "&person;"
		xmlns:pub = "&pub;"
		xmlns:assert = "&assert;">
	<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/996/A-Privacy-Preserving-Anomaly-Detection-Framework-for-Cooperative-Smart-Farming-Ecosystem">
		<rdfs:label><![CDATA[A Privacy Preserving Anomaly Detection Framework for Cooperative Smart Farming Ecosystem]]></rdfs:label>
		<pub:title><![CDATA[A Privacy Preserving Anomaly Detection Framework for Cooperative Smart Farming Ecosystem]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2021-11-01T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[The agriculture sector has seen growing applications of AI and data intensive systems. Typically, individual farm owners join together to form agricultural cooperatives to share resources, data, and domain knowledge. These data intensive cooperatives help generate AI supported insights for member farmers. However, this leads to a rising concern among individual smart farm owners about the privacy of their data, especially while sharing the data with the co-op. In this paper, we present a framework where the individual smart farm owner's privacy is preserved, as it is shared to train robust anomaly detection models at the cooperative level. Here, we preserve the privacy of each farm owner by adding noise to their data through data perturbation techniques such as white Gaussian noise. Our experimental results show that the anomaly detection models can identify various anomalous events even when the training data is transformed with white noise. Further, we evaluate our framework and compare the detection performance on non-transformed and transformed data that belongs to multiple smart farms present in a cooperative.]]></pub:abstract>
		<pub:counter>774</pub:counter>
		<pub:booktitle><![CDATA[IEEE International Conference on Trust, Privacy and Security in Intelligent Systems, and Applications]]></pub:booktitle>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Anupam/Joshi"><person:name><![CDATA[Anupam Joshi]]></person:name><rdfs:label><![CDATA[Anupam Joshi]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Sudip/Mittal"><person:name><![CDATA[Sudip Mittal]]></person:name><rdfs:label><![CDATA[Sudip Mittal]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Priyanka/Ranade"><person:name><![CDATA[Priyanka Ranade]]></person:name><rdfs:label><![CDATA[Priyanka Ranade]]></rdfs:label></person:Person>
								</rdf:first>
								<rdf:rest>									<rdf:List>
										<rdf:first>
											<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Sai Sree Laya/Chukkapalli"><person:name><![CDATA[Sai Sree Laya Chukkapalli]]></person:name><rdfs:label><![CDATA[Sai Sree Laya Chukkapalli]]></rdfs:label></person:Person>
										</rdf:first>
										<rdf:rest rdf:resource="&rdf;nil" />
									</rdf:List>
								</rdf:rest>
							</rdf:List>
						</rdf:rest>
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Anupam/Joshi"><person:name><![CDATA[Anupam Joshi]]></person:name><rdfs:label><![CDATA[Anupam Joshi]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/1111.pdf]]></pub:softCopyURI>
			<pub:softCopySize>837423</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:InProceedings>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
