CS 1699: Intro to Computer Vision. Introduction. Prof. Adriana Kovashka University of Pittsburgh September 1, 2015

Size: px
Start display at page:

Download "CS 1699: Intro to Computer Vision. Introduction. Prof. Adriana Kovashka University of Pittsburgh September 1, 2015"

Transcription

1 CS 1699: Intro to Computer Vision Introduction Prof. Adriana Kovashka University of Pittsburgh September 1, 2015

2 Course Info Course website: Instructor: Adriana Kovashka Please use "CS1699" at the beginning of your Subject Office: Sennott Square 5325 Office hours: Tuesday and Thursday, 4pm-5pm Grader: Nils Murrugarra-Llerena

3 Textbooks Computer Vision: Algorithms and Applications by Richard Szeliski Visual Object Recognition by Kristen Grauman and Bastian Leibe

4 Course Goals To learn about the basic computer vision tasks and approaches To get experience with some computer vision techniques To learn absolute basics of machine learning To think critically about vision approaches, and to see connections between works and potential for improvement

5 Plan for Today Introductions What is computer vision? Why do we care? What are the challenges? Course structure and policies Overview of topics

6 Introductions

7 Introductions What is your name? What is your department, major and year? What one thing outside of school are you passionate about? What do you hope to get out of this class? What do you plan to do when you graduate?

8 Computer Vision

9 What is computer vision? Done? "We see with our brains, not with our eyes (Oliver Sacks and others) Kristen Grauman (adapted)

10 What is Computer Vision? Automatic understanding of images and video Computing properties of the 3D world from visual data (measurement) Algorithms and representations to allow a machine to recognize objects, people, scenes, and activities (perception and interpretation) Algorithms to mine, search, and interact with visual data (search and organization) Kristen Grauman

11 Vision for measurement Real-time stereo Structure from motion Multi-view stereo for community photo collections NASA Mars Rover Pollefeys et al. Goesele et al. Kristen Grauman Slide credit: L. Lazebnik

12 Vision for perception, interpretation The Wicked Twister ride Lake Erie sky water Ferris wheel amusement park Cedar Point tree ride 12 E Objects Activities Scenes Locations Text / writing Faces Gestures Motions Emotions ride tree people waiting in line people sitting on ride Kristen Grauman deck tree bench tree carousel umbrellas pedestrians maxair

13 Visual search, organization Query Image or video archives Relevant content Kristen Grauman

14 Related disciplines Graphics Image processing Artificial intelligence Computer vision Algorithms Machine learning Cognitive science Kristen Grauman

15 Vision and graphics Images Vision Model Graphics Inverse problems: analysis and synthesis. Kristen Grauman

16 Why vision? As image sources multiply, so do applications Relieve humans of boring, easy tasks Human-computer interaction Perception for robotics / autonomous agents Organize and give access to visual content Kristen Grauman

17 Why vision? Images and video are everywhere! Personal photo albums Movies, news, sports Lana Lazebnik Surveillance and security Medical and scientific images

18 Faces and digital cameras Camera waits for everyone to smile to take a photo [Canon] Setting camera focus via face detection Kristen Grauman

19 Devi Parikh Face recognition

20 Linking to info with a mobile device Situated search Yeh et al., MIT kooaba MSR Lincoln Kristen Grauman

21 Exploring photo collections Snavely et al. Kristen Grauman

22 Special visual effects The Matrix What Dreams May Come Mocap for Pirates of the Carribean, Industrial Light and Magic Source: S. Seitz Kristen Grauman

23 Yong Jae Lee Interactive systems

24 Video-based interfaces Human joystick NewsBreaker Live Assistive technology systems Camera Mouse Boston College Kristen Grauman

25 Vision for medical & neuroimages fmri data Golland et al. Image guided surgery MIT AI Vision Group Kristen Grauman

26 Safety & security Navigation, driver safety Monitoring pool (Poseidon) Kristen Grauman Pedestrian detection MERL, Viola et al. Surveillance

27 Kristen Grauman Obstacles?

28 Kristen Grauman What the computer gets

29 Why is vision difficult? Ill-posed problem: real world much more complex than what we can measure in images 3D 2D Impossible to literally invert image formation process Kristen Grauman

30 Challenges: many nuisance parameters Illumination Object pose Clutter Occlusions Intra-class appearance Viewpoint Kristen Grauman

31 Challenges: intra-class variation slide credit: Fei-Fei, Fergus & Torralba

32 Challenges: importance of context slide credit: Fei-Fei, Fergus & Torralba

33 Challenges: complexity Thousands to millions of pixels in an image 3,000-30,000 human recognizable object categories 30+ degrees of freedom in the pose of articulated objects (humans) Billions of images indexed by Google Image Search 18 billion+ prints produced from digital camera images in million camera phones sold in 2005 About half of the cerebral cortex in primates is devoted to processing visual information [Felleman and van Essen 1991] Kristen Grauman

34 Challenges: Limited supervision Less More Kristen Grauman

35 Ok, clearly the vision problem is deep and challenging time to give up? Active research area with exciting progress! Kristen Grauman

36 Datasets today ImageNet: 22k categories, 14mil images Microsoft COCO: 70 categories, 300k images PASCAL: 20 categories, 12k images SUN: 5k categories, 130k images

37 Some Visual Recognition Problems

38 Recognition: What is this?

39 Recognition: What is this? building street balcony truck carriage horse table person person car

40 Detection: Where are the cars?

41 Activity: What is this person doing?

42 Scene: Is this an indoor scene?

43 Instance: Which city? Which building?

44 Joo et al., Visual Persuasion: Inferring Communicative Intents of Images, CVPR 2014 Visual Persuasion

45 Pirsiavash et al., Assessing the Quality of Actions, ECCV 2014 Evaluating Action Quality

46 Gatys et al., A Neural Algorithm of Artistic Style, ArXiv 2015 Transferring Art Style

47 Answering Visual Questions Antol et al., VQA: Visual Question Answering, ArXiv 2015

48 Course Structure and Policies

49 Course Components 50% homework (5 problem sets) 20% midterm exam 20% final exam 10% in-class participation

50 Course Schedule

51 Homework Submission We will use CourseWeb Navigate to the CourseWeb page for CS1699, click on "Assignments" and the corresponding HW # Attach a zip file with your written responses and code Name the file as YourFirstName_YourLastName.zip or YourFirstName_YourLastName.tar Homework is due at 11:59pm on the due Grades will appear on CourseWeb

52 Exams One mid-term and one final exam The final exam will focus on the latter half of the course Exams will be preceded by review sessions (if our schedule allows it) Exam is tentatively scheduled for Monday, December 12pm

53 Participation 10% of grade will be based on attendance and participation Two free absences; let me know and explain beyond that Answer questions asked by instructor and others Ask meaningful questions Bring in relevant articles about recent developments in computer vision Feedback is welcome!

54 Late Policy You get 3 "free" late days, i.e., you can submit homework a total of 3 days late. For example, you can submit one problem set 12 hours late, and another 60 hours late. Once you've used up your free late days, you will incur a penalty of 25% from the total project credit possible for each late day. A late day is anything from 1 minute to 24 hours.

55 Collaboration Policy You will work individually. The work you turn in must be your own work. You can discuss the problem sets with your classmates, but do not look at their code. You cannot use posted solutions, search for code on the internet or use Matlab's implementations of something you are asked to write. When in doubt, ask the instructor! Plagiarism will cause you to fail the class and receive disciplinary penalty.

56 Disabilities If you have a disability for which you are or may be requesting an accommodation, you are encouraged to contact both your instructor and Disability Resources and Services (DRS), 140 William Pitt Union, (412) , drsrecep@pitt.edu, (412) for P3 ASL users, as early as possible in the term. DRS will verify your disability and determine reasonable accommodations for this course.

57 Medical Conditions If you have a medical condition which will prevent you from doing a certain assignment or coming to class, you must inform the instructor of this before the deadline. You must then submit documentation of your condition within a week of the assignment deadline.

58 Questions?

59 Overview of Topics

60 Features and filters Transforming and describing images; textures, colors, edges Kristen Grauman

61 Features and filters Detecting repeatable features Describing images with local statistics

62 Indexing and search Matching features and regions across images Kristen Grauman

63 Grouping and fitting Clustering, segmentation, fitting; what parts belong together? Kristen Grauman [fig from Shi et al]

64 How does light in 3d world project to form 2d images? Image formation Kristen Grauman

65 Multiple views Multi-view geometry, matching, invariant features, stereo vision Lowe Hartley and Zisserman Fei-Fei Li Kristen Grauman

66 Visual recognition Recognizing objects and categories, learning techniques Kristen Grauman

67 Object detection Detecting novel instances of objects Classifying regions as one of several categories

68 Attribute-based search Describing the high-level properties of objects Searching for objects with relative attributes

69 Crowdsourcing annotations Using non-expert labelers to collect data Actively requesting labels

70 Deep learning AlexNet Google s Inceptionism

71 Motion and tracking Tracking objects, video analysis, low level motion, optical flow Tomas Izo Kristen Grauman

72 Pose and actions Automatically annotating a human s pose Recognizing actions in first-person video

73 Next Time Matlab tutorial HW1 out

CS 2770: Computer Vision. Introduction. Prof. Adriana Kovashka University of Pittsburgh January 5, 2017

CS 2770: Computer Vision. Introduction. Prof. Adriana Kovashka University of Pittsburgh January 5, 2017 CS 2770: Computer Vision Introduction Prof. Adriana Kovashka University of Pittsburgh January 5, 2017 About the Instructor Born 1985 in Sofia, Bulgaria Got BA in 2008 at Pomona College, CA (Computer Science

More information

ECS 189G: Intro to Computer Vision March 31 st, Yong Jae Lee Assistant Professor CS, UC Davis

ECS 189G: Intro to Computer Vision March 31 st, Yong Jae Lee Assistant Professor CS, UC Davis ECS 189G: Intro to Computer Vision March 31 st, 2015 Yong Jae Lee Assistant Professor CS, UC Davis Plan for today Topic overview Introductions Course overview: Logistics and requirements 2 What is Computer

More information

CS 1674: Intro to Computer Vision. Intro to Recognition. Prof. Adriana Kovashka University of Pittsburgh October 24, 2016

CS 1674: Intro to Computer Vision. Intro to Recognition. Prof. Adriana Kovashka University of Pittsburgh October 24, 2016 CS 1674: Intro to Computer Vision Intro to Recognition Prof. Adriana Kovashka University of Pittsburgh October 24, 2016 Plan for today Examples of visual recognition problems What should we recognize?

More information

Generic object recognition

Generic object recognition Generic object recognition May 19 th, 2015 Yong Jae Lee UC Davis Announcements PS3 out; due 6/3, 11:59 pm Sign attendance sheet (3 rd one) 2 Indexing local features 3 Kristen Grauman Visual words Map high-dimensional

More information

CS 1674: Intro to Computer Vision. Face Detection. Prof. Adriana Kovashka University of Pittsburgh November 7, 2016

CS 1674: Intro to Computer Vision. Face Detection. Prof. Adriana Kovashka University of Pittsburgh November 7, 2016 CS 1674: Intro to Computer Vision Face Detection Prof. Adriana Kovashka University of Pittsburgh November 7, 2016 Today Window-based generic object detection basic pipeline boosting classifiers face detection

More information

Indexing local features. Wed March 30 Prof. Kristen Grauman UT-Austin

Indexing local features. Wed March 30 Prof. Kristen Grauman UT-Austin Indexing local features Wed March 30 Prof. Kristen Grauman UT-Austin Matching local features Kristen Grauman Matching local features? Image 1 Image 2 To generate candidate matches, find patches that have

More information

Indexing local features and instance recognition

Indexing local features and instance recognition Indexing local features and instance recognition May 14 th, 2015 Yong Jae Lee UC Davis Announcements PS2 due Saturday 11:59 am 2 Approximating the Laplacian We can approximate the Laplacian with a difference

More information

BBM 413 Fundamentals of Image Processing Dec. 11, Erkut Erdem Dept. of Computer Engineering Hacettepe University. Segmentation Part 1

BBM 413 Fundamentals of Image Processing Dec. 11, Erkut Erdem Dept. of Computer Engineering Hacettepe University. Segmentation Part 1 BBM 413 Fundamentals of Image Processing Dec. 11, 2012 Erkut Erdem Dept. of Computer Engineering Hacettepe University Segmentation Part 1 Image segmentation Goal: identify groups of pixels that go together

More information

CPSC 425: Computer Vision

CPSC 425: Computer Vision 1 / 41 CPSC 425: Computer Vision Instructor: Fred Tung ftung@cs.ubc.ca Department of Computer Science University of British Columbia Lecture Notes 2015/2016 Term 2 2 / 41 Welcome to CPSC 425 Who has heard

More information

Digital Signal Processing

Digital Signal Processing COMP ENG 4TL4: Digital Signal Processing Notes for Lecture #1 Friday, September 5, 2003 Dr. Ian C. Bruce Room CRL-229, Ext. 26984 ibruce@mail.ece.mcmaster.ca Office Hours: TBA Instructor: Teaching Assistants:

More information

ENG 221 Children s Literature Winter 2018 Tentative syllabus

ENG 221 Children s Literature Winter 2018 Tentative syllabus ENG 221 Children s Literature Winter 2018 Tentative syllabus Instructor: Jane Walker Phone: 541-9178-4873 Office: North Santiam Hall 202 Email: walkerja@linnbenton.edu Office hours: 1:00-2:00 on MW, 12-1

More information

Summarizing Long First-Person Videos

Summarizing Long First-Person Videos CVPR 2016 Workshop: Moving Cameras Meet Video Surveillance: From Body-Borne Cameras to Drones Summarizing Long First-Person Videos Kristen Grauman Department of Computer Science University of Texas at

More information

Concept of ELFi Educational program. Android + LEGO

Concept of ELFi Educational program. Android + LEGO Concept of ELFi Educational program. Android + LEGO ELFi Robotics 2015 Authors: Oleksiy Drobnych, PhD, Java Coach, Assistant Professor at Uzhhorod National University, CTO at ELFi Robotics Mark Drobnych,

More information

Music World Music - the art of listening -

Music World Music - the art of listening - Music 109 - World Music - the art of listening - COURSE INFORMATION PACKET Professor James J. Romeo C-214 / 388-2217 jjromeo.com jromeo@sdccd.edu San Diego Mesa College Welcome to Music 109 (World Music)

More information

Instance Recognition. Jia-Bin Huang Virginia Tech ECE 6554 Advanced Computer Vision

Instance Recognition. Jia-Bin Huang Virginia Tech ECE 6554 Advanced Computer Vision Instance Recognition Jia-Bin Huang Virginia Tech ECE 6554 Advanced Computer Vision Administrative stuffs Paper review submitted? Topic presentation Experiment presentation For / Against discussion lead

More information

MATLAB & Image Processing (Summer Training Program) 4 Weeks/ 30 Days

MATLAB & Image Processing (Summer Training Program) 4 Weeks/ 30 Days (Summer Training Program) 4 Weeks/ 30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com Website: www.robospecies.com

More information

Orchestration Syllabus MUCP 4320 and MUCP 5320

Orchestration Syllabus MUCP 4320 and MUCP 5320 Orchestration Syllabus MUCP 4320 and MUCP 5320 Instructor: Dr. Kirsten Broberg kirsten.broberg@unt.edu (940) 369-7040 Office hours: Mondays 10-11AM and Thursdays 2-3PM Basic Information: Time and place

More information

FOIL it! Find One mismatch between Image and Language caption

FOIL it! Find One mismatch between Image and Language caption FOIL it! Find One mismatch between Image and Language caption ACL, Vancouver, 31st July, 2017 Ravi Shekhar, Sandro Pezzelle, Yauhen Klimovich, Aurelie Herbelot, Moin Nabi, Enver Sangineto, Raffaella Bernardi

More information

The Bias-Variance Tradeoff

The Bias-Variance Tradeoff CS 2750: Machine Learning The Bias-Variance Tradeoff Prof. Adriana Kovashka University of Pittsburgh January 13, 2016 Plan for Today More Matlab Measuring performance The bias-variance trade-off Matlab

More information

MUSIC COMPOSITION UCF

MUSIC COMPOSITION UCF MUSIC COMPOSITION UCF Composition III Syllabus for Fall 2012 Tutor Christopher Marshall Phone: 321 274-4198 (home) 407 823-6139 (Monday, Tuesday) Email: composer@vaiaata.com Room: PAC M230 NB: Please see

More information

Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY

Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com

More information

General information. Objectives of the Course. Text and materials. Grades for the work in this course

General information. Objectives of the Course. Text and materials. Grades for the work in this course Introduction to Conducting (Music 113A) Spring 2016 (Mondays, Wednesdays, and Thursdays, 1:00-1:50pm Slosberg 227) Robert Duff, instructor (office: 781.736.3324; e-mail: rduff@brandeis.edu) General information

More information

MUSIC COMPOSITION. Composition VI Syllabus for Fall 2012

MUSIC COMPOSITION. Composition VI Syllabus for Fall 2012 MUSIC COMPOSITION UCF Composition VI Syllabus for Fall 2012 Tutor Christopher Marshall Phone: 321 274-4198 (home) 407 823-6139 (Monday, Tuesday) Email: composer@vaiaata.com Room: PAC M230 NB: Please see

More information

Music Understanding and the Future of Music

Music Understanding and the Future of Music Music Understanding and the Future of Music Roger B. Dannenberg Professor of Computer Science, Art, and Music Carnegie Mellon University Why Computers and Music? Music in every human society! Computers

More information

COURSE SYLLABUS Fall 2018

COURSE SYLLABUS Fall 2018 MUT 1121: Music Theory and Musicianship I Department of Music College of Arts and Humanities, University of Central Florida COURSE SYLLABUS Fall 2018 Lecture Instructor: Bob Thornton Lecture Meeting Times:

More information

MUS 210: SONGWRITING MICHIGAN STATE UNIVERSITY FALL 2014

MUS 210: SONGWRITING MICHIGAN STATE UNIVERSITY FALL 2014 MUS 210: SONGWRITING MICHIGAN STATE UNIVERSITY FALL 2014 MW, 6:00pm 7:50pm Music Practice Building 219 (Mondays) Music Building 145 (Wednesdays) Stuart Hill, instructor Music Practice Building 221 (office

More information

Welcome to MUCT 2210 Exploring Classical Music

Welcome to MUCT 2210 Exploring Classical Music Bowling Green State University Exploring Classical Music, MUCT 2210 Monday and Wednesday, 3:30-4:45 Room 1002, Moore Musical Arts Instructor: Dr. Mary Natvig, mnatvig@bgsu.edu Office Hours TBA (please

More information

"The mind is a fire to be kindled, not a vessel to be filled." Plutarch

The mind is a fire to be kindled, not a vessel to be filled. Plutarch "The mind is a fire to be kindled, not a vessel to be filled." Plutarch -21 Special Topics: Music Perception Winter, 2004 TTh 11:30 to 12:50 a.m., MAB 125 Dr. Scott D. Lipscomb, Associate Professor Office

More information

An Introduction to Deep Image Aesthetics

An Introduction to Deep Image Aesthetics Seminar in Laboratory of Visual Intelligence and Pattern Analysis (VIPA) An Introduction to Deep Image Aesthetics Yongcheng Jing College of Computer Science and Technology Zhejiang University Zhenchuan

More information

FIU School of Communication + Journalism DIG 4552 Advanced Multimedia Production Capstone (3 Credits) Tuesday/Thursday 4:15 6:15 p.m.

FIU School of Communication + Journalism DIG 4552 Advanced Multimedia Production Capstone (3 Credits) Tuesday/Thursday 4:15 6:15 p.m. FIU School of Communication + Journalism DIG 4552 Advanced Multimedia Production Capstone (3 Credits) Tuesday/Thursday 4:15 6:15 p.m. ACII 161 /242 Instructor: Jay Sandhouse Graduate Assistant: Amanda

More information

Lecture 5: Clustering and Segmentation Part 1

Lecture 5: Clustering and Segmentation Part 1 Lecture 5: Clustering and Segmentation Part 1 Professor Fei Fei Li Stanford Vision Lab 1 What we will learn today Segmentation and grouping Gestalt principles Segmentation as clustering K means Feature

More information

Homework 2 Key-finding algorithm

Homework 2 Key-finding algorithm Homework 2 Key-finding algorithm Li Su Research Center for IT Innovation, Academia, Taiwan lisu@citi.sinica.edu.tw (You don t need any solid understanding about the musical key before doing this homework,

More information

Exhibits. Open House. NHK STRL Open House Entrance. Smart Production. Open House 2018 Exhibits

Exhibits. Open House. NHK STRL Open House Entrance. Smart Production. Open House 2018 Exhibits 2018 Exhibits NHK STRL 2018 Exhibits Entrance E1 NHK STRL3-Year R&D Plan (FY 2018-2020) The NHK STRL 3-Year R&D Plan for creating new broadcasting technologies and services with goals for 2020, and beyond

More information

ELEC 310 Digital Signal Processing

ELEC 310 Digital Signal Processing ELEC 310 Digital Signal Processing Alexandra Branzan Albu 1 Instructor: Alexandra Branzan Albu email: aalbu@uvic.ca Course information Schedule: Tuesday, Wednesday, Friday 10:30-11:20 ECS 125 Office Hours:

More information

LSC 606 Cataloging and Classification Summer 2007

LSC 606 Cataloging and Classification Summer 2007 Catholic University of America, School of Library and Information Science LSC 606 Cataloging and Classification Summer 2007 Time: Tuesday 1:00-4:30 pm Make mistakes. Get messy. Take chances. Miss Frizzle

More information

Los Angeles Valley College MUS 200: INTRO TO MUSIC THEORY

Los Angeles Valley College MUS 200: INTRO TO MUSIC THEORY Los Angeles Valley College MUS 200: INTRO TO MUSIC THEORY FALL 2016 Tuesday/Thursday, 8:15am - 10:40am, M112 Timothy Herscovitch, professor E-mail and Phone: herscota@gmail.com / (818) 947-2346 (office)

More information

REQUIRED TEXTS AND VIDEOS

REQUIRED TEXTS AND VIDEOS Philosophy & Drama Skidmore College Prof. Silvia Carli Spring 2013 Email: scarli@skidmore.edu PH 230-001 Office: Ladd 214 W/F 10:10-11:30 am Tel: 580-5403 Tisch 205 Office hours: TU 2:00-3:30pm W 2:30-4:00pm

More information

HISTORY 3800 (The Historian s Craft), Spring :00 MWF, Haley 2196

HISTORY 3800 (The Historian s Craft), Spring :00 MWF, Haley 2196 HISTORY 3800 (The Historian s Craft), Spring 2008. 9:00 MWF, Haley 2196 Instructor: Dr. Kenneth Noe, 314 Thach. Telephone: 334.887.6626. E-mail: . Web address: www.auburn.edu/~noekenn.

More information

Written Progress Report. Automated High Beam System

Written Progress Report. Automated High Beam System Written Progress Report Automated High Beam System Linda Zhao Chief Executive Officer Sujin Lee Chief Finance Officer Victor Mateescu VP Research & Development Alex Huang VP Software Claire Liu VP Operation

More information

DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL 2015 MU2550 A2 MUSIC THEORY III MW 10:00-11:20AM, L228

DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL 2015 MU2550 A2 MUSIC THEORY III MW 10:00-11:20AM, L228 DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL 2015 MU2550 A2 MUSIC THEORY III MW 10:00-11:20AM, L228 INSTRUCTOR: Mathew Walton OFFICE: L117 PHONE: 780-539-2837 (email preferred) E-MAIL: mwalton@gprc.ab.ca

More information

CSE 166: Image Processing. Overview. Representing an image. What is an image? History. What is image processing? Today. Image Processing CSE 166

CSE 166: Image Processing. Overview. Representing an image. What is an image? History. What is image processing? Today. Image Processing CSE 166 CSE 166: Image Processing Overview Image Processing CSE 166 Today Course overview Logistics Some mathematics MATLAB Lectures will be boardwork and slides Take written notes or take pictures of the board

More information

AI FOR BETTER STORYTELLING IN LIVE FOOTBALL

AI FOR BETTER STORYTELLING IN LIVE FOOTBALL AI FOR BETTER STORYTELLING IN LIVE FOOTBALL N. Déal1 and J. Vounckx2 1 UEFA, Switzerland and 2 EVS, Belgium ABSTRACT Artificial Intelligence (AI) represents almost limitless possibilities for the future

More information

MUSI : Orchestration

MUSI : Orchestration University of Montana ScholarWorks Syllabi Course Syllabi 9-2013 MUSI 440.01: Orchestration Christopher H. Kirkpatrick University of Montana - Missoula, christopher1.kirkpatrick@umontana.edu Follow this

More information

Introduction to Mendeley

Introduction to Mendeley Introduction to Mendeley What is Mendeley? Mendeley is a reference manager allowing you to manage, read, share, annotate and cite your research papers......and an academic collaboration network with 3

More information

Slide 2 - Closed Captioning. Slide 1 - Citing Sources and Avoiding Plagiarism Citing Sources and avoiding plagiarism. (Graphic: Howler Logo)

Slide 2 - Closed Captioning. Slide 1 - Citing Sources and Avoiding Plagiarism Citing Sources and avoiding plagiarism. (Graphic: Howler Logo) Slide 1 - Citing Sources and Avoiding Plagiarism Citing Sources and avoiding plagiarism. (Graphic: Howler Logo) Slide 2 - Closed Captioning Slide 3 - Introduction slide Graphic: Madison College Libraries

More information

Queens College, Aaron Copland School of Music Rudiments of Music 1, fall 2010 Music 060, Section BM2WA or 1M2WA Room 363

Queens College, Aaron Copland School of Music Rudiments of Music 1, fall 2010 Music 060, Section BM2WA or 1M2WA Room 363 Queens College, Aaron Copland School of Music Rudiments of Music 1, fall 2010 Music 060, Section BM2WA or 1M2WA Room 363 Monday and Wednesday 11:15-12:05 pm or 1:40-2:30 pm Office hours: Monday and Wednesday,

More information

CS 7643: Deep Learning

CS 7643: Deep Learning CS 7643: Deep Learning Topics: Stride, padding Pooling layers Fully-connected layers as convolutions Backprop in conv layers Dhruv Batra Georgia Tech Invited Talks Sumit Chopra on CNNs for Pixel Labeling

More information

Syllabus Woodwind Studios: MUAP 3201/3202 Fall 2018

Syllabus Woodwind Studios: MUAP 3201/3202 Fall 2018 Syllabus Woodwind Studios: MUAP 3201/3202 Fall 2018 Dr. Timothy Bonenfant Dr. Constance Kelley Dr. Jeff Womack Professor Associate Professor Professor Carr EFA 217 Carr EFA 294 Carr EFA 216 486-6029 486-6032

More information

Syllabus Woodwind Studios: MUAP 1201/2201 Spring 2018

Syllabus Woodwind Studios: MUAP 1201/2201 Spring 2018 Syllabus Woodwind Studios: MUAP 1201/2201 Spring 2018 Dr. Timothy Bonenfant Dr. Constance Kelley Dr. Jeff Womack Professor Associate Professor Professor Carr EFA 217 Carr EFA 294 Carr EFA 216 486-6029

More information

Introduction to GRIP. The GRIP user interface consists of 4 parts:

Introduction to GRIP. The GRIP user interface consists of 4 parts: Introduction to GRIP GRIP is a tool for developing computer vision algorithms interactively rather than through trial and error coding. After developing your algorithm you may run GRIP in headless mode

More information

ENSC 105W: PROCESS, FORM, AND CONVENTION IN PROFESSIONAL GENRES

ENSC 105W: PROCESS, FORM, AND CONVENTION IN PROFESSIONAL GENRES ENSC 105W: PROCESS, FORM, AND CONVENTION IN PROFESSIONAL GENRES Library Research Workshop Alison Moore Applied Science Librarian ajm30@sfu.ca Getting started with library research TWO QUESTIONS: Where

More information

MUS Fall 2012 MWF 10 & 1, T TH 11 & 2 Online class

MUS Fall 2012 MWF 10 & 1, T TH 11 & 2 Online class The History of Rock- MUS 140 501 Fall 2012 Instructor: Herbert Midgley Phone: 468-1197 or leave a message at 468-4602 Office: 310 A Fine Arts Building Email : hmidgley@sfasu.edu Webpage: www.herbertmidgley.com

More information

ImageNet Auto-Annotation with Segmentation Propagation

ImageNet Auto-Annotation with Segmentation Propagation ImageNet Auto-Annotation with Segmentation Propagation Matthieu Guillaumin Daniel Küttel Vittorio Ferrari Bryan Anenberg & Michela Meister Outline Goal & Motivation System Overview Segmentation Transfer

More information

This project will work with two different areas in digital signal processing: Image Processing Sound Processing

This project will work with two different areas in digital signal processing: Image Processing Sound Processing Title of Project: Shape Controlled DJ Team members: Eric Biesbrock, Daniel Cheng, Jinkyu Lee, Irene Zhu I. Introduction and overview of project Our project aims to combine image and sound processing into

More information

DeepID: Deep Learning for Face Recognition. Department of Electronic Engineering,

DeepID: Deep Learning for Face Recognition. Department of Electronic Engineering, DeepID: Deep Learning for Face Recognition Xiaogang Wang Department of Electronic Engineering, The Chinese University i of Hong Kong Machine Learning with Big Data Machine learning with small data: overfitting,

More information

2. Problem formulation

2. Problem formulation Artificial Neural Networks in the Automatic License Plate Recognition. Ascencio López José Ignacio, Ramírez Martínez José María Facultad de Ciencias Universidad Autónoma de Baja California Km. 103 Carretera

More information

Music 4 - Exploring Music Fall 2015

Music 4 - Exploring Music Fall 2015 Music 4 - Exploring Music Fall 2015 Instructor: Required Texts: Aaron Garner E-mail: agarner@deltacollege.edu Phone: (209) 954-5214 Office Hours: M-W 11:00 12 PM and T-Th 1:00 2:30 PM Office Location:

More information

American Music (MUSI 1310) Spring, 2016 HCC Distance Education

American Music (MUSI 1310) Spring, 2016 HCC Distance Education American Music (MUSI 1310) 90100 Spring, 2016 HCC Distance Education An Investigation of the development and history of American Popular music from the 1840s to the present INSTRUCTOR: Dr. Aubrey Tucker

More information

Music Appreciation Course Syllabus Fall 2016

Music Appreciation Course Syllabus Fall 2016 Music Appreciation Course Syllabus Fall 2016 Instructor: Clark, R. Andrew (andrew.clark@tamut.edu) Course Number: MUSI 1306.001 Credits: 3 SCH Room Number: UC217 Meeting: TR 5:30PM-6:45PM Course Description:

More information

MUS 304 Introduction to Ethnomusicology Syllabus Fall 2010

MUS 304 Introduction to Ethnomusicology Syllabus Fall 2010 MUS 304 Introduction to Ethnomusicology Syllabus Fall 2010 Class Time: Tuesday, Thursday 10:05 11:30 Room: FA 170 Instructor: Dr. James Burns Office: FA 116 Office Hours: Mondays 1 3PM. Contact: Email:

More information

VAT 100 COURSE DESCRIPTION

VAT 100 COURSE DESCRIPTION VAT 100 COURSE DESCRIPTION VAT 100 Introduction to Video Technology 2crs. 1 hr., 1hr. lab This course explains how video technology works. It covers the fundamentals of contemporary media technology including

More information

RTV3305: Investigative Reporting Spring 2014 Tuesday, Period 4-6 (10:40am-1:40pm) Weimer Hall Room 3024 RTV3305.wordpress.com

RTV3305: Investigative Reporting Spring 2014 Tuesday, Period 4-6 (10:40am-1:40pm) Weimer Hall Room 3024 RTV3305.wordpress.com RTV3305: Investigative Reporting Spring 2014 Tuesday, Period 4-6 (10:40am-1:40pm) Weimer Hall Room 3024 RTV3305.wordpress.com I N S T R U C T O R Kevin Hull Office: Office Hours: E-Mail: Twitter: Webpage:

More information

DEPARTMENT OF GEOGRAPHY GEOG3811 POLITICAL GEOGRAPHY FALL 2016

DEPARTMENT OF GEOGRAPHY GEOG3811 POLITICAL GEOGRAPHY FALL 2016 DEPARTMENT OF GEOGRAPHY GEOG3811 POLITICAL GEOGRAPHY FALL 2016 CONTACT INFORMATION Instructor: Name W. R. Horne, PhD Email rhorne@lakeheadu.ca Office Location OA3008 Office Hours: make appointment after

More information

VBM683 Machine Learning

VBM683 Machine Learning VBM683 Machine Learning Pinar Duygulu Slides are adapted from Dhruv Batra, David Sontag, Aykut Erdem Quotes If you were a current computer science student what area would you start studying heavily? Answer:

More information

Syllabus Woodwind Studios: MUAP Fall 2018

Syllabus Woodwind Studios: MUAP Fall 2018 Syllabus Woodwind Studios: MUAP 1101-2101 Fall 2018 Dr. Timothy Bonenfant Dr. Constance Kelley Dr. Jeff Womack Professor Associate Professor Professor Carr EFA 217 Carr EFA 294 Carr EFA 216 486-6029 486-6032

More information

UCSC Summer Session MUSIC 11D Introduction to World Music. Class Times: TTH 1:00 4:30 pm Class Location: Music Center 138 (DARC 340 July10 21)

UCSC Summer Session MUSIC 11D Introduction to World Music. Class Times: TTH 1:00 4:30 pm Class Location: Music Center 138 (DARC 340 July10 21) UCSC Summer Session 2017 MUSIC 11D Introduction to World Music Class Times: TTH 1:00 4:30 pm Class Location: Music Center 138 (DARC 340 July10 21) Instructor: Jay M. Arms Office Location: TBD Office Hours:

More information

Introduction to Music Theory (HUMA 2104) Division of Humanities The Hong Kong University of Science and Technology Spring 2016

Introduction to Music Theory (HUMA 2104) Division of Humanities The Hong Kong University of Science and Technology Spring 2016 Introduction to Music Theory (HUMA 2104) Division of Humanities The Hong Kong University of Science and Technology Spring 2016 Instructor: Ilari Kaila Email: kaila@ust.hk Office hours: TBA and by appointment

More information

Turnitin Student Guide. Turnitin Student Guide Contents

Turnitin Student Guide. Turnitin Student Guide Contents Turnitin Student Guide Contents Introduction to the Turnitin Tool... 2 Reasons to Use the Turnitin Tool... 2 Checking Your Work with Turnitin... 3 Submitting a File... 3 Accessing the Originality Report...

More information

San José State University School of Music and Dance MUSC 147A, Beginning Conducting, Fall 2014

San José State University School of Music and Dance MUSC 147A, Beginning Conducting, Fall 2014 San José State University School of Music and Dance MUSC 147A, Beginning Conducting, Fall 2014 Contact Information Instructor: Dr. Jeffrey Benson Office Location: Music 262 Telephone: (408) 924-4645 Email:

More information

Syllabus Woodwind Studios: MUAP 1202/2202 Spring 2018

Syllabus Woodwind Studios: MUAP 1202/2202 Spring 2018 Syllabus Woodwind Studios: MUAP 1202/2202 Spring 2018 Dr. Timothy Bonenfant Dr. Constance Kelley Dr. Jeff Womack Associate Professor Associate Professor Associate Professor Carr EFA 217 Carr EFA 294 Carr

More information

Learning Outcomes After you have finished the course you should:

Learning Outcomes After you have finished the course you should: ARTH103 Global Art History Survey: From Pre-History to the 14 th Century Summer Session I 2019 3 Credits Monday-Friday 8.30-10.20am Professor Jonathan Shirland Contact Information: Jonathan.Shirland@bridgew.edu

More information

IJMIE Volume 2, Issue 3 ISSN:

IJMIE Volume 2, Issue 3 ISSN: Development of Virtual Experiment on Flip Flops Using virtual intelligent SoftLab Bhaskar Y. Kathane* Pradeep B. Dahikar** Abstract: The scope of this paper includes study and implementation of Flip-flops.

More information

Eastern Kentucky University Department of Music Syllabus for MUS , Musicianship I, CRN T/TH 11:00-11:50 1 Credit Hour Fall 2012

Eastern Kentucky University Department of Music Syllabus for MUS , Musicianship I, CRN T/TH 11:00-11:50 1 Credit Hour Fall 2012 Eastern Kentucky University Department of Music Syllabus for MUS 161-002, Musicianship I, CRN 14053 T/TH 11:00-11:50 1 Credit Hour Fall 2012 Professor: Dr. Richard Byrd Office: Foster Building 202 office

More information

Course Description: Required Texts:

Course Description: Required Texts: Social Evolution: Anthropology 204 Spring 2012 Amy S. Jacobson Ph.D. Monday/Wednesday 2:15-3:35 Room 138 Hickman Hall, Douglass Campus Office Hours: Wednesday 12:00 1:45 Office Location: Room 208E Biological

More information

Songwriting Workshop: Swedish Pop Music Spring 2018 Credits: 3 Location: Stockholm Major Discipline: Music Faculty Member: Maria Carlsson

Songwriting Workshop: Swedish Pop Music Spring 2018 Credits: 3 Location: Stockholm Major Discipline: Music Faculty Member: Maria Carlsson Songwriting Workshop: Swedish Pop Music Spring 2018 Credits: 3 Location: Stockholm Major Discipline: Music Faculty Member: Maria Carlsson Faculty Maria Carlsson, MA in Music, Royal College of Music, Stockholm,

More information

Functional Piano MUSI 1180 Monday, Wednesday Sessions FALL Course Number, Section Number, and Course Title: MUSI 1180 Functional Piano

Functional Piano MUSI 1180 Monday, Wednesday Sessions FALL Course Number, Section Number, and Course Title: MUSI 1180 Functional Piano Functional Piano MUSI 1180 Monday, Wednesday Sessions FALL 2018 Name: Carolyn Savko Office Number: Music 367F Office Telephone Number: 817-272-5132 Email Address: savko@uta.edu Office Hours: See Instructor

More information

Music 4 - Exploring Music Fall 2016

Music 4 - Exploring Music Fall 2016 Music 4 - Exploring Music Fall 2016 Instructor: Required Texts: Aaron Garner E-mail: agarner@deltacollege.edu Phone: (209) 954-5214 Office Hours: M/W 10:30 12:00 PM and T/Th 1:00 2:00 PM Office Location:

More information

david bard schwarz University of North Texas College of Music

david bard schwarz University of North Texas College of Music david bard schwarz University of North Texas College of Music Instructor: Dr. David Bard Schwarz Office: MU 104 E mail: david.schwarz@unt.edu MUTH 2500 001 Theory IV Spring 2018 MU 287 MW 08:00 to 08:50;

More information

Art of Listening (MUAR ) p. 1

Art of Listening (MUAR ) p. 1 Art of Listening MUAR 211, Section 001 McGill University Fall 2014 Class Meetings Monday & Wednesday: 4:35-5:55 p.m., Adams Auditorium Professor Dr. Jerry Cain New Music Building, room A622 Office Hours:

More information

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog.

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog. PPOG 0 Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase

More information

Michele Schreiber Department of Film and Media Studies Emory University Introduction to Film Through the Lens of Sustainability 6/17/11

Michele Schreiber Department of Film and Media Studies Emory University Introduction to Film Through the Lens of Sustainability 6/17/11 Michele Schreiber Department of Film and Media Studies Emory University Introduction to Film Through the Lens of Sustainability 6/17/11 In the Fall semester of 2010, I co-taught a graduate seminar with

More information

MVK 1111: Piano Skills 1 Course Syllabus Fall, 2018

MVK 1111: Piano Skills 1 Course Syllabus Fall, 2018 Text: Alfred s Group Piano for Adults Book 1 (Second Edition) Lancaster & Renfrow Room: MUB143 MVK 1111: Piano Skills 1 Course Syllabus Fall, 2018 Page 1 Coordinator: Dr. Jasmin Arakawa Email: jarakawa@arts.ufl.edu

More information

BASIC FILM PRODUCTION (CINEMA 24) City College of San Francisco

BASIC FILM PRODUCTION (CINEMA 24) City College of San Francisco BASIC FILM PRODUCTION (CINEMA 24) City College of San Francisco Fall 2016 Course Information Document Date/Semester 15 August 2016/Fall Semester Course Number and Title CINE 24, Sec 001 (CRN 72415): Basic

More information

Introduction to Cinema

Introduction to Cinema Introduction to Cinema Comm 274-002 Fall 2017 Dr. Leslie Abramson Tuesdays 7:00-10:00 p.m. Cuneo Hall, Room 109 Office Hours: After class or by appointment E-mail: labramson@luc.edu Course Objective In

More information

Functional Piano MUSI 1181 Mondays & Wednesdays FALL 2018

Functional Piano MUSI 1181 Mondays & Wednesdays FALL 2018 Functional Piano MUSI 1181 Mondays & Wednesdays FALL 2018 Name: Carolyn Savko Office Number: Music 367F Office Telephone Number: 817-272-5132 Email Address: savko@uta.edu Office Hours: See Instructor for

More information

Lab Assignment 2 Simulation and Image Processing

Lab Assignment 2 Simulation and Image Processing INF5410 Spring 2011 Lab Assignment 2 Simulation and Image Processing Lab goals Implementation of bus functional model to test bus peripherals. Implementation of a simple video overlay module Implementation

More information

MUT 4366 JAZZ ARRANGING 2

MUT 4366 JAZZ ARRANGING 2 MUT 4366 JAZZ ARRANGING 2 Fall 2018 Syllabus Course Meeting Time and Location: TBA. Class will meet a total of 3 hours a week and will be done in either 3 meetings or 2 meetings depending on the instructor

More information

Lecture 5: Clustering and Segmenta4on Part 1

Lecture 5: Clustering and Segmenta4on Part 1 Lecture 5: Clustering and Segmenta4on Part 1 Professor Fei- Fei Li Stanford Vision Lab Lecture 5 -! 1 What we will learn today Segmenta4on and grouping Gestalt principles Segmenta4on as clustering K- means

More information

UNIVERSITY OF SAN FRANCISCO PERFORMING ARTS DEPARTMENT MUSIC PROGRAM

UNIVERSITY OF SAN FRANCISCO PERFORMING ARTS DEPARTMENT MUSIC PROGRAM UNIVERSITY OF SAN FRANCISCO PERFORMING ARTS DEPARTMENT MUSIC PROGRAM MUS 390 SPECIAL TOPICS: JAZZ AND BLUES THEORY/COMPOSITION W: 1:00-3:20p in Lone Mountain 151 Web link: http://www.jkornfeld.net/mus_390.htm

More information

MUSI-6201 Computational Music Analysis

MUSI-6201 Computational Music Analysis MUSI-6201 Computational Music Analysis Part 9.1: Genre Classification alexander lerch November 4, 2015 temporal analysis overview text book Chapter 8: Musical Genre, Similarity, and Mood (pp. 151 155)

More information

REQUIRED TEXT: Griswold, H. Gene: Teaching Woodwinds. Upper Saddle River, NJ: Pearson, 2008

REQUIRED TEXT: Griswold, H. Gene: Teaching Woodwinds. Upper Saddle River, NJ: Pearson, 2008 Flute portion: Dr. Nora Lee Garcia Office: PACM121 Phone: (407)823-3696 Email: noraleegarcia@ucf.edu Office Hours: TBA Clarinet portion: Mr. Erik Cole Office: PACM122 TBA Erik.Cole@ucf.edu TBA REQUIRED

More information

The Cold War in Latin America

The Cold War in Latin America University of Mississippi Department of History History 470-1: Undergraduate Research Seminar The Cold War in Latin America Instructor: Oliver Dinius Office: Bishop Hall 304 Contact: dinius@olemiss.edu,

More information

CTPR Intermediate Cinematography 537 Syllabus Fall 2014 pg. 1. Office Hours: Tuesdays after class (by appointment) C

CTPR Intermediate Cinematography 537 Syllabus Fall 2014 pg. 1. Office Hours: Tuesdays after class (by appointment) C CTPR Intermediate Cinematography 537 Syllabus Fall 2014 pg. 1 Instructor: Jacek Laskus, ASC, PSC Office Hours: Tuesdays after class (by appointment) 323-6976830C j.laskus@att.net Student Assistant: Charles

More information

Syllabus: PHYS 1300 Introduction to Musical Acoustics Fall 20XX

Syllabus: PHYS 1300 Introduction to Musical Acoustics Fall 20XX Syllabus: PHYS 1300 Introduction to Musical Acoustics Fall 20XX Instructor: Professor Alex Weiss Office: 108 Science Hall (Physics Main Office) Hours: Immediately after class Box: 19059 Phone: 817-272-2266

More information

The Write Way: A Writer s Workshop

The Write Way: A Writer s Workshop The Write Way: A Writer s Workshop Linda Laskowski-Jones, MS, APRN, ACNS-BC, CEN, FAWM, FAAN Editor-in-Chief, Nursing: The Journal of Clinical Excellence Why Write? Share knowledge / information Professional

More information

Course Description. Course Objectives

Course Description. Course Objectives FIU School of Journalism & Mass Communication DIG 4552 Section B51 (#17154) Advanced Multimedia Production Capstone (3 Credits) Tu/Th 1:30 3:30 p.m. ACII 161 /242 (MMC) Instructor: Michael Scott Sheerin

More information

Music majors and minors should identify themselves as such at the start of the course.

Music majors and minors should identify themselves as such at the start of the course. Syllabus Course: Music Fundamentals, MUS 1050 Section: Venue: Days: Time: Room: Professor: Contact: Music Office (908) 737 4330 Email: Office Hours: Prerequisites: None. Music majors and minors should

More information

Carleton University Winter 2015 Department of English. ENGL 3202A: Chaucer

Carleton University Winter 2015 Department of English. ENGL 3202A: Chaucer Carleton University Winter 2015 Department of English ENGL 3202A: Chaucer Tuesdays and Thursdays, 8:35-9:55 AM Location: Please confirm location on Carleton Central Instructor: Dr. K. Quinn Email: Kelly_quinn@carleton.ca

More information

Outline. Why do we classify? Audio Classification

Outline. Why do we classify? Audio Classification Outline Introduction Music Information Retrieval Classification Process Steps Pitch Histograms Multiple Pitch Detection Algorithm Musical Genre Classification Implementation Future Work Why do we classify

More information

CHAPTER-9 DEVELOPMENT OF MODEL USING ANFIS

CHAPTER-9 DEVELOPMENT OF MODEL USING ANFIS CHAPTER-9 DEVELOPMENT OF MODEL USING ANFIS 9.1 Introduction The acronym ANFIS derives its name from adaptive neuro-fuzzy inference system. It is an adaptive network, a network of nodes and directional

More information