An Adaptive Framework for Multistream Classification

Size: px
Start display at page:

Download "An Adaptive Framework for Multistream Classification"

Transcription

1 An Adaptive Framework for Multistream Classification Swarup Chandra, Ahsanul Haque, Latifur Khan and Charu Aggarwal* University of Texas at Dallas *IBM Research This material is based upon work supported by

2 Data Stream Classification Time t s Model Mohammad M. Masud, Jing Gao, Latifur Khan, Jiawei Han, Bhavani M. Thuraisingham: A Practical Approach to Classify Evolving Data Streams: Training with Limited Amount of Labeled Data. ICDM 2008:

3 Data Stream Classification Time t+1 Label Time t Time t+1 s Model

4 Data Stream Analytics Label t+1 Label Evaluation t t+1 s Model Concept Drift detection Ahsanul Haque, Latifur Khan, Michael Baron, Bhavani M. Thuraisingham, Charu C. Aggarwal: Efficient handling of concept drift and concept evolution over Stream Data. ICDE 2016: Ahsanul Haque, Latifur Khan, Michael Baron: SAND: Semi-Supervised Adaptive Novel Class Detection and Classification over Data Stream. AAAI 2016:

5 Data Stream Analytics Expensive! Label t+1 Label Evaluation t t+1 s Model Concept Drift detection

6 Data Stream Analytics Semi-supervised or Active Learning t+1 Label Evaluation t t+1 s Model Concept Drift detection

7 Motivation What if we do not find a good training set? Biased training data selection mechanism. Example Scenario Biased Labeled training data Small set of users Unlabeled test data Affects Classifie r Accurac y Population

8 Problem (Multistream Classification) Two types of data stream (independent). Stream Labeled Data t Create training data t t Label Stream Unlabeled Data t+1

9 Problem (Multistream Classification) Two types of data stream (independent). Stream Labeled Data t Create training data t Concept Drift detection t Label Stream Unlabeled Data t+1

10 Potential Applications Domain Adaptation and Transfer Learning over data streams Text Classification Sensor-based location estimation Collaborative filtering

11 Outline Challenges Solution Overview (MSC) Framework Details Empirical Evaluation Conclusion

12 Challenges Leveraging labeled and unlabeled data bias-corrected training set. Asynchronous concept drift in source and target stream. Drift detection Non-Stationary Process Drift 11 Drift 12 Drift correction Stream Domain Stream Time Drift 21 Drift 22

13 Challenges Can the two streams be combined? Data distributions are different. Combination represent same distribution Separate representation has advantages when multiple sources are present.

14 Solution Overview Stream (Unlabeled) Output 2 Non-stationary Domain Stream (Labeled) Class Drift Detection (CDT) 5a Ensemble Update 5b

15 Design Overview Two data streams Stream (Unlabeled) Output 2 Non-stationary Domain Stream (Labeled) Class Drift Detection (CDT) 5a Ensemble Update 5b

16 Design Overview Two data streams To address asynchronous concept drift. Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

17 Design Overview Two data streams To address asynchronous concept drift. Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

18 Solution Overview Data in source and target occur simultaneously. Stream (Unlabeled) Output 2 Non-stationary Domain Stream (Labeled) Class Drift Detection (CDT) 5a Ensemble Update 5b

19 Solution Overview Data in source and target occur simultaneously. In the case of source data Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

20 Solution Overview Data in source and target occur simultaneously. In the case of source data Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

21 Solution Overview Data in source and target occur simultaneously. In the case of source data, drift detection output used to update source classifier. Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

22 Solution Overview Data in source and target occur simultaneously. In the case of source data, drift detection output used to update source classifier. Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

23 Solution Overview Data in source and target occur simultaneously. In the case of target data Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

24 Solution Overview Data in source and target occur simultaneously. In the case of target data Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

25 Solution Overview Data in source and target occur simultaneously. In the case of target data Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

26 Solution Overview Data in source and target occur simultaneously. In the case of target data, drift detection output used to update target classifier. classifier corrects bias between source and target stream at time t. Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

27 Solution Overview Data in source and target occur simultaneously. In the case of target data, drift detection output used to update target classifier. classifier corrects bias between source and target stream at time t. Stream (Unlabeled) Non-stationary Domain Stream (Labeled) Output 2 Class Drift Detection (CDT) 5a Ensemble Update 5b

28 Typical classifier using training data from source stream. Predict labels of newly occuring source stream data. Bias corrected source stream data for training. Predict labels of newly occuring target stream data.

29 Training : Sampling bias correction via Kernel Mean Matching Minimize mean discrepency between labeled source and unlabeled target distribution. data instance weight: : window : window Matrices of kernel in RKHS:

30 Label Finite dynamic size window for incoming source and target data. Weighted hybrid ensemble Fixed number of classifiers. Contains both source and target classifiers. classifier weight based on classifier error.. : classifier weight based on classifier confidence on unlabeled target data.

31 Concept Drift Detection classifier error window Contain binary values. Follow Bernoulli distribution. classifier confidence window CUSUM-type change point detection to detect change point at element q of window W. Sequential sub-window Likelihood ratio score at point q: Contain confidence value between 0 and 1. Follow Beta distribution. Change point is at q if:

32 Drift Adaptation - Why not train both types of classifiers once a drift is detected on either stream? - Sampling bias correction if target stream has a concept drift. Stream Stream Stream Stream Stream Stream Drift 11 Adaptation not required Adaptation required Drift Drift 3121 Adaptatio n required Drift 32 Case 1 only drift Case 2 only drift Case 3 & drift

33 Empirical Evaluation Dataset # features # classes # instances ForestCover ,438 Real World Sensor ,000 SEA ,000 SynEDC ,816 Synthetic SynRBF@00 2 SynRBF@ , ,686 Divide dataset into and Stream, with bias in source stream data selection according to:

34 Empirical Evaluation SVM as base classifier : Typical multiclass SVM. : Weighted SVM confidence: Distance of test data to hyperplane.

35 Empirical Evaluation Baseline Variants Symbols skmm mkmm-5k srcmsc trgmsc MSC MSC2 Description Single target classifier without update. Single target classifier with update every 5k instances. CPD with source classifier only. No bias correction. CPD with target classifier only. No source drift adaptation. Proposed method with hybrid ensemble. Proposed method with separate source and target ensemble.

36 Results MSC is better MSC2 is better ForestCover MSC baselines also good, but.. Sensor Dataset

37 Results MSC2 is better MSC2 is better Dataset Dataset

38 Conclusion Introduce a new data stream mining setting with bias labeled data Propose a framework to address new challenges of concept drift in this setting. Empirical results achieve significantly better accuracy than baseline. Future work: Multi-source setting and Semi-supervised target stream classification.

39 Thank you Q & A

Big Stream Data Analytics: Current & Future Trends

Big Stream Data Analytics: Current & Future Trends UT DALLAS Erik Jonsson School of Engineering & Computer Science Big Stream Data Analytics: Current & Future Trends Latifur Khan Professor, Department of Computer Science The University of Texas at Dallas

More information

SAND: Semi-Supervised Adaptive Novel Class Detection and Classification over Data Stream

SAND: Semi-Supervised Adaptive Novel Class Detection and Classification over Data Stream Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence (AAAI-16) SAND: Semi-Supervised Adaptive Novel Class Detection and Classification over Data Stream Ahsanul Haque and Latifur Khan

More information

Classification of Concept Drifting Data Streams Using Adaptive Novel-Class Detection

Classification of Concept Drifting Data Streams Using Adaptive Novel-Class Detection Volume 3, Issue 9, September-2016, pp. 514-520 ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org Classification of Concept Drifting

More information

Detecting Recurring and Novel Classes in Concept-Drifting Data Streams

Detecting Recurring and Novel Classes in Concept-Drifting Data Streams Detecting Recurring and Novel Classes in Concept-Drifting Data Streams Mohammad M. Masud, Tahseen M. Al-Khateeb, Latifur Khan, Charu Aggarwal,JingGao,JiaweiHan and Bhavani Thuraisingham Dept. of Comp.

More information

Novel Class Detection Using RBF SVM Kernel from Feature Evolving Data Streams

Novel Class Detection Using RBF SVM Kernel from Feature Evolving Data Streams International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 4, Issue 2 (February 2015), PP.01-07 Novel Class Detection Using RBF SVM Kernel from

More information

SCENARIO BASED ADAPTIVE PREPROCESSING FOR STREAM DATA USING SVM CLASSIFIER

SCENARIO BASED ADAPTIVE PREPROCESSING FOR STREAM DATA USING SVM CLASSIFIER SCENARIO BASED ADAPTIVE PREPROCESSING FOR STREAM DATA USING SVM CLASSIFIER P.Radhabai Mrs.M.Priya Packialatha Dr.G.Geetha PG Student Assistant Professor Professor Dept of Computer Science and Engg Dept

More information

EFFICIENT ADAPTIVE PREPROCESSING WITH DIMENSIONALITY REDUCTION FOR STREAMING DATA

EFFICIENT ADAPTIVE PREPROCESSING WITH DIMENSIONALITY REDUCTION FOR STREAMING DATA INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 EFFICIENT ADAPTIVE PREPROCESSING WITH DIMENSIONALITY REDUCTION FOR STREAMING DATA Saranya Vani.M 1, Dr. S. Uma 2,

More information

Improved Data Streams Classification with Fast Unsupervised Feature Selection

Improved Data Streams Classification with Fast Unsupervised Feature Selection 2016 17th International Conference on Parallel and Distributed Computing, Applications and Technologies Improved Data Streams Classification with Fast Unsupervised Feature Selection Lulu Wang a and Hong

More information

Feature Based Data Stream Classification (FBDC) and Novel Class Detection

Feature Based Data Stream Classification (FBDC) and Novel Class Detection RESEARCH ARTICLE OPEN ACCESS Feature Based Data Stream Classification (FBDC) and Novel Class Detection Sminu N.R, Jemimah Simon 1 Currently pursuing M.E (Software Engineering) in Vins christian college

More information

Batch-Incremental vs. Instance-Incremental Learning in Dynamic and Evolving Data

Batch-Incremental vs. Instance-Incremental Learning in Dynamic and Evolving Data Batch-Incremental vs. Instance-Incremental Learning in Dynamic and Evolving Data Jesse Read 1, Albert Bifet 2, Bernhard Pfahringer 2, Geoff Holmes 2 1 Department of Signal Theory and Communications Universidad

More information

Role of big data in classification and novel class detection in data streams

Role of big data in classification and novel class detection in data streams DOI 10.1186/s40537-016-0040-9 METHODOLOGY Open Access Role of big data in classification and novel class detection in data streams M. B. Chandak * *Correspondence: hodcs@rknec.edu; chandakmb@gmail.com

More information

Adaptive Image Stream Classification via Convolutional Neural Network with Intrinsic Similarity Metrics

Adaptive Image Stream Classification via Convolutional Neural Network with Intrinsic Similarity Metrics Adaptive Image Stream Classification via Convolutional Neural Network with Intrinsic Similarity Metrics ABSTRACT Yang Gao University of Texas at Dallas Dallas, Texas, USA yxg122530@utdallas.edu Zhuoyi

More information

Classification and Novel Class Detection in Data Streams with Active Mining

Classification and Novel Class Detection in Data Streams with Active Mining Classification and Novel Class Detection in Data Streams with Active Mining Mohammad M. Masud 1,JingGao 2, Latifur Khan 1, Jiawei Han 2, and Bhavani Thuraisingham 1 1 Department of Computer Science, University

More information

Sampling based Distributed Kernel Mean Matching using Spark

Sampling based Distributed Kernel Mean Matching using Spark Sampling based Distributed Kernel Mean Matching using Spar Ahsanul Haque, Zhuoyi Wang, Swarup Chandra, Latifur Khan, and Charu Aggarwal Department of Computer Science, The University of Texas at Dallas,

More information

Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest

Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest Bhakti V. Gavali 1, Prof. Vivekanand Reddy 2 1 Department of Computer Science and Engineering, Visvesvaraya Technological

More information

New ensemble methods for evolving data streams

New ensemble methods for evolving data streams New ensemble methods for evolving data streams A. Bifet, G. Holmes, B. Pfahringer, R. Kirkby, and R. Gavaldà Laboratory for Relational Algorithmics, Complexity and Learning LARCA UPC-Barcelona Tech, Catalonia

More information

CS 229 Midterm Review

CS 229 Midterm Review CS 229 Midterm Review Course Staff Fall 2018 11/2/2018 Outline Today: SVMs Kernels Tree Ensembles EM Algorithm / Mixture Models [ Focus on building intuition, less so on solving specific problems. Ask

More information

Can we overcome. FEARLESS engineering

Can we overcome.   FEARLESS engineering Can we overcome this http://hightechforum.org/tag/privacy/ With this? Actually Tor The real question is: Can we overcome this using fingerprinting? UT DALLAS Erik Jonsson School of Engineering & Computer

More information

Managing and mining (streaming) sensor data

Managing and mining (streaming) sensor data Petr Čížek Artificial Intelligence Center Czech Technical University in Prague November 3, 2016 Petr Čížek VPD 1 / 1 Stream data mining / stream data querying Problem definition Data can not be stored

More information

Memory Models for Incremental Learning Architectures. Viktor Losing, Heiko Wersing and Barbara Hammer

Memory Models for Incremental Learning Architectures. Viktor Losing, Heiko Wersing and Barbara Hammer Memory Models for Incremental Learning Architectures Viktor Losing, Heiko Wersing and Barbara Hammer Outline Motivation Case study: Personalized Maneuver Prediction at Intersections Handling of Heterogeneous

More information

Stream Classification with Recurring and Novel Class Detection using Class-Based Ensemble

Stream Classification with Recurring and Novel Class Detection using Class-Based Ensemble 212 IEEE 12th International Conference on Data Mining Stream Classification with Recurring and Novel Class Detection using Class-Based Ensemble Tahseen Al-Khateeb, Mohammad M. Masud, Latifur Khan, Charu

More information

Stream Classification with Recurring and Novel Class Detection using Class-Based Ensemble

Stream Classification with Recurring and Novel Class Detection using Class-Based Ensemble Stream Classification with Recurring and Novel Class Detection using Class-Based Ensemble Tahseen Al-Khateeb, Mohammad M. Masud, Latifur Khan, Charu Aggarwal Jiawei Han and Bhavani Thuraisingham Dept.

More information

Labeling Instances in Evolving Data Streams with MapReduce

Labeling Instances in Evolving Data Streams with MapReduce 2013 IEEE International Congress on Big Data Labeling Instances in Evolving Data Streams with MapReduce Ahsanul Haque Department of Computer Science University of Texas at Dallas Email: ahsanul.haque@utdallas.edu

More information

Ms. Ritu Dr. Bhawna Suri Dr. P. S. Kulkarni (Assistant Prof.) (Associate Prof. ) (Assistant Prof.) BPIT, Delhi BPIT, Delhi COER, Roorkee

Ms. Ritu Dr. Bhawna Suri Dr. P. S. Kulkarni (Assistant Prof.) (Associate Prof. ) (Assistant Prof.) BPIT, Delhi BPIT, Delhi COER, Roorkee Journal Homepage: NOVEL FRAMEWORK FOR DATA STREAMS CLASSIFICATION APPROACH BY DETECTING RECURRING FEATURE CHANGE IN FEATURE EVOLUTION AND FEATURE S CONTRIBUTION IN CONCEPT DRIFT Ms. Ritu Dr. Bhawna Suri

More information

Adapting SVM Classifiers to Data with Shifted Distributions

Adapting SVM Classifiers to Data with Shifted Distributions Adapting SVM Classifiers to Data with Shifted Distributions Jun Yang School of Computer Science Carnegie Mellon University Pittsburgh, PA 523 juny@cs.cmu.edu Rong Yan IBM T.J.Watson Research Center 9 Skyline

More information

Deep Learning in Partially-labeled Data Streams

Deep Learning in Partially-labeled Data Streams Deep Learning in Partially-labeled Data Streams Jesse Read Aalto University and HIIT Helsinki, Finland jesse.read@aalto.fi Fernando Perez-Cruz Univ. Carlos III de Madrid Madrid, Spain fernando@tsc.uc3m.es

More information

Contents. Preface to the Second Edition

Contents. Preface to the Second Edition Preface to the Second Edition v 1 Introduction 1 1.1 What Is Data Mining?....................... 4 1.2 Motivating Challenges....................... 5 1.3 The Origins of Data Mining....................

More information

Supervised Clustering of Label Ranking Data

Supervised Clustering of Label Ranking Data Supervised Clustering of Label Ranking Data Mihajlo Grbovic, Nemanja Djuric, Slobodan Vucetic {mihajlo.grbovic, nemanja.djuric, slobodan.vucetic}@temple.edu SIAM SDM 202, Anaheim, California, USA Temple

More information

Semi-supervised learning and active learning

Semi-supervised learning and active learning Semi-supervised learning and active learning Le Song Machine Learning II: Advanced Topics CSE 8803ML, Spring 2012 Combining classifiers Ensemble learning: a machine learning paradigm where multiple learners

More information

Social Stream Classification with Emerging New Labels

Social Stream Classification with Emerging New Labels Social Stream Classification with Emerging New Labels Xin Mu 1,2, Feida Zhu 2, Yue Liu 2, Ee-Peng Lim 2, Zhi-Hua Zhou 1 1 National Key Laboratory for Novel Software Technology, Nanjing University, Nanjing

More information

On Biased Reservoir Sampling in the Presence of Stream Evolution

On Biased Reservoir Sampling in the Presence of Stream Evolution Charu C. Aggarwal T J Watson Research Center IBM Corporation Hawthorne, NY USA On Biased Reservoir Sampling in the Presence of Stream Evolution VLDB Conference, Seoul, South Korea, 2006 Synopsis Construction

More information

Lecture #11: The Perceptron

Lecture #11: The Perceptron Lecture #11: The Perceptron Mat Kallada STAT2450 - Introduction to Data Mining Outline for Today Welcome back! Assignment 3 The Perceptron Learning Method Perceptron Learning Rule Assignment 3 Will be

More information

The k-means Algorithm and Genetic Algorithm

The k-means Algorithm and Genetic Algorithm The k-means Algorithm and Genetic Algorithm k-means algorithm Genetic algorithm Rough set approach Fuzzy set approaches Chapter 8 2 The K-Means Algorithm The K-Means algorithm is a simple yet effective

More information

Robot Learning. There are generally three types of robot learning: Learning from data. Learning by demonstration. Reinforcement learning

Robot Learning. There are generally three types of robot learning: Learning from data. Learning by demonstration. Reinforcement learning Robot Learning 1 General Pipeline 1. Data acquisition (e.g., from 3D sensors) 2. Feature extraction and representation construction 3. Robot learning: e.g., classification (recognition) or clustering (knowledge

More information

Geodesic Flow Kernel for Unsupervised Domain Adaptation

Geodesic Flow Kernel for Unsupervised Domain Adaptation Geodesic Flow Kernel for Unsupervised Domain Adaptation Boqing Gong University of Southern California Joint work with Yuan Shi, Fei Sha, and Kristen Grauman 1 Motivation TRAIN TEST Mismatch between different

More information

High-Dimensional Incremental Divisive Clustering under Population Drift

High-Dimensional Incremental Divisive Clustering under Population Drift High-Dimensional Incremental Divisive Clustering under Population Drift Nicos Pavlidis Inference for Change-Point and Related Processes joint work with David Hofmeyr and Idris Eckley Clustering Clustering:

More information

Classification of Concept-Drifting Data Streams using Optimized Genetic Algorithm

Classification of Concept-Drifting Data Streams using Optimized Genetic Algorithm Classification of Concept-Drifting Data Streams using Optimized Genetic Algorithm E. Padmalatha Asst.prof CBIT C.R.K. Reddy, PhD Professor CBIT B. Padmaja Rani, PhD Professor JNTUH ABSTRACT Data Stream

More information

Gossip Learning. Márk Jelasity

Gossip Learning. Márk Jelasity Gossip Learning Márk Jelasity 2 3 Motivation Explosive growth of smart phone platforms, and Availability of sensor and other contextual data Makes collaborative data mining possible Health care: following

More information

Incremental Learning Algorithm for Dynamic Data Streams

Incremental Learning Algorithm for Dynamic Data Streams 338 IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.9, September 2008 Incremental Learning Algorithm for Dynamic Data Streams Venu Madhav Kuthadi, Professor,Vardhaman College

More information

Overview Citation. ML Introduction. Overview Schedule. ML Intro Dataset. Introduction to Semi-Supervised Learning Review 10/4/2010

Overview Citation. ML Introduction. Overview Schedule. ML Intro Dataset. Introduction to Semi-Supervised Learning Review 10/4/2010 INFORMATICS SEMINAR SEPT. 27 & OCT. 4, 2010 Introduction to Semi-Supervised Learning Review 2 Overview Citation X. Zhu and A.B. Goldberg, Introduction to Semi- Supervised Learning, Morgan & Claypool Publishers,

More information

node2vec: Scalable Feature Learning for Networks

node2vec: Scalable Feature Learning for Networks node2vec: Scalable Feature Learning for Networks A paper by Aditya Grover and Jure Leskovec, presented at Knowledge Discovery and Data Mining 16. 11/27/2018 Presented by: Dharvi Verma CS 848: Graph Database

More information

Data mining with sparse grids

Data mining with sparse grids Data mining with sparse grids Jochen Garcke and Michael Griebel Institut für Angewandte Mathematik Universität Bonn Data mining with sparse grids p.1/40 Overview What is Data mining? Regularization networks

More information

Data Mining. Introduction. Hamid Beigy. Sharif University of Technology. Fall 1395

Data Mining. Introduction. Hamid Beigy. Sharif University of Technology. Fall 1395 Data Mining Introduction Hamid Beigy Sharif University of Technology Fall 1395 Hamid Beigy (Sharif University of Technology) Data Mining Fall 1395 1 / 21 Table of contents 1 Introduction 2 Data mining

More information

Semi-Supervised Clustering with Partial Background Information

Semi-Supervised Clustering with Partial Background Information Semi-Supervised Clustering with Partial Background Information Jing Gao Pang-Ning Tan Haibin Cheng Abstract Incorporating background knowledge into unsupervised clustering algorithms has been the subject

More information

Constrained optimization

Constrained optimization Constrained optimization A general constrained optimization problem has the form where The Lagrangian function is given by Primal and dual optimization problems Primal: Dual: Weak duality: Strong duality:

More information

BUILDING A TRAINING SET FOR AN AUTOMATIC (LSST) LIGHT CURVE CLASSIFIER

BUILDING A TRAINING SET FOR AN AUTOMATIC (LSST) LIGHT CURVE CLASSIFIER RAFAEL MARTÍNEZ-GALARZA BUILDING A TRAINING SET FOR AN AUTOMATIC (LSST) LIGHT CURVE CLASSIFIER WITH: JAMES LONG, VIRISHA TIMMARAJU, JACKELINE MORENO, ASHISH MAHABAL, VIVEK KOVAR AND THE SAMSI WG2 THE MOTIVATION:

More information

Learning Under Extreme Verification Latency Quickly: FAST COMPOSE

Learning Under Extreme Verification Latency Quickly: FAST COMPOSE Learning Under Extreme Verification Latency Quickly: FAST COMPOSE Muhammad Umer Rowan University umerm5@students.rowan.edu Christopher Frederickson Rowan University fredericc0@students.rowan.edu Robi Polikar

More information

Data Mining. Introduction. Hamid Beigy. Sharif University of Technology. Fall 1394

Data Mining. Introduction. Hamid Beigy. Sharif University of Technology. Fall 1394 Data Mining Introduction Hamid Beigy Sharif University of Technology Fall 1394 Hamid Beigy (Sharif University of Technology) Data Mining Fall 1394 1 / 20 Table of contents 1 Introduction 2 Data mining

More information

Introduction to Automated Text Analysis. bit.ly/poir599

Introduction to Automated Text Analysis. bit.ly/poir599 Introduction to Automated Text Analysis Pablo Barberá School of International Relations University of Southern California pablobarbera.com Lecture materials: bit.ly/poir599 Today 1. Solutions for last

More information

Edge Classification in Networks

Edge Classification in Networks Charu C. Aggarwal, Peixiang Zhao, and Gewen He Florida State University IBM T J Watson Research Center Edge Classification in Networks ICDE Conference, 2016 Introduction We consider in this paper the edge

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! http://www.utstat.utoronto.ca/~rsalakhu/ Sidney Smith Hall, Room 6002 Lecture 12 Combining

More information

Multi-label classification using rule-based classifier systems

Multi-label classification using rule-based classifier systems Multi-label classification using rule-based classifier systems Shabnam Nazmi (PhD candidate) Department of electrical and computer engineering North Carolina A&T state university Advisor: Dr. A. Homaifar

More information

Casting out Demons: Sanitizing Training Data for Anomaly Sensors Angelos Stavrou,

Casting out Demons: Sanitizing Training Data for Anomaly Sensors Angelos Stavrou, Casting out Demons: Sanitizing Training Data for Anomaly Sensors Angelos Stavrou, Department of Computer Science George Mason University Joint work with Gabriela Cretu, Michael E. Locasto, Salvatore J.

More information

Domain Adaptation Using Domain Similarity- and Domain Complexity-based Instance Selection for Cross-domain Sentiment Analysis

Domain Adaptation Using Domain Similarity- and Domain Complexity-based Instance Selection for Cross-domain Sentiment Analysis Domain Adaptation Using Domain Similarity- and Domain Complexity-based Instance Selection for Cross-domain Sentiment Analysis Robert Remus rremus@informatik.uni-leipzig.de Natural Language Processing Group

More information

CS570: Introduction to Data Mining

CS570: Introduction to Data Mining CS570: Introduction to Data Mining Classification Advanced Reading: Chapter 8 & 9 Han, Chapters 4 & 5 Tan Anca Doloc-Mihu, Ph.D. Slides courtesy of Li Xiong, Ph.D., 2011 Han, Kamber & Pei. Data Mining.

More information

Predicting and Monitoring Changes in Scoring Data

Predicting and Monitoring Changes in Scoring Data Knowledge Management & Discovery Predicting and Monitoring Changes in Scoring Data Edinburgh, 27th of August 2015 Vera Hofer Dep. Statistics & Operations Res. University Graz, Austria Georg Krempl Business

More information

1 INTRODUCTION 2 RELATED WORK. Usha.B.P ¹, Sushmitha.J², Dr Prashanth C M³

1 INTRODUCTION 2 RELATED WORK. Usha.B.P ¹, Sushmitha.J², Dr Prashanth C M³ International Journal of Scientific & Engineering Research, Volume 7, Issue 5, May-2016 45 Classification of Big Data Stream usingensemble Classifier Usha.B.P ¹, Sushmitha.J², Dr Prashanth C M³ Abstract-

More information

Evaluation Strategies for Network Classification

Evaluation Strategies for Network Classification Evaluation Strategies for Network Classification Jennifer Neville Departments of Computer Science and Statistics Purdue University (joint work with Tao Wang, Brian Gallagher, and Tina Eliassi-Rad) 1 Given

More information

Semi-supervised Learning

Semi-supervised Learning Semi-supervised Learning Piyush Rai CS5350/6350: Machine Learning November 8, 2011 Semi-supervised Learning Supervised Learning models require labeled data Learning a reliable model usually requires plenty

More information

1 Case study of SVM (Rob)

1 Case study of SVM (Rob) DRAFT a final version will be posted shortly COS 424: Interacting with Data Lecturer: Rob Schapire and David Blei Lecture # 8 Scribe: Indraneel Mukherjee March 1, 2007 In the previous lecture we saw how

More information

A (somewhat) Unified Approach to Semisupervised and Unsupervised Learning

A (somewhat) Unified Approach to Semisupervised and Unsupervised Learning A (somewhat) Unified Approach to Semisupervised and Unsupervised Learning Ben Recht Center for the Mathematics of Information Caltech April 11, 2007 Joint work with Ali Rahimi (Intel Research) Overview

More information

Part I: Data Mining Foundations

Part I: Data Mining Foundations Table of Contents 1. Introduction 1 1.1. What is the World Wide Web? 1 1.2. A Brief History of the Web and the Internet 2 1.3. Web Data Mining 4 1.3.1. What is Data Mining? 6 1.3.2. What is Web Mining?

More information

Data Mining: Concepts and Techniques. Chapter 9 Classification: Support Vector Machines. Support Vector Machines (SVMs)

Data Mining: Concepts and Techniques. Chapter 9 Classification: Support Vector Machines. Support Vector Machines (SVMs) Data Mining: Concepts and Techniques Chapter 9 Classification: Support Vector Machines 1 Support Vector Machines (SVMs) SVMs are a set of related supervised learning methods used for classification Based

More information

Tri-modal Human Body Segmentation

Tri-modal Human Body Segmentation Tri-modal Human Body Segmentation Master of Science Thesis Cristina Palmero Cantariño Advisor: Sergio Escalera Guerrero February 6, 2014 Outline 1 Introduction 2 Tri-modal dataset 3 Proposed baseline 4

More information

AN EFFICIENT HEURISTIC BASED TREE CLASSIFIER MODEL FOR MEDICAL DISEASE DIAGNOSIS

AN EFFICIENT HEURISTIC BASED TREE CLASSIFIER MODEL FOR MEDICAL DISEASE DIAGNOSIS AN EFFICIENT HEURISTIC BASED TREE CLASSIFIER MODEL FOR MEDICAL DISEASE DIAGNOSIS K.GAYATHRI 1, DR. M.CHITRA 2. 1 Ph.D Research Scholar, Department of Computer Science, Bharathiar University and Assistant

More information

Foster s Methodology: Application Examples

Foster s Methodology: Application Examples Foster s Methodology: Application Examples Parallel and Distributed Computing Department of Computer Science and Engineering (DEI) Instituto Superior Técnico October 19, 2011 CPD (DEI / IST) Parallel and

More information

Adversarial Examples and Adversarial Training. Ian Goodfellow, Staff Research Scientist, Google Brain CS 231n, Stanford University,

Adversarial Examples and Adversarial Training. Ian Goodfellow, Staff Research Scientist, Google Brain CS 231n, Stanford University, Adversarial Examples and Adversarial Training Ian Goodfellow, Staff Research Scientist, Google Brain CS 231n, Stanford University, 2017-05-30 Overview What are adversarial examples? Why do they happen?

More information

Classification: Linear Discriminant Functions

Classification: Linear Discriminant Functions Classification: Linear Discriminant Functions CE-725: Statistical Pattern Recognition Sharif University of Technology Spring 2013 Soleymani Outline Discriminant functions Linear Discriminant functions

More information

A Study of Cross-Validation and Bootstrap for Accuracy Estimation and Model Selection (Kohavi, 1995)

A Study of Cross-Validation and Bootstrap for Accuracy Estimation and Model Selection (Kohavi, 1995) A Study of Cross-Validation and Bootstrap for Accuracy Estimation and Model Selection (Kohavi, 1995) Department of Information, Operations and Management Sciences Stern School of Business, NYU padamopo@stern.nyu.edu

More information

Large synthetic data sets to compare different data mining methods

Large synthetic data sets to compare different data mining methods Large synthetic data sets to compare different data mining methods Victoria Ivanova, Yaroslav Nalivajko Superviser: David Pfander, IPVS ivanova.informatics@gmail.com yaroslav.nalivayko@gmail.com June 3,

More information

Jing Gao 1, Feng Liang 1, Wei Fan 2, Chi Wang 1, Yizhou Sun 1, Jiawei i Han 1 University of Illinois, IBM TJ Watson.

Jing Gao 1, Feng Liang 1, Wei Fan 2, Chi Wang 1, Yizhou Sun 1, Jiawei i Han 1 University of Illinois, IBM TJ Watson. Jing Gao 1, Feng Liang 1, Wei Fan 2, Chi Wang 1, Yizhou Sun 1, Jiawei i Han 1 University of Illinois, IBM TJ Watson Debapriya Basu Determine outliers in information networks Compare various algorithms

More information

Learning with Low-Quality Data: Multi-View Semi-Supervised Learning with Missing Views. Brian Quanz

Learning with Low-Quality Data: Multi-View Semi-Supervised Learning with Missing Views. Brian Quanz Learning with Low-Quality Data: Multi-View Semi-Supervised Learning with Missing Views By Brian Quanz Submitted to the Department of Electrical Engineering and Computer Science and the Faculty of the Graduate

More information

Random Sampling over Data Streams for Sequential Pattern Mining

Random Sampling over Data Streams for Sequential Pattern Mining Random Sampling over Data Streams for Sequential Pattern Mining Chedy Raïssi LIRMM, EMA-LGI2P/Site EERIE 161 rue Ada 34392 Montpellier Cedex 5, France France raissi@lirmm.fr Pascal Poncelet EMA-LGI2P/Site

More information

Feature Selection. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani

Feature Selection. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani Feature Selection CE-725: Statistical Pattern Recognition Sharif University of Technology Spring 2013 Soleymani Outline Dimensionality reduction Feature selection vs. feature extraction Filter univariate

More information

A Survey on Postive and Unlabelled Learning

A Survey on Postive and Unlabelled Learning A Survey on Postive and Unlabelled Learning Gang Li Computer & Information Sciences University of Delaware ligang@udel.edu Abstract In this paper we survey the main algorithms used in positive and unlabeled

More information

Experimenting with Multi-Class Semi-Supervised Support Vector Machines and High-Dimensional Datasets

Experimenting with Multi-Class Semi-Supervised Support Vector Machines and High-Dimensional Datasets Experimenting with Multi-Class Semi-Supervised Support Vector Machines and High-Dimensional Datasets Alex Gonopolskiy Ben Nash Bob Avery Jeremy Thomas December 15, 007 Abstract In this paper we explore

More information

Machine Learning based session drop prediction in LTE networks and its SON aspects

Machine Learning based session drop prediction in LTE networks and its SON aspects Machine Learning based session drop prediction in LTE networks and its SON aspects Bálint Daróczy, András Benczúr Institute for Computer Science and Control (MTA SZTAKI) Hungarian Academy of Sciences Péter

More information

Data Mining. Yi-Cheng Chen ( 陳以錚 ) Dept. of Computer Science & Information Engineering, Tamkang University

Data Mining. Yi-Cheng Chen ( 陳以錚 ) Dept. of Computer Science & Information Engineering, Tamkang University Data Mining Yi-Cheng Chen ( 陳以錚 ) Dept. of Computer Science & Information Engineering, Tamkang University Why Mine Data? Commercial Viewpoint Lots of data is being collected and warehoused Web data, e-commerce

More information

CS229 Final Project: Predicting Expected Response Times

CS229 Final Project: Predicting Expected  Response Times CS229 Final Project: Predicting Expected Email Response Times Laura Cruz-Albrecht (lcruzalb), Kevin Khieu (kkhieu) December 15, 2017 1 Introduction Each day, countless emails are sent out, yet the time

More information

Feature Selection in Learning Using Privileged Information

Feature Selection in Learning Using Privileged Information November 18, 2017 ICDM 2017 New Orleans Feature Selection in Learning Using Privileged Information Rauf Izmailov, Blerta Lindqvist, Peter Lin rizmailov@vencorelabs.com Phone: 908-748-2891 Agenda Learning

More information

Uncovering the Formation of Triadic Closure in Social Networks. Zhanpeng Fang and Jie Tang Tsinghua University

Uncovering the Formation of Triadic Closure in Social Networks. Zhanpeng Fang and Jie Tang Tsinghua University Uncovering the Formation of Triadic Closure in Social Networks Zhanpeng Fang and Jie Tang Tsinghua University 1 Triangle Laws Triangle is one of most basic human groups in social networks Friends of friends

More information

Classification. 1 o Semestre 2007/2008

Classification. 1 o Semestre 2007/2008 Classification Departamento de Engenharia Informática Instituto Superior Técnico 1 o Semestre 2007/2008 Slides baseados nos slides oficiais do livro Mining the Web c Soumen Chakrabarti. Outline 1 2 3 Single-Class

More information

MOA: {M}assive {O}nline {A}nalysis.

MOA: {M}assive {O}nline {A}nalysis. MOA: {M}assive {O}nline {A}nalysis. Albert Bifet Hamilton, New Zealand August 2010, Eindhoven PhD Thesis Adaptive Learning and Mining for Data Streams and Frequent Patterns Coadvisors: Ricard Gavaldà and

More information

Predict the Likelihood of Responding to Direct Mail Campaign in Consumer Lending Industry

Predict the Likelihood of Responding to Direct Mail Campaign in Consumer Lending Industry Predict the Likelihood of Responding to Direct Mail Campaign in Consumer Lending Industry Jincheng Cao, SCPD Jincheng@stanford.edu 1. INTRODUCTION When running a direct mail campaign, it s common practice

More information

Stat 602X Exam 2 Spring 2011

Stat 602X Exam 2 Spring 2011 Stat 60X Exam Spring 0 I have neither given nor received unauthorized assistance on this exam. Name Signed Date Name Printed . Below is a small p classification training set (for classes) displayed in

More information

Multi-task Multi-modal Models for Collective Anomaly Detection

Multi-task Multi-modal Models for Collective Anomaly Detection Multi-task Multi-modal Models for Collective Anomaly Detection Tsuyoshi Ide ( Ide-san ), Dzung T. Phan, J. Kalagnanam PhD, Senior Technical Staff Member IBM Thomas J. Watson Research Center This slides

More information

Support Vector. Machines. Algorithms, and Extensions. Optimization Based Theory, Naiyang Deng YingjieTian. Chunhua Zhang.

Support Vector. Machines. Algorithms, and Extensions. Optimization Based Theory, Naiyang Deng YingjieTian. Chunhua Zhang. Support Vector Machines Optimization Based Theory, Algorithms, and Extensions Naiyang Deng YingjieTian Chunhua Zhang CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint

More information

Guiding Semi-Supervision with Constraint-Driven Learning

Guiding Semi-Supervision with Constraint-Driven Learning Guiding Semi-Supervision with Constraint-Driven Learning Ming-Wei Chang 1 Lev Ratinov 2 Dan Roth 3 1 Department of Computer Science University of Illinois at Urbana-Champaign Paper presentation by: Drew

More information

Infrequent Weighted Itemset Mining Using SVM Classifier in Transaction Dataset

Infrequent Weighted Itemset Mining Using SVM Classifier in Transaction Dataset Infrequent Weighted Itemset Mining Using SVM Classifier in Transaction Dataset M.Hamsathvani 1, D.Rajeswari 2 M.E, R.Kalaiselvi 3 1 PG Scholar(M.E), Angel College of Engineering and Technology, Tiruppur,

More information

Exploring the Landscape of Clusterings

Exploring the Landscape of Clusterings Exploring the Landscape of Clusterings Advisor: Suresh Venkatasubramanian Clustering Lattice... in the current form the work is extremely theoretical... unclear whether your distance function is meaningful

More information

Kernels + K-Means Introduction to Machine Learning. Matt Gormley Lecture 29 April 25, 2018

Kernels + K-Means Introduction to Machine Learning. Matt Gormley Lecture 29 April 25, 2018 10-601 Introduction to Machine Learning Machine Learning Department School of Computer Science Carnegie Mellon University Kernels + K-Means Matt Gormley Lecture 29 April 25, 2018 1 Reminders Homework 8:

More information

Computerlinguistische Anwendungen Support Vector Machines

Computerlinguistische Anwendungen Support Vector Machines with Scikitlearn Computerlinguistische Anwendungen Support Vector Machines Thang Vu CIS, LMU thangvu@cis.uni-muenchen.de May 20, 2015 1 Introduction Shared Task 1 with Scikitlearn Today we will learn about

More information

Disease Prediction in Data Mining

Disease Prediction in Data Mining RESEARCH ARTICLE Comparative Analysis of Classification Algorithms Used for Disease Prediction in Data Mining Abstract: Amit Tate 1, Bajrangsingh Rajpurohit 2, Jayanand Pawar 3, Ujwala Gavhane 4 1,2,3,4

More information

Hellinger Distance Based Drift Detection for Nonstationary Environments

Hellinger Distance Based Drift Detection for Nonstationary Environments Hellinger Distance Based Drift Detection for Nonstationary Environments Gregory Ditzler and Robi Polikar Dept. of Electrical & Computer Engineering Rowan University Glassboro, NJ, USA gregory.ditzer@gmail.com,

More information

Supervised vs unsupervised clustering

Supervised vs unsupervised clustering Classification Supervised vs unsupervised clustering Cluster analysis: Classes are not known a- priori. Classification: Classes are defined a-priori Sometimes called supervised clustering Extract useful

More information

Local Context Selection for Outlier Ranking in Graphs with Multiple Numeric Node Attributes

Local Context Selection for Outlier Ranking in Graphs with Multiple Numeric Node Attributes Local Context Selection for Outlier Ranking in Graphs with Multiple Numeric Node Attributes Patricia Iglesias, Emmanuel Müller, Oretta Irmler, Klemens Böhm International Conference on Scientific and Statistical

More information

On Classification of High-Cardinality Data Streams

On Classification of High-Cardinality Data Streams On Classification of High-Cardinality Data Streams Charu C. Aggarwal Philip S. Yu Abstract The problem of massive-domain stream classification is one in which each attribute can take on one of a large

More information

A Shrinkage Approach for Modeling Non-Stationary Relational Autocorrelation

A Shrinkage Approach for Modeling Non-Stationary Relational Autocorrelation A Shrinkage Approach for Modeling Non-Stationary Relational Autocorrelation Pelin Angin Purdue University Department of Computer Science pangin@cs.purdue.edu Jennifer Neville Purdue University Departments

More information

Feature Selection for Transfer Learning

Feature Selection for Transfer Learning Feature Selection for Transfer Learning Selen Uguroglu and Jaime Carbonell Language Technologies Institute, Carnegie Mellon University {sugurogl,jgc}@cs.cmu.edu Abstract. Common assumption in most machine

More information

Charu C. Aggarwal. Professional Interest

Charu C. Aggarwal. Professional Interest Charu C. Aggarwal Work Address Charu C. Aggarwal 1101 Kitchawan Road, Yorktown, NY 10598 Phone: (914) 602 8152 (Mobile) Email: CharuCAggarwal@gmail.com Personal Address Charu C. Aggarwal 182 Scenic Drive,

More information