Feature Extractors. CS 188: Artificial Intelligence Fall Nearest-Neighbor Classification. The Perceptron Update Rule.

Similar documents
Case-Based Reasoning. CS 188: Artificial Intelligence Fall Nearest-Neighbor Classification. Parametric / Non-parametric.

CS 188: Artificial Intelligence Fall 2008

CS 343: Artificial Intelligence

Kernels and Clustering

Feature Extractors. CS 188: Artificial Intelligence Fall Some (Vague) Biology. The Binary Perceptron. Binary Decision Rule.

Classification: Feature Vectors

CSE 573: Artificial Intelligence Autumn 2010

Announcements. CS 188: Artificial Intelligence Spring Classification: Feature Vectors. Classification: Weights. Learning: Binary Perceptron

CS 343H: Honors AI. Lecture 23: Kernels and clustering 4/15/2014. Kristen Grauman UT Austin

CSE 40171: Artificial Intelligence. Learning from Data: Unsupervised Learning

Announcements. CS 188: Artificial Intelligence Spring Generative vs. Discriminative. Classification: Feature Vectors. Project 4: due Friday.

Unsupervised Learning: Clustering

Natural Language Processing

1 Case study of SVM (Rob)

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

Hierarchical Clustering 4/5/17

All lecture slides will be available at CSC2515_Winter15.html

ECG782: Multidimensional Digital Signal Processing

BBS654 Data Mining. Pinar Duygulu. Slides are adapted from Nazli Ikizler

CS 229 Midterm Review

Slides for Data Mining by I. H. Witten and E. Frank

CS246: Mining Massive Datasets Jure Leskovec, Stanford University

Search Engines. Information Retrieval in Practice

Clustering Lecture 14

COMP 551 Applied Machine Learning Lecture 13: Unsupervised learning

Introduction to Machine Learning. Xiaojin Zhu

Support vector machines

Gene Clustering & Classification

Machine Learning. Unsupervised Learning. Manfred Huber

Based on Raymond J. Mooney s slides

Midterm Examination CS540-2: Introduction to Artificial Intelligence

Supervised Learning with Neural Networks. We now look at how an agent might learn to solve a general problem by seeing examples.

Natural Language Processing. Classification. Duals and Kernels. Linear Models: Perceptron. Non Parametric Classification. Classification III

More Learning. Ensembles Bayes Rule Neural Nets K-means Clustering EM Clustering WEKA

CS 8520: Artificial Intelligence. Machine Learning 2. Paula Matuszek Fall, CSC 8520 Fall Paula Matuszek

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

Clustering Lecture 8. David Sontag New York University. Slides adapted from Luke Zettlemoyer, Vibhav Gogate, Carlos Guestrin, Andrew Moore, Dan Klein

Clustering: K-means and Kernel K-means

Network Traffic Measurements and Analysis

A Dendrogram. Bioinformatics (Lec 17)

CSE 5243 INTRO. TO DATA MINING

CSE 5243 INTRO. TO DATA MINING

Machine Learning (CSE 446): Unsupervised Learning

CSEP 573: Artificial Intelligence

CS 2750: Machine Learning. Clustering. Prof. Adriana Kovashka University of Pittsburgh January 17, 2017

Machine Learning for NLP

Today s lecture. Clustering and unsupervised learning. Hierarchical clustering. K-means, K-medoids, VQ

Lecture Linear Support Vector Machines

Lecture 9: Support Vector Machines

CSE 158. Web Mining and Recommender Systems. Midterm recap

Data Mining. 3.5 Lazy Learners (Instance-Based Learners) Fall Instructor: Dr. Masoud Yaghini. Lazy Learners

CS 188: Artificial Intelligence Fall 2008

Clustering CS 550: Machine Learning

CPSC 340: Machine Learning and Data Mining. More Linear Classifiers Fall 2017

Machine Learning Techniques for Data Mining

Lecture #11: The Perceptron

Perceptron Introduction to Machine Learning. Matt Gormley Lecture 5 Jan. 31, 2018

Natural Language Processing

Machine Learning using MapReduce

CS 188: Artificial Intelligence Fall Machine Learning

Exploratory Analysis: Clustering

CS 188: Artificial Intelligence Fall 2011

Machine Learning and Data Mining. Clustering (1): Basics. Kalev Kask

CS570: Introduction to Data Mining

Linear methods for supervised learning

CS 5614: (Big) Data Management Systems. B. Aditya Prakash Lecture #19: Machine Learning 1

Image Segmentation. Srikumar Ramalingam School of Computing University of Utah. Slides borrowed from Ross Whitaker

Neural Networks and Deep Learning

Clustering and Visualisation of Data

Clustering. CE-717: Machine Learning Sharif University of Technology Spring Soleymani

Classification. Vladimir Curic. Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University

Data Mining Practical Machine Learning Tools and Techniques. Slides for Chapter 6 of Data Mining by I. H. Witten and E. Frank

Clustering and Dimensionality Reduction. Stony Brook University CSE545, Fall 2017

CS 340 Lec. 4: K-Nearest Neighbors

Content-based image and video analysis. Machine learning

Lecture 25: Review I

What to come. There will be a few more topics we will cover on supervised learning

Unsupervised Learning. Presenter: Anil Sharma, PhD Scholar, IIIT-Delhi

Recognition Tools: Support Vector Machines

CS 8520: Artificial Intelligence

DS504/CS586: Big Data Analytics Big Data Clustering Prof. Yanhua Li

Computational Statistics The basics of maximum likelihood estimation, Bayesian estimation, object recognitions

Announcements. CS 188: Artificial Intelligence Fall Reminder: CSPs. Today. Example: 3-SAT. Example: Boolean Satisfiability.

CS 188: Artificial Intelligence Fall 2008

Mathematics of Data. INFO-4604, Applied Machine Learning University of Colorado Boulder. September 5, 2017 Prof. Michael Paul

Lecture 10: Semantic Segmentation and Clustering

K-means and Hierarchical Clustering

Image Segmentation. Ross Whitaker SCI Institute, School of Computing University of Utah

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

Topics in Machine Learning

5/15/16. Computational Methods for Data Analysis. Massimo Poesio UNSUPERVISED LEARNING. Clustering. Unsupervised learning introduction

Clustering analysis of gene expression data

6.034 Quiz 2, Spring 2005

DS Machine Learning and Data Mining I. Alina Oprea Associate Professor, CCIS Northeastern University

Cluster Analysis. Prof. Thomas B. Fomby Department of Economics Southern Methodist University Dallas, TX April 2008 April 2010

Unsupervised Learning. Clustering and the EM Algorithm. Unsupervised Learning is Model Learning

CS 188: Artificial Intelligence Spring Announcements

Machine Learning. Topic 5: Linear Discriminants. Bryan Pardo, EECS 349 Machine Learning, 2013

Linear Classification and Perceptron

K-Means Clustering 3/3/17

Transcription:

CS 188: Artificial Intelligence Fall 2007 Lecture 26: Kernels 11/29/2007 Dan Klein UC Berkeley Feature Extractors A feature extractor maps inputs to feature vectors Dear Sir. First, I must solicit your confidence in this transaction, this is by virture of its nature as being utterly confidencial and top secret. W=dear : 1 W=sir : 1 W=this : 2... W=wish : 0... MISSPELLED : 2 NAMELESS : 1 ALL_CAPS : 0 NUM_URLS : 0... Many classifiers take feature vectors as inputs Feature vectors usually very sparse, use sparse encodings (i.e. only represent non-zero keys) The Perceptron Update Rule Start with zero weights Pick up training instances one by one Try to classify Nearest-Neighbor Classification Nearest neighbor for digits: Take new image Compare to all training images Assign based on closest example Encoding: image is vector of intensities: If correct, no change! If wrong: lower score of wrong answer, raise score of right answer What s the similarity function? Dot product of two images vectors? Usually normalize vectors so x = 1 min = 0 (when?), max = 1 (when?) Basic Similarity Many similarities based on feature dot products: If features are just the pixels: Note: not all similarities are of this form Invariant Metrics Better distances use knowledge about vision Invariant metrics: Similarities are invariant under certain transformations Rotation, scaling, translation, stroke-thickness E.g: 16 x 16 = 256 pixels; a point in 256-dim space Small similarity in R 256 (why?) How to incorporate invariance into similarities? This and next few slides adapted from Xiao Hu, UIUC 1

Rotation Invariant Metrics Each example is now a curve in R 256 Rotation invariant similarity: s =max s( r( ), r( )) Template Deformation Deformable templates: An ideal version of each category Best-fit to image using min variance Cost for high distortion of template Cost for image points being far from distorted template Used in many commercial digit recognizers E.g. highest similarity between images rotation lines Examples from [Hastie 94] A Tale of Two Approaches Nearest neighbor-like approaches Can use fancy kernels (similarity functions) Don t actually get to do explicit learning The Perceptron, Again Start with zero weights Pick up training instances one by one Try to classify Perceptron-like approaches Explicit training to reduce empirical error Can t use fancy kernels (why not?) Or can you? Let s find out! If correct, no change! If wrong: lower score of wrong answer, raise score of right answer Perceptron Weights What is the final value of a weight w c? Can it be any real vector? No! It s built by adding up inputs. Dual Perceptron How to classify a new example x? Can reconstruct weight vectors (the primal representation) from update counts (the dual representation) If someone tells us the value of K for each pair of examples, never need to build the weight vectors! 2

Dual Perceptron Start with zero counts (alpha) Pick up training instances one by one Try to classify x n, Kernelized Perceptron If we had a black box (kernel) which told us the dot product of two examples x and y: Could work entirely with the dual representation No need to ever take dot products ( kernel trick ) If correct, no change! If wrong: lower count of wrong class (for this instance), raise score of right class (for this instance) Like nearest neighbor work with black-box similarities Downside: slow if many examples get nonzero alpha Kernelized Perceptron Structure Kernels: Who Cares? So far: a very strange way of doing a very simple calculation Kernel trick : we can substitute any* similarity function in place of the dot product Lets us learn new kinds of hypothesis * Fine print: if your kernel doesn t satisfy certain technical requirements, lots of proofs break. E.g. convergence, mistake bounds. In practice, illegal kernels sometimes work (but not always). Properties of Perceptrons Non-Linear Separators Separability: some parameters get the training set perfectly correct Convergence: if the training is separable, perceptron will eventually converge (binary case) Mistake Bound: the maximum number of mistakes (binary case) related to the margin or degree of separability Separable Non-Separable Data that is linearly separable (with some noise) works out great: 0 x But what are we going to do if the dataset is just too hard? 0 x How about mapping data to a higher-dimensional space: x 2 0 x This and next few slides adapted from Ray Mooney, UT 3

Non-Linear Separators General idea: the original feature space can always be mapped to some higher-dimensional feature space where the training set is separable: Φ: x φ(x) Some Kernels Kernels implicitly map original vectors to higher dimensional spaces, take the dot product there, and hand the result back Linear kernel: Quadratic kernel: RBF: infinite dimensional representation Discrete kernels: e.g. string kernels Recap: Classification Classification systems: Supervised learning Make a rational prediction given evidence We ve seen several methods for this Useful when you have labeled data (or can get it) Clustering Clustering systems: Unsupervised learning Detect patterns in unlabeled data E.g. group emails or search results E.g. find categories of customers E.g. detect anomalous program executions Useful when don t know what you re looking for Requires data, but no labels Often get gibberish Clustering Basic idea: group together similar instances Example: 2D point patterns What could similar mean? One option: small (squared) Euclidean distance An iterative clustering algorithm Pick K random points as cluster centers (means) Alternate: Assign data instances to closest mean Assign each mean to the average of its assigned points Stop when no points assignments change K-Means 4

K-Means Example K-Means as Optimization Consider the total distance to the means: points means assignments Each iteration reduces phi Two stages each iteration: Update assignments: fix means c, change assignments a Update means: fix assignments a, change means c Phase I: Update Assignments For each point, re-assign to closest mean: Phase II: Update Means Move each mean to the average of its assigned points: Can only decrease total distance phi! Also can only decrease total distance (Why?) Fun fact: the point y with minimum squared Euclidean distance to a set of points {x} is their mean Initialization K-means is nondeterministic Requires initial means It does matter what you pick! What can go wrong? Various schemes for preventing this kind of thing: variance-based split / merge, initialization heuristics K-Means Getting Stuck A local optimum: Why doesn t this work out like the earlier example, with the purple taking over half the blue? 5

K-Means Questions Will K-means converge? To a global optimum? Will it always find the true patterns in the data? If the patterns are very very clear? Clustering for Segmentation Quick taste of a simple vision algorithm Idea: break images into manageable regions for visual processing (object recognition, activity detection, etc.) Will it find something interesting? Do people ever use it? How many clusters to pick? http://www.cs.washington.edu/research/imagedatabase/demo/kmcluster/ Representing Pixels Basic representation of pixels: 3 dimensional color vector <r, g, b> Ranges: r, g, b in [0, 1] What will happen if we cluster the pixels in an image using this representation? K-Means Segmentation Results depend on initialization! Why? Improved representation for segmentation: 5 dimensional vector <r, g, b, x, y> Ranges: x in [0, M], y in [0, N] Bigger M, N makes position more important How does this change the similarities? Note: real vision systems use more sophisticated encodings which can capture intensity, texture, shape, and so on. Note: best systems use graph segmentation algorithms Other Uses of K-Means Speech recognition: can use to quantize wave slices into a small number of types (SOTA: work with multivariate continuous features) Document clustering: detect similar documents on the basis of shared words (SOTA: use probabilistic models which operate on topics rather than words) Agglomerative Clustering Agglomerative clustering: First merge very similar instances Incrementally build larger clusters out of smaller clusters Algorithm: Maintain a set of clusters Initially, each instance in its own cluster Repeat: Pick the two closest clusters Merge them into a new cluster Stop when there s only one cluster left Produces not one clustering, but a family of clusterings represented by a dendrogram 6

Agglomerative Clustering How should we define closest for clusters with multiple elements? Many options Closest pair (single-link clustering) Farthest pair (complete-link clustering) Average of all pairs Distance between centroids (broken) Ward s method (my pick, like k- means) Different choices create different clustering behaviors Agglomerative Clustering Complete Link (farthest) vs. Single Link (closest) Back to Similarity Collaborative Filtering K-means naturally operates in Euclidean space (why?) Agglomerative clustering didn t require any mention of averaging Can use any function which takes two instances and returns a similarity Kernelized clustering: if your similarity function has the right properties, can adapt k-means too Kinds of similarity functions: Euclidian (dot product) Weighted Euclidian Edit distance between strings Anything else? Ever wonder how online merchants decide what products to recommend to you? Simplest idea: recommend the most popular items to everyone Not entirely crazy! (Why) Can do better if you know something about the customer (e.g. what they ve bought) Better idea: recommend items that similar customers bought A popular technique: collaborative filtering Define a similarity function over customers (how?) Look at purchases made by people with high similarity Trade-off: relevance of comparison set vs confidence in predictions How can this go wrong? You are here 7