<?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">Resolving Unclassifiable Regions in Multilabel Classification by Fuzzy Support Vector Machines</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Shigeo</forename><surname>Abe</surname></persName>
							<email>abe@kobe-u.ac.jp</email>
							<affiliation key="aff0">
								<orgName type="institution">Kobe University Rokkodai</orgName>
								<address>
									<settlement>Nada</settlement>
									<region>Kobe</region>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Resolving Unclassifiable Regions in Multilabel Classification by Fuzzy Support Vector Machines</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">522B3050B2EFD5AF95D675E7E7BDDD4E</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T23:36+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In multilabel classification, a data sample is classified into one class or plural classes <ref type="bibr" target="#b0">[1]</ref>. One of the widely used classification methods uses one-against-all classification, in which for an n-class problem, n decision functions are determined, with each decision function putting one class on the positive side and the remaining classes on the negative side. In classification, a data sample is classified into a single-label or multilabel class associated with positive decision functions. By this method, a data sample is unclassifiable if there is no positive decision function, and a data sample may be classified into a multilabel that is not included in the multilabels contained in the training set.</p><p>To solve this problem, in this paper, we propose one-against-all fuzzy support vector machines (FSVMs) for multilabel classification <ref type="bibr" target="#b1">[2]</ref>. For each multilabel in the training data set, we define a new multilabel class. And for each single label or multilabel class, we define a fuzzy region using the decision functions determined by one-against-all classification. The degree of membership of a data sample to the fuzzy region is determined by the decision hyperplane that is nearest to the data sample. And the data sample is classified into the class with the highest degree of membership.</p><p>This classification strategy is simplified for an unclassifiable region. If no decision function is positive for a data sample, it is classified into a class with the maximum degree of membership. This is the same as the fuzzy SVM for single-class classification.</p><p>We compare the accuracies and subset accuracies of the proposed FSVMs with the conventional one-against-all, one-against-one, and the best accuracies in [1] using several benchmark data sets that are used in <ref type="bibr" target="#b0">[1]</ref>.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body/>
		<back>

			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This work was supported by JSPS KAKENHI Grant Number 25420438.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">An extensive experimental comparison of methods for multi-label learning</title>
		<author>
			<persName><forename type="first">G</forename><surname>Madjarov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pattern Recognition</title>
		<imprint>
			<biblScope unit="volume">45</biblScope>
			<biblScope unit="issue">9</biblScope>
			<biblScope unit="page" from="3084" to="3104" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Fuzzy support vector machines for multilabel classification</title>
		<author>
			<persName><forename type="first">S</forename><surname>Abe</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the LWA 2015 Workshops: KDML, FGWM, IR, and FGDB</title>
				<editor>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Görg</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Müller</surname></persName>
		</editor>
		<meeting>the LWA 2015 Workshops: KDML, FGWM, IR, and FGDB<address><addrLine>Trier, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015-07">2015. 7. October 2015</date>
			<biblScope unit="volume">48</biblScope>
			<biblScope unit="page">9</biblScope>
		</imprint>
	</monogr>
	<note>Copyright c ⃝ 2015 by the paper&apos;s authors. Copying permitted only for private and academic purposes</note>
</biblStruct>

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