<?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 Framework to Improve Automobile Design Work Efficiency Using Functional Decomposition Tree and Ontologies</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kunika</forename><surname>Iida</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Hyogo</orgName>
								<address>
									<addrLine>8-2-1, Gakuennishimachi, Nishi-ku, Kobe-shi</addrLine>
									<postCode>651-2103</postCode>
									<settlement>Hyogo</settlement>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Risa</forename><surname>Kubo</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Hyogo</orgName>
								<address>
									<addrLine>8-2-1, Gakuennishimachi, Nishi-ku, Kobe-shi</addrLine>
									<postCode>651-2103</postCode>
									<settlement>Hyogo</settlement>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Munehiko</forename><surname>Sasajima</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Hyogo</orgName>
								<address>
									<addrLine>8-2-1, Gakuennishimachi, Nishi-ku, Kobe-shi</addrLine>
									<postCode>651-2103</postCode>
									<settlement>Hyogo</settlement>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Framework to Improve Automobile Design Work Efficiency Using Functional Decomposition Tree and Ontologies</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">6B791537859F310CBEB797192365F08A</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:25+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>ontology</term>
					<term>functional decomposition tree</term>
					<term>fault reasoning</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Automobile design work is not being performed efficiently. In particular, when changing the function of a component in a design review, it is necessary to infer and enumerate possible faults of the function or part to be changed from past examples, which is a time-consuming task. Therefore, a framework to infer possible faults exhaustively in the part while viewing the automobile from the perspective of its function is needed. We aim to solve this problem by improving the search system when collecting information about known faults to perform design change work. First, the expected faults are derived from the function of a component. For this purpose, the knowledge of a skilled designer is modeled using functional decomposition tree and ontologies. Furthermore, information can be collected without excesses or deficiencies by using the derived faults as search queries. This paper focuses on efforts to realize "fault reasoning, " which enables the derivation of possible faults described above.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The goal of this research is to improve the efficiency of automobile design work.</p><p>In recent years, the automotive industry has been undergoing a once-in-a-century transformation 1 , and there is a need to improve the efficiency of automobile design work. Currently, however, it is difficult to say that automobile design work is being done efficiently.</p><p>Automobile design work can be roughly divided into three categories: information-collecting work, report-writing work, and design change work. Before design change work, the designer collects information on the components to be redesigned in a design review. The designer investigates what kinds of faults have occurred in the past and what kinds of faults are likely to occur if the shape or material is changed. Furthermore, since automobile design work is done by a team, a report is prepared to share the information with the team. Only after the team decides on a policy based on the report can the design change work be done.</p><p>According to one automobile manufacturer designer when automobile design work is assumed to be 100%, 40% of the time is spent on collecting information on design changes and 40% on IJCKG 2023 Poster and Demo track Envelope ad23d005@guh.u-hyogo.ac.jp (K. Iida); ad23g017@guh.u-hyogo.ac.jp (R. Kubo); sasajima@sis.u-hyogo.ac.jp (M. Sasajima) preparing reports on past information on design changes, leaving only about 20% of the time available for automobile design work that should be done by the designer.</p><p>Currently, information is collected by searching a database that has accumulated internal documents, patents, and recall information related to past fault examples. However, the search system currently in use outputs not only information related to the part of interest, but also a large amount of information unrelated to the part as search results. This is a cause of inefficiency in automotive design work.</p><p>Against this background, we identified two issues. First, there is a lot of know-how required to select appropriate queries for search, and only skilled designers can collect information. Second, irrelevant information (noise) is included in the search results. We thought that these problems could be solved by using functional decomposition tree and ontologies, which are knowledge models.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Method</head><p>To accomplish two issues, we devised a framework consisting of a two-step process. In the first stage, we create a body of knowledge possessed by a skilled designer. This enables the possible faults from each component to be systematically derived. This is called fault inference. The second stage uses the fault knowledge derived in the first stage. Then, a search query is created that can extract information without excesses or deficiencies. The fault reasoning currently underway with respect to these frameworks will be described in detail.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Functional decomposition tree and ontologies</head><p>Artifacts reflect human intention and have different effects on the external world than natural objects. This effect on the external world is called "function". In this way, understanding an artifact is to know how its internal structure interacts with the external world to produce its function <ref type="bibr" target="#b0">[1]</ref>. As can be seen from this, to understand artifacts such as an automobile, it is necessary to know how the artifact works in its function. We believe that one of the approaches of skilled designers is to consider what function each component of an automobile has and to do design change work. Therefore, the body of knowledge to be constructed should be close to the knowledge possessed by skilled designers, so that information can be collected from the perspective of function. The body of knowledge to be constructed is represented by a functional decomposition tree and an ontologies.</p><p>A functional decomposition tree is a knowledge model that develops a function to be realized into a series of sub-functions that can achieve it <ref type="bibr" target="#b1">[2]</ref>. In this research, a tool called FWTEditor is used based on the idea that each component of an automobile has its own function and that the automobile can run safely when its function is working properly. A functional decomposition tree is created with "The drive is driven. (Transmits power and moves it.)" as the root(Figure <ref type="figure" target="#fig_0">1</ref> left).</p><p>FWTEditor is a tool for building functional decomposition trees and performing fault inference. The fault inference mechanism is explained in Section 2.2. FWTEditor represents a function as a square node. By developing the functions in detail to a granularity that is captured by skilled designers, it is possible to describe what functions each component of an automobile has. We create ontologies using HOZO<ref type="foot" target="#foot_0">2</ref> to define detailed behaviors and subject to functional effects concerning the components described in the functional decomposition tree. A fault is a function that is not working properly and defines which component is at fault and for what cause(Figure <ref type="figure" target="#fig_0">1</ref> </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>right).</head><p>The following process is used to create the functional decomposition tree and ontologies. First, we extract knowledge from technical books on automobiles. The extracted knowledge reflects on the functional decomposition tree and the ontologies. The reflected functional decomposition tree and ontologies will be discussed and refined by skilled designers. By repeating this process, we create the knowledge of skilled designers.</p><p>Currently, 389 basic conceptual ontologies have been defined.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Fault reasoning</head><p>Fault reasoning is performed using FWTEditor and HOZO. When a node in FWTEditor is selected, the sentence in the selected node is subjected to morphological analysis to extract word groups. The word groups is then used to perform an OR search on the ontologies described in HOZO. The possible faults are systematically derived from the word groups. When a fault name is reached, the search is terminated and the results are displayed in a circle. Figure <ref type="figure" target="#fig_1">2</ref> is used as an example. Morphological analysis of "The damper spring dampens the impact. " extracts three words: "damper spring," "impact," and "dampens". Using these three words, we search for possible faults. As a result, the faults "occurrence of strange noises" and "clutch judder" are derived.</p><p>Currently, we have not yet had any discussions with the designers. Therefore, we will continue to improve the knowledge model to bring it closer to the knowledge of experienced designers. We also plan to evaluate the method and content of presenting the fault knowledge resulting from fault reasoning. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">CONCLUSION</head><p>This research considers a framework for improving the efficiency of Automobile Design Work, which consists of two steps: fault reasoning and search query generation, using functional decomposition tree and ontologies. In this paper, we describe our work on fault reasoning. In the future, we will consider how to use the components and fault knowledge retrieved by fault reasoning in the search query. And we plan to continue our research through discussions with designers.</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: Functional Decomposition Tree and Ontologies(This research is being conducted in Japanese, and some of the figures in this paper have been translated into English for explanation purposes.)</figDesc><graphic coords="3,89.29,84.19,416.70,159.66" 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: Example of Fault Reasoning Execution(This research is being conducted in Japanese, and some of the figures in this paper have been translated into English for explanation purposes.)</figDesc><graphic coords="4,89.29,84.19,416.70,160.33" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">http://www.hozo.jp/index_jp.html</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This work was supported by the New Energy and Industrial Technology Development Organization (NEDO) JPNP18002.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">View of artifact</title>
		<author>
			<persName><forename type="first">H</forename><surname>Yoshikawa</surname></persName>
		</author>
		<idno type="DOI">10.11487/trafst.1.2_59</idno>
	</analytic>
	<monogr>
		<title level="j">Oukan : journal of transdisciplinary federation of science and technology</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="59" to="66" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Systematic description of functional knowledge based on functional ontologies and its use for supporting design of functional structures</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Kitamura</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kasai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Yoshikawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Takahashi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kozaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mizoguchi</surname></persName>
		</author>
		<idno type="DOI">10.1527/tjsai.17.73</idno>
	</analytic>
	<monogr>
		<title level="j">Transactions of the Japanese Society for Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="73" to="84" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

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