<?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">Scalable processing of Bosch Welding Data with Graph Massivizer</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Mikel</forename><surname>Mendibe</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Bosch Center for Artificial Intelligence</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gad-Elrab</forename><surname>Mohamed</surname></persName>
							<email>mohamed.gad-elrab@de.bosch.com</email>
							<affiliation key="aff0">
								<orgName type="department">Bosch Center for Artificial Intelligence</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Evgeny</forename><surname>Kharlamov</surname></persName>
							<email>evgeny.kharlamov@de.bosch.com</email>
							<affiliation key="aff0">
								<orgName type="department">Bosch Center for Artificial Intelligence</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">University of Oslo</orgName>
								<address>
									<country key="NO">Norway</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Scalable processing of Bosch Welding Data with Graph Massivizer</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">BBE3CCC54199F55E8D5E1CB58A3C57EF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:46+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>Industry 4.0</term>
					<term>resistance spot welding</term>
					<term>knowledge graphs</term>
					<term>Graph Massivizer</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The transition to Industry 4.0 is driving the adoption of IoT technologies in manufacturing, transforming processes like Resistance Spot Welding (RSW) at companies such as Bosch. RSW is essential in automotive production but presents significant challenges in quality assurance due to its complexity and the limitations of traditional offline inspection methods. While data-driven techniques using dynamic electrical features offer some improvements, they often lack the ability to fully capture the intricacies of the RSW process or require expensive hardware.</p><p>This paper introduces a hybrid approach from the Graph Massivizer project, combining sensor data with domain-specific knowledge in a knowledge graph. The proposed method leverages existing ontologies as inductive biases to enhance prediction accuracy and adaptability across various welding scenarios. By integrating timeseries data with knowledge graph representations, the approach offers a more holistic understanding of the welding process. This paper discusses the methodology, the challenges of merging these data types, and the potential to improve RSW quality monitoring by bridging the gap between conventional data-driven methods and expert insights, resulting in a more robust and efficient monitoring framework.</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>With the advent of the fourth industrial revolution, the manufacturing environments are evolving towards digital ecosystems. Propelled by the improvement in sensing and communication technologies, the Internet of Things (IoT) has taken root in traditional industries, and this has opened the world of Big Data, where the volume, velocity and variety of data is rapidly rising <ref type="bibr" target="#b0">[1]</ref>. This has been no different for the case of Bosch, currently undergoing a transformation from a traditional manufacturing company to an IoT one <ref type="bibr" target="#b1">[2]</ref>.</p><p>One of the most critical manufacturing processes at Bosch is Resistance Spot Welding (RSW), primarily employed for joining car body components. This process involves passing a high-intensity electrical current through two electrodes and the metal sheets positioned between them, generating localized heat that fuses the sheets together at specific points, creating a weld spot <ref type="bibr" target="#b2">[3]</ref>. Even if it is considered a conventional method, this is still a very complex yet critical procedure <ref type="bibr" target="#b3">[4]</ref>, as the failure of a single spot can halt an entire production line <ref type="bibr" target="#b2">[3]</ref>. In the industry, quality assurance for RSW is typically achieved via offline destructive inspection methods on samples selected by predefined empirical rules, but due to the heavy class imbalance on the sets, detecting faulty spots is usually a very rare occurrence. Consequently, data-driven approaches have been proposed in recent years, with the objective of detecting defective samples more efficiently and reducing scrap and downtime <ref type="bibr" target="#b3">[4]</ref>. Some of these approaches focus on image processing, and they are oriented towards assessing the quality of the spots in an online fashion with the help of cameras mounted on the welding devices Prediction of the Weld Qualities Using Surface Appearance Image in Resistance Spot Welding, Monitoring of Resistance Spot Welding Process). Others, mainly directed by the work of Chen et al., developed systems for weld quality estimation based on infrared thermography <ref type="bibr">[5] [6]</ref>. However, implementing these methods is often challenging due to the need to acquire, install, and integrate specialized hardware, which can be costly and time-consuming. Therefore, the research focused on using intrinsic process variables for monitoring is especially valuable. From the early works of Cho et al. <ref type="bibr" target="#b6">[7]</ref>, many different data-driven methods have been developed, either defined as classification or prediction tasks, depending on whether the intention is to estimate the welding nugget diameter, or to identify defective welds. In this paper, developed under the Graph Massivizer project, we introduce the need for a hybrid approach for welding quality estimation, one that leverages on existing ontologies to act as an inductive bias on top of the available sensor data, with the objective of obtaining a more grounded and efficient algorithm.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Use case</head><p>Resistance Spot Welding (RSW) is widely used in the automotive industry, as over 90% of assembly work in a car body is completed by RSW <ref type="bibr" target="#b7">[8]</ref>. These spots are critical for the structural integrity of the vehicle, and the amount of spot welds in a car are counted in the thousands <ref type="bibr" target="#b8">[9]</ref>. Resistance Spot Welding is a process used to join two or more metal sheets together by applying pressure and passing an electric current through the materials. The process generates heat due to the resistance to the electrical current in the contact area between the metal sheets, causing the metals to melt and fuse together. The welding electrodes also provide the necessary force to hold the materials in place during welding <ref type="bibr" target="#b9">[10]</ref>. This is a very complicated process involving electromagnetic, thermal, mechanical and metallurgical variables <ref type="bibr" target="#b7">[8]</ref>. Even in very controlled environments, defects have been shown to be very difficult to detect, as the welds are hidden between two sheets of metal. As such, in resistance spot welding, quality assurance typically involves the use of offline destructive inspection techniques on selected samples. These methods involve directly measuring the mechanical strength, fatigue resistance, and failure modes of the weld joints. By physically testing these samples to the point of failure, critical information about the integrity and durability of the weld can be obtained. This approach, while effective in assessing joint quality, is limited by its destructive nature and the fact that it only provides insight into the specific samples tested, rather than the entire production run <ref type="bibr" target="#b3">[4]</ref>.</p><p>Most modern RSW operations are very efficient, and defective welds are a rare yet critical occurrence, as such, defining data-driven methods to target these defects is a priority for the automotive industry, and it has been a very rich subject of research. The main difficulties explored in the literature for the implementation of efficient quality prediction algorithms are the following: (i) limit on labeled data amount, (ii) limit on features, (iii) limit on coverage of relevant situations <ref type="bibr" target="#b10">[11]</ref>. Increasing the amount of labeled data is a resource-intensive task, therefore, it is often best avoided. Regarding (ii), some authors have made use of additional sensors (infrared sensors <ref type="bibr" target="#b4">[5]</ref>, cameras...) for reliable quality prediction, however, this is often difficult to implement and over-complicates the process, which leads to more failures and downtime. Lastly, (iii) is the most pressing challenge, because as quality is good under normal conditions, the datasets are often times heavily imbalanced, and creating more anomalous labels requires expensive laboratory testing.</p><p>Therefore, it is specifically interesting to detect RSW defects using the highly available dynamic electrical features captured during the process, namely the current and the voltage, which are used to conform to the dynamic resistance. These methods treat the dynamic curves as time series and aim at identifying the underlying patterns that lead to anomalies in the welds. In <ref type="bibr" target="#b11">[12]</ref>, a random forest classifier was trained with features derived from this signal and achieved up to 98% accuracy. Similarly, <ref type="bibr" target="#b12">[13]</ref> used a radial basis function neural network to predict nugget diameter and weld strength, achieving 98% accuracy by classifying features into different quality levels. In <ref type="bibr" target="#b13">[14]</ref>, a kernel extreme machine model optimized with a particle swarm algorithm also reached 98% accuracy. The performance of these models is very solid in their specific scenarios, and it leads to the incorrect idea that quality assurance in RSW is a solved topic. However, as mentioned by Stavropoulos et al. <ref type="bibr" target="#b3">[4]</ref>, RSW is a very heterogeneous process, and the variation of the elements that comprise the RSW ecosystem and process (machines, materials, thickness, position...) heavily affect the final quality of the joint.</p><p>Towards this direction, a need for a more holistic approach has been defined, one that takes into account a bigger portion of the welding ecosystem and is able to adapt to the different flavors that RSW can have. It is this approach that Tan et al. followed <ref type="bibr" target="#b14">[15]</ref> by framing the quality prediction problem as one of link prediction in a literal-aware RSW welding knowledge graph. By integrating background knowledge on the prediction, the model is able to get a higher-level view of the operation and tackle the heterogeneity of RSW in a more holistic manner. Even if the performance of this approach is notable, in an attempt to frame it under the more traditional embedding methods, it deals with the time-series nature of the curves by aggregating the values of the dynamical electrical features, leading to a great loss of expressivity and decrease in performance, as Dickinson et al. stated in <ref type="bibr" target="#b15">[16]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Proposed methodology</head><p>It has been shown that while data-driven methods lack the capacity to model the complexities of the RSW ecosystem, knowledge-graph-driven approaches lack the expressivity and granularity afforded by time-series data. Thus, motivated by the work of Jain et al. <ref type="bibr" target="#b16">[17]</ref>, the objective of Bosch and the consortium partners under the Graph Massivizer project is to merge both approaches and design the next-generation quality monitoring methods that go beyond the more traditional data-driven methods by combining knowledge and sensor measurements.</p><p>On the one hand, we refer to sensor measurements as the time series that are produced during the welding operation, which can have the form of currents, voltages, temperatures. . . These are variables that evolve during each weld and are fundamental to the estimation of the quality (e.g., if an abnormality has been detected in the current that flows through the cathode of the welding machine, the presence of an anomaly will be likely). On the other hand, we refer to knowledge that encompasses diverse and rich prior information about the process, derived from expert knowledge, such as the ontology for a specific RSW machine. This ontology is used as the backbone to create knowledge graphs for each specific operation, similar to the approach that Tan et al. followed in <ref type="bibr" target="#b14">[15]</ref>, but instead of pointing at the aggregated values of the dynamic features, it points at the entire representation of the time-series, thus maintaining the expressivity in the analysis. This ontology is then used as a structural inductive bias that inherently captures the nature of RSW. Subsequently, a Graph Neural Network (GNN) is trained for prediction, leveraging the ontology-based knowledge graph to enhance its learning capability <ref type="bibr" target="#b17">[18]</ref>. This method is not only expected to improve the model's accuracy in predicting outcomes but also enable it to generalize better across different RSW operations by integrating domain-specific knowledge. Additionally, the use of GNNs allows for the incorporation of complex relationships and dependencies between various process parameters, providing a more holistic and detailed understanding of the RSW process dynamics. This approach demonstrates the potential to bridge the gap between data-driven methods and expert knowledge, resulting in a more robust and comprehensive modeling framework.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Drawbacks</head><p>Despite the high expectations for the project and the computational soundness of the method, we are currently encountering some challenges.</p><p>• A significant challenge lies in effectively representing time-series data within a graph-based framework. While time-series data provide rich, dynamic information about the welding process, converting this data into a graph structure that preserves its temporal properties and contextual relevance is complex. One possible solution is to use visibility graphs, which transform time-series data into networks where each data point (or "node") is connected to other nodes based on specific visibility criteria. Although visibility graphs can capture the intrinsic patterns and relationships within the time series, they may struggle with scalability when dealing with large datasets or high-dimensional data. Furthermore, it remains unclear how to best integrate these graph-based representations with existing domain knowledge in a cohesive manner that enhances the model's predictive capability.</p><p>• Combining knowledge graph data with time-series data in a meaningful way remains an open question. For example, a potential approach could involve appending embeddings of events generated by a BERT-like model <ref type="bibr" target="#b18">[19]</ref> to embeddings derived from a feature tokenizer of the time-series data, as proposed by Jain et al. <ref type="bibr" target="#b16">[17]</ref>. However, this strategy may not be effective in our use case due to the scarcity of events, which limits the potential information gain from such embeddings. • Using ontologies as structural inductive biases, while theoretically sound, raises questions about scalability. For instance, one could use a BERT-like model to create embeddings for materials, static conditions, and other domain-specific knowledge, and then train a Graph Neural Network (GNN) with this data. However, it is uncertain how well this approach would scale to larger datasets or more complex welding scenarios. Moreover, techniques like node2vec <ref type="bibr" target="#b19">[20]</ref>, which are often used for node embeddings in graphs, may not be suitable for capturing the nuanced, multi-relational nature of the knowledge graph in this context.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>In conclusion, this paper highlights the need for a hybrid approach to quality assurance in Resistance Spot Welding (RSW) by combining knowledge graphs and time-series data to address the limitations of traditional data-driven and knowledge-graph-based methods. The proposed methodology, leveraging Graph Neural Networks (GNNs) and domain-specific ontologies, offers a more comprehensive and adaptive modeling framework that captures the complex dependencies and dynamics of the RSW process, leading to improved prediction accuracy and robustness. However, challenges remain in effectively integrating time-series data within a graph-based framework and ensuring scalability across diverse welding scenarios.</p></div>		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>The Graph Massiviser (GA 101093202) EU project supported this work.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Industrial Big Data as a Result of IoT Adoption in Manufacturing</title>
		<author>
			<persName><forename type="first">D</forename><surname>Mourtzis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Vlachou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Milas</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.procir.2016.07.038</idno>
		<ptr target="https://www.sciencedirect.com/science/article/pii/S2212827116307880.doi:10.1016/j.procir.2016.07.038" />
	</analytic>
	<monogr>
		<title level="j">Procedia CIRP</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="page" from="290" to="295" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">The Internet of Things and the case of Bosch: Changing business models while staying true to yourself</title>
		<author>
			<persName><forename type="first">A.-K</forename><surname>Leiting</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>De Cuyper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Kauffmann</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.technovation.2022.102497</idno>
		<ptr target="https://www.sciencedirect.com/science/article/pii/S016649722200044X.doi:10.1016/j.technovation.2022.102497" />
	</analytic>
	<monogr>
		<title level="j">Technovation</title>
		<imprint>
			<biblScope unit="volume">118</biblScope>
			<biblScope unit="page">102497</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Predicting Quality of Automated Welding with Machine Learning and Semantics: A Bosch Case Study</title>
		<author>
			<persName><forename type="first">B</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Svetashova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Byeon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Pychynski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mikut</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Kharlamov</surname></persName>
		</author>
		<idno type="DOI">10.1145/3340531.3412737</idno>
		<idno>doi:10.1145/3340531.3412737</idno>
		<ptr target="https://doi.org/10.1145/3340531.3412737" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 29th ACM International Conference on Information &amp; Knowledge Management, CIKM &apos;20</title>
				<meeting>the 29th ACM International Conference on Information &amp; Knowledge Management, CIKM &apos;20<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="2933" to="2940" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Quality Assurance in Resistance Spot Welding: State of Practice, State of the Art, and Prospects</title>
		<author>
			<persName><forename type="first">P</forename><surname>Stavropoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Sabatakakis</surname></persName>
		</author>
		<idno type="DOI">10.3390/met14020185</idno>
		<ptr target="https://www.mdpi.com/2075-4701/14/2/185.doi:10.3390/met14020185" />
	</analytic>
	<monogr>
		<title level="j">Metals</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page">185</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
		<respStmt>
			<orgName>Multidisciplinary Digital Publishing Institute</orgName>
		</respStmt>
	</monogr>
	<note>2 Publisher</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Online resistance spot weld NDE using infrared thermography</title>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Feng</surname></persName>
		</author>
		<idno type="DOI">10.1117/12.2260896</idno>
		<ptr target="https://ui.adsabs.harvard.edu/abs/2017SPIE10169E..0KC.doi:10.1117/12.2260896" />
	</analytic>
	<monogr>
		<title level="m">Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series ADS</title>
				<imprint>
			<publisher>0KC</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="2017S" to="E10169" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">IR-based spot weld NDT in automotive applications</title>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Feng</surname></persName>
		</author>
		<idno type="DOI">10.1117/12.2177124</idno>
		<idno>doi</idno>
		<ptr target=":10.1117/12.2177124" />
	</analytic>
	<monogr>
		<title level="m">Thermosense: Thermal Infrared Applications XXXVII</title>
				<imprint>
			<publisher>SPIE</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="volume">9485</biblScope>
			<biblScope unit="page" from="283" to="288" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Quality Estimation of Resistance Spot Welding by Using Pattern Recognition With Neural Networks</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Cho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Rhee</surname></persName>
		</author>
		<idno type="DOI">10.1109/TIM.2003.822713</idno>
		<ptr target="http://ieeexplore.ieee.org/document/1284862/.doi:10.1109/TIM.2003.822713" />
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Instrumentation and Measurement</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<biblScope unit="page" from="330" to="334" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Numerical Analysis of Transport Phenomena in Resistance Spot Welding Process</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Chen</surname></persName>
		</author>
		<idno type="DOI">10.1115/FEDSM2009-78210</idno>
	</analytic>
	<monogr>
		<title level="m">FEDSM2009 Publication Title: Proceedings of the ASME Fluids Engineering Division Summer Conference</title>
				<imprint>
			<date type="published" when="2009">2009. 2009. 2009. FEDSM2009</date>
			<biblScope unit="volume">1</biblScope>
		</imprint>
	</monogr>
	<note>Proceedings of the ASME Fluids Engineering Division Summer Conference</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Overview of recent advances of process analysis and quality control in resistance spot welding</title>
		<author>
			<persName><forename type="first">K</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Yao</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.ymssp.2019.01.041</idno>
		<ptr target="https://www.sciencedirect.com/science/article/pii/S0888327019300573.doi:10.1016/j.ymssp.2019.01.041" />
	</analytic>
	<monogr>
		<title level="j">Mechanical Systems and Signal Processing</title>
		<imprint>
			<biblScope unit="volume">124</biblScope>
			<biblScope unit="page" from="170" to="198" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>O'brien</surname></persName>
		</author>
		<idno>OCLC: 664579333</idno>
		<title level="m">Welding processes</title>
				<meeting><address><addrLine>Miami, Fla.</addrLine></address></meeting>
		<imprint>
			<publisher>American Welding Society</publisher>
			<date type="published" when="1991">1991</date>
			<biblScope unit="volume">2</biblScope>
		</imprint>
	</monogr>
	<note>Welding handbook. 8th ed ed.</note>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">Comparison of Machine Learning Approaches for Time-series-based Quality Monitoring of Resistance Spot Welding</title>
		<author>
			<persName><forename type="first">B</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Pychynski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Reischl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mikut</surname></persName>
		</author>
		<idno type="DOI">10.5445/KSP/1000087327/13</idno>
		<imprint>
			<date type="published" when="2018">2018</date>
			<publisher>RSW</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Quality assessment of resistance spot welding process based on dynamic resistance signal and random forest based</title>
		<author>
			<persName><forename type="first">B</forename><surname>Xing</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Xiao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><forename type="middle">H</forename><surname>Qin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Cui</surname></persName>
		</author>
		<idno type="DOI">10.1007/s00170-017-0889-6</idno>
		<ptr target="https://doi.org/10.1007/s00170-017-0889-6.doi:10.1007/s00170-017-0889-6" />
	</analytic>
	<monogr>
		<title level="j">The International Journal of Advanced Manufacturing Technology</title>
		<imprint>
			<biblScope unit="volume">94</biblScope>
			<biblScope unit="page" from="327" to="339" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Welding quality evaluation of resistance spot welding using the time-varying inductive reactance signal</title>
		<author>
			<persName><forename type="first">H</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Hou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhao</surname></persName>
		</author>
		<idno type="DOI">10.1088/1361-6501/aaa830</idno>
		<ptr target="https://dx.doi.org/10.1088/1361-6501/aaa830.doi:10.1088/1361-6501/aaa830" />
	</analytic>
	<monogr>
		<title level="j">Measurement Science and Technology</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="page">55601</biblScope>
			<date type="published" when="2018">2018</date>
			<publisher>IOP Publishing</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Resistance spot welding quality identification with particle swarm optimization and a kernel extreme learning machine model</title>
		<author>
			<persName><forename type="first">H</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Wang</surname></persName>
		</author>
		<idno type="DOI">10.1007/s00170-016-9944-y</idno>
		<ptr target="https://doi.org/10.1007/s00170-016-9944-y.doi:10.1007/s00170-016-9944-y" />
	</analytic>
	<monogr>
		<title level="j">The International Journal of Advanced Manufacturing Technology</title>
		<imprint>
			<biblScope unit="volume">91</biblScope>
			<biblScope unit="page" from="1879" to="1887" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Literal-Aware Knowledge Graph Embedding for Welding Quality Monitoring: A Bosch Case</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Savkovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I.-G</forename><surname>Gonzalez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Soylu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Kharlamov</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-47243-5_25</idno>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web -ISWC 2023</title>
				<editor>
			<persName><forename type="first">T</forename><forename type="middle">R</forename><surname>Payne</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Presutti</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Qi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Poveda-Villalón</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Stoilos</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Hollink</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Z</forename><surname>Kaoudi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Cheng</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</editor>
		<meeting><address><addrLine>Nature Switzerland; Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="453" to="471" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Characterization of Spot Welding Behavior by Dynamic Electrical Parameter Monitoring (???</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">W</forename><surname>Dickinson</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Knowledge Graph Representations to enhance Intensive Care Time-Series Predictions</title>
		<author>
			<persName><forename type="first">S</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Burger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rätsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kuznetsova</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2311.07180</idno>
		<ptr target="http://arxiv.org/abs/2311.07180" />
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Using ontology embeddings for structural inductive bias in gene expression data analysis</title>
		<author>
			<persName><forename type="first">M</forename><surname>Trębacz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Shams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jamnik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Scherer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Simidjievski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Terre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Liò</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2011.10998</idno>
		<idno type="arXiv">arXiv:2011.10998[cs</idno>
		<ptr target="http://arxiv.org/abs/2011.10998.doi:10.48550/arXiv.2011.10998" />
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note>q-bio</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding</title>
		<author>
			<persName><forename type="first">J</forename><surname>Devlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-W</forename><surname>Chang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Toutanova</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/N19-1423</idno>
		<ptr target="https://aclanthology.org/N19-1423.doi:10.18653/v1/N19-1423" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</title>
		<title level="s">Long and Short Papers</title>
		<editor>
			<persName><forename type="first">J</forename><surname>Burstein</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Doran</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Solorio</surname></persName>
		</editor>
		<meeting>the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies<address><addrLine>Minneapolis, Minnesota</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="4171" to="4186" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">node2vec: Scalable Feature Learning for Networks</title>
		<author>
			<persName><forename type="first">A</forename><surname>Grover</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Leskovec</surname></persName>
		</author>
		<idno type="DOI">10.1145/2939672.2939754</idno>
		<ptr target="https://doi.org/10.1145/2939672.2939754.doi:10.1145/2939672.2939754" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD &apos;16</title>
				<meeting>the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD &apos;16<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="855" to="864" />
		</imprint>
	</monogr>
</biblStruct>

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