教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 范文大全 > 行业范文 >

Mixture of Expert Agents for Handling Imbalanced Data Sets

来源:网络收集 时间:2026-08-12
导读: Abstract — Many real-world data sets exhibit skewed class distributions in which almost all cases are allotted to a class and far fewer cases to a smaller, usually more interesting class. A classifier induced from an imbalanced data set h

Abstract — Many real-world data sets exhibit skewed class distributions in which almost all cases are allotted to a class and far fewer cases to a smaller, usually more interesting class. A classifier induced from an imbalanced data set has, typically, a

46ANNALSOFMATHEMATICS,COMPUTING&TELEINFORMATICS,VOL1,NO1,2003,PP46-55

MixtureofExpertAgentsforHandling

ImbalancedDataSets

S.B.KotsiantisandP.E.Pintelas

EducationalSoftwareDevelopmentLaboratory

DepartmentofMathematicsUniversityofPatras,Hellas

{sotos,pintelas}@math.upatras.gr

Abstract—Manyreal-worlddatasetsexhibitskewedclassdistributionsinwhichalmostallcasesareallottedtoaclassandfarfewercasestoasmaller,usuallymoreinterestingclass.Aclassi erinducedfromanimbalanceddatasethas,typically,alowerrorrateforthemajorityclassandanunacceptableerrorratefortheminorityclass.Thispaper rstlyprovidesasystematicstudyonthevariousmethodologiesthathavetriedtohandlethisproblem.Finally,itpresentsanexperimentalstudyofthesemethodologieswithaproposedmixtureofexpertagentsanditconcludesthatsuchaframeworkcanbeamoreeffectivesolutiontotheproblem.Ourmethodseemstoallowimprovedidenti cationofdif cultsmallclassesinpredictiveanalysis,whilekeepingtheclassi cationabilityoftheotherclassesinanacceptablelevel.

IndexTerms—supervisedmachinelearning,imbalanceddatasets,expertagents.

T

I.INTRODUCTION

Ypicallyclassi ersareexpectedtobeabletogeneralizeoverunseeninstancesofanyclasswithequalaccuracy.Forexample,inatwo-classdomainofpositiveandnegativeinstances,theclassi erwillper-formonanunseensetofinstanceswithequalaccuracyonboththepositiveandnegativeclasses.Thisofcourseistheidealsituation.Inmanyapplicationsclassi ersarefacedwithimbalanceddatasets,whichcancausetheclassi ertobebiasedtowardsoneclass.Thisbiasistheresultofoneclassbeingheavilyunderrepresentedinthetrainingdatacomparedtotheotherclasses.Itcanbeattributedtothewayinwhichclassi ersaredesigned.Inductiveclassi ersaretypicallydesignedtominimizeerrorsoverthetraininginstances.Learningalgorithms,becauseofthefactthatthecostofperformingwellontheover-representedclassoutweighsthecostofpoorperformanceonthesmallerclass,canignoreclassescontainingfewinstances.Moreover,thedif cultytodistinguishbetweentherarecases(i.e.,trueexceptions)andnoiseisalsoresponsibleforpoorperformanceontheminorityclass.

Foranumberofapplicationdomains,ahugedis-proportioninthenumberofcasesbelongingtoeach

classiscommon.Forinstance,indetectionoffraudintelephonecalls[9]andcreditcardtransactions[25],thenumberoflegitimatetransactionsismuchhigherthanthenumberoffraudulenttransactions.Moreover,indirectmarketing(LingandLi,1998),itiscommontohaveasmallresponserate(about1%)formostmarketingcampaigns.Otherexamplesofdomainswithintrinsicimbalancecanbefoundintheliteraturesuchasraremedicaldiagnoses[27]andoilspillsinsatelliteimages[16].Thus,learningwithskewedclassdistri-butionsisanimportantissueinsupervisedlearning.Themachinelearningcommunityhasmainlyad-dressedtheissueofclassimbalanceintwoways.Oneistoassigndistinctcoststotraininginstances[7].Theotheristore-sampletheoriginaldataset,eitherbyoversamplingtheminorityclassand/orunder-samplingthemajorityclass[15];[12].Althoughmanymethodsforcopingwithimbalanceddatasetshavebeenpro-posed,stillremainopenquestions.Oneopenquestioniswhethersimplychangingthedistributionskewcanimprovepredictiveperformancesystematically.Anotherquestioniswhetherwecantailorlearningalgorithmstothisspeciallearningenvironmentsothattheaccuracyfortheextremeclassvaluescanbeimproved.

Tohandletheproblem,wedevelopedanAgent-basedKnowledgeDiscovery(ABKD)methodthatcombinesthetwo eldsofDistributedArti cialIntelligenceandMachineLearning.InABKD,anagentisasoftwareentitythatcan1)interoperatewithitsdatasourceand/orotheragents,2)receive/gatherrawdata,3)processandlearnfromthedatasourceorfromothersources,and4)coordinatewithotheragentstoproducerelevantandusefulinformation.Adoptingagenttechnologyprovidesparallelism,improvesthespeedandthereliabilityoflearningandassistsdevelopersindesigningdistributedlearningsystems.TheeffectivenessofourapproachisevaluatedovereightimbalanceddatasetsusingtheC4.5[22],5NN[1],NaiveBayes[6]asclassi ersandthegeometricmeanofaccuraciesasperformancemeasure[16].Inthefollowingsectionwebrie ydescribethe

c2003AMCT/TEILarissaISSN1109-9305

Abstract — Many real-world data sets exhibit skewed class distributions in which almost all cases are allotted to a class and far fewer cases to a smaller, usually more interesting class. A classifier induced from an imbalanced data set has, typically, a

S.B.KOTSIANTISANDP.E.PINTELAS“MIXTUREOFEXPERTAGENTSFORHANDLINGIMBALANCEDDATASETS”47

usedmachinelearningtechniquesandweexplainthereasonsfortheirpoorperformanceinimbalancedatasets.Section3reviewstheattemptsforhandlingimbal-anceddatasets,whilesection4presentsthedetailsofourapproach.Section5presentsexperimentalresultscomparingourapproachtootherapproaches.Finally,section6discussestheresultsandsuggestsdirectionsforfuturework.

II.LEARNINGTECHNIQUESANDALGORITHMSAsmallimbalanceintheclassdistributionisnotserious,butwhensomeclassesareheavilyunder-represented,manymachine-learningmethodsarelikelytorunintoproblems.Casesbelongingtosmallclassesarelostamongthemorefrequentcasesduringlearning,and,consequently,classi erssuchasdecisiontrees,Bayesiannetworksandinstance-basedclassi ersareunabletoclassifycorrectlynewunseencasesfromtheminorityclasses.Inthefollowingsubsectionswebrie ydescribedecisiontrees,Bayesiannetworksandinstancebasedclassi ersandwerefertothereasonsfortheirpoorperformanceinminorityclassofimbalancedatasets.

A.Decisiontrees

Murthy[20]providesarecentoverviewofexistingworkindecisiontreesandatasteoftheirusefulnesstothenewcomersinthe eldofmachinelearning.Decisiontreesaretreesthatclassifyinstancesbysortingthembasedonfeaturevalues.Eachnodeinadecisiontreerepresentsafeatureinaninstancetobeclassi ed,andeachbranchrepresentsavaluethatthenodecantake.Instancesar …… 此处隐藏:35270字,全部文档内容请下载后查看。喜欢就下载吧 ……

Mixture of Expert Agents for Handling Imbalanced Data Sets.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/fanwen/983820.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)