semantic meta mining
play

Semantic Meta-Mining Part 3 of the Tutorial on Semantic Data Mining - PowerPoint PPT Presentation

Semantic Meta-Mining Part 3 of the Tutorial on Semantic Data Mining Melanie Hilario, Alexandros Kalousis University of Geneva Semantic Data Mining Tutorial (ECML/PKDD11) 1 Athens, 9 September 2011 Overview of Part 3 Melanie Hilario What


  1. Semantic Meta-Mining Part 3 of the Tutorial on Semantic Data Mining Melanie Hilario, Alexandros Kalousis University of Geneva Semantic Data Mining Tutorial (ECML/PKDD’11) 1 Athens, 9 September 2011

  2. Overview of Part 3 Melanie Hilario What is semantic meta-mining The meta-mining framework An ontology for semantic meta-mining A collaborative ontology development platform Alexandros Kalousis From meta-learning to semantic meta-mining Semantic meta-mining Semantic meta-mining for DM workflow planning Appendix: Selected bibliography Semantic Data Mining Tutorial (ECML/PKDD’11) 2 Athens, 9 September 2011

  3. Introduction: What is semantic meta-mining What is meta-learning Learning to learn: use machine learning methods to improve learning Base-level learning Meta-level learning Application domain any machine learning Ex. learning tasks diagnose disease, select learning predict stocks prices algorithm, parameters Training data domain-specific meta-data from observations learning experiments Dates back to the 1990’s (see Vilalta, 2002 for a survey) Strong tradition in Europe via successive EU projects: StatLog, Metal, e-LICO Semantic Data Mining Tutorial (ECML/PKDD’11) 3 Athens, 9 September 2011

  4. Introduction: What is semantic meta-mining Limitations of traditional meta-learning Our focus: data mining (DM) optimization via algorithm/model selection Implicitly bound to the Rice model for algorithm selection ⇒ Based solely on data characteristics. ⇒ Algorithms treated as black boxes. Greedy : Restricted to the current (usually inductive) step of the DM process Purely data-driven : No integration of explicit DM knowledge into meta-learning Semantic Data Mining Tutorial (ECML/PKDD’11) 4 Athens, 9 September 2011

  5. Introduction: What is semantic meta-mining Beyond meta-learning Revised Rice model : break the algorithmic black box Use both dataset and algorithm characteristics to meta-learn Meta-mining : process-oriented meta-learning Rank/select workflows rather than individual algorithms/parameters Semantic meta-mining : ontology-driven meta-mining Incorporate specialized knowledge of algorithms, data and workflows from a DM ontology Semantic Data Mining Tutorial (ECML/PKDD’11) 5 Athens, 9 September 2011

  6. The meta-mining framework Example of a DM Workflow Iris Proc3 Input data: Iris Task: Feature selection + classification RM−X−Validation Algorithms: InfoGain based FS + DT Iris−Trn i Iris−Tst i Evaluation strategy: 10−fold cross−val Outputs: Learned DT and estimated accuracy Proc3.i WeightByInfoGain (Fold i) (Sub−)Workflows Iris−Trn i FWeights i DM Operators (nodes) Inputs/outputs (edges) SelectByWeights Iris−Trn’ i FWeights i Weka−J48 SelectByWeights WeightByInfoGain J48Model i Iris−Tst’ i Iris FWeights RM−ApplyModel D−TrainFinalModel SelectByWeights Predictions i Iris−Tst’ i Iris’ RM−Performance Weka−J48 Accuracy i AverageAccuracy Final J48 Model Semantic Data Mining Tutorial (ECML/PKDD’11) 6 Athens, 9 September 2011

  7. The meta-mining framework The data mining context RapidMiner DM/TM/IM services Other services RapidAnalytics meta−data (model, predictions, perf) 8 7 1 input data Front End Metadata (MD) service DMER input MD Taverna/RapidMiner 2 goal 3 input MD WFs for 6 execution Intelligent Discovery Assistant (IDA) 4 AI generated workflows Probabilistic software data Planner Planner ranked workflows service call 5 data flow Semantic Data Mining Tutorial (ECML/PKDD’11) 7 Athens, 9 September 2011

  8. The meta-mining framework The data-mining context (comments) The user inputs a DM goal and an input dataset from either the Taverna or the RapidMiner front end. 1-2. RapidAnalytics’ MD service extracts meta-data to be used by the AI Planner. 3-4. The IDA’s basic AI Planner generates applicable workflows in a brute force fashion. 5. The Probabilistic Planner ranks the workflows based on lessons drawn from past DM experience. 6-7. The selected WFs are sent to RapidMiner for execution. 8. All process predictions, models, and meta-data are stored in the Data Mining Experiments Repository (DMER) Semantic Data Mining Tutorial (ECML/PKDD’11) 8 Athens, 9 September 2011

  9. The meta-mining framework How the IDA becomes intelligent RapidMiner DM/TM/IM services Other services RapidAnalytics meta−data (model, predictions, perf) input data Front End Metadata (MD) service DMER input MD Taverna/RapidMiner Offline DMEX WFs for meta−mining DB execution goal training MD input MD Intelligent Discovery Assistant (IDA) generated workflows AI Probabilistic meta−model Meta−Miner Planner Planner ranked workflows DM Workflow DM Optimization software data Ontology (DMWF) Ontology (DMOP) service call data flow Semantic Data Mining Tutorial (ECML/PKDD’11) 9 Athens, 9 September 2011

  10. The meta-mining framework How the IDA becomes intelligent (comments) Selected meta-data from the DM Experiment Repository are structured and stored in the DMEX-DB Training data in DMEX-DB represented using concepts from the DM Optimization Ontology (DMOP) The meta-miner extracts workflow patterns and builds predictive models using training data from DMEX-DB prior DM knowledge from DMOP Semantic Data Mining Tutorial (ECML/PKDD’11) 10 Athens, 9 September 2011

  11. An ontology for semantic meta-mining DMOP: Data Mining OPtimization ontology Purpose : structure the space of DM tasks, data, models, algorithms, operators and workflows ⇒ higher-order feature space in which meta-learning can take place Approach : model algorithms in terms of their underlying assumptions and other components of bias ⇒ allows for generalization over algorithms and hence over workflows ⇒ supports semantic meta-mining Semantic Data Mining Tutorial (ECML/PKDD’11) 11 Athens, 9 September 2011

  12. An ontology for semantic meta-mining Structure of DMOP Formal Conceptual Framework TBox of Data Mining Domain DMOP Meta−miner’s prior DM knowledge Accepted Knowledge of DM DM−KB ABox Tasks, Algorithms, Operators Knowledge Base Meta−miner’s training data RDF DMEX−DBs Specific DM Applications Triple Workflows, Results Experiment Databases Store Semantic Data Mining Tutorial (ECML/PKDD’11) 12 Athens, 9 September 2011

  13. An ontology for semantic meta-mining Structure of DMOP (comments) DMOP (TBox): a comprehensive conceptual framework for describing data mining objects and processes (p. 14) detailed sub-ontologies of classification, pattern discovery and feature extraction/weighting/selection algorithms ⇒ illustrate our approach to breaking the algorithmic black box (p. 15) ⇒ will serve as models for annotating new DM algorithm families DM-KB (ABox) describes individual algorithms using concepts from DMOP links available operators from known DM packages to their source algorithms ⇒ generalized frequent pattern mining over WF s from DMER Semantic Data Mining Tutorial (ECML/PKDD’11) 13 Athens, 9 September 2011

  14. An ontology for semantic meta-mining The Conceptual Framework achieves realizes addresses implements executes DM−Task DM−Algorithm DM−Operator DM−Operation executes DM−Workflow DM−Process hasSubProcess DM−Data specifiesInputType hasInput specifiesOutputType hasOutput DM−Hypothesis instantiated in DMKB instantiated in DMEX−DB Semantic Data Mining Tutorial (ECML/PKDD’11) 14 Athens, 9 September 2011

  15. An ontology for semantic meta-mining Inside Induction Algorithms ClassificationModellingAlgorithm Categorical hasModelStructure ModelStructure specifiesInputType LabelledDataSet ModelParameter hasModelParameter Classification specifiesOutputType Model hasComplexityMetric ModelComplexityMeasure DecisionBoundary hasDecisionBoundary assumes AlgorithmAssumption Representation Bias hasOptimizationProblem OptimizationProblem Preference Bias hasOptimGoal {Minimize, Maximize} Constraint hasConstraint hasObjectiveFct InductionCostFunction LossFunction hasLossComponent hasOptimizationStrategy OptimizationStrategy hasComplexityComp. ModelComplexityMeasure controlsModComplexity ModelComplContStrat hasRegularizationPar RegularizationParameter hasHyperparameter AlgorithmParameter ... (many other properties) Semantic Data Mining Tutorial (ECML/PKDD’11) 15 Athens, 9 September 2011

  16. An ontology for semantic meta-mining Algorithm Assumptions IIDAssumption AssumptionOn Instances LinearSeparabilityAssumption LogisticPosteriorAssumption AssumptionOn MultinomialClassPriorAssumption CategTarget AssumptionOn UniformClassPriorAssumption Targets AssumptionOn Algorithm RealTarget Assumption AntiMonotonicityOfSupport AssumptionOn ClassSpecificCovarianceAssumption Features Gaussian CommonCovarianceAssumption Assumption FeatureIndependenceAssumption ConditionalFeatIndepAssumption AssumptionOn Multinomial NormalClassCondPrAssumption ProbabilityDistr Assumption MultinomialClassCondPrAssumption Uniform class individual Assumption subclass of instance of Semantic Data Mining Tutorial (ECML/PKDD’11) 16 Athens, 9 September 2011

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend