<?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">Measurement of displacement of petroglyphs of Bangudae Terrace in Daegok-ri, Ulju, using edge and region extraction</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Sang-Yun</forename><surname>Lee</surname></persName>
							<email>sylllee@etri.re.kr</email>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">Police Science</orgName>
								<orgName type="department" key="dep2">Public Safety ICT Research Center</orgName>
								<orgName type="institution">Digital Convergence Research Institute</orgName>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Electronics and Telecommunications Research Institute</orgName>
								<address>
									<country key="KR">South Korea</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Measurement of displacement of petroglyphs of Bangudae Terrace in Daegok-ri, Ulju, using edge and region extraction</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">61A0F32D5A5386E863A466943BF6F7C0</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:15+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>Petroglyphs of Bangudae Terrace</term>
					<term>Displacement</term>
					<term>PiDiNet</term>
					<term>DexiNed</term>
					<term>Deep Learning</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Petroglyphs of Bangudae Terrace in Daegok-ri, Ulju are the world's oldest whale hunting petroglyphs and are located on a cliff in Daegokcheon. It was designated as South Korea's National Treasure No. 285, and was listed as the 'Daegokcheon Petroglyph Group' on the 'Priority List', a list of UNESCO World Heritage candidates. When stone cultural assets such as the Petroglyphs of Bangudae Terrace are damaged, it is very difficult to restore them to their original state. Therefore, it is very important to predict risk factors in advance and regularly manage them for preservation. In this paper, we will use two Deep Learning models such as PiDiNet, and DexiNed to extract edges and legions. And then we will measure the contours and areas of the extracted areas. In terms of area, both 'Cavity' and 'Joint separation' showed the highest values in the first quarter. Additionally, looking at the change from the second quarter to the fall, the numbers appear to be stable in the case of 'Cavity'. In the future, we will continue to conduct experiments to improve the accuracy of edge and area extraction and to present a reference point for whether displacement has occurred through additional experiments so that we can automatically determine that displacement has occurred-</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We will use two Deep Learning models, including, PiDiNet <ref type="bibr" target="#b4">[6]</ref>, and DexiNed <ref type="bibr" target="#b5">[7]</ref>, as Deep Learning architectures to extract edges and legions <ref type="bibr" target="#b6">[8]</ref>. And then we will extract 'Cavity' and 'Joint separation' using them, and measure the contours and areas of the extracted areas over time to monitor trends in displacement. This paper is structured as follows. Chapter 2 will describe the data collection process for Petroglyphs of Bangudae Terrace, datasets for experiments, and labeling methods. Chapter 3 will describe the Deep Learning Neural Network used for edge extraction. Chapter 4 will present the preprocessing process and results of displacement measurement and analyzes the experimental results. And we will conclude in Chapter 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Dataset and preprocessing</head><p>The monitoring image is data taken from a telephoto camera located 200m across from Petroglyphs of Bangudae Terrace, and is captured once a day at the same time. Since it is impossible to capture the entire area at once, the horizontal area is divided into 12 areas and then filmed by rotating the camera angle. The original data is saved as a JPEG image, the standard is 4912 x 7360, and the data capacity is approximately 20 to 35 MB per image.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Labeling Method</head><p>Labeling data for learning has the same file name as the original data, but is saved as PNG with a different extension. Additionally, the dimensions of 4912 x 7360 horizontal and vertical are the same as those of the original data. This is tailored to an open source-based Deep Learning algorithm for learning. The learning data is divided into 'Joint separation' areas, 'Cavity' areas, and areas containing both 'Joint separation' and 'Cavity' according to the type of displacement (See Figure <ref type="figure">1</ref>). And depending on the labeling method, it is divided into 'Linestrip', 'Polygon', and 'Linestrip &amp; Polygon' (See Figure <ref type="figure">2</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.1.">'Cavity' labeling</head><p>The cavity is located at the bottom of the Petroglyphs of Bangudae Terrace, and is an empty space naturally created by water flow and erosion over a long period of time. We used a labeling tool called Labelme to label the 'Cavity' area and labeled it with 'Linestrip' or 'Polygon' type (See Figure <ref type="figure" target="#fig_1">3</ref>). In the case of 'Cavity', unlike 'Joint separation', they have a simple shape, so the labeling method of 'Linestrip &amp; Polygon' was not applied. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.2.">'Joint separation' labeling</head><p>The main rock surface of the Petroglyphs of Bangudae Terrace has various types of 'Joint separation' developed, including vertical separation, diagonal separation, and complex separation. We used a labeling tool called Labelme to label the 'Joint separation' area and labeled it with 'Linestrip', 'Polygon', and 'Linestrip &amp; Polygon' (See Figure <ref type="figure" target="#fig_2">4</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.3.">'Cavity &amp; 'Joint separation' labeling</head><p>We labeled the 'Cavity' and 'Joint separation' areas in the same manner as described in the previous section to experiment with images containing both of them (See Figure <ref type="figure" target="#fig_3">5</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Data normalization</head><p>To normalize the learning data, we converted the labeling data to a binary image with pixel values from 0 to 255 (See Figure <ref type="figure" target="#fig_4">6-(a)</ref>). And the sizes of both the original image and the labeled image were normalized to 1,280 x 720. In this process, a comparative experiment was conducted using two different methods: cropping and reducing the image size to 1/10 and resizing it to 491 x 736 (See Figure <ref type="figure" target="#fig_4">6-(b)</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Deep Learning Networks for Edge Detection</head><p>In this paper, we utilize an Open Source-based pre-trained Deep Learning model based on CNN. After labeling the original image of the Petroglyphs of Bangudae Terrace, it goes through preprocessing processes such as black-and-white processing and normalization, and uses this as learning data to extract edges. Based on this result, we can determine the detection area for 'Cavity' and 'Joint separation', and detect or predict whether displacement will occur by analyzing the change patterns of displacement values in time series. Figure <ref type="figure" target="#fig_5">7</ref> shows the overall research and development flow chart for the method proposed in this paper. We used two Artificial Intelligence Neural Networks, including PiDiNet, and DexiNed, to detect the displacement of the Petroglyphs of Bangudae Terrace in Daegok-ri, Ulju, South Korea and measure the amount of displacement in this research. PiDiNet is specialized in detecting details in images <ref type="bibr" target="#b4">[6]</ref> while DexiNed is optimized for boundary edge detection <ref type="bibr" target="#b5">[7]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">PiDiNet</head><p>The PiDiNet model uses a deep and wide separable Neural Network structure for fast inference and easy learning <ref type="bibr" target="#b7">[9]</ref> (see Figure <ref type="figure" target="#fig_6">8</ref>). PiDiNet do not use any normalization layers for simplicity since the resolutions of the training images are not uniform and replace the vanilla convolution in the 3 × 3 depth-wise convolutional layer in the residual blocks with Pixel Difference Convolution (PDC) <ref type="bibr" target="#b4">[6]</ref>. It learns rich edge representations through side structures and effectively generates edge-maps <ref type="bibr" target="#b8">[10]</ref>. It generates a lot of multi-scale edge information through many Compact Dilation Convolution based Module (CDCM) and removes background noise using Compact Spatial Attention Module (CSAM). Then, it combines single edge maps with a sigmoid function to generate the final edge map. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">DexiNed</head><p>The DexiNed model consists of two subnetworks: Dexi and USNet (see Figure <ref type="figure" target="#fig_7">9</ref>). The Dexi network consists of six blocks that act as encoders, and each block consists of sub-blocks with multiple neural network layers and skip-connections <ref type="bibr" target="#b9">[11,</ref><ref type="bibr" target="#b10">12]</ref>. It generates edge maps combined with the learned filter for each block, and finally creates one edge map by combining the features generated from each edge map. USNet passes the feature maps from the Dexi network through two blocks. In the first block, a kernel of size 1 x 1 is used to process it through the ReLU activation function, and then a kernel of size s × s, where s is the input feature map size, is used to create a feature map of the same size as the predicted answer value <ref type="bibr" target="#b5">[7]</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Experiment results and analysis</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Preprocessing and evaluation measurement</head><p>When the 'Joint separation' or 'Cavity' areas of the edge-extracted image were not clear, we went through the process of increasing the contrast to make the areas clearer. Figure <ref type="figure" target="#fig_8">10-(a)</ref> shows the result of adjusting the brightness intensity to increase the contrast of the image contrast, making the 'Joint separation' area clearer. Figure <ref type="figure" target="#fig_8">10-(b)</ref> shows the results of finding the contour line for each joint area detected after preprocessing and calculating the area and length for the corresponding contour area. The red dots in Figure <ref type="figure" target="#fig_9">11-(a</ref>) are the horizontal and vertical endpoints of each 'Joint separation' area detected in the resulting image. Using these points, we can find the maximum distance between the horizontal end points and the maximum distance between the vertical end points of the 'Joint separation' Performance evaluation of the Deep Learning architecture used in the experiment can be done through accuracy and structural similarity index. Accuracy is obtained as a ratio of how well the 'Joint separation' area of the ground truth image binarized into black and white matches the 'Joint separation' area extracted from the image to be evaluated (see Figure <ref type="figure" target="#fig_9">11-(b)</ref>). The structural similarity index (SSI) is obtained using the structural similarity, such as luminance, contrast, and pixel value, of the two images being compared. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Measurement of displacement of 'Joint separation'</head><p>When looking at the displacement of 'Joint separation' by season using the PiDiNet model, which shows the best general performance, the contour area showed values of 1,312, 1,606, 1,660, and 1,014 in spring, summer, fall, and winter, respectively. and the contour lengths showed values of 365, 381, 383, and 342, respectively (see Table <ref type="table">1</ref>).</p><p>If we only look at the amount of change in the area value, we can assume that there has been a somewhat significant change, but if we look at the change in the length value, we may conclude that there is no significant change. Therefore, it is necessary to comprehensively review the amount of change in area and length to determine whether there has been a significant change.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 1</head><p>Seasonal 'Joint separation' displacement measurement results</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Measurement of displacement of 'Cavity' and analysis</head><p>In the case of the 'Cavity', the contour area showed values of 13,827, 13,263, 14,392, and 8,468 in spring, summer, fall, and winter, respectively, and the contour length showed values of 2,361,</p><p>). This also showed similar aspects to the 'Joint separation' analysis results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 2</head><p>Seasonal 'Cavity' displacement measurement results  In terms of area, both 'Cavity' and 'Joint separation' showed the highest values in the first quarter (See Figure <ref type="figure" target="#fig_0">12</ref>). Additionally, looking at the change from the second quarter to the fall, the numbers appear to be stable in the case of 'Cavity'. In the case of 'Joint separation', there is some change, but the value appears to be stably maintained between 1,312 and 1,660.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4.">Integrated analysis of joint and cavity displacement measurements</head><p>Changes in the contour path showed slightly different characteristics in cavities and joints, as shown in Figure <ref type="figure" target="#fig_11">13</ref>. In the case of cavities, the contour length had the greatest value in fall, and in the case of joints, the difference was large between the first quarter and spring, and then showed stable values from the second quarter to fall. Comparatively, the deviation between area and contour length was larger in the cavity, and the contour length of all joint joints was more stable than the area. According to the comprehensive survey research report on the Daegokcheon petroglyph group <ref type="bibr" target="#b0">[2]</ref>, the 'Cavity' and 'Joint separation' of the Petroglyphs of Bangudae Terrace undergo rapid displacement during the spring thaw, but after April, the measured values showed a stable value and showed a slight divergence in the negative direction. It is assumed that the gap narrowed due to thermal expansion of the rock, and this trend is consistent with the results of this research. In addition, it was reported that the correlation between temperature and displacement is inversely proportional, which is also found to show a similar pattern to the results of this research. However, in winter, area and contour length were directly proportional to temperature. We analyzed that in the case of year of 2022, unlike 2019 when the comprehensive research report was written, there were many abnormal climates, and the light and dark in the photo may have had an effect.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>Petroglyphs of Bangudae Terrace in Daegok-ri, Ulju are designated as National Treasure No. 285 of the Republic of Korea, and are listed as the 'Daegokcheon Petroglyph Group' in the 'Priority List', a UNESCO World Heritage candidate list selected by the Cultural Heritage Administration (CHA). However, they are submerged in water due to the Sayeon Dam located downstream of Daegokcheon Stream, and damage from erosion is gradually accelerating.</p><p>In this paper, we presented a method to measure and automatically monitor the amount of displacement of Petroglyphs of Bangudae Terrace using Deep Learning technology. Using</p><p>PiDiNet and DexiNed Deep Learning models, we were able to automatically extract edges and areas and detect whether displacement occurred by measuring changes in the outline length and area of the extracted area. In terms of area, both 'Cavity' and 'Joint separation' showed the highest values in the first quarter.</p><p>Additionally, looking at the change from the second quarter to the fall, the numbers appear to be stable in the case of 'Cavity'. In the case of 'Joint separation', there is some change, but the value appears to be stably maintained. In terms of contour length, the contour length of 'Cavity' had the greatest value in fall, and in the case of 'Joint separation', the difference was large between the first quarter and spring, and then showed stable values from the second quarter to fall.</p><p>In the future, we will continue to conduct experiments to improve the accuracy of edge and area extraction and to present a reference point for whether displacement has occurred through additional experiments so that we can automatically determine that displacement has occurred.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 : 2 :</head><label>12</label><figDesc>Figure 1: Displacement type Figure 2: Labeling method</figDesc><graphic coords="2,89.83,449.52,216.80,132.00" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 3 :</head><label>3</label><figDesc>Labeling of 'Cavity' area</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 4 :</head><label>4</label><figDesc>Labeling of 'Joint separation'</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 5 :</head><label>5</label><figDesc>Labeling of 'Cavity' &amp; 'Joint separation'</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 6 :</head><label>6</label><figDesc>Normalization of training data</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 7 :</head><label>7</label><figDesc>Figure 7: Research and development flow chart</figDesc><graphic coords="4,77.72,364.30,424.90,131.30" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 8 :</head><label>8</label><figDesc>Figure 8: Architecture of PiDiNet</figDesc><graphic coords="5,91.50,63.52,419.42,274.50" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Figure 9 :</head><label>9</label><figDesc>Figure 9: Architecture of DexiNed</figDesc><graphic coords="5,91.20,525.99,420.60,205.59" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_8"><head>Figure 10 :</head><label>10</label><figDesc>Contrast enhancement and displacement measurement results</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_9"><head>Figure 11 :</head><label>11</label><figDesc>Figure 11: Maximum distance and measurement accuracy</figDesc><graphic coords="6,83.12,574.27,212.74,147.90" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_10"><head>Figure 12 :</head><label>12</label><figDesc>Figure 12: Area changes in 'Cavity' and 'Joint separation' according to temperature</figDesc><graphic coords="7,128.95,569.19,345.10,192.98" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_11"><head>Figure 13 :</head><label>13</label><figDesc>Figure 13: Contour changes in 'Cavity' and 'Joint separation' according to temperature</figDesc><graphic coords="8,98.05,231.56,406.85,224.30" type="bitmap" /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>This paper was funded by the government (Korea Heritage Service) in 2024 with the support of the National Research Institute of Cultural Heritage (No.2021A01D06-001, Development of damage detection and alarm technology based on intelligent image analysis for safety diagnosis of Immovable cultural heritage)</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m">Daegokcheon Petroglyph Group Comprehensive Survey Research Report</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="11" to="1550011" />
		</imprint>
		<respStmt>
			<orgName>National Research Institute of Cultural Heritage</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Detection of disaster-affected cultural heritage sites from social media images using deep learning techniques</title>
		<author>
			<persName><forename type="first">Pakhee</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ferda</forename><surname>Ofli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Muhammad</forename><surname>Imran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carlos</forename><surname>Castillo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal on Computing and Cultural Heritage (JOCCH)</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="1" to="31" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Intelligent detection of deterioration in cultural stone heritage</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hatır</surname></persName>
		</author>
		<author>
			<persName><forename type="first">İsmail</forename><surname>Ergün</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mustafa</forename><surname>İnce</surname></persName>
		</author>
		<author>
			<persName><surname>Korkanç</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Building Engineering</title>
		<imprint>
			<biblScope unit="volume">44</biblScope>
			<biblScope unit="page">102690</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The deep learning method applied to the detection and mapping of stone deterioration in open-air sanctuaries of the Hittite period in Anatolia</title>
		<author>
			<persName><forename type="first">Ergün</forename><surname>Hatır</surname></persName>
		</author>
		<author>
			<persName><surname>Korkanç</surname></persName>
		</author>
		<author>
			<persName><surname>Mustafa</surname></persName>
		</author>
		<author>
			<persName><surname>Schachner</surname></persName>
		</author>
		<author>
			<persName><surname>Andreas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ismail</forename><surname>Ince</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Cultural Heritage</title>
		<imprint>
			<biblScope unit="volume">51</biblScope>
			<biblScope unit="page" from="37" to="49" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Pixel Difference Networks for Efficient Edge Detection</title>
		<author>
			<persName><forename type="first">Zhuo</forename><surname>Su</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wenzhe</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zitong</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dewen</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Qing</forename><surname>Liao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Qi</forename><surname>Tian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matti</forename><surname>Pietikäinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Li</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on Computer Vision (ICCV) on Computer Vison and Pattern Recognition</title>
				<meeting>the International Conference on Computer Vision (ICCV) on Computer Vison and Pattern Recognition</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="5117" to="5127" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Dense extreme inception network for edge detection</title>
		<author>
			<persName><forename type="first">Xavier</forename><surname>Soria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Angel</forename><surname>Sappa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Patricio</forename><surname>Humanante</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arash</forename><surname>Akbarinia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pattern Recognition</title>
		<imprint>
			<biblScope unit="volume">139</biblScope>
			<biblScope unit="page">109461</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Very deep convolutional networks for largescale image recognition</title>
		<author>
			<persName><forename type="first">K</forename><surname>Simonyan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zisserman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Learning Representations</title>
				<imprint>
			<publisher>ICLR</publisher>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Mobilenets: Efficient convolutional neural networks for mobile vision applications</title>
		<author>
			<persName><forename type="first">Menglong</forename><surname>Andrew G Howard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bo</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dmitry</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Weijun</forename><surname>Kalenichenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tobias</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marco</forename><surname>Weyand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hartwig</forename><surname>Andreetto</surname></persName>
		</author>
		<author>
			<persName><surname>Adam</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1704.04861</idno>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Holistically-nested edge detection</title>
		<author>
			<persName><forename type="first">Saining</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhuowen</forename><surname>Tu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Computer Vision</title>
		<imprint>
			<biblScope unit="volume">125</biblScope>
			<biblScope unit="issue">1-3</biblScope>
			<biblScope unit="page" from="3" to="18" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<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">Conference on Computer Vision and Pattern Recognition</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Residual dense network for image superresolution</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Tian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Kong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Zhong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Fu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference on Computer Vision and Pattern Recognition</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

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