Intro to Machine Learning for Visual Computing

Size: px
Start display at page:

Download "Intro to Machine Learning for Visual Computing"

Transcription

1 Intr t Machine Learning fr Visual Cmputing Drthea Tanning, Endgame Slides frm Derek Hiem, Peter Barnum CSC320: Intrductin t Visual Cmputing Michael Guerzhy

2 Eamples f Categrizatin in Visin Part r bject detectin E.g., fr each windw: face r nn-face? Scene categrizatin Indr vs. utdr, urban, frest, kitchen, etc. Actin recgnitin Picking up vs. sitting dwn vs. standing Emtin recgnitin Regin classificatin Label piels int different bject/surface categries Bundary classificatin Bundary vs. nn-bundary Etc, etc.

3 Classificatin (Supervised) Machine Learning Using a training set, make a functin that crrectly classifies new images Eample functin that we already saw: return the name f the face that s the clses match in the training set t the input face

4 Image Categrizatin Training Images Training Image Features Training Labels Classifier Training Trained Classifier

5 Image Categrizatin Training Images Training Image Features Training Labels Classifier Training Trained Classifier Test Image Image Features Testing Trained Classifier Predictin Outdr

6 Feature design is paramunt Mst features can be thught f as templates, histgrams (cunts), r cmbinatins Sample features: The intensities f all the piels in the image (simplest) The average intensity in the image The eigenspace prjectin cefficients Histgrams f Gradients (will talk abut them later)

7 Classifier A classifier maps frm the feature space t a label 2 1

8 Different types f classificatin Eemplar-based: transfer categry labels frm eamples with mst similar features What similarity functin? What parameters? Linear classifier: cnfidence in psitive label is a weighted sum f features What are the weights? Nn-linear classifier: predictins based n mre cmple functin f features What frm des the classifier take? Parameters? Generative classifier: assign t the label that best eplains the features (makes features mst likely) What is the prbability functin and its parameters? Nte: Yu can always fully design the classifier by hand, but usually this is t difficult. Typical slutin: learn frm training eamples.

9 One way t think abut it Training labels dictate that tw eamples are the same r different, in sme sense Features and distance measures define visual similarity Gal f training is t learn feature weights r distance measures s that visual similarity predicts label similarity We want the simplest functin that is cnfidently crrect

10 Eemplar-based Mdels Transfer the label(s) f the mst similar training eamples

11 K-nearest neighbr classifier

12 1-nearest neighbr

13 3-nearest neighbr

14 5-nearest neighbr

15 K-nearest neighbr

16 Using K-NN Simple, a gd ne t try first Higher K gives smther functins N training time (unless yu want t learn a distance functin) With infinite eamples, 1-NN prvably has very lw errr

17 Discriminative classifiers Learn a simple functin f the input features that cnfidently predicts the true labels n the training set y = f Gals 1. Accurate classificatin f training data 2. Crrect classificatins are cnfident 3. Classificatin functin is simple

18 Classifiers: Linear Regressin 2 > a1+b? 2 1

19 Other classifiers Supprt Vectr Machines (SVM) Very ppular Neural Netwrks Always ppular arund UfT, currently the best classifiers arund fr many tasks Decisin Trees Ppular ff-the-shelf classifiers fr new prblems yu encunter T sme etent, all f thse can be used as black bes

20 Eample Image Feature: Histgram f Gradients (HG) Orientatin: 9 bins (fr unsigned angles) Histgrams in 88 piel cells

21 HG Cmpute the HG in each neighburhd in the image, stack all the HG tgether. Nw classify thse vectrs # rientatins X= # features = = 3780 # cells # nrmalizatins by neighbring cells

22 (Find the w and b with Machine Learning magic) pedestrian

23 Cmputer Visin and Pattern Recgnitin, (CVPR) 2005

Machine Learning Crash Course

Machine Learning Crash Course Machine Learning Crash Curse Cmputer Visin Jia-Bin Huang, Virginia Tech Many slides frm D. Hiem, J. Hays Administrative stuffs HW 4 Due 11:59pm n Wed, Nvember 2 nd What is a categry? Why wuld we want t

More information

Escher s Circle Limit III

Escher s Circle Limit III Escher s Circle Limit III Escher s Circle Limit III PCA: Principal Cmpnent Analysis The best pssible lwer dimensinal representatin based n linear prjectins. A basis f directins f variance rdered by their

More information

Machine Learning Crash Course

Machine Learning Crash Course Machine Learning Crash Curse Pht: CMU Machine Learning Department prtests G20 Cmputer Visin James Hays Slides: Isabelle Guyn, Erik Sudderth, Mark Jhnsn, Derek Hiem Dimensinality Reductin PCA, ICA, LLE,

More information

Object Detection with Statistical Template

Object Detection with Statistical Template Object Detectin with Statistical Template Cmputer Visin Jia-Bin Huang, Virginia Tech Many slides frm D. Hiem, J. Hays Administrative stuffs HW 5 is ut Due 11:59pm n Wed, Nvember 16 Scene categrizatin Please

More information

Escher s Circle Limit III

Escher s Circle Limit III Escher s Circle Limit III Escher s Circle Limit III ImageNet Images fr each categry f WrdNet 1000 classes 1.2mil images 100k test Tp 5 errr Dataset split Training Images Validatin Images Testing Images

More information

CS 309: Autonomous Intelligent Robotics. Instructor: Jivko Sinapov

CS 309: Autonomous Intelligent Robotics. Instructor: Jivko Sinapov CS 309: Autnmus Intelligent Rbtics Instructr: Jivk Sinapv http://www.cs.uteas.edu/~jsinapv/teaching/cs309_spring2017/ Machine Learning Annuncements Final Prject Presentatins Saturday, May 13, 7:00-10:00

More information

Object Category Recognition

Object Category Recognition 03/16/10 Object Categry Recgnitin Cmputer Visin CS 543 / ECE 549 University f Illinis Derek Hiem (Plus leftver material frm image categrizatin) Tday s class: categrizatin Mre abut classifiers Overview

More information

LECTURE 05: CLASSIFICATION PT. 1. September 25, 2017 SDS 293: Machine Learning

LECTURE 05: CLASSIFICATION PT. 1. September 25, 2017 SDS 293: Machine Learning LECTURE 05: CLASSIFICATION PT. 1 September 25, 2017 SDS 293: Machine Learning Q&A: hmewrk frmat Q: What file frmat shuld we use fr ur hmewrk? A: PDF is fine fr cnceptual exercises; Jupyter ntebk is preferable

More information

Instance Based Learning

Instance Based Learning Instance Based Learning Vibhav Ggate The University f Texas at Dallas Readings: Mitchell, Chapter 8 surces: curse slides are based n material frm a variety f surces, including Tm Dietterich, Carls Guestrin,

More information

CLASSIFICATION AND CATEGORIZATION INTRODUCTION TO DATA SCIENCE ELI UPFAL

CLASSIFICATION AND CATEGORIZATION INTRODUCTION TO DATA SCIENCE ELI UPFAL CLASSIFICATION AND CATEGORIZATION INTRODUCTION TO DATA SCIENCE ELI UPFAL MACHINE LEARNING PROBLEMS Supervised Learning Unsupervised Learning Discrete classificatin r categrizatin clustering regressin dimensinality

More information

Teaching Performance Evaluation Using Supervised Machine Learning Techniques

Teaching Performance Evaluation Using Supervised Machine Learning Techniques Teaching Perfrmance Evaluatin Using Supervised Machine Learning Techniques Elia Gergiana Dragmir University Petrleum-Gas f Pliesti, Department f Infrmatics Bd. Bucuresti Nr. 39, Pliesti, RO-100680, ROMANIA

More information

Overview of Supervised Learning

Overview of Supervised Learning ESL Chap2 Overview f Supervised Learning Overview f Supervised Learning Ntatin X: inputs, feature vectr, predictrs, independent variables. Generally X will be a vectr f p real values. Qualitative features

More information

IRDS: Data Mining Process

IRDS: Data Mining Process IRDS: Data Mining Prcess Charles Suttn University f Edinburgh (many figures used frm Murphy. Machine Learning: A Prbabilistic Perspective.) Data Science Our wrking definitin Data science is the study f

More information

CS 378 Computer Vision Problem set 4 Out: Thursday, Nov 5 Due: Tuesday, Nov 24, 11:59 PM. See the end of this document for submission instructions.

CS 378 Computer Vision Problem set 4 Out: Thursday, Nov 5 Due: Tuesday, Nov 24, 11:59 PM. See the end of this document for submission instructions. CS 378 Cmputer Visin Prblem set 4 Out: Thursday, Nv 5 Due: Tuesday, Nv 24, 11:59 PM See the end f this dcument fr submissin instructins. I. Shrt answer prblems [30 pints] 1. The SIFT descriptr is frmed

More information

NIST Fingerprint Image Quality. Elham Tabassi Biometric Consortium Conference September 20, 2005

NIST Fingerprint Image Quality. Elham Tabassi Biometric Consortium Conference September 20, 2005 NIST Fingerprint Image Quality Elham Tabassi Bimetric Cnsrtium Cnference September 20, 2005 backgrund quality is imprtant previus research mstly defined as a measure f the extractability f the features

More information

Simple Regression in Minitab 1

Simple Regression in Minitab 1 Simple Regressin in Minitab 1 Belw is a sample data set that we will be using fr tday s exercise. It lists the heights & weights fr 10 men and 12 wmen. Male Female Height (in) 69 70 65 72 76 70 70 66 68

More information

Comparing Boosted Cascades to Deep Learning Architectures for Fast and Robust Coconut Tree Detection in Aerial Images

Comparing Boosted Cascades to Deep Learning Architectures for Fast and Robust Coconut Tree Detection in Aerial Images Cmparing Bsted Cascades t Deep Learning Architectures fr Fast and Rbust Ccnut Tree Detectin in Aerial Images VISAPP2018, 27-29 January 2018 Steven Puttemans*, Kristf Van Beeck* and Tn Gedemé Intrductin

More information

How to predict a discrete variable?

How to predict a discrete variable? CSE 6242 / CX 4242 Classificatin Hw t predict a discrete variable? Based n Parishit Ram s slides. Pari nw at SkyTree. Graduated frm PhD frm GT. Als based n Alex Gray s slides. Hw will I rate "Chpin's 5th

More information

How to predict a discrete variable?

How to predict a discrete variable? CSE 6242 / CX 4242 Classificatin Hw t predict a discrete variable? Based n Parishit Ram s slides. Pari nw at SkyTree. Graduated frm PhD frm GT. Als based n Alex Gray s slides. Hw will I rate "Chpin's 5th

More information

Computer Graphics. Si Lu. Fall uter_graphics.htm 11/08/2016

Computer Graphics. Si Lu. Fall uter_graphics.htm 11/08/2016 Cmputer Graphics Si Lu Fall 2017 http://web.cecs.pd.edu/~lusi/cs447/cs447_547_cmp uter_graphics.htm 11/08/2016 Last time Lighting and Shading 2 Tda Teture Mapping Hmewrk 4 available, due in class Nvember

More information

Reclassification of low Intensity pixels using seed growing

Reclassification of low Intensity pixels using seed growing Internatinal Research Jurnal f Engineering and Technlgy (IRJET) e-issn: 2395-0056 Vlume: 04 Issue: 05 May -2017 www.irjet.net p-issn: 2395-0072 Reclassificatin f lw Intensity pixels using seed grwing V.Saran

More information

Angles Lesson. Interwrite Interactive Mode software*. Sunshine State Standard: B.2.4.1, C.2.4.1

Angles Lesson. Interwrite Interactive Mode software*. Sunshine State Standard: B.2.4.1, C.2.4.1 Angles Lessn Sunshine State Standard: B.2.4.1, C.2.4.1 Materials: Students: Paper (lined), pencil, straight edge, prtractr, patty paper (Optinal: A cmputer with the use f GeGebra, dynamic gemetry sftware.)

More information

Real-Time Multi-View Face Detection

Real-Time Multi-View Face Detection Real-Time Multi-View Face Detectin ZhenQiu Zhang 1*, Lng Zhu 2, Stan Z. Li 2, HngJiang Zhang 2 1. Institute f Autmatin, Chinese Academy f Science, Beijing, China 2. Micrsft Research Asia, Beijing Sigma

More information

Class 3: Training Recurrent Nets

Class 3: Training Recurrent Nets Class 3: Training Recurrent Nets Arvind Ramanathan Cmputatinal Science & Engineering, Oak Ridge Natinal Labratry, Oak Ridge, TN 3783 ramanathana@rnl.gv 1 Last class Basics f RNNs Recurrent netwrk mdeling

More information

IWT TETRA TOBCAT Industrial applications of object categorization techniques. Steven Puttemans

IWT TETRA TOBCAT Industrial applications of object categorization techniques. Steven Puttemans Prgram 12:30 Registratin & cffee 13:00 Welcme and intrductin (Tn Gedemé) 13:15 Results frm the TOBCAT prject (Steven Puttemans) 14:00 Practical applicatins that use cmputer visin algrithms and their internal

More information

HOW TO live-stream softball on a minimal budget

HOW TO live-stream softball on a minimal budget HOW TO live-stream sftball n a minimal budget It s a ne-camera live-stream with the pssiblity f changing scre, uts, innings. Yu can als add additinal graphics r live cmmentary. WHAT DO YOU NEED A laptp

More information

Shading. Outline. Introduction Diffuse reflection Specular reflection Ambient light Refinements: Rendering Faces

Shading. Outline. Introduction Diffuse reflection Specular reflection Ambient light Refinements: Rendering Faces Shading Outline Intrductin Diffuse reflectin Specular reflectin Ambient light Refinements: Incrprating several light surces and distance Adding clr Rendering Faces 1 Shading T add realism Shading mdel

More information

Tutorial 5: Retention time scheduling

Tutorial 5: Retention time scheduling SRM Curse 2014 Tutrial 5 - Scheduling Tutrial 5: Retentin time scheduling The term scheduled SRM refers t measuring SRM transitins nt ver the whle chrmatgraphic gradient but nly fr a shrt time windw arund

More information

A solution for automating desktop applications with Java skill set

A solution for automating desktop applications with Java skill set A slutin fr autmating desktp applicatins with Java skill set Veerla Shilpa (Senir Sftware Engineer- Testing) Mysre Narasimha Raju, Pratap (Test Autmatin Architect) Abstract LeanFT is a pwerful and lightweight

More information

Telecommunication Protocols Laboratory Course

Telecommunication Protocols Laboratory Course Telecmmunicatin Prtcls Labratry Curse Lecture 2 March 11, 2004 http://www.ab.fi/~lpetre/teleprt/teleprt.html 1 Last time We examined sme key terms: prtcl, service, layer, netwrk architecture We examined

More information

Debugging, Developing, Distributing and Demonstrating Complex Signal Processing Systems with MATLAB

Debugging, Developing, Distributing and Demonstrating Complex Signal Processing Systems with MATLAB Debugging, Develping, Distributing and Demnstrating Cmple Signal Prcessing Systems with MATLAB Nvember 3, 2016 Malclm Slaney 1 Caveat I m currently a Research Scientist in Ggle s Machine Hearing Grup,

More information

Preparing a REST API. Rules of REST APIs, API patterns, Typical CRUD operations

Preparing a REST API. Rules of REST APIs, API patterns, Typical CRUD operations Preparing a REST API Rules f REST APIs, API patterns, Typical CRUD peratins Rules fr a REST API Recall: REST Representatinal State Transfer REST is stateless it has n idea f any current user state r histry

More information

Data processing. Machine Learning for Developers

Data processing. Machine Learning for Developers Data prcessing Machine Learning fr Develpers @SrcMinistry @MariuszGil @SrcMinistry We are develpers We lve t Write cde Write tests Use DDD/OOP/AOP/ SOLID/GRASP/XYZ What fr? Write cde Make mney Make users

More information

Feb 27, 2014 CSE 6242 / CX Classification. How to predict a discrete variable? Based on Parishit Ram s slides

Feb 27, 2014 CSE 6242 / CX Classification. How to predict a discrete variable? Based on Parishit Ram s slides Feb 27, 2014 CSE 6242 / CX 4242 Classificatin Hw t predict a discrete variable? Based n Parishit Ram s slides Hw will I rate "Chpin's 5th Symphny"? Sngs Label Sme nights Skyfall Cmfrtably numb We are yung............

More information

Linking network nodes

Linking network nodes Linking netwrk ndes The data link layer CS242 Cmputer Netwrks The link layer The transprt layer prvides cmmunicatin between tw prcesses. The netwrk layer prvides cmmunicatin between tw hsts. The link layer

More information

Memory Hierarchy. Goal of a memory hierarchy. Typical numbers. Processor-Memory Performance Gap. Principle of locality. Caches

Memory Hierarchy. Goal of a memory hierarchy. Typical numbers. Processor-Memory Performance Gap. Principle of locality. Caches Memry Hierarchy Gal f a memry hierarchy Memry: hierarchy f cmpnents f varius speeds and capacities Hierarchy driven by cst and perfrmance In early days Primary memry = main memry Secndary memry = disks

More information

Pages of the Template

Pages of the Template Instructins fr Using the Oregn Grades K-3 Engineering Design Ntebk Template Draft, 12/8/2011 These instructins are fr the Oregn Grades K-3 Engineering Design Ntebk template that can be fund n the web at

More information

ECLT5810 E-Commerce Data Mining Techniques SAS Enterprise Miner Neural Network

ECLT5810 E-Commerce Data Mining Techniques SAS Enterprise Miner Neural Network Enterprise Miner Neural Netwrk 1 ECLT5810 E-Cmmerce Data Mining Techniques SAS Enterprise Miner Neural Netwrk A Neural Netwrk is a set f cnnected input/utput units where each cnnectin has a weight assciated

More information

Installing and using QGIS

Installing and using QGIS Land Accunting Exercise Part 1 Installing QGIS 1 Installing and using QGIS Reginal Expert Wrkshp n Land Accunting, UNESCAP, 09-2017 UNESCAP - Reginal Expert Wrkshp n Land Accunting, Bangkk, Thailand, Sep.

More information

Westell VersaLink Gateway Troubleshooting

Westell VersaLink Gateway Troubleshooting Westell VersaLink Gateway Trubleshting Yu can use the Pwer, DSL, and Ethernet lights n the frnt panel f the Westell VersaLink gateway t help diagnse the prblem with yur Westell gateway. Fllw the steps

More information

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De Thin Film Pyrelectric IR Gesture Sensr Demnstratr Kit Fr lw pwer, high perfrmance gesture cntrl User Guide Versin 1.0 Dcument Revisin 1.00 20 th February 2012 Cntents 1 Intrductin... 3 1.1 Kit Cntents...

More information

Qlucore Omics Explorer 3.3 feature overview

Qlucore Omics Explorer 3.3 feature overview Qlucre Omics Explrer 3.3 feature verview INTRODUCTION Qlucre Omics Explrer (QOE) is develped t supprt the user with fast, simple and visual analysis f measured data cnsidering publicly available infrmatin

More information

You need to be able to define the following terms and answer basic questions about them:

You need to be able to define the following terms and answer basic questions about them: CS440/ECE448 Fall 2016 Midterm Review Yu need t be able t define the fllwing terms and answer basic questins abut them: Intr t AI, agents and envirnments Pssible definitins f AI, prs and cns f each Turing

More information

STEREO VISION WITH COGNIMEM

STEREO VISION WITH COGNIMEM Applicatin Nte STEREO VISION WITH COGNIMEM THE APPLICATION Stere Visin is critical fr the evaluatin f the prximity f an bject and is the starting pint fr many machine visin applicatins. Several cmmercial

More information

A Framework for Discovering Co-location Patterns in Data Sets with Extended Spatial Objects. Hui Xiong

A Framework for Discovering Co-location Patterns in Data Sets with Extended Spatial Objects. Hui Xiong Slide 1 A Framewr fr Discvering C-lcatin Patterns in Data Sets with Extended Spatial Objects Hui Xing Department f Cmputer Science & Engineering University f Minnesta - Twin Cities Overview Slide 2 Intrductin

More information

Flying into Trig on a Paper Plate

Flying into Trig on a Paper Plate Flying int Trig n a Paper Plate Warm-up: 1. Label the quadrants:. Classify the fllwing angles as btuse, acute r right: a) b) 91 c) 90 d) 18. Add the fllwing fractins (withut a calculatr!) a) + 5 b) 1 8

More information

Preparation: Follow the instructions on the course website to install Java JDK and jgrasp on your laptop.

Preparation: Follow the instructions on the course website to install Java JDK and jgrasp on your laptop. Lab 1 Name: Checked: (instructr r TA initials) Objectives: Learn abut jgrasp - the prgramming envirnment that we will be using (IDE) Cmpile and run a Java prgram Understand the relatinship between a Java

More information

Exchange Archive Monitoring

Exchange Archive Monitoring Unified Archive \ Best Practices \ Mail Archiving Exchange Archive Mnitring ZL TECHNOLOGIES Last Updated: Octber 21, 2014 This dcument intrduces the numerus ZL UA features and functinalities an rganizatin

More information

2.4. Classifying Figures on a Coordinate Grid. LEARN ABOUT the Math. Connecting slopes and lengths of line segments to classifying a figure

2.4. Classifying Figures on a Coordinate Grid. LEARN ABOUT the Math. Connecting slopes and lengths of line segments to classifying a figure .4 Classifying Figures n a Crdinate Grid YOU WILL NEED grid paper and ruler, r dynamic gemetry sftware GOAL Use prperties f line segments t classify tw-dimensinal figures. LEARN ABOUT the Math A surveyr

More information

Spin Leading OS Research Astray?

Spin Leading OS Research Astray? Advanced Tpics in Cmputer Systems, CS262B Prf Eric A. Brewer Spin Leading OS Research Astray? January 27, 2004 I. Extensibility, Safety and Perfrmance in the SPIN Operating System Gal: extensible OS that

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Geometer s Sketchpad can do the same thing but still has the power to manipulate the unit piece after you have completed your tessellated plane.

Geometer s Sketchpad can do the same thing but still has the power to manipulate the unit piece after you have completed your tessellated plane. (Gemeter's Sketchpad Tessellatins) Have yu ever made a tessellatin ut f fragmented parallelgram? Gemeter s Sketchpad can d the same thing but still has the pwer t manipulate the unit piece after yu have

More information

Data Warehouse: Introduction

Data Warehouse: Introduction Data Warehuse: Intrductin Data warehuse Intrductin Database and data mining grup, Plitecnic di Trin Plitecnic di Trin Database and data mining grup, Plitecnic di Trin Decisin supprt systems Huge peratinal

More information

Reading and writing data in files

Reading and writing data in files Reading and writing data in files It is ften very useful t stre data in a file n disk fr later reference. But hw des ne put it there, and hw des ne read it back? Each prgramming language has its wn peculiar

More information

QC Clearance 4-Channel Surveillance Bundle

QC Clearance 4-Channel Surveillance Bundle QC444-411-5 Clearance 4-Channel Surveillance Bundle AT A GLANCE: 4 Channel H.264 CIF/D1 DVR 500GB Hard Drive Fur cameras with 400TV Lines f Reslutin Weatherprf cameras fr indr r utdr use 40 feet f night

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as:

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as: Lcatin f the map.x.prperties files $ARCSIGHT_HOME/current/user/agent/map File naming cnventin The files are named in sequential rder such as: Sme examples: 1. map.1.prperties 2. map.2.prperties 3. map.3.prperties

More information

SoilCare: Stakeholder Platform Guidance How to edit and manage your own stakeholder platform WP8

SoilCare: Stakeholder Platform Guidance How to edit and manage your own stakeholder platform WP8 SilCare: Stakehlder Platfrm Guidance Hw t edit and manage yur wn stakehlder platfrm WP8 3 1) Lg-in t SilCare Website Administratr page Lg-in t the SilCare Website administratr back-end page using this

More information

Adaptive Learning Algorithm for SVM Applied to Feature Tracking

Adaptive Learning Algorithm for SVM Applied to Feature Tracking Adaptive Learning Algrithm fr SVM Applied t Feature Tracking Ashutsh Garg, Ira Chen, Thmas S. Huang University f Illinis at Urbana Champaign Email: {ashutsh,irachen,huang}@ifp.uiuc.edu Abstract The framewrk

More information

1 Version Spaces. CS 478 Homework 1 SOLUTION

1 Version Spaces. CS 478 Homework 1 SOLUTION CS 478 Hmewrk SOLUTION This is a pssible slutin t the hmewrk, althugh there may be ther crrect respnses t sme f the questins. The questins are repeated in this fnt, while answers are in a mnspaced fnt.

More information

Introduction to CS111 Part 2: Big Ideas

Introduction to CS111 Part 2: Big Ideas What is Cmputer Science? Intrductin t CS111 Part 2: Big Ideas CS111 Cmputer Prgramming Department f Cmputer Science Wellesley Cllege It s nt really abut cmputers. It s nt really a science. It s abut imperative

More information

Vulnerability Protection A Buffer for Patching

Vulnerability Protection A Buffer for Patching Vulnerability Prtectin A Buffer fr Patching A Lucid Security Technical White Paper February 2004 By Vikram Phatak, Chief Technlgy Officer Santsh Pawar, Vulnerability Analyst Lucid Security Crpratin 124

More information

EASTERN ARIZONA COLLEGE Visual Basic Programming I

EASTERN ARIZONA COLLEGE Visual Basic Programming I EASTERN ARIZONA COLLEGE Visual Basic Prgramming I Curse Design 2015-2016 Curse Infrmatin Divisin Business Curse Number CMP 121 Title Visual Basic Prgramming I Credits 3 Develped by Lydia Mata Lecture/Lab

More information

Software Engineering

Software Engineering Sftware Engineering Chapter #1 Intrductin Sftware systems are abstract and intangible. Sftware engineering is an engineering discipline that is cncerned with all aspects f sftware prductin. Sftware Prducts

More information

How To enrich transcribed documents with mark-up

How To enrich transcribed documents with mark-up Hw T enrich transcribed dcuments with mark-up Versin v1.4.0 (22_02_2018_15:07) Last update 30.09.2018 This guide will shw yu hw t add mark-up t dcuments which are already transcribed in Transkribus. This

More information

Objectives. Topic 8: Input, Interaction, & Introduction to callbacks. Input Devices. Project Sketchpad. Introduce the basic input devices

Objectives. Topic 8: Input, Interaction, & Introduction to callbacks. Input Devices. Project Sketchpad. Introduce the basic input devices Tpic 8 Input, Interactin, & Intr. t Callbacks Tpic 8: Input, Interactin, & Intrductin t callbacks Tpic 8 Input, Interactin, & Intr. t Callbacks Objectives Intrduce the basic input devices Physical Devices

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Kindle Fire Guide. Requires OverDrive Account/Adobe ID authorization.

Kindle Fire Guide. Requires OverDrive Account/Adobe ID authorization. Getting started Depending n yur preference OverDrive App Supprts EPUB ebks and MP3 Audibks. Direct dwnlad thrugh mbile app. N publisher restrictins. Yu ll need the fllwing: A Kindle Fire registered with

More information

WebEx Web Conferencing Quick Start Guide

WebEx Web Conferencing Quick Start Guide WebEx Web Cnferencing Quick Start Guide WebEx allws the curse instructr and participants t cnnect using web cnferencing and VIP using yur cmputer r smart device. WebEx's allws yu t share cntent, chat,

More information

QS Channel Surveillance Bundle

QS Channel Surveillance Bundle QS494-411-5 4-Channel Surveillance Bundle AT A GLANCE: 4 Channel H.264 CIF/D1 DVR 500GB Hard Drive Fur cameras with 400TV Lines f Reslutin Weatherprf cameras fr indr r utdr use 40 feet f night visin Email

More information

Hierarchical Classification of Amazon Products

Hierarchical Classification of Amazon Products Hierarchical Classificatin f Amazn Prducts Bin Wang Stanfrd University, bwang4@stanfrd.edu Shaming Feng Stanfrd University, superfsm@ stanfrd.edu Abstract - This prjects prpsed a hierarchical classificatin

More information

1 Binary Trees and Adaptive Data Compression

1 Binary Trees and Adaptive Data Compression University f Illinis at Chicag CS 202: Data Structures and Discrete Mathematics II Handut 5 Prfessr Rbert H. Slan September 18, 2002 A Little Bttle... with the wrds DRINK ME, (r Adaptive data cmpressin

More information

An Approach to Recognize Bangla Digits from Digital Image

An Approach to Recognize Bangla Digits from Digital Image 248 IJCSNS Internatinal Jurnal f Cmputer Science and Netwrk Security, VOL.11 N.6, June 2011 An Apprach t Recgnize Bangla Digits frm Digital Image Abdul Kadar Muhammad Masum 1, Mhammad Shahjalal 2, Md.

More information

Use of GIS & GPS in Trail and Land Management

Use of GIS & GPS in Trail and Land Management CLCC Cnference 2014 Intrductin t CT ECO Use f GIS & GPS in Trail and Land Management Explre CT ECO CT ECO is a partnership between the CT Department f Energy and Envirnmental Prtectin (CT DEEP) and the

More information

Computational Methods of Scientific Programming Fall 2008

Computational Methods of Scientific Programming Fall 2008 MIT OpenCurseWare http://cw.mit.edu 12.010 Cmputatinal Methds f Scientific Prgramming Fall 2008 Fr infrmatin abut citing these materials r ur Terms f Use, visit: http://cw.mit.edu/terms. 12.010 Hmewrk

More information

Designing a Site with Avigilon Self-Learning Video Analytics 1

Designing a Site with Avigilon Self-Learning Video Analytics 1 Designing a Site with Avigiln Self-Learning Vide Analytics Avigiln HD cameras and appliances with self-learning vide analytics are easy t install and can achieve psitive analytics results withut nging

More information

Adobe Connect 8 Event Organizer Guide

Adobe Connect 8 Event Organizer Guide Adbe Cnnect 8 Event Organizer Guide Questins fr Meeting HOST t ask at rganizatin meeting: Date (r dates) f event including time. Presenting t where Lcal ffice cubicles, reginal r glbal ffices, external

More information

Transforming Quadratic Functions Day 2

Transforming Quadratic Functions Day 2 Name Grade Subject(s) Algebra 9 th Transfrming Quadratic Functins Day Hlly Fischer CONTEXT INFORMATION Lessn Title Transfrming quadratic functins Time 50 minutes LEARNING OUTCOMES A.QE..: Graph quadratic

More information

TIP , ACCEPTED 1. General road detection from a single image

TIP , ACCEPTED 1. General road detection from a single image TIP-5166-29, ACCEPTED 1 General rad detectin frm a single image Hui Kng, Member, IEEE, Jean-Yves Audibert,and Jean Pnce, Fellw, IEEE Willw Team, Ecle Nrmale Superieure / INRIA / CNRS, Paris, France Imagine

More information

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

More information

FIREWALL RULE SET OPTIMIZATION

FIREWALL RULE SET OPTIMIZATION Authr Name: Mungle Mukupa Supervisr : Mr Barry Irwin Date : 25 th Octber 2010 Security and Netwrks Research Grup Department f Cmputer Science Rhdes University Intrductin Firewalls have been and cntinue

More information

Guidelines for data cleaning in Epi-Centre

Guidelines for data cleaning in Epi-Centre Guidelines fr data cleaning in Epi-Centre Overview Starting frm 1 st quarter 2010, RNTCP will migrate and reprt the prgramme surveillance data slely thrugh the Epi-Centre Windws versin. As a preparatin

More information

Low-Fidelity Prototyping. Overview. Short Review of User-Centered Design. SMD157 Human-Computer Interaction Fall 2003

Low-Fidelity Prototyping. Overview. Short Review of User-Centered Design. SMD157 Human-Computer Interaction Fall 2003 INSTITUTIONEN FÖR SYSTEMTEKNIK LULEÅ TEKNISKA UNIVERSITET Lw-Fidelity Prttyping SMD157 Human-Cmputer Interactin Fall 2003 Nv-16-03 SMD157, Lw-Fidelity Prttyping 1 L Overview Shrt review f user-centered

More information

Beyond Continuous Build: Build Grids. Darryl Bowler, CollabNet

Beyond Continuous Build: Build Grids. Darryl Bowler, CollabNet Beynd Cntinuus Build: Build Grids Darryl Bwler, CllabNet Presenters Clsing the Agile Lp Webinar Series Darryl Bwler, Senir Systems Architect, Services, CllabNet With mre than fifteen years f IT experience,

More information

Web of Science Institutional authored and cited papers

Web of Science Institutional authored and cited papers Web f Science Institutinal authred and cited papers Prcedures written by Diane Carrll Washingtn State University Libraries December, 2007, updated Nvember 2009 Annual review f paper s authred and cited

More information

Cortex Quick Reference Supplier Guide Service Receipt Rejections for Husky Suppliers

Cortex Quick Reference Supplier Guide Service Receipt Rejections for Husky Suppliers Crtex Quick Reference Supplier Guide Service Receipt Rejectins fr Husky Suppliers Objective f the dcument The bjective f the dcument is t prvide a quick reference fr Husky suppliers t address the Cmmn

More information

Class Roster. Curriculum Class Roster Step-By-Step Procedure

Class Roster. Curriculum Class Roster Step-By-Step Procedure Imprtant Infrmatin The page prvides faculty and staff a list f students wh are enrlled and waitlisted in a particular class. Instructrs are given access t each class fr which they are listed as an instructr,

More information

IT Essentials (ITE v6.0) Chapter 7 Exam Answers 100% 2016

IT Essentials (ITE v6.0) Chapter 7 Exam Answers 100% 2016 IT Essentials (ITE v6.0) Chapter 7 Exam Answers 100% 2016 1. Hw many devices can a Bluetth device cnnect t simultaneusly? 127 7 10 24 5 2. A device has an IPv6 address f 2001:0DB8:75a3:0214:0607:1234:aa10:ba01

More information

INTRODUCTION TO ARTIFICIAL INTELLIGENCE

INTRODUCTION TO ARTIFICIAL INTELLIGENCE v=1 v= 1 v= 1 v= 1 v= 1 v=1 optima 2) 3) 5) 6) 7) 8) 9) 12) 11) 13) INTRDUCTIN T ARTIFICIAL INTELLIGENCE DATA15001 EPISDE 7: MACHINE LEARNING TDAY S MENU 1. WHY MACHINE LEARNING? 2. KINDS F ML 3. NEAREST

More information

Soil Image Segmentation and Texture Analysis: A Computer Vision Approach

Soil Image Segmentation and Texture Analysis: A Computer Vision Approach Sil Image Segmentatin and Texture Analysis: A Cmputer Visin Apprach Bushra Nazir 1, Md. Iqbal Quraishi 2 U.G. Student, Department f Infrmatin Technlgy, Kalyani Gvernment Engineering Cllege, Kalyani, West

More information

IMAGE/OBJECT BASED CLASSIFICATION TOOL Developed by NASA DEVELOP at BLM at ISU GIS TReC, Pocatello, Idaho

IMAGE/OBJECT BASED CLASSIFICATION TOOL Developed by NASA DEVELOP at BLM at ISU GIS TReC, Pocatello, Idaho IMAGE/OBJECT BASED CLASSIFICATION TOOL Develped by NASA DEVELOP at BLM at ISU GIS TReC, Pcatell, Idah 1. Intrductin This image/bject based classificatin tl was develped by NASA DEVELOP participants in

More information

Widget Library September 2016

Widget Library September 2016 Widget Library September 2016 Widget Library The new Velcify Pulse Widget Library is a highly extensible and flexible framewrk t make each f yur users mre prductive. Widget Library builds n existing functinality

More information

Working With Audacity

Working With Audacity Wrking With Audacity Audacity is a free, pen-surce audi editing prgram. The majr user interface elements are highlighted in the screensht f the prgram s main windw belw. The editing tls are used t edit

More information

Automatic imposition version 5

Automatic imposition version 5 Autmatic impsitin v.5 Page 1/9 Autmatic impsitin versin 5 Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A3, A4, A5 r US Letter page

More information

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems In: Prceedings f HCI Internatinal 2007 UFuRT: A Wrk-Centered Framewrk and Prcess fr Design and Evaluatin f Infrmatin Systems Jiajie Zhang 1, Keith A. Butler 2 1 University f Texas at Hustn, 7000 Fannin,

More information

IBM Cognos TM1 Web Tips and Techniques

IBM Cognos TM1 Web Tips and Techniques Tip r Technique IBM Cgns TM1 Web Tips and Prduct(s): IBM Cgns TM1 Area f Interest: Develpment IBM Cgns TM1 Web Tips and 2 Cpyright Cpyright 2008 Cgns ULC (frmerly Cgns Incrprated). Cgns ULC is an IBM Cmpany.

More information

What is the ratio between the sides (leg:leg:hypotenuse)? What do all the triangles have in common (angle measures)?

What is the ratio between the sides (leg:leg:hypotenuse)? What do all the triangles have in common (angle measures)? Accelerated Precalculus Name Right Triangle Trig Basics August 23, 2018 Recall Special Right Triangles Use the Pythagrean Therem t slve fr the missing side(s). Leave final answers in simplest radical frm.

More information

Two-Dimensional Topology Structure between Vector Layers in GIS

Two-Dimensional Topology Structure between Vector Layers in GIS 2011, Scienceline Publicatin Jurnal f Civil Engineering and Urbanism Vlume 1, Issue 1: 10-14 (2011) ISSN-2252-0430 Tw-Dimensinal Structure between Vectr Layers in GIS Davd Parvinnezhad Hkmabadi* 1, Ali

More information

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide Quick Start Guide This guide will explain the prcess f installing & using the DemPad Designer sftware fr PC, which allws yu t create a custmised Graphical User Interface (GUI) fr an iphne / ipad & embed

More information

Computer Organization and Architecture

Computer Organization and Architecture Campus de Gualtar 4710-057 Braga UNIVERSIDADE DO MINHO ESCOLA DE ENGENHARIA Departament de Infrmática Cmputer Organizatin and Architecture 5th Editin, 2000 by William Stallings Table f Cntents I. OVERVIEW.

More information