<?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">Rich Annotation of Images</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Pramod</forename><surname>Jain</surname></persName>
							<email>pramod@indent.org</email>
							<affiliation key="aff0">
								<orgName type="department">Innovative Decision Technologies</orgName>
								<orgName type="institution">Inc</orgName>
								<address>
									<addrLine>9000 Cypress Green Drive</addrLine>
									<postCode>32256</postCode>
									<settlement>Jacksonville</settlement>
									<region>FL</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Rich Annotation of Images</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">D09E001BAE2A292E3F59BEFB6C5959A4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:06+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>Annotations</term>
					<term>Scalable vector graphics</term>
					<term>SVG</term>
					<term>Rich annotations</term>
					<term>Images</term>
					<term>Attributes</term>
					<term>Metadata</term>
					<term>DLESE (Digital Library for Earth Science Education)</term>
					<term>NASA-GCMD (Global Change Master Directory)</term>
					<term>content-based metadata</term>
					<term>XIMA (XML for Image and Map Annotations)</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In this paper, we describe a tool for rich annotation of images. This tool allows creation of graphical annotations to identify and describe features in images. It also provides the capability to then catalog the annotation layer in metadata repositories. Application of the annotation tool to describe satellite images in the areas of meteorology and vegetation will be presented.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>INTRODUCTION</head><p>The amount of image-based content has exploded on the web. However, there is a lack of effective tools to describe, enhance, catalog, search and retrieve images. This leads to poor use of image-based resources in general and for teaching in particular. The issues are: a) Limited metadata to describe and find high quality and "content rich" images b) No methods for teachers and students to extend or customize an image, c) No tools to interact with, inquire about, experiment with and discuss content in images, and d) No "visual" methods to collaborate on or discuss an image.</p><p>In a typical image, the image as a whole is usually not interesting; the features contained in the image are of primary interest. Features inside an image are the true resources that need to be described, cataloged, searched and retrieved. We adopt this approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>RICH ANNOTATIONS</head><p>Rich annotation (RA) is a combination of a) graphical drawing or marking to identify the location and geometry of a feature in an image and b) attributes or properties to describe the annotated feature. RA is created in a transparent layer placed on top of the image using Scalable Vector Graphics (SVG, a World Wide Web Consortium's standard for 2-D graphics on the web). The transparent layer is called an annotation layer, and it can contain several annotated features. We have developed Rich Annotation Service for Images (RASI), a web-based tool to create rich annotations of images. Rich annotation is a fusion of a graphical marker (to identify a feature) and a structured object (to describe the feature) that contains attribute names and attribute values, this is the reason for calling it a "rich" annotation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>RICH ANNOTATION SERVICE FOR IMAGES (RASI)</head><p>RASI is a web-based application for creating rich annotations of images, it may be accessed at http://www.indent.org/rasi.htm. The drawing capabilities in the browser are programmed in Scalable Vector Graphics (SVG, a World Wide Web Consortium standard for 2-D graphics on the web). See Figure <ref type="figure">1</ref> for a screen shot of RASI.</p><p>RASI contains an annotation canvas, an annotation toolbar and section to manage properties. In the annotation toolbar, a palette of annotation markers is available to draw freeform or place icons in the annotation canvas. When a feature is annotated in an image using an annotation marker, a rich annotation is created. This rich annotation object contains the geometry of the annotation marker and a set of properties. See Figure <ref type="figure" target="#fig_1">2</ref> for relationship between the various entities in RASI.</p><p>As an example consider an Infrared (IR) image of a storm with features like cold front, warm front, occluded front and low pressure point. These features are annotated with appropriate annotation markers. Cold front, warm front and occluded front feature have a property called "precipitation," and low pressure point has properties: surface pressure, surface temperature, precipitation, and cloud top temperature. The annotation markers used for the features are: cold front is drawn using the blue line with triangles, warm front with the red line with semicircle, and low pressure point is an icon with letter L in the center.</p><p>The RASI tool is customizable to other domains-user with appropriate authorization can create a new problem domain, define new features for the domain, and create annotation marker and annotation properties for the new features.</p><p>The process of creating annotations is the following, user: picks an annotation tool based on the feature they want to annotate; creates an annotation to identify the feature; chooses the created annotation and assigns values to the properties associated with the feature; add more properties if required; create more features on the same annotation layer; saves the annotation layer; creates metadata for the annotation layer and submits to DLESE or NASA-GCMD.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Technical Architecture</head><p>The three components of its technical architecture are (see Figure <ref type="figure" target="#fig_2">3</ref>): i) User-Agent, which includes HTML, Javascript, SVG and XML files that are delivered to the browser or to a metadata repository; ii) Middle-tier, which is ASPIRE (http://www.indent.org/aspire.htm, a Java-based Commercial Off The Shelf product of Innovative Decision Technologies, inc.) and is used to process SVG-XML data from browser and store into database, extract relational data from database and transform into SVG-XML, and metadata repository specific XML formats; iii) Database. The middle-tier generates the SVG, HTML and XML files based on templates that contain Aspire specific replacement, loop and if tags. RASI also contains a search facility that allows users to search for images based on advanced queries like: </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>CONCLUSIONS</head><p>RASI has been built for creating rich annotations for images. Several projects have been created in areas of meteorology, vegetation and others to allow users to capture knowledge in a graphical manner on the image. In addition, this knowledge is used to generate metadata for images</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Class diagram to illustrate the object model. An image can have multiple annotation layers, an annotation layer can have multiple rich annotations, a rich annotation must have one annotation marker and can have multiple annotation properties.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>FindFigure 3 :</head><label>3</label><figDesc>Figure 3: Three tiers of the RASI system.</figDesc></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ACKNOWLEDGMENTS</head><p>We thank NASA for partially funding the development of RASI; NASA-GCMD and DLESE for cataloging the metadata records from RASI.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Data Driven Web Graphics with SVG</title>
		<author>
			<persName><forename type="first">P</forename><surname>Jain</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Annotation canvas Annotation Toolbar Annotation Properties</title>
				<imprint>
			<date type="published" when="2002-05">May 2002</date>
			<biblScope unit="volume">3</biblScope>
		</imprint>
	</monogr>
</biblStruct>

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