Video Topics Hard to separate video processing techniques from image processing Image and video processing for video authoring Image and video applications.

Slides:



Advertisements
Similar presentations
Multimedia Synchronization Brian P. Bailey Spring 2006.
Advertisements

Kien A. Hua Division of Computer Science University of Central Florida.
Principles of Web Design 5 th Edition Chapter Nine Site Navigation.
Digital Storytelling Photo Story 3 from Microsoft and Movie Maker.
Understand the Macromedia Flash environment Open a document and play a movie Create and save a movie Work with layers and the timeline Plan a Web site.
Multimedia Interfaces What is a multimedia interface – Most anything where users do not just interact with text – E.g., audio, speech, images, faces, video,
SMART Table 442i Collaborative Learning Center Training & Content Development Sherri Desseau
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Foreground Modeling The Shape of Things that Came Nathan Jacobs Advisor: Robert Pless Computer Science Washington University in St. Louis.
Human-Computer Interaction Human-Computer Interaction Segmentation Hanyang University Jong-Il Park.
Hypervideo Expression: Experiences with Hyper-Hitchcock Frank Shipman, Texas A&M University Andreas Girgensohn & Lynn Wilcox, FX Palo Alto Laboratory.
Chapter 11 Beyond Bag of Words. Question Answering n Providing answers instead of ranked lists of documents n Older QA systems generated answers n Current.
Hyper-Hitchcock: Authoring Interactive Videos and Generating Interactive Summaries Frank Shipman Texas A&M University Andreas Girgensohn Lynn Wilcox FX.
Combining Spatial and Navigational Hypermedia in the Hyper-Hitchcock Hypervideo Editor Frank Shipman, Andreas Girgensohn, Lynn Wilcox FX Palo Alto Laboratory.
Supervised by Prof. LYU, Rung Tsong Michael Department of Computer Science & Engineering The Chinese University of Hong Kong Prepared by: Chan Pik Wah,
Optimization via Search CPSC 315 – Programming Studio Spring 2009 Project 2, Lecture 4 Adapted from slides of Yoonsuck Choe.
Designing Software for Personal Music Management and Access Frank Shipman & Konstantinos Meintanis Department of Computer Science Texas A&M University.
Adaptive Hypermedia on the Web: Methods, Technology and Applications Paul De Bra Eindhoven University of Technology Eindhoven, The Netherlands Centrum.
LYU 0102 : XML for Interoperable Digital Video Library Recent years, rapid increase in the usage of multimedia information, Recent years, rapid increase.
Highlights Lecture on the image part (10) Automatic Perception 16
Macromedia Flash MX 2004 – Design Professional Macromedia Flash MX GETTING STARTED WITH.
Projects in the Intelligent User Interfaces Group Frank Shipman Associate Director, Center for the Study of Digital Libraries.
Information Retrieval in Practice
Expression Web 2 Concepts and Techniques Expression Web Design Feature Web Design Basics.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. M I C R O S O F T ® Animating and Using Multimedia Effects Lesson 10.
Using Multimedia on the Web
4.5 Multimedia Production. Learning Outcome 1. Design the structure and user interface for a multimedia project. 2. Produce a successful multimedia project.
Chapter 11-Multimedia Authoring Tools. Overview Introduction to multimedia authoring tools. Types of authoring tools. Cross-platform authoring notes.
Prakash Chockalingam Clemson University Non-Rigid Multi-Modal Object Tracking Using Gaussian Mixture Models Committee Members Dr Stan Birchfield (chair)
Advanced Level Course. Site Extras Site Extras consist of four categories: Stationeries Site Trash Designs Components.
Today’s Topics Image and video processing Image and video applications.
Dm 11 – Intro. To Flash Macromedia Flash MX GETTING STARTED WITH.
VoiceThread:. With VoiceThread, group conversations are collected and shared in one place from anywhere in the world. All with no software to install.
Publishing a Macromedia Flash Movie – Lesson 131 Publishing a Macromedia Flash Movie Lesson 13.
S EGMENTATION FOR H ANDWRITTEN D OCUMENTS Omar Alaql Fab. 20, 2014.
CHAPTER TEN AUTHORING.
Hyper-Hitchcock F. Shipman, A. Girgensohn, and L. Wilcox, "Hyper-Hitchcock: Towards the Easy Authoring of Interactive Video", Proceedings of INTERACT 2003,
Week 11 Creating Framed Layouts Objectives Understand the benefits and drawbacks of frames Understand and use frame syntax Customize frame characteristics.
Chapter 8 HTML Frames. 2 Principles of Web Design Chapter 8 Objectives Understand the benefits and drawbacks of frames Understand and use frames syntax.
1 Artificial Intelligence: Vision Stages of analysis Low level vision Surfaces and distance Object Matching.
I. Getting Started with the Interface Microsoft ® Windows ® Movie Maker.
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
IMovie 10 Overview. Importing Files from a Video Camera into iMovie 1.Plug the camera into a wall outlet using the power supply. (Some cameras will not.
Ulead Video Studio is an easy to use video editing software that allows even the novice of movie makers to produce a professional project complete with.
Google Analytics Workshop
MULTIMEDIA DATA MODELS AND AUTHORING
Machine Vision ENT 273 Hema C.R. Binary Image Processing Lecture 3.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Video Topics Hard to separate video processing techniques from image processing – Image and video processing for video authoring – Image and video applications.
Recorded Video Lots of video is recorded – Way too much for human attention What processing and interfaces make this video more valuable? Recorded video.
Microsoft® PowerPoint  Entrance. Controls how an object first appears on a slide.  Emphasis. Draws attention to an object that is already.
ICT Dept Coopers year 10 DLD Day – Video News Production.
Objective % Select and utilize tools for digital video production.
Adobe Premiere interface overview
Visualizing User Activity History
Interact 2: Options for organising and presenting content
Layers in Adobe After Effect
Visual Information Retrieval
Building a User Interface with Forms
What is Video Editing? Video editing is the process of manipulating and rearranging video shots to create a new work. Editing is usually considered to.
Chapter Lessons Understand the Macromedia Flash workspace
Tutorial 4: Enhancing a Workbook with Charts and Graphs
CHAPTER 8 Multimedia Authoring Tools
Inserting Graphics, Media, and Objects
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Lesson 23 Understanding Multimedia.
VISUAL COMMUNICATION USING ADOBE PHOTOSHOP CREATIVE SUITE 5
Lesson 23 Understanding Multimedia.
Adobe Flash CS3 Revealed
Presentation transcript:

Video Topics Hard to separate video processing techniques from image processing Image and video processing for video authoring Image and video applications

Modeling Color Features Color histograms – how much of each color is in image Probability of a pixel in the image being a particular color Color correlograms – how close colors are to each other in image Probability of finding a pixel of a particular color at a specific distance from a pixel of a known color

Skintone Detection Lots of applications rely on locating people in images and video One technique used to aid in such location is to filter images based on skintone models

Image/Video Processing: Subdividing Region subdivision Sometimes we subdivide images into regions Spread observed features at edges for more continuous model Temporal subdivision Video is subdivided into segments Spread features into neighboring segments

Edge Detection

Face Detection

Foreground/Background Separation Background Modeling Convert to greyscale Dynamic model (to cope with changes in signer body position and lighting) BPt = .96 * BP(t-1) + .04 P Foreground object detection Pixels different from background model by more than a threshold are foreground pixels Spatial filter removes regions of foreground pixels smaller than a minimum threshold Face location to determine position of foreground relative to the face Videos without a single main face are not considered as potential SL videos

OpenCV: A Toolkit for Image Processing The good news is you do not have to implement the image processing primitives Can be used with a variety of programming languages

Composition: Edit Decision Lists

Example Applications MediaGlow HyperHitchcock Clustering and selecting images from collection HyperHitchcock Authoring and viewing interactive video

MediaGLOW: The Concept Task and Opportunity Many tasks involving photo sharing or publication involve grouping a candidate photos into categories and selecting from among these groups. There are many different reasons to group photos: based on event, location, subject matter, visual characteristics, etc. There is the potential for systems to observe earlier user activity and expression to aid their later activity.

MediaGLOW: Interpreting User Action Evolving Notion of Similarity via User Expression Photos presented in a graph-based workspace with “springs” between each pair of photos. Lengths of springs is initially based on a default distance metric based on their time, location, tags, or visual features. Users can pin photos in place and create piles of photos. Distance metric to piles change as new members are added, resulting in the dynamic layout of unpinned photos in the workspace.

MediaGLOW: Multi-faceted Visualization of Photo Collections System Expression through Neighborhoods Piles have neighborhood for photos that are similar to the pile based on the pile’s unique distance metric. Photos in a neighborhood are only connected to other photos in the neighborhood, enabling piles to be moved independent of each other. Lingering over a pile visualizes how similar other piles are to that pile, indicating system ambiguity in categories.

MediaGLOW 2.0

HyperHitchcock: Interactive Video Issue Vision: Seamlessly interact with characters in the show Reality: Difficult to author even simple interactive videos Today, video is included within pages of content but links between playing videos are not common.

Uses of Hypervideo Hypervideo well-suited for training video Overview of topic with links to more detail Viewers can choose video content based on their prior knowledge and current task Home video is more enjoyable if viewers can select content Only a small portion of the video is really “usable” Difficult to watch long home videos Customize viewing experience for different viewers More detail on sports events for some family members, more scenes with children for others

Support for Hypervideo Authoring Links in video can lead to other video segments Short main video with branches providing additional detail Hyperlinks to related content just like links in Web pages Making of a scene in a movie, biography of an actor, different camera angle General hypervideo difficult to author Our focus: hypervideo format with only a single active link Novel approach: Use automatic video analysis, create an easy-to-use interface, and support simple hypervideo format

Detail-on-demand Hypervideo General hypervideo Links from objects in video to other video Requires object tracking Requires interface for indicating and selecting from multiple links Detail-on-demand video Single link from any video segment No anchor regions to simplify viewing and authoring https://www.youtube.com/watch?v=LaXZuLA-68g

Hierarchical Video with Links Video sequences are represented as a containment hierarchy of video elements Elements are video clips or composites grouping other video elements Elements are played in sequence Each element can be link anchor or link destination Anchor for innermost element is available while element is playing After link destination video is played, play-back continues at the link anchor

Detail-on-demand Links Any video clip or composite can be link anchor or link destination Optional link offsets into destination Links have labels Link return behaviors control the purpose of the link Play from where the viewer left the video Play from the end of the source anchor sequence Play from beginning of the source anchor sequence Stop playback Different behaviors for destination completion or aborted playback

Hyper-Hitchcock Editor & Player Goals Hyper-Hitchcock editor designed to Reduce cost of producing interactive video Make resulting video useful to wider audience Simple video player to simulate DVD viewing experience

Hyper-Hitchcock Editor Hyper-Hitchcock evolved from Hitchcock video editor Video clips grouped in piles by similarity (e.g., recording time) Workspace to arrange clips Resize keyframes to trim clips Clips ordered as horizontal or vertical lists Place links between clips Group clips into composites Tree view to visualize containment hierarchy of composites

Determining Suitable Video Clips Unsuitability score Single score for video features such as camera motion and brightness Estimate camera pan by shifting frames against each other Require minimum brightness Determine clip boundaries Select clips that fall in “valleys” between unsuitability peaks Look for areas completely above unsuitability threshold Peak is clip boundary candidate Enforce the minimum length requirement Trimming clips Select portion of clip with minimal area under the curve Expand the area for longer requested clips

Selected Clip Portions

Trimming Clips in the Workspace Best five seconds of clip selected by default Resizing keyframe changes length of clip Picks the best portion around initial five-second portion Start and end can jump to sentence boundary silence Clip start and/or end can be locked in timeline Locked ends can be dragged Audio energy visualized in timeline to spot words and sentences

Visualizing Video Composites Video clips to be grouped into a composite (keyframe area proportional to clip length) cross (area error minimized) sliding dividers (area proportional to clip length) Composite visualizations

Attaching Links to Clips and Composites Link anchors and destinations can be clips, composites, or elements inside composites Color-coding and position indicates link attachment in workspace Links in and out of composite Blue: attached to composite Red: attached to element Dashed: between composite and element

Hypervideo Player Video player with controls for following and returning from links Several improvements based on user feedback First version indicated links in timeline and showed the label for the active link Next version showed labels in timeline Current version includes keyframes for active link and for link history User study suggests further improvements

Navigation Aids in Hypervideo Player Keyframe list for navigation history Shows followed links with more remote navigation indicated by size of keyframe Label of followed link as video caption Link indicator in timeline (in blue) Link labels and keyframes in timeline Keyframe grows, label completes, and link recolored when active

Impressions from Users Pilot editing study with two participants Subjects own video report on a trip to Japan family outing to mountain bike race Few problems but link return behavior was confusing for one participant Study of hypervideo player (6 subjects) Plumbing training video re-authored as hypervideo All participants were able to find answers quickly in the hypervideo (9 - 20 minutes in 60-minute video) Navigation through video can be confusing. As player was altered to better support navigation, playback becomes less like video.

Generating Hypervideo Summaries Locating content in video is time consuming. Much effort into generating “good” video summaries. But what is good for one task is not good for another. Generate hypervideo summaries that allow users to determine the level of detail viewed.

Process for Generating Summaries Determine number of summary levels Based on length of source video Select clips to include in each summary level Clips found by subdividing takes by camera motion Select clips via clip distribution, take distribution, or best-first algorithms Add links between summary levels Group clips by takes Links between clips from the same take using simple take-to-take or take-to-take with offsets algorithms

Clip Distribution Selection Selecting n clips out of m candidate clips Evenly distribute in among candidate clips Selects more clips from takes with many recognized clips. Good when take includes more than one topic/activity. Bad when lots of clips are for a single topic/activity.

Take Distribution for Clip Selection Evenly distribute in time and takes Divide video duration into n time segments Select clip nearest center of segment in take not already represented. Bad when take includes more than one topic/activity. Good when lots of clips are for a single topic/activity.

Best-first Clip Selection Assumes human or automated ordering of value of clips Simply selects n best clips Good in cases of edited video – not currently applicable for unedited video. Best can be introductory material Best can be highlights of material

Links in Video Summary All clips from a take are grouped into composite Single clip from take or take composite is used as link anchor and destination Simple take-to-take algorithm Links take composite to take composite Best when single activity divided into multiple clips. Take-to-take with offsets algorithm Each clip from take links to take composite in next level with offset to temporally closest clip. Best when clips portray multiple activities in take. Complete takes for entire video

Automatically Generated Summary Time 0:33 3:35 14:44 60:42 A four-level hypervideo summary of a one-hour source video. Lower levels provide more detail.

Hypervideo in Practice

Experience with Use Nine hypervideos each authored by 1-2 students in a Computers and New Media class Recorded up to 1 hour using a DV camera then authored hypervideo in HH Students had about 1 week for authoring activity.

Riding Down University Drive Most directly maps geographic structure Links are choices to stop in at sites along road.

“In Danger” Buildings Visits to buildings identified for demolition on TAMU campus. Links are to seeing interior and details.

Perspectives on Bridges Shows bridges between College Station and Austin. Presents different perspectives (roadway, construction, wildlife) in order. Links are to seeing different perspective.

International Dance Festival Shows bits of performances International Dance Festival Shows bits of performances. Brief “how-to use hypervideo player” at start. Links are to seeing more and to next performance.

Game Walkthrough Shows what happens while playing game Game Walkthrough Shows what happens while playing game. Links represent choice points in game.

Music Hypervideo public-domain video, remixed audio

Home Hypervideo idiosyncratic structure

Roles of Links Detail Links Prerequisite Links Related Information Links Alternate View Links Action Choice Links

Conclusions Detail-on-demand video well-suited for training and home video Simple interaction style appropriate for DVD-player interfaces Enables wide range of authors due to emphasis on ease of learning and use over richness of interaction Hypervideo summaries Remove need for single context-free video summary Multiple clip selection and link generation algorithms Act as starting point for human-authored summary Hyper-Hitchcock used to author documentary, how-to, music, and home hypervideos Links in hypervideos used for: details, prerequisites, alternate views, action choices, and related information

Today’s Topics Image and video processing Image and video applications Color-oriented and skintone representations Region and temporal segmentation Edge and face detection Foreground-background separation Image and video applications MediaGlow – image selection HyperHitchcock – interactive video