<?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">Tutorial: Interactive Adaptive Learning</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Marek</forename><surname>Herde</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Kassel</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Minh</forename><forename type="middle">Tuan</forename><surname>Pham</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Kassel</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Alaa</forename><surname>Tharwat</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Hochschule Bielefeld</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Bernhard</forename><surname>Sick</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Kassel</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Tutorial: Interactive Adaptive Learning</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">73E0DDE2EBC29938CF81A5821DFA7BFA</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:23+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>active learning</term>
					<term>uncertainty quantification</term>
					<term>exploration-exploitation tradeoff</term>
					<term>scikit-activeml</term>
					<term>noisy class labels</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We summarize the contents of the tutorial we present as a part of the 8 th Interactive Adaptive Learning workshop. This workshop is co-located with the ECML-PKDD conference, where it takes place on September 9 th , 2024 in Vilnius, Lithuania.</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>Interactive adaptive learning refers to methods that help improve the entire lifecycle of machine learning models. This includes how the models interact with human experts or other systems and how they adapt to different types of emerging data rather than just training them on a fixed dataset. This allows the models to improve and adapt over time, which is critical for many real-world applications. Active learning is the most prominent field of interactive adaptive learning <ref type="bibr" target="#b10">[1,</ref><ref type="bibr" target="#b11">2,</ref><ref type="bibr" target="#b12">3]</ref>. Therefore, we explore different aspects of active learning in this tutorial and then discuss recent advances in the field in a workshop session.</p><p>This tutorial is divided into three main parts, which are described in detail in the following sections. Their titles and presenters are as follows:</p><p>1. Introduction to Uncertainty-Based Active Learning (A. Tharwat), 2. Hands-on Pool-based Active Learning via scikit-activeml (M. Herde), 3. Towards Pool-based Active Learning with Error-prone Annotators (M. Herde).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Part I -Introduction to Uncertainty-Based Active Learning</head><p>The motivation behind active learning stems from the common scenario where large amounts of unlabeled data are readily available and free, but the process of obtaining labeled data is time-consuming and expensive. In many real-world applications, such as medical image analysis, document classification, or sensor network monitoring, the cost of manual labeling or expert annotation can be prohibitively high. Traditional passive learning approaches, where the model is trained on a fixed dataset, may not be the most efficient use of limited labeling resources <ref type="bibr" target="#b13">[4]</ref>. Active learning offers a solution to this challenge by enabling the model to actively select the most informative and/or representative samples from the unlabeled pool for labeling. By focusing the annotation effort on the most valuable data points, active learning can achieve better model performance with fewer labeled samples compared to passive learning <ref type="bibr" target="#b12">[3]</ref>. There are two main strategies for querying points in active learning as follows:</p><p>• Exploration-focused query strategies: This category aims to identify representative samples that can help the model explore the underlying data distribution more effectively. By querying for diverse and representative data points, the model can gain a better understanding of the IAL@ECML-PKDD'24: 8 th Intl. Worksh. &amp; Tutorial on Interactive Adaptive Learning, Sep. 9 th , 2024, Vilnius, Lithuania † These authors contributed equally.</p><p>marek.herde@uni-kassel.de (M. Herde); tuan.pham@uni-kassel.de (M. T. Pham); alaa.othman@hsbi.de (A. Tharwat); bsick@uni-kassel.de (B. Sick) true structure of the problem domain, even with a limited labeled dataset <ref type="bibr" target="#b14">[5]</ref>. Some common exploration-focused query strategies include (i) Diversity-based sampling: selecting dissimilar samples to explore different regions, (ii) Density-based sampling: prioritizing samples in dense areas, as they are more representative, (iii) Clustering-based sampling: identifying samples near cluster centroids to ensure coverage of data subgroups <ref type="bibr" target="#b12">[3]</ref>.</p><p>• Informativeness (or exploitation)-focused strategies: The type in which active learning employs informativeness-focused query strategies with the goal of identifying the most informative samples, i.e., the data points that, if labeled, would provide the maximum information gain to the model <ref type="bibr" target="#b15">[6]</ref>. Some common exploitation-focused approaches include (i) Margin-based sampling: prioritizing samples near the decision boundary <ref type="bibr" target="#b10">[1]</ref>, (ii) Entropy-based sampling: selecting the most uncertain samples <ref type="bibr" target="#b16">[7]</ref>, and (iii) Variance-based sampling: prioritizing samples with high prediction variance <ref type="bibr" target="#b16">[7]</ref>.</p><p>However, by exploiting the model's own uncertainty about the unlabeled data, active learning can more effectively identify the samples that, if labeled, would provide the maximum information gain to improve the model's performance. The key idea behind uncertainty-based active learning is that the model's uncertainty serves as a proxy for the informativeness of a data point. Samples with higher uncertainty are more likely to be informative because they represent areas of the input space where the model's predictions are less confident or reliable <ref type="bibr">[8,</ref><ref type="bibr">9]</ref>. Common uncertainty-based approaches include</p><p>• Uncertainty sampling: Selecting the most uncertain samples, as they are likely to be the most informative <ref type="bibr" target="#b16">[7]</ref>. • Expected information gain: Choosing samples with the highest expected information gain <ref type="bibr" target="#b16">[7]</ref>.</p><p>• Bayesian optimization: Using a Bayesian model to quantify uncertainty and guide sample selection <ref type="bibr">[10]</ref>.</p><p>Recent advances in uncertainty quantification have further extended the capabilities of active learning. The distinction between (i) epistemic uncertainty, which occurs due to lack of knowledge, and samples with high epistemic uncertainty are often the most informative for improving model understanding, and (ii) aleatory uncertainty, which captures the inherent noise or randomness in the data, and samples with high aleatory uncertainty may be less useful for model training <ref type="bibr" target="#b20">[11,</ref><ref type="bibr">12,</ref><ref type="bibr" target="#b22">13]</ref>.</p><p>By distinguishing between epistemic and aleatory uncertainty, active learning can more effectively identify the most informative samples to improve model performance with less labeled data. The integration of advanced uncertainty quantification with active learning strategies creates a powerful framework for efficient and effective model training, even with large amounts of unlabeled data <ref type="bibr">[9]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Part II -Hands-on Pool-based Active Learning via scikit-activeml</head><p>Active learning is a versatile approach to reducing the labeling cost. Assumptions regarding data availability and training of the classifiers can vary greatly depending on the use case. Active learning libraries often abstract parts of active learning experiments, such as the whole experiment (AliPy <ref type="bibr" target="#b23">[14]</ref> and Baal <ref type="bibr">[15]</ref>), the classifier training (modAL <ref type="bibr">[16]</ref> and small-text <ref type="bibr" target="#b26">[17]</ref>), and data management (libact <ref type="bibr" target="#b27">[18]</ref>). These abstractions help simplify active learning experiments where the use case matches the library's scope. However, it requires considerable work if the assumptions differ. The scikit-activeml <ref type="bibr" target="#b28">[19]</ref> library has been conceptualized with this in mind, with its modular design inspired by and built on top of scikit-learn <ref type="bibr" target="#b29">[20]</ref>, a flexible general-purpose machine learning library.</p><p>The goal of scikit-activeml is to bridge active learning research and its application in real-world use cases. The library is flexible enough for researchers to allow for many assumptions and promotes reproducibility. For practitioners, it provides extensive documentation, many tutorials for different use cases, and examples for each query strategy with animations visualizing the strategies' behavior that can be used as a starting ground.</p><p>scikit-activeml provides query strategies for pool-based active learning in classification and regression with single or multiple annotators with varying batch sizes. Stream-based active learning <ref type="bibr" target="#b30">[21]</ref> for classification is also supported for single annotator scenarios. In this tutorial, we focus on pool-based active learning. Algorithm 1 shows a small pool-based active learning script using scikit-activeml. Labeled and unlabeled data are stored together in X (samples) and y (labels), where unlabeled data is marked with a user-specified MISSING_LABEL constant (cf. lines 9-13). The classifier and query strategy are initialized independently and support using random seeds to ensure reproducibility (cf. lines <ref type="bibr">[16]</ref><ref type="bibr" target="#b26">[17]</ref><ref type="bibr" target="#b27">[18]</ref><ref type="bibr" target="#b28">[19]</ref><ref type="bibr" target="#b29">[20]</ref><ref type="bibr" target="#b30">[21]</ref>. The for-loop shows the active learning cycle, where sample indices are queried (cf. line 26), and their corresponding missing label is replaced with the ground truth (cf. line 27). Figure <ref type="figure" target="#fig_1">1</ref> shows the fitted classifier, labeled, and unlabeled data after 10 and 30 cycles. Additionally, areas where it is beneficial to query more labels, according to uncertainty sampling, are highlighted in dark green.</p><p>Starting from such a basic learning cycle with uncertainty sampling as the employed query strategy, this tutorial's part outlines other popular and state-of-the-art query strategies for pool-based active learning, e.g., core set <ref type="bibr" target="#b31">[22]</ref>, batch active learning by diverse gradient embeddings (BADGE) <ref type="bibr">[23]</ref>, typical clustering (TypiClust) <ref type="bibr" target="#b33">[24]</ref>, probability coverage (ProbCover) <ref type="bibr" target="#b34">[25]</ref>, clustering uncertainty-weighted embeddings (CLUE) <ref type="bibr" target="#b35">[26]</ref>, and contrastive active learning (CAL) <ref type="bibr" target="#b36">[27]</ref>. Specifically, we analyze these query strategies regarding informativeness, representativeness, and batch diversity as central concepts in pool-based active learning (cf. Section 2). Further, we introduce the differentiation between low-and high-budget active learning scenarios. Depending on the scenario, the importance of the aforementioned concepts changes. Throughout this tutorial's part, illustrations of synthetic two-dimensional datasets (cf. Fig. <ref type="figure" target="#fig_1">1</ref>) provide a more intuitive understanding of the query strategies' main ideas and sample selection behaviors. Beyond such toy examples, we also present an empirical evaluation study as a potential application for scikt-activeml, where we compare query strategies' performances across tabular,  image, and text data. In doing so, we leverage feature representations (embeddings) learned by the pre-trained model self-distillation with no labels (DINOv2) <ref type="bibr" target="#b37">[28]</ref> for the image and bidirectional encoder representations from transformers (BERT) <ref type="bibr">[29]</ref> for the text data. This tutorial's part concludes with a hands-on session, where participants can access a Jupyter notebook to apply their newly acquired knowledge by implementing their own active learning experiment via scikit-activeml.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Part III -Towards Pool-based Active Learning with Error-prone Annotators</head><p>In pool-based active learning, a common assumption is that the queried class labels originate from a single omniscient annotator <ref type="bibr" target="#b39">[30]</ref>. However, many annotation campaigns involve querying class labels from multiple humans, e.g., crowdworkers, who are prone to error for various reasons, e.g., lack of expertise, tiredness, or missing motivation <ref type="bibr" target="#b40">[31]</ref>. As a result, the queried class labels are subject to noise.</p><p>Training with such noisy class labels can strongly deteriorate the classifier's performance. With a focus on neural networks, numerous techniques have been proposed to improve the robustness against noisy class labels <ref type="bibr" target="#b41">[32]</ref>. A common approach is the joint training of the classifier and an annotator performance model, which corrects the noisy class labels by modeling each annotator's individual performance <ref type="bibr" target="#b42">[33]</ref>. Depending on the assumptions about the annotators' noise patterns, confusion matrices are estimated per annotator <ref type="bibr" target="#b43">[34]</ref> or even for each sample-annotator pair <ref type="bibr" target="#b44">[35]</ref>, for example. Such techniques are typically employed to train a neural network after completing an annotation campaign. Yet, the annotators' performance estimates could be used to guide the annotator selection during an ongoing annotation campaign. In conjunction with intelligent sample selection, we refer to this scenario as pool-based active learning with multiple error-prone annotators. Corresponding query strategies <ref type="bibr" target="#b45">[36,</ref><ref type="bibr" target="#b46">37]</ref> must also balance the added exploration-exploitation trade-off when assigning annotators to provide class labels for given instances. The goal of this tutorial's part is to give a basic understanding of such challenges and outline potential baselines, which leverage common pool-based query strategies for the sample selection and performance estimates for the annotator selection.</p><p>project "Künstliche Intelligenz zur Fremdkörperdetektion in befüllten Getränkeflaschen (KI4FKD)" (493 22_0022_2B). This project is receiving funding from the program "Distr@l", an initiative of the Ministry for Digitalization and Innovation of the State of Hesse. The sole responsibility for the content of this publication lies with the authors.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Visualization of the results from basic active learning cycle in Algorithm 1.</figDesc></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>The work of A. Tharwat was conducted within the framework of the project "SAIL: SustAInable Lifecycle of Intelligent SocioTechnical Systems" (grant no. NW21-059B). SAIL is receiving funding from the program "Netzwerke 2021", an initiative of the Ministry of Culture and Science of the State of North Rhine-Westphalia. The work of M. T. Pham was conducted within the framework of the</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m">Algorithm 1 A basic active learning cycle example using scikit-activeml</title>
				<imprint/>
	</monogr>
	<note>v0.5.1) [19] 1 import numpy as np 2 from sklearn.gaussian_process import GaussianProcessClassifier 3 from sklearn.datasets import make_blobs 4 from skactiveml.pool import UncertaintySampling 5 from skactiveml.utils import unlabeled_indices, MISSING_LABEL 6 from skactiveml.classifier import SklearnClassifier 7</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m"># Generate data set</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m">X, y_true = make_blobs(n_samples=200, centers=4, random_state=0</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title/>
	</analytic>
	<monogr>
		<title level="j">fill_value=MISSING_LABEL)</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
		</imprint>
	</monogr>
	<note>= np.full(shape=y_true.shape</note>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main"># Use the first 10 samples as initial training data</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page">14</biblScope>
		</imprint>
	</monogr>
	<note>= y_true</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main"># Create classifier and query strategy</title>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m">clf = SklearnClassifier( 17 GaussianProcessClassifier(random_state=0), 18 classes=np.unique(y_true)</title>
				<imprint>
			<biblScope unit="page" from="19" to="19" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">qs = UncertaintySampling(method=&apos;entropy</title>
	</analytic>
	<monogr>
		<title level="j">random_state=0)</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main"># Execute active learning cycle</title>
	</analytic>
	<monogr>
		<title level="m">n_cycles = 30 25 for c in range(n_cycles): 26 query_idx = qs.query(X=X, y=y</title>
				<imprint>
			<biblScope unit="volume">24</biblScope>
		</imprint>
	</monogr>
	<note>clf=clf) 27 y. query_idx] = y_true[query_idx] 28</note>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main"># Fit final classifier</title>
		<imprint/>
	</monogr>
	<note>30 clf.fit(X, y) References</note>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">B</forename><surname>Settles</surname></persName>
		</author>
		<title level="m">Active learning literature survey</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A novel low-query-budget active learner with pseudo-labels for imbalanced data</title>
		<author>
			<persName><forename type="first">A</forename><surname>Tharwat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Schenck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mathematics</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page">1068</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A survey on active learning: State-of-the-art, practical challenges and research directions</title>
		<author>
			<persName><forename type="first">A</forename><surname>Tharwat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Schenck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mathematics</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page">820</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Improving generalization with active learning</title>
		<author>
			<persName><forename type="first">D</forename><surname>Cohn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Atlas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ladner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine Learning</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="201" to="221" />
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Balancing Exploration and Exploitation: A novel active learner for imbalanced data</title>
		<author>
			<persName><forename type="first">A</forename><surname>Tharwat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Schenck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge-Based Systems</title>
		<imprint>
			<biblScope unit="volume">210</biblScope>
			<biblScope unit="page">106500</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Using methods from dimensionality reduction for active learning with low query budget</title>
		<author>
			<persName><forename type="first">A</forename><surname>Tharwat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Schenck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Knowledge and Data Engineering</title>
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">How to measure uncertainty in uncertainty sampling for active learning</title>
		<author>
			<persName><forename type="first">V.-L</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">H</forename><surname>Shaker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hüllermeier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine Learning</title>
		<imprint>
			<biblScope unit="volume">111</biblScope>
			<biblScope unit="page" from="89" to="122" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Aleatoric and epistemic uncertainty with random forests</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">H</forename><surname>Shaker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hüllermeier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Intelligent Data Analysis: International Symposium on Intelligent Data Analysis</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="444" to="456" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Active Learning for Handling Missing Data</title>
		<author>
			<persName><forename type="first">A</forename><surname>Tharwat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Schenck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Neural Networks and Learning Systems</title>
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Bayesian optimization with active learning of design constraints using an entropy-based approach</title>
		<author>
			<persName><forename type="first">D</forename><surname>Khatamsaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Vela</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">D</forename><surname>Johnson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Allaire</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Arróyave</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">npj Computational Materials</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page">49</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Quantifying aleatoric and epistemic uncertainty in machine learning: Are conditional entropy and mutual information appropriate measures?</title>
		<author>
			<persName><forename type="first">L</forename><surname>Wimmer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Sale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hofman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Bischl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hüllermeier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Uncertainty in Artificial Intelligence</title>
				<imprint>
			<publisher>PMLR</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="2282" to="2292" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Aleatoric and epistemic uncertainty in machine learning: An introduction to concepts and methods</title>
		<author>
			<persName><forename type="first">E</forename><surname>Hüllermeier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Waegeman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine Learning</title>
		<imprint>
			<biblScope unit="volume">110</biblScope>
			<biblScope unit="page" from="457" to="506" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Reliable classification: Learning classifiers that distinguish aleatoric and epistemic uncertainty</title>
		<author>
			<persName><forename type="first">R</forename><surname>Senge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bösner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Dembczyński</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Haasenritter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Hirsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Donner-Banzhoff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hüllermeier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Sciences</title>
		<imprint>
			<biblScope unit="volume">255</biblScope>
			<biblScope unit="page" from="16" to="29" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<author>
			<persName><forename type="first">Y.-P</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G.-X</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S.-J</forename><surname>Huang</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1901.03802</idno>
		<title level="m">ALiPy: Active Learning in Python</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Atighehchian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Branchaud-Charron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lacoste</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2006.09916</idno>
		<title level="m">Bayesian active learning for production, a systematic study and a reusable library</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<author>
			<persName><forename type="first">T</forename><surname>Danka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Horvath</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1805.00979</idno>
		<title level="m">modAL: A modular active learning framework for Python</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Small-text: Active learning for text classification in python</title>
		<author>
			<persName><forename type="first">C</forename><surname>Schröder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Niekler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference of the European Chapter of the Association for Computational Linguistics: System Demonstrations</title>
				<imprint>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="84" to="95" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<author>
			<persName><forename type="first">Y.-Y</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S.-C</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y.-A</forename><surname>Chung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T.-E</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S.-A</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-T</forename><surname>Lin</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1710.00379</idno>
		<title level="m">libact: Pool-based Active Learning in Python</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">scikitactiveml: A library and toolbox for active learning algorithms</title>
		<author>
			<persName><forename type="first">D</forename><surname>Kottke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Herde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">P</forename><surname>Minh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Benz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mergard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Roghman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Sandrock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sick</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Preprints</title>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">API design for machine learning software: experiences from the scikit-learn project</title>
		<author>
			<persName><forename type="first">L</forename><surname>Buitinck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Louppe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Blondel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Pedregosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mueller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Grisel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Niculae</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Prettenhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gramfort</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Grobler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Layton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Vanderplas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Holt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Varoquaux</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECML PKDD Workshop: Languages for Data Mining and Machine Learning</title>
				<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="108" to="122" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Active learning for data streams: a survey</title>
		<author>
			<persName><forename type="first">D</forename><surname>Cacciarelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kulahci</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine Learning</title>
		<imprint>
			<biblScope unit="volume">113</biblScope>
			<biblScope unit="page" from="185" to="239" />
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Active learning for convolutional neural networks: A core-set approach</title>
		<author>
			<persName><forename type="first">O</forename><surname>Sener</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Savarese</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Learning Representations</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Deep Batch Active Learning by Diverse, Uncertain Gradient Lower Bounds</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T</forename><surname>Ash</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Krishnamurthy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Langford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Agarwal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Learning Representations</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Active Learning on a Budget: Opposite Strategies Suit High and Low Budgets</title>
		<author>
			<persName><forename type="first">G</forename><surname>Hacohen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dekel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Weinshall</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Machine Learning</title>
				<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="8175" to="8195" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Active Learning through a Covering Lens</title>
		<author>
			<persName><forename type="first">O</forename><surname>Yehuda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dekel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hacohen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Weinshall</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems</title>
				<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="22354" to="22367" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">Active Domain Adaptation via Clustering Uncertainty-weighted Embeddings</title>
		<author>
			<persName><forename type="first">V</forename><surname>Prabhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Chandrasekaran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Saenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hoffman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE/CVF International Conference on Computer Vision</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="8505" to="8514" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">Active Learning by Acquiring Contrastive Examples</title>
		<author>
			<persName><forename type="first">K</forename><surname>Margatina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Vernikos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Barrault</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Aletras</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference on Empirical Methods in Natural Language Processing</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="650" to="663" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">DINOv2: Learning robust visual features without supervision</title>
		<author>
			<persName><forename type="first">M</forename><surname>Oquab</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Darcet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Moutakanni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">V</forename><surname>Vo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Szafraniec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Khalidov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Fernandez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Haziza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Massa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>El-Nouby</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Assran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ballas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Galuba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Howes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P.-Y</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S.-W</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Misra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rabbat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Synnaeve</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Jegou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mairal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Labatut</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joulin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bojanowski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions on Machine Learning Research</title>
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<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>
	</analytic>
	<monogr>
		<title level="m">Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="4171" to="4186" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">Human-in-the-loop machine learning: a state of the art</title>
		<author>
			<persName><forename type="first">E</forename><surname>Mosqueira-Rey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hernández-Pereira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Alonso-Ríos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bobes-Bascarán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Á</forename><surname>Fernández-Leal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence Review</title>
		<imprint>
			<biblScope unit="volume">56</biblScope>
			<biblScope unit="page" from="3005" to="3054" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">A Survey on Cost Types, Interaction Schemes, and Annotator Performance Models in Selection Algorithms for Active Learning in Classification</title>
		<author>
			<persName><forename type="first">M</forename><surname>Herde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Huseljic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Calma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="166970" to="166989" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b41">
	<analytic>
		<title level="a" type="main">Learning From Noisy Labels With Deep Neural Networks: A Survey</title>
		<author>
			<persName><forename type="first">H</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Shin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-G</forename><surname>Lee</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Neural Networks and Learning Systems</title>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b42">
	<analytic>
		<title level="a" type="main">Multi-annotator Deep Learning: A Probabilistic Framework for Classification</title>
		<author>
			<persName><forename type="first">M</forename><surname>Herde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Huseljic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sick</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions on Machine Learning Research</title>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b43">
	<analytic>
		<title level="a" type="main">Deep Learning From Crowdsourced Labels: Coupled Cross-Entropy Minimization, Identifiability, and Regularization</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ibrahim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Fu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Learning Representations</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b44">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Herde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Lührs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Huseljic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sick</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2405.03386</idno>
		<title level="m">Annot-Mix: Learning with Noisy Class Labels from Multiple Annotators via a Mixup Extension</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b45">
	<analytic>
		<title level="a" type="main">Asking the Right Questions to the Right Users: Active Learning with Imperfect Oracles</title>
		<author>
			<persName><forename type="first">S</forename><surname>Chakraborty</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AAAI Conference on Artificial Intelligence</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="3365" to="3372" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b46">
	<analytic>
		<title level="a" type="main">Multi-annotator Probabilistic Active Learning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Herde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kottke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Huseljic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sick</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Pattern Recognition</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="10281" to="10288" />
		</imprint>
	</monogr>
</biblStruct>

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