<?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">A Multimodal Approach for Semantic Patent Image Retrieval</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kader</forename><surname>Pustu-Iren</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Gerrit</forename><surname>Bruns</surname></persName>
							<email>gerrit.bruns@tib.eu</email>
						</author>
						<author>
							<persName><forename type="first">Ralph</forename><surname>Ewerth</surname></persName>
							<email>ralph.ewerth@tib.eu</email>
							<affiliation key="aff3">
								<orgName type="department">Also with L3S Research Center</orgName>
								<orgName type="institution">Leibniz University Hannover</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="institution">TIB -Leibniz Information Centre for Science and Technology Hannover</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="institution">TIB -Leibniz Information Centre for Science and Technology Hannover</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<orgName type="institution">TIB -Leibniz Information Centre for Science and Technology Hannover</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Multimodal Approach for Semantic Patent Image Retrieval</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">206CA25FAA87B204EEEC460BF8A04D92</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T08:52+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>Patent Image Similarity Search</term>
					<term>Deep Learning</term>
					<term>Mulitmodal Feature Representations</term>
					<term>Scene Text Spotting</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Patent images such as technical drawings contain valuable information and are frequently used by experts to compare patents. However, current approaches to patent information retrieval are largely focused on textual information. Consequently, we review previous work on patent retrieval with a focus on illustrations in figures. In this paper, we report on work in progress for a novel approach for patent image retrieval that uses deep multimodal features. Scene text spotting and optical character recognition are employed to extract numerals from an image to subsequently identify references to corresponding sentences in the patent document. Furthermore, we use a neural state-of-the-art CLIP model to extract structural features from illustrations and additionally derive textual features from the related patent text using a sentence transformer model. To fuse our multimodal features for similarity search we apply re-ranking according to averaged or maximum scores. In our experiments, we compare the impact of different modalities on the task of similarity search for patent images. The experimental results suggest that patent image retrieval can be successfully performed using the proposed feature sets, while the best results are achieved when combining the features of both modalities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>CCS CONCEPTS</head><p>• Information systems → Image search; Content analysis and feature selection; • Computing methodologies → Visual contentbased indexing and retrieval; Image representations.</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>Patent experts and researchers often encounter language and terminology barriers when conducting searches to identify research or patent gaps, (newly) emerging technology developments, or to check the patentability of research results. Existing patent retrieval methods are primarily based on textual searches and largely exclude illustrations and the relationship between text and image. Often, however, the innovation of a patent can be identified with the help of an illustration, and patents with similar or related innovations can be quickly analysed by looking at illustrations in a comparative way. In this context, a survey with patent experts confirms the importance of illustrations in their high informative value and the demand for an image-based search <ref type="bibr" target="#b7">[8]</ref>. Moreover, with the continuous refinement of already patented research, the terminology used changes <ref type="bibr" target="#b2">[3]</ref>, making it more difficult to find corresponding patents. This problem is exacerbated when cross-linguistic searches are conducted. Therefore, illustrations provide an alternative way to enable the identification of relevant results in patents, regardless of language and terminology. The use of illustrations is also advantageous for domain and patent class independent searches. In this way, intellectual property (IP) rights can be evaluated for further application domains, which is only possible to a limited extent with a purely textual search. This is especially relevant for basic and technical patents, whose scope of application is often not clear at the beginning of the creation of an exploitation strategy.</p><p>In this paper, we present a novel multimodal system for semantic patent image retrieval in a query-by-example scenario. To extract visually relevant features from images, pre-trained embeddings using deep neural networks are used. Furthermore, scene text spotting is applied in order to extract numerals from the images and map them to their mentions in the patent text. Next, we derive textual features from the relevant sentences in the text utilizing sentence transformers. Finally, textual and visual features are used to index the represented illustrations. Experimental results are presented for semantic image search investigating both unimodal and multimodal feature sets.</p><p>The rest of the paper is organized as follows. We review related work in Section 2. Section 3 introduces the proposed approach for multimodal patent image search. We provide an experimental evaluation of the proposed solution in Section 4 and conclude the paper with a short discussion of results in Section 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">RELATED WORK</head><p>Previous approaches to patent information retrieval have been largely limited to textual information <ref type="bibr" target="#b18">[19]</ref>. However, terminology in patents changes continuously due to the constant evolution of the presented content and is inconsistent for this reason <ref type="bibr" target="#b2">[3]</ref>. Often, innovative terminology is "invented" along with the actual invention. One result of this evolution is that search results are often incomplete and do not display all relevant patents. The (additional) evaluation of non-textual information in the form of illustrations, such as technical drawings, graphs and diagrams, can facilitate and significantly improve the search for similar or relevant patents. In addition, references to the relevant text passages are often given in numerical form in these illustrations, so that automatic recognition of these image-text references can also significantly improve the quality of the (multimodal) search results. The more general problem of searching in image databases (image retrieval) has been intensively researched in the last decades. Simpler methods for search in image databases are usually based on so-called low-level features, which technical descriptions of shape, color, or texture. However, results based on such features very often do not meet the search needs of users, which are mostly of a content or semantic nature ("semantic gap") <ref type="bibr" target="#b20">[21]</ref>. In recent years, significant progress has been made to automatically recognize content in images (denoted as object recognition or visual concept detection) <ref type="bibr" target="#b21">[22]</ref>, especially through deep learning approaches <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b9">10,</ref><ref type="bibr" target="#b28">30]</ref>. In this way, search queries of a content-related nature can be more accurately answered.</p><p>An important aspect of the presented approach is the similarity search that follows feature extraction. Current similarity search approaches learn compact codes to replace images <ref type="bibr" target="#b17">[18,</ref><ref type="bibr" target="#b25">27,</ref><ref type="bibr" target="#b26">28]</ref>. The compact codes usually compress high-dimensional features of a Convolutional Neural Network (CNN) trained on specific datasets suitable for the given task. However, these methods are not optimized for the technical and schematic illustrations in patents, so there is a need for research and development in this area.</p><p>So far, there are relatively few specific approaches for searching visual information in patents <ref type="bibr" target="#b27">[29]</ref>. An example is the Patmedia method for similarity search <ref type="bibr" target="#b23">[25]</ref>, extensions of this <ref type="bibr" target="#b19">[20,</ref><ref type="bibr">23,</ref><ref type="bibr" target="#b22">24]</ref>, or other approaches for concept-based graphical search <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b12">13]</ref>. These methods generally extract textual and visual low-level features from patent images and train detectors that identify a limited number of predefined concepts. Experiments of these works show that the combination of visual and textual features works best for the task of concept detection. More recent approaches <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b13">14]</ref> establish the references of figures and related text passages using an automatic detection of the corresponding numerical referencing in the figures. Another approach <ref type="bibr" target="#b3">[4]</ref> uses SIFT-like local histograms as features and represents the images in patents using Fisher vectors. In the experiments based on the 2011 CLEF-IP evaluation <ref type="bibr" target="#b14">[15]</ref>, the best retrieval results were achieved by late fusion of textual and nontextual results. Bhatti and Hanbury <ref type="bibr" target="#b2">[3]</ref> provide an overview of further research regarding specific figure types (photo, flow chart, technical drawings, diagrams, graphs) that may also be relevant for patent retrieval. However, to date no integrated patent retrieval system exploiting multimodal search does exist. The representation and quality of the images in patents as well as their schematic and sketchy character require specific approaches or the recognition of special objects that are particularly relevant in patents.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">MULTIMODAL PATENT IMAGE SEARCH</head><p>We now discuss the proposed system that incorporates multimodal patent features to establish a similarity search based on illustrations. Figure <ref type="figure" target="#fig_0">1</ref> illustrates the individual steps. First, we extract visual and textual features (Section 3.1, 3.2) from the patent images. Then, based on each modality an index of corresponding image feature vectors is built (Section 3.3). Finally, the most similar results to a query image can be retrieved by re-ranking results based on both indexes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Image Feature Extraction</head><p>Patent images are a special category of images that have sketchlike characteristics. They usually consist of technical drawings, diagrams, or graphs and are mostly black and white. While smaller details can often be of great relevance for interpretation, they often also contain redundant patterns. To represent these kind of images, features are extracted using deep neural network. We use the Contrastive Language-Image Pre-training (CLIP) <ref type="bibr" target="#b15">[16]</ref> model that was trained on a multimodal dataset of 400 million image-text-pairs collected from the internet. The CLIP model is aimed at learning visual concepts from natural language supervision and is primarily designed for flexible zero-shot computer vision classification on arbitrary image datasets by providing simple textual image descriptions. This powerful approach has improved the state of the art on several benchmark datasets including ImageNet Sketch <ref type="bibr" target="#b24">[26]</ref>, which contains sketch images with characteristics similar to patent images. This motivates us to utilize CLIP embeddings for the task of patent image similarity search. In particular, we use the pre-trained vision transformer (ViT-B/32) to extract visual features and embed the patent images.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Textual Feature Extraction</head><p>Patent figures usually contain image text, particularly numbers that can be used to link illustrated concepts to a description in the patent document. To use these textual descriptions, we first apply scene text spotting methods (Section 3.2.1). After relevant sentences have been identified, they are embedded using sentence transformers (Section 3.2.2).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>3.2.1</head><p>Image-Text Relations using OCR. Optical Character Recognition (OCR) aims to recognize characters in images. Recently, scene text recognition methods based on neural networks have emerged. We use a two-step approach in which we first detect text blocks and then recognize the text they contain. For scene text detection, the CRAFT (Character Region Awareness For Text detection) <ref type="bibr" target="#b1">[2]</ref> model for character-level text detection is applied. Subsequently, a four-stage deep scene text recognition (STR) framework <ref type="bibr" target="#b0">[1]</ref> is employed to extract the text. Although these methods were trained for recognizing text in real-world scenes, they prove to be very accurate on patent images, for which text detection and recognition is generally easier than for scene text. Once the image text is extracted, we keep the numbers and prune irrelevant text. The numbers are then used to identify the relevant sentences in the XML file of the corresponding patent document. For this purpose, we tokenize the text, search for the numbers and keep all matching sentences that provide a description for the illustrated concepts. Exemplary text mappings resulting from the scene text recognition can be seen in Figure <ref type="figure" target="#fig_1">2</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.2">Sentence Transformers.</head><p>Sentence transformer neural networks were recently introduced and can be used to compute dense vector representations for sentences. We use a RoBERTa <ref type="bibr" target="#b11">[12]</ref> model that was pre-trained to produce semantically meaningful sentence embeddings (accordingly to Sentence-BERT <ref type="bibr" target="#b16">[17]</ref>) and optimized for semantic textual similarity (STS) in the English language. We embed all the sentences found in the previous image-text mapping step. Finally, an average vector over all related sentences is created to represent an patent image.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Similarity Search</head><p>Based on the extracted feature representations, indexes are built using the FAISS library <ref type="bibr" target="#b6">[7]</ref>. An index is based on product quantization <ref type="bibr" target="#b5">[6]</ref> and allows for the efficient comparisons between query vectors and stored vectors based on cosine similarity and returns nearest neighbors. We built separate indexes for both the image and textual feature modalities based on a dataset comprised of 30, 379 patent images. Subsequently, the nearest neighbors of a query image can be retrieved by similarity search based a) on the stored visual features, b) on the stored textual features, or c) on the basis of a combination of ranking results of both indexes. For the last option we explore two different re-ranking approaches. The first one is based on averaging the resulting similarity scores of each modality, whereas in the second strategy the final ranking is based on reordering according to maximum scores.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">EVALUATION AND DISCUSSION</head><p>In this section, the patent image retrieval approaches are evaluated according to the experimental setup in Section 4.2) and based on a predefined patent collection (Section 4.1). We discuss outcomes of the experiments in Section 4.3.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Patent Dataset</head><p>We conduct our retrieval experiments on a patent collection from the European Patent Office (EPO) focusing on the exemplary fields of autonomous driving and wind power. To this end, we download patents from the time period 2007 to 2020 and ensure that each patent contains an XML file to parse the structured text and image information. After excluding formulas, our final patent collection comprises 2, 858 patent documents with a total of 30, 379 figures of technical drawings, diagrams and graphs. Analogously, another 3, 770 images from 300 patent documents are reserved as test data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Experiments</head><p>The performance of our system is evaluated using the average precision (AP) score which is the most commonly used quality measure for retrieval approaches. The AP score is calculated from a list of ranked documents as follows:</p><formula xml:id="formula_0">AP = 𝑛 (𝑅 𝑛 − 𝑅 𝑛−1 )𝑃 𝑛<label>(1)</label></formula><p>where 𝑅 𝑛 and 𝑃 𝑛 are the precision and recall at the 𝑛 th threshold.</p><p>In general, AP is the average of the precision scores at each relevant document. To evaluate the overall performance, the mean AP (mAP) score is calculated by taking the mean value of the AP scores across different queries. To verify the performance of our system, we randomly selected 20 query images along with their descriptions (described in Section 3.2.1) from the test data and evaluated AP scores for the textual retrieval, visual retrieval and combined retrieval based on re-ranking. To evaluate the relevance of an retrieval results we rely on the annotator assessment (done by one of the authors). Using the additional figure descriptions assists in evaluating the relevance of retrieval results to the query image. The ranked retrieval lists are evaluated for the top-50 ranks using the AP score (AP@50).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Discussion</head><p>The results of our experiments are shown in Table <ref type="table" target="#tab_0">1</ref>. Using only visual features for image retrieval yields a slightly higher mAP score of 0.696 compared to using textual features. The combination of both modalities yields the highest mAP score of 0.715 when scores of the textual and visual similarity search are averaged. Reordering the similarity values according to the maximum scores for both feature sets had a smaller effect on the similarity search performance. The results suggest that combining both modalities can help increase the quality of retrieval results. In general, results based on visual features were easier to annotate since the visual embeddings retrieve mostly visually similar results. It should also be noted that results based on textual features were harder to inspect and thus annotated with the additional help of the sentences representing the retrieved image. In general, it was observed that textual features retrieved semantically relevant images. Thus, the combination of both feature representations presents a good mixture of both visually and semantically related patent images.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">CONCLUSIONS</head><p>The discussion of related work for patent image retrieval revealed that existing work is either outdated or insufficient when it comes to exploiting the multimodal information that patents provide. In this paper, we have presented a framework that exploits multimodal features to enable semantic patent image search. Image-text relations are identified through scene text spotting and OCR yielding a mapping of in-figure numbers to the corresponding text. This allowed us to embed relevant text passages in feature vector representations. Additionally, we successfully embedded the shape and topological information in images using powerful deep neural networks. We exploit both textual and image features in order to facilitate semantic similarity for patent images. Experimental results demonstrated the feasibility of the approach, while suggesting that the combination of both modalities is beneficial.</p><p>In the future, we plan to exploit further information in images such as non-numeric image text. Moreover, we plan to incorporate multimodal information in an end-to-end network and have a joint framework to conduct patent search. Thereby, we intent to fuse features by exploiting multimodal machine learning architectures.</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: Proposed system for multimodal patent image retrieval.</figDesc><graphic coords="2,53.80,83.69,504.41,194.76" 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: Image-text relations through OCR.</figDesc><graphic coords="3,53.80,83.69,240.24,194.27" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>mAP results up to rank 50 for randomly chosen queries. Re-ranking (avg) denotes the averaging of the different modalities' scores. Re-ranking (max) denotes the reordering according to maximum scores.</figDesc><table><row><cell cols="2">Textual Features Visual Features</cell><cell cols="2">Re-ranking</cell></row><row><cell></cell><cell></cell><cell>max</cell><cell>avg</cell></row><row><cell>0.683</cell><cell>0.696</cell><cell cols="2">0.703 0.715</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ACKNOWLEDGEMENTS</head><p>We would like to sincerely thank the reviewers for their valuable and comprehensive comments. This work is financially supported by the Federal Ministry of Education and Research (BMBF, Bundesministerium für Bildung und Forschung, project reference 01IO2004A).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">What Is Wrong With Scene Text Recognition Model Comparisons? Dataset and Model Analysis</title>
		<author>
			<persName><forename type="first">Jeonghun</forename><surname>Baek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Geewook</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Junyeop</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sungrae</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dongyoon</forename><surname>Han</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sangdoo</forename><surname>Yun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Seong</forename><surname>Joon Oh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hwalsuk</forename><surname>Lee</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICCV.2019.00481</idno>
		<ptr target="https://doi.org/10.1109/ICCV.2019.00481" />
	</analytic>
	<monogr>
		<title level="m">IEEE/CVF International Conference on Computer Vision, ICCV 2019</title>
				<meeting><address><addrLine>Seoul, Korea (South)</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2019-10-27">2019. 2019. October 27 -November 2, 2019</date>
			<biblScope unit="page" from="4714" to="4722" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Character Region Awareness for Text Detection</title>
		<author>
			<persName><forename type="first">Youngmin</forename><surname>Baek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bado</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dongyoon</forename><surname>Han</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sangdoo</forename><surname>Yun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hwalsuk</forename><surname>Lee</surname></persName>
		</author>
		<idno type="DOI">10.1109/CVPR.2019.00959</idno>
		<idno>9365-9374</idno>
		<ptr target="https://doi.org/10.1109/CVPR.2019.00959" />
	</analytic>
	<monogr>
		<title level="m">IEEE Conference on Computer Vision and Pattern Recognition, CVPR 2019</title>
				<meeting><address><addrLine>Long Beach, CA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Computer Vision Foundation / IEEE</publisher>
			<date type="published" when="2019-06-16">2019. June 16-20, 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Image search in patents: a review</title>
		<author>
			<persName><forename type="first">Naeem</forename><surname>Bhatti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Allan</forename><surname>Hanbury</surname></persName>
		</author>
		<idno type="DOI">10.1007/s10032-012-0197-5</idno>
		<ptr target="https://doi.org/10.1007/s10032-012-0197-5" />
	</analytic>
	<monogr>
		<title level="j">International Journal on Document Analysis and Recognition</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="309" to="329" />
			<date type="published" when="2013">2013. 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">XRCE&apos;s Participation at Patent Image Classification and Image-based Patent Retrieval Tasks of the Clef-IP 2011</title>
		<author>
			<persName><forename type="first">Gabriela</forename><surname>Csurka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jean-Michel</forename><surname>Renders</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guillaume</forename><surname>Jacquet</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-1177/CLEF2011wn-CLEF-IP-CsurkaEt2011.pdf" />
	</analytic>
	<monogr>
		<title level="m">CLEF 2011 Labs and Workshop, Notebook Papers</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">Vivien</forename><surname>Petras</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Pamela</forename><surname>Forner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Paul</forename><forename type="middle">D</forename><surname>Clough</surname></persName>
		</editor>
		<meeting><address><addrLine>Amsterdam, The Netherlands</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011-09-22">2011. 19-22 September 2011</date>
			<biblScope unit="volume">1177</biblScope>
		</imprint>
	</monogr>
	<note>CEUR-WS</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Densely Connected Convolutional Networks</title>
		<author>
			<persName><forename type="first">Gao</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhuang</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Laurens</forename><surname>Van Der Maaten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kilian</forename><forename type="middle">Q</forename><surname>Weinberger</surname></persName>
		</author>
		<idno type="DOI">10.1109/CVPR.2017.243</idno>
		<ptr target="https://doi.org/10.1109/CVPR.2017.243" />
	</analytic>
	<monogr>
		<title level="m">IEEE Conference on Computer Vision and Pattern Recognition, CVPR 2017</title>
				<meeting><address><addrLine>Honolulu, HI, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2017-07-21">2017. 2017. July 21-26, 2017</date>
			<biblScope unit="page" from="2261" to="2269" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Product Quantization for Nearest Neighbor Search</title>
		<author>
			<persName><forename type="first">Hervé</forename><surname>Jégou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matthijs</forename><surname>Douze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cordelia</forename><surname>Schmid</surname></persName>
		</author>
		<idno type="DOI">10.1109/TPAMI.2010.57</idno>
		<ptr target="https://doi.org/10.1109/TPAMI.2010.57" />
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Pattern Analysis and Machine Intelligence</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="117" to="128" />
			<date type="published" when="2011">2011. 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Billion-scale similarity search with GPUs</title>
		<author>
			<persName><forename type="first">Jeff</forename><surname>Johnson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matthijs</forename><surname>Douze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hervé</forename><surname>Jégou</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1702.08734</idno>
		<ptr target="http://arxiv.org/abs/1702.08734" />
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A survey of patent users: an analysis of tasks, behavior, search functionality and system requirements</title>
		<author>
			<persName><forename type="first">Hideo</forename><surname>Joho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Leif</forename><surname>Azzopardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wim</forename><surname>Vanderbauwhede</surname></persName>
		</author>
		<idno type="DOI">10.1145/1840784.1840789</idno>
		<ptr target="https://doi.org/10.1145/1840784.1840789" />
	</analytic>
	<monogr>
		<title level="m">Information Interaction in Context Symposium, IIiX 2010</title>
				<editor>
			<persName><forename type="first">Nicholas</forename><forename type="middle">J</forename><surname>Belkin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Diane</forename><surname>Kelly</surname></persName>
		</editor>
		<meeting><address><addrLine>New Brunswick, NJ, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2010-08-18">2010. August 18-21, 2010</date>
			<biblScope unit="page" from="13" to="24" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">CLEF-IP 2011: Tool zur Unterstützung der bildorientierten Selektion von Patentdokumenten am Beispiel des XPAT Patent Viewers</title>
		<author>
			<persName><forename type="first">R</forename><surname>Kramer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Döring</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Kolloquium der Technischen Universität Ilmenau über Patentinformation und gewerblichen Rechtsschutz. Proceedings. PATINFO</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="page" from="209" to="2019" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
	<note>Big Data -Chancen und Herausforderungen</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">ImageNet Classification with Deep Convolutional Neural Networks</title>
		<author>
			<persName><forename type="first">Alex</forename><surname>Krizhevsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ilya</forename><surname>Sutskever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Geoffrey</forename><forename type="middle">E</forename><surname>Hinton</surname></persName>
		</author>
		<ptr target="https://proceedings.neurips.cc/paper/2012/hash/c399862d3b9d6b76c8436e924a68c45b-Abstract.html" />
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems 25: 26th Annual Conference on Neural Information Processing Systems 2012</title>
				<editor>
			<persName><forename type="first">L</forename><surname>Peter</surname></persName>
		</editor>
		<editor>
			<persName><surname>Bartlett</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><forename type="middle">N</forename><surname>Fernando</surname></persName>
		</editor>
		<editor>
			<persName><surname>Pereira</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Christopher</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Léon</forename><surname>Burges</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Kilian</forename><forename type="middle">Q</forename><surname>Bottou</surname></persName>
		</editor>
		<editor>
			<persName><surname>Weinberger</surname></persName>
		</editor>
		<meeting><address><addrLine>Lake Tahoe, Nevada, United States</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012">2012. , 2012</date>
			<biblScope unit="page" from="1106" to="1114" />
		</imprint>
	</monogr>
	<note>Proceedings of a meeting held December 3-6</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Concept-oriented labelling of patent images based on Random Forests and proximity-driven generation of synthetic data</title>
		<author>
			<persName><forename type="first">Dimitris</forename><surname>Liparas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anastasia</forename><surname>Moumtzidou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stefanos</forename><surname>Vrochidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ioannis</forename><surname>Kompatsiaris</surname></persName>
		</author>
		<idno type="DOI">10.3115/v1/W14-5404</idno>
		<ptr target="https://doi.org/10.3115/v1/W14-5404" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Third Workshop on Vision and Language, VL@COLING 2014</title>
				<editor>
			<persName><forename type="first">Anja</forename><surname>Belz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Darren</forename><surname>Cosker</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Frank</forename><surname>Keller</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">William</forename><surname>Smith</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Kalina</forename><surname>Bontcheva</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Sien</forename><surname>Moens</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Alan</forename><forename type="middle">F</forename><surname>Smeaton</surname></persName>
		</editor>
		<meeting>the Third Workshop on Vision and Language, VL@COLING 2014<address><addrLine>Dublin, Ireland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014-08-23">2014. August 23, 2014</date>
			<biblScope unit="page" from="25" to="32" />
		</imprint>
	</monogr>
	<note>Dublin City University and the Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">RoBERTa: A Robustly Optimized BERT Pretraining Approach</title>
		<author>
			<persName><forename type="first">Yinhan</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Myle</forename><surname>Ott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Naman</forename><surname>Goyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jingfei</forename><surname>Du</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mandar</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Danqi</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Omer</forename><surname>Levy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mike</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luke</forename><surname>Zettlemoyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Veselin</forename><surname>Stoyanov</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1907.11692</idno>
		<ptr target="http://arxiv.org/abs/1907.11692" />
		<imprint>
			<date type="published" when="2019">2019. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Binary Patent Image Retrieval Using the Hierarchical Oriented Gradient Histogram</title>
		<author>
			<persName><forename type="first">Hui</forename><surname>Ni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhenhua</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Biqing</forename><surname>Huang</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICSS.2015.12</idno>
		<ptr target="https://doi.org/10.1109/ICSS.2015.12" />
	</analytic>
	<monogr>
		<title level="m">International Conference on Service Science, ICSS 2015</title>
				<meeting><address><addrLine>Weihai, Shandong, China</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2015-05-08">2015. May 8-9, 2015</date>
			<biblScope unit="page" from="23" to="27" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Patent Document Similarity Based on Image Analysis Using the SIFT-Algorithm and OCR-Text</title>
		<author>
			<persName><forename type="first">Jeong</forename><surname>Beom</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Park</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Thomas</forename><surname>Mandl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Do</forename><forename type="middle">Wan</forename><surname>Kim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Contents</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="70" to="79" />
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">CLEF-IP 2011: Retrieval in the Intellectual Property Domain</title>
		<author>
			<persName><forename type="first">Florina</forename><surname>Piroi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mihai</forename><surname>Lupu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Allan</forename><surname>Hanbury</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Veronika</forename><surname>Zenz</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-1177/CLEF2011wn-CLEF-IP-PiroiEt2011.pdf" />
	</analytic>
	<monogr>
		<title level="m">CLEF 2011 Labs and Workshop, Notebook Papers</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">Vivien</forename><surname>Petras</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Pamela</forename><surname>Forner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Paul</forename><forename type="middle">D</forename><surname>Clough</surname></persName>
		</editor>
		<meeting><address><addrLine>Amsterdam, The Netherlands</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011-09-22">2011. 19-22 September 2011</date>
			<biblScope unit="volume">1177</biblScope>
		</imprint>
	</monogr>
	<note>CEUR-WS</note>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Learning Transferable Visual Models From Natural Language Supervision</title>
		<author>
			<persName><forename type="first">Alec</forename><surname>Radford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jong</forename><forename type="middle">Wook</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chris</forename><surname>Hallacy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aditya</forename><surname>Ramesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gabriel</forename><surname>Goh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sandhini</forename><surname>Agarwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Girish</forename><surname>Sastry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amanda</forename><surname>Askell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pamela</forename><surname>Mishkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jack</forename><surname>Clark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gretchen</forename><surname>Krueger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ilya</forename><surname>Sutskever</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2103.00020</idno>
		<ptr target="https://arxiv.org/abs/2103.00020" />
		<imprint>
			<date type="published" when="2021">2021. 2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks</title>
		<author>
			<persName><forename type="first">Nils</forename><surname>Reimers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Iryna</forename><surname>Gurevych</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/D19-1410</idno>
		<ptr target="https://doi.org/10.18653/v1/D19-1410" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing, EMNLP-IJCNLP 2019</title>
				<editor>
			<persName><forename type="first">Kentaro</forename><surname>Inui</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Jing</forename><surname>Jiang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Vincent</forename><surname>Ng</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Xiaojun</forename><surname>Wan</surname></persName>
		</editor>
		<meeting>the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing, EMNLP-IJCNLP 2019<address><addrLine>Hong Kong, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019-11-03">2019. November 3-7, 2019</date>
			<biblScope unit="page" from="3980" to="3990" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Deep hashing for multi-label image retrieval: a survey</title>
		<author>
			<persName><forename type="first">Josiane</forename><surname>Rodrigues</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marco</forename><surname>Cristo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Juan</forename><forename type="middle">G</forename><surname>Colonna</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence Review</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page" from="5261" to="5307" />
			<date type="published" when="2020">2020. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Patent retrieval: a literature review</title>
		<author>
			<persName><forename type="first">Walid</forename><surname>Shalaby</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wlodek</forename><surname>Zadrozny</surname></persName>
		</author>
		<idno type="DOI">10.1007/s10115-018-1322-7</idno>
		<ptr target="https://doi.org/10.1007/s10115-018-1322-7" />
	</analytic>
	<monogr>
		<title level="j">Knowl. Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">61</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="631" to="660" />
			<date type="published" when="2019">2019. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Content-based binary image retrieval using the adaptive hierarchical density histogram</title>
		<author>
			<persName><forename type="first">Panagiotis</forename><surname>Sidiropoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stefanos</forename><surname>Vrochidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ioannis</forename><surname>Kompatsiaris</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.patcog.2010.09.014</idno>
		<ptr target="https://doi.org/10.1016/j.patcog.2010.09.014" />
	</analytic>
	<monogr>
		<title level="j">Pattern Recognition</title>
		<imprint>
			<biblScope unit="volume">44</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="739" to="750" />
			<date type="published" when="2011">2011. 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Content-based Image Retrieval at the End of the Early Years</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M</forename><surname>Arnold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marcel</forename><surname>Smeulders</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simone</forename><surname>Worring</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amarnath</forename><surname>Santini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ramesh</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><surname>Jain</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Pattern Analysis and Machine Intelligence</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="issue">12</biblScope>
			<biblScope unit="page" from="1349" to="1380" />
			<date type="published" when="2000">2000. 2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Concept-based patent image retrieval</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">M</forename><surname>Cees</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arnold</forename><forename type="middle">W M</forename><surname>Snoek</surname></persName>
		</author>
		<author>
			<persName><surname>Smeulders ; Stefanos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anastasia</forename><surname>Vrochidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ioannis</forename><surname>Moumtzidou</surname></persName>
		</author>
		<author>
			<persName><surname>Kompatsiaris</surname></persName>
		</author>
		<idno type="DOI">10.1109/MC.2010.183</idno>
		<ptr target="https://doi.org/10.1109/MC.2010.183" />
	</analytic>
	<monogr>
		<title level="j">World Patent Information</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="292" to="303" />
			<date type="published" when="2010">2010. 2010. 2012. 2012</date>
		</imprint>
	</monogr>
	<note>Computer</note>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Professional Search in the Modern World -COST Action IC1002 on Multilingual and Multifaceted Interactive Information Access</title>
		<author>
			<persName><forename type="first">Stefanos</forename><surname>Vrochidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anastasia</forename><surname>Moumtzidou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ioannis</forename><surname>Kompatsiaris</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-12511-4_12</idno>
		<ptr target="https://doi.org/10.1007/978-3-319-12511-4_12" />
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>Georgios Paltoglou, Fernando Loizides, and Preben Hansen</editor>
		<imprint>
			<biblScope unit="volume">8830</biblScope>
			<biblScope unit="page" from="250" to="273" />
			<date type="published" when="2014">2014</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
	<note>Enhancing Patent Search with Content-Based Image Retrieval</note>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Towards contentbased patent image retrieval: A framework perspective</title>
		<author>
			<persName><forename type="first">Stefanos</forename><surname>Vrochidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Papadopoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anastasia</forename><surname>Moumtzidou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Panagiotis</forename><surname>Sidiropoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Emanuelle</forename><surname>Pianta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ioannis</forename><surname>Kompatsiaris</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">World Patent Information</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="page" from="94" to="106" />
			<date type="published" when="2010">2010. 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Learning Robust Global Representations by Penalizing Local Predictive Power</title>
		<author>
			<persName><forename type="first">Haohan</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Songwei</forename><surname>Ge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zachary</forename><forename type="middle">C</forename><surname>Lipton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eric</forename><forename type="middle">P</forename><surname>Xing</surname></persName>
		</author>
		<ptr target="https://proceedings.neurips.cc/paper/2019/hash/3eefceb8087e964f89c2d59e8a249915-Abstract.html" />
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information Processing Systems 2019, NeurIPS 2019</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Hanna</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Hugo</forename><surname>Wallach</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Alina</forename><surname>Larochelle</surname></persName>
		</editor>
		<editor>
			<persName><surname>Beygelzimer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Emily</forename><forename type="middle">B</forename><surname>Florence D'alché-Buc</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Roman</forename><surname>Fox</surname></persName>
		</editor>
		<editor>
			<persName><surname>Garnett</surname></persName>
		</editor>
		<meeting><address><addrLine>Vancouver</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019. -14, 2019</date>
			<biblScope unit="page" from="10506" to="10518" />
		</imprint>
	</monogr>
	<note>December 8</note>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Learning to hash for indexing big data -A survey</title>
		<author>
			<persName><forename type="first">Jun</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wei</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sanjiv</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shih-Fu</forename><surname>Chang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Proc. IEEE</title>
		<imprint>
			<biblScope unit="volume">104</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="34" to="57" />
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">A survey on learning to hash</title>
		<author>
			<persName><forename type="first">Jingdong</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ting</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nicu</forename><surname>Sebe</surname></persName>
		</author>
		<author>
			<persName><surname>Heng Tao Shen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Pattern Analysis and Machine Intelligence</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="769" to="790" />
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Diagram Image Retrieval and Analysis: Challenges and Opportunities</title>
		<author>
			<persName><forename type="first">Liping</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ming</forename><surname>Gong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vijayan</forename><forename type="middle">K</forename><surname>Asari</surname></persName>
		</author>
		<idno type="DOI">10.1109/CVPRW50498.2020.00098</idno>
		<ptr target="https://doi.org/10.1109/CVPRW50498.2020.00098" />
	</analytic>
	<monogr>
		<title level="m">IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR Workshops 2020</title>
				<meeting><address><addrLine>Seattle, WA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2020-06-14">2020. 2020. June 14-19, 2020</date>
			<biblScope unit="page" from="685" to="698" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Learning Transferable Architectures for Scalable Image Recognition</title>
		<author>
			<persName><forename type="first">Barret</forename><surname>Zoph</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vijay</forename><surname>Vasudevan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jonathon</forename><surname>Shlens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Quoc</surname></persName>
		</author>
		<author>
			<persName><surname>Le</surname></persName>
		</author>
		<idno type="DOI">10.1109/CVPR.2018.00907</idno>
		<ptr target="https://doi.org/10.1109/CVPR.2018.00907" />
	</analytic>
	<monogr>
		<title level="m">IEEE Conference on Computer Vision and Pattern Recognition, CVPR 2018</title>
				<meeting><address><addrLine>Salt Lake City, UT, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2018-06-18">2018. 2018. June 18-22, 2018</date>
			<biblScope unit="page" from="8697" to="8710" />
		</imprint>
	</monogr>
</biblStruct>

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