04/11/13 Collections of Sets Discrete Structures (CS 173) Derek Hoiem, University of Illinois 1.

Slides:



Advertisements
Similar presentations
22C:19 Discrete Math Sets and Functions Fall 2011 Sukumar Ghosh.
Advertisements

Real Numbers Review #1. The numbers 4, 5, and 6 are called elements. S = {4, 5, 6} When we want to treat a collection of similar but distinct objects.
Regions Finite Partitioning of State Space x y An equivalence class (i.e. a region) in fact there is only a finite number of regions!!
04/23/13 Countability Discrete Structures (CS 173) Derek Hoiem, University of Illinois 1.
CS 551 / CS 645 Antialiasing. What is a pixel? A pixel is not… –A box –A disk –A teeny tiny little light A pixel is a point –It has no dimension –It occupies.
Engineering Statistics ECIV 2305 Section 2.3 The Expectation of a Random Variable.
Discrete Structures Chapter 5 Relations and Functions Nurul Amelina Nasharuddin Multimedia Department.
MA 102 Statistical Controversies Monday, April 1, 2002 Today: Randomness and probability Probability models and rules Reading (for Wednesday): Chapter.
Statistics Lecture 2. Last class began Chapter 1 (Section 1.1) Introduced main types of data: Quantitative and Qualitative (or Categorical) Discussed.
CS292 Computational Vision and Language Segmentation and Region Detection.
Vocabulary word (put this word on the back of the card.) THIS WILL BE THE DEFINITION – FILL IN THE BLANKS ON THE VOCABULARY CARDS PROVIDED.
Applications of Image Filters Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem 02/04/10.
National Center for Supercomputing Applications University of Illinois at Urbana-Champaign Image Features Kenton McHenry, Ph.D. Research Scientist.
P.1 Set Notation Intersections of Sets Unions of Sets Negative Properties and Algebraic Expressions Modeling Real Data with Algebraic Formulas Pg. 14 #
1 9/8/2015 MATH 224 – Discrete Mathematics Basic finite probability is given by the formula, where |E| is the number of events and |S| is the total number.
Data Processing Functions CSC508 Techniques in Signal/Data Processing.
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
1 9/23/2015 MATH 224 – Discrete Mathematics Basic finite probability is given by the formula, where |E| is the number of events and |S| is the total number.
Chapter 12 – Probability and Statistics 12.7 – The Normal Distribution.
04/30/13 Last class: summary, goggles, ices Discrete Structures (CS 173) Derek Hoiem, University of Illinois 1 Image: wordpress.com/2011/11/22/lig.
What is Statistics? Statistics is the science of collecting, analyzing, and drawing conclusions from data –Descriptive Statistics Organizing and summarizing.
Sets --- A set is a collection of objects. Sets are denoted by A, B, C, … --- The objects in the set are called the elements of the set. The elements are.
04/16/13 Combinations and State Diagrams Discrete Structures (CS 173) Derek Hoiem, University of Illinois 1.
04/09/13 Proof by Contradiction Discrete Structures (CS 173) Derek Hoiem, University of Illinois 1.
Discrete Random Variables. Numerical Outcomes Consider associating a numerical value with each sample point in a sample space. (1,1) (1,2) (1,3) (1,4)
A Simple Image Model Image: a 2-D light-intensity function f(x,y)
Random Variables (1) A random variable (also known as a stochastic variable), x, is a quantity such as strength, size, or weight, that depends upon a.
Sets 2/10/121. What is a Set? Informally, a collection of objects, determined by its members, treated as a single mathematical object Not a real definition:
CS 376b Introduction to Computer Vision 02 / 11 / 2008 Instructor: Michael Eckmann.
Random Variables. Numerical Outcomes Consider associating a numerical value with each sample point in a sample space. (1,1) (1,2) (1,3) (1,4) (1,5) (1,6)
Random Variables A random variable is a rule that assigns exactly one value to each point in a sample space for an experiment. A random variable can be.
Probability theory is the branch of mathematics concerned with analysis of random phenomena. (Encyclopedia Britannica) An experiment: is any action, process.
Basic probability Sep. 16, Introduction Our formal study of probability will base on Set theory Axiomatic approach (base for all our further studies.
Statistics and Probability Theory Lecture 12 Fasih ur Rehman.
Digital Image Processing Lecture 17: Segmentation: Canny Edge Detector & Hough Transform Prof. Charlene Tsai.
Computing Fundamentals 2 Lecture 7 Statistics, Random Variables, Expected Value. Lecturer: Patrick Browne
03/05/13 More Induction Discrete Structures (CS 173) Derek Hoiem, University of Illinois 1 Artist: Frank.
Detecting Image Features: Corner. Corners Given an image, denote the image gradient. C is symmetric with two positive eigenvalues. The eigenvalues give.
Basic Probability. Introduction Our formal study of probability will base on Set theory Axiomatic approach (base for all our further studies of probability)
11.10 NORMAL DISTRIBUTIONS SWBAT: USE A NORMAL DISTRIBUTION, IDENTIFY LEFT AND RIGHT SKEWS, AND APPLY STANDARD DEVIATIONS TO INTERPRET DATA FROM NORMAL.
Virtual University of Pakistan Lecture No. 16 Statistics and Probability Miss Saleha Naghmi Habibullah.
Set Builder Notation. If you recall, a set is a collection of objects which we write using brackets and name using a capital letter. Remember also that:
SF2714 Discrete Mathematics and Algebra 7.5 hp KTH, period 2, Fall 2009 Course coordinator: Jakob Jonsson –
Chapter 1: Exploring Data AP Statistics. Statistics Main Idea: The world would like to describe, discuss, etc. an entire “group,” i.e. all elements Problem:
APPENDIX A: A REVIEW OF SOME STATISTICAL CONCEPTS
Data Analysis.
Theme 7. Use of probability in psychological research
Fundamentals of Probability and Statistics
Proof by Contradiction
Common Core Math I Unit 6 One-Variable Statistics Introduction
Common Core Math I Unit 6 One-Variable Statistics Introduction
CS 2770: Computer Vision Linear Algebra and Matlab
CS 1674: Intro to Computer Vision Linear Algebra Review
Image filtering Hybrid Images, Oliva et al.,
Algebra 1 Section 1.1.
Common Core Math I Unit 6 One-Variable Statistics Introduction
Bayesian Classification
Image filtering
Image filtering
Created by _____ & _____
POPULATION (of “units”)
Statistics Definitions
CSE 321 Discrete Structures
Set – collection of objects
Random Variables A random variable is a rule that assigns exactly one value to each point in a sample space for an experiment. A random variable can be.
State Machines and Infinity
Sets, Unions, Intersections, and Complements
Midterm Statistics.
Presentation transcript:

04/11/13 Collections of Sets Discrete Structures (CS 173) Derek Hoiem, University of Illinois 1

Today’s class Collections of sets: basics Review of midterm 2

Midterm grade distribution min23 median81 mean78 max100 pctlgrade

Example: Image segmentation An image is divided into regions based on color or other appearance features Each region is a set of pixels The segmentation is a collection of regions, or a collection of sets of pixels 4

Sets of sets 5

6 Example: the powerset of the set of pixels is the set of all possible image regions (including discontinuous regions)

Functions on sets 7

8

Partitions 9

Partitions with Finite Sets 10 The segmentation is a partition of the image pixels: the regions do not overlap, are non-empty, and their union includes all pixels

Partitions with Infinite Sets 11 Example 2: Any elements of the set of real numbers that round to the same integer are in a set. The collection of these sets is a partition on the set of real numbers.

Partitions of continuous spaces 12 Represent any points that fall into each cell with an integer Treat all points within a cell as the same Represent points in cell with summary statistics, such as mean Simplifies matching and function fitting

Partition of continuous space (R 2 ) 13 Source: Population density by state Population distribution over area approximated by population within each state or county Population density by county

Things that are not partitions 14

Some nit-picky things to remember 15

Review of midterm 16

Next week Combinations and counting – Dice rolls and poker hands Finite state machines 17