Genera&on of Image Descrip&ons. Tambet Ma&isen

Size: px
Start display at page:

Download "Genera&on of Image Descrip&ons. Tambet Ma&isen"

Transcription

1 Genera&on of Image Descrip&ons Tambet Ma&isen

2

3 Agenda Datasets Convolu&onal neural networks Neural language models Neural machine transla&on Genera&on of image descrip&ons AFen&on Metrics

4 A year ago Baidu/UCLA: Explain Images with Mul&modal Recurrent Neural Networks Toronto: Unifying Visual- Seman&c Embeddings with Mul&modal Neural Language Models Berkeley: Long- term Recurrent Convolu&onal Networks for Visual Recogni&on and Descrip&on Google: Show and Tell: A Neural Image Cap&on Generator Stanford: Deep Visual- Seman&c Alignments for Genera&ng Image Descrip&on UML/UT: Transla&ng Videos to Natural Language Using Deep Recurrent Neural Networks Microso=/CMU: Learning a Recurrent Visual Representa&on for Image Cap&on Genera&on Microso=: From Cap&ons to Visual Concepts and Back

5 images 5 descrip&ons for each 1. A woman with a bike walks by a blue bus with the bbc logo in the front of it. 2. A woman with a bike in front of a bus. 3. A girl walks her bicycle in front of a bus on a busy city street. 4. Young girl with bicycle in front of a public transporta&on bus and large group of people. 5. Woman with a bicycle wearing a helmet crossing the street in front of a blue bus.

6 Descrip&on vs Cap&on SBU 1M Cap&ons BBC News A woman with a bike walks by a blue bus with the bbc logo in the front of it. VS Me and Lisa had a blast in London last weekend.

7 Convolu&onal neural networks Learn layers of hierarchical features. Transfer learning: discard last classifica&on layer and use fixed network as a feature extractor. Image: NVidia

8 Transfer learning

9 Language Model Predict next word using previous words. THE CAT SAT ON A MAT??? Classical N- gram model Feed- forward neural network Recurrent neural network Long Short- Term Memory (LSTM)

10 Tri- gram Model ) ( ) ( ), ( = t t t t t t t t w w count w w w count w w w P MAT THE CAT ON A SAT Simple to implement. Huge memory needs in case of bigger vocabulary and bigger N.

11 Feed- forward Neural Network MAT H THE CAT SAT ON THE Straighaoward extension of N- gram, more powerful model. S&ll only fixed context is considered.

12 Neural Language Model Socmax output layer (probabili&es for word t) V nodes HxV weights Hidden layer H nodes DxH weights DxH weights D nodes Learned distributed representa&on of word t- 2 Learned distributed representa&on of word t- 1 D nodes VxD weights (shared) V nodes 1- of- V representa&on of word t of- V representa&on of word t- 1 V nodes Bengio et al. A Neural Probabilis&c Language Model (2003)

13 Recurrent Neural Network THE CAT SAT ON THE MAT H 1 H 2 H 3 H 4 H 5 H 6 <BOS> THE CAT SAT ON THE Retains theore&cally context of any length.

14 Long Short Term Memory Able to retain context longer than vanilla RNN. Image: Wikipedia

15 Neural Machine Transla&on KASS ISTUS MATIL <EOS> H 1 H 2 H 3 H 4 H 5 H 6 H 7 H 8 H 9 H 10 THE CAT SAT ON THE MAT <EOS> KASS ISTUS MATIL

16 Genera&ng Descrip&ons for Images THE CAT SAT ON THE MAT <EOS> H 1 H 2 H 3 H 4 H 5 H 6 H 7 THE CAT SAT ON THE MAT

17 Vinyals et al. Show and Tell: A Neural Image Cap&on Generator (2014)

18 Demos hfp://nic.droppages.com/ Results for 1000 images from each dataset. In addi&on, one ground truth sentence is shown. hfp://cs.stanford.edu/people/karpathy/ deepimagesent/rankingdemo/ For every test set sentence below we retrieve the top images (from set of 1000). hfp://deeplearning.cs.toronto.edu/i2t Internal Server Error hfps:// v=w2iv8gt5cd4&feature=youtu.be

19 AFen&on The concept of afen&on is the most interes&ng recent architectural innova&on in neural networks. Andrej Karpathy Two kinds of afen&on: Soc afen&on Hard afen&on

20 Soc AFen&on Probability distribu&on is laid over the image. This distribu&on depends on higher level features and is learned using backpropaga&on. Xu et al. Show, AFend and Tell: Neural Image Cap&on Genera&on with Visual AFen&on (2015)

21 Correct Examples Xu et al. Show, AFend and Tell: Neural Image Cap&on Genera&on with Visual AFen&on (2015)

22 Incorrect examples Xu et al. Show, AFend and Tell: Neural Image Cap&on Genera&on with Visual AFen&on (2015)

23 Hard AFen&on At each &mestemp network focuses only on part of the image. Implemented using reinforcement learning. Mnih et al. Recurrent Models of Visual AFen&on (2014)

24 Hard AFen&on Implementa&on In case of classifica&on, the ac&on is the class. Class of last glimpse is the output of the network. Mnih et al. Recurrent Models of Visual AFen&on (2014)

25 Soc vs Hard AFen&on Soc afen&on Simpler to implement. Doesn t scale to big images. Hard afen&on More complicated implementa&on. Scales to big images and beats convolu&onal networks. Xu et al. Show, AFend and Tell: Neural Image Cap&on Genera&on with Visual AFen&on (2015)

26 Metrics BLEU (Bilingual Evalua&on Understudy) METEOR (Metric for Evalua&on of Transla&on with Explicit ORdering) CIDEr (Consensus- based Image Descrip&on Evalua&on) ROUGE (Recall- Oriented Understudy for Gis&ng Evalua&on) TER (Transla&on Error Rate)

27 BLEU The closer a machine transla&on is to a professional human transla&on, the befer it is. N- gram overlap between machine transla&on output and reference transla&on. Compute precision for n- grams of size 1 to 4. Add brevity penalty (for too short transla&ons). BLEU 4 output length = min 1, reference length i= 1 precision i 1 4

28 Correla&ons with Human Judgement Spearman's rho CIDEr Meteor BLEU ROUGE- SU TER Desmon Elliot, hfps://github.com/elliofd/compareimagedescrip&onmeasures

29 Ideal World Desmon Elliot, hfps://github.com/elliofd/compareimagedescrip&onmeasures

30 BLEU4 Desmon Elliot, hfps://github.com/elliofd/compareimagedescrip&onmeasures

31 METEOR Desmon Elliot, hfps://github.com/elliofd/compareimagedescrip&onmeasures

32 Thank you! Tambet Ma&isen

IMAGE CAPTIONING USING PHRASE-BASED HIERARCHICAL LSTM MODEL

IMAGE CAPTIONING USING PHRASE-BASED HIERARCHICAL LSTM MODEL IMAGE CAPTIONING USING PHRASE-BASED HIERARCHICAL LSTM MODEL 1 Chee Seng Chan PhD SMIEEE 23 October 2017 Nvidia AI Conference, Singapore email: cs.chan@um.edu.my INTRODUCTION Aim: Automatic generate a full

More information

Recurrent neural network grammars. Slide credits: Chris Dyer, Adhiguna Kuncoro

Recurrent neural network grammars. Slide credits: Chris Dyer, Adhiguna Kuncoro Recurrent neural network grammars Slide credits: Chris Dyer, Adhiguna Kuncoro Widespread phenomenon: Polarity items can only appear in certain contexts Example: anybody is a polarity item that tends to

More information

Development of intelligent systems (RInS) Object recognition with Convolutional Neural Networks

Development of intelligent systems (RInS) Object recognition with Convolutional Neural Networks Development of intelligent systems (RInS) Object recognition with Convolutional Neural Networks Danijel Skočaj University of Ljubljana Faculty of Computer and Information Science Academic year: 2017/18

More information

Week 42: Siamese Network: Architecture and Applications in Visual Object Tracking. Yuanwei Wu

Week 42: Siamese Network: Architecture and Applications in Visual Object Tracking. Yuanwei Wu Week 42: Siamese Network: Architecture and Applications in Visual Object Tracking Yuanwei Wu 10-21-2016 1 Outline Siamese Architecture Siamese Applications in Computer Vision Paper review Visual Object

More information

Subdomain Entry Vocabulary Modules Evaluation

Subdomain Entry Vocabulary Modules Evaluation Subdomain Entry Vocabulary Modules Evaluation Technical Report Vivien Petras August 11, 2000 Abstract: Subdomain entry vocabulary modules represent a way to provide a more specialized retrieval vocabulary

More information

The Kaggle Competitions: An Introduction to CAMCOS Fall 2015

The Kaggle Competitions: An Introduction to CAMCOS Fall 2015 The Kaggle Competitions: An Introduction to CAMCOS Fall 15 Guangliang Chen Math/Stats Colloquium San Jose State University August 6, 15 Outline Introduction to Kaggle Description of projects Summary Guangliang

More information

Egg laying vs. Live Birth

Egg laying vs. Live Birth Egg laying vs. Live Birth Grade Level: This lesson is designed for a 4 th grade class. Science Concept: Animals have off springs in different ways; such as laying eggs, having a live young that can begin

More information

4--Why are Community Documents So Difficult to Read and Revise?

4--Why are Community Documents So Difficult to Read and Revise? 4--Why are Community Documents So Difficult to Read and Revise? Governing Documents are difficult to read because they cover a broad range of topics, have different priorities over time, and must be read

More information

Reasoning with Neural Networks

Reasoning with Neural Networks University of Toronto Faculty of Arts and Science Department of Computer Science Reasoning with Neural Networks Rodrigo Toro Icarte (rntoro@cs.toronto.edu) March 08, 2016 Motivation Could a crocodile run

More information

Moving towards formalisation COMP62342

Moving towards formalisation COMP62342 Moving towards formalisation COMP62342 Sean Bechhofer sean.bechhofer@manchester.ac.uk Uli Sattler uli.sattler@manchester.ac.uk (thanks to Bijan Parsia for slides) Previously... We started the Knowledge

More information

Sentences and pictures: not just more words and pictures

Sentences and pictures: not just more words and pictures Sentences and pictures: not just more words and pictures D.A. Forsyth, UIUC with Julia Hockenmaier, Derek Hoiem, Ian Endres, Ali Farhadi, Nicolas Loeff, Cyrus Rashtchian, Gang Wang all of UIUC with echoes

More information

Machine Learning.! A completely different way to have an. agent acquire the appropriate abilities to solve a particular goal is via machine learning.

Machine Learning.! A completely different way to have an. agent acquire the appropriate abilities to solve a particular goal is via machine learning. Machine Learning! A completely different way to have an agent acquire the appropriate abilities to solve a particular goal is via machine learning. Machine Learning! What is Machine Learning? " Programs

More information

Activity 9. Teachers notes. Learning objectives. Cross-curricular links. Resources. Extension. Activity

Activity 9. Teachers notes. Learning objectives. Cross-curricular links. Resources. Extension. Activity History Activity 9 Teachers notes This research activity will depend heavily on books and the Internet. Dogs then and now could simply refer to working dogs and the jobs they do, or perhaps older children

More information

[Boston March for Science 2017 photo Hendrik Strobelt]

[Boston March for Science 2017 photo Hendrik Strobelt] [Boston March for Science 2017 photo Hendrik Strobelt] [Boston March for Science 2017] [Boston March for Science 2017] [Boston March for Science 2017] Object Detectors Emerge in Deep Scene CNNs Bolei

More information

The City School. Learn Create Program

The City School. Learn Create Program Learn Create Program What is Scratch? Scratch is a free programmable toolkit that enables kids to create their own games, animated stories, and interactive art share their creations with one another over

More information

American Stories To Build a Fire by Jack London. Lesson Plan by Jill Robbins, Ph.D.

American Stories To Build a Fire by Jack London. Lesson Plan by Jill Robbins, Ph.D. American Stories To Build a Fire by Jack London Lesson Plan by Jill Robbins, Ph.D. Introduc5on This lesson plan is to accompany the American Stories series episode, To Build a Fire by Jack London. A transcript

More information

LEARNING OBJECTIVES. Watch and understand a video about a wildlife organization. Watch and listen

LEARNING OBJECTIVES. Watch and understand a video about a wildlife organization. Watch and listen Cambridge University Press LEARNING OBJECTIVES Watch and listen Watch and understand a video about a wildlife organization Listening skills Take notes Speaking skills Use signposting language; introduce

More information

Moving toward formalisation COMP62342

Moving toward formalisation COMP62342 Moving toward formalisation COMP62342 Sean Bechhofer sean.bechhofer@manchester.ac.uk Uli Sattler uli.sattler@manchester.ac.uk (thanks to Bijan Parsia for slides) Previously... We started the knowledge

More information

LABRADOR RETRIEVER: LABRADOR RETRIEVER TRAINING - COMPLETE LABRADOR PUPPY TRAINING GUIDE, OBEDIENCE, POTTY TRAINING, AND CARE TIPS (RETRIEV

LABRADOR RETRIEVER: LABRADOR RETRIEVER TRAINING - COMPLETE LABRADOR PUPPY TRAINING GUIDE, OBEDIENCE, POTTY TRAINING, AND CARE TIPS (RETRIEV LABRADOR RETRIEVER: LABRADOR RETRIEVER TRAINING - COMPLETE LABRADOR PUPPY TRAINING GUIDE, OBEDIENCE, POTTY TRAINING, AND CARE TIPS (RETRIEV DOWNLOAD EBOOK : LABRADOR RETRIEVER: LABRADOR RETRIEVER TRAINING

More information

Multiclass and Multi-label Classification

Multiclass and Multi-label Classification Multiclass and Multi-label Classification INFO-4604, Applied Machine Learning University of Colorado Boulder September 21, 2017 Prof. Michael Paul Today Beyond binary classification All classifiers we

More information

A SPATIAL ANALYSIS OF SEA TURTLE AND HUMAN INTERACTION IN KAHALU U BAY, HI. By Nathan D. Stewart

A SPATIAL ANALYSIS OF SEA TURTLE AND HUMAN INTERACTION IN KAHALU U BAY, HI. By Nathan D. Stewart A SPATIAL ANALYSIS OF SEA TURTLE AND HUMAN INTERACTION IN KAHALU U BAY, HI By Nathan D. Stewart USC/SSCI 586 Spring 2015 1. INTRODUCTION Currently, sea turtles are an endangered species. This project looks

More information

Effective Vaccine Management Initiative

Effective Vaccine Management Initiative Effective Vaccine Management Initiative Background Version v1.7 Sep.2010 Effective Vaccine Management Initiative EVM setting a standard for the vaccine supply chain Contents 1. Background...3 2. VMA and

More information

Hunting Zika Virus using Machine Learning

Hunting Zika Virus using Machine Learning Hunting Zika Virus using Machine Learning Subho Majumdar, IBM Social Good program In collaboration with Cary Institute of Ecosystem Studies 08/25/2016 #Data4Good The Zika problem Recently there is a Zika

More information

Predic'ng propaga'on of dengue with human mobility:

Predic'ng propaga'on of dengue with human mobility: Predic'ng propaga'on of dengue with human mobility: A Pakistan case study Danaja Maldeniya Planning mee'ng: Forecas'ng propaga'on of dengue/zika in Sri Lanka with Mobile Network Big Data 06 May 2016 This

More information

Free Supplemental Lesson Pack 3

Free Supplemental Lesson Pack 3 Free Supplemental Lesson Pack 3 Helpful advice These are Imagine That! and Visualizing and Verbalizing (V/V ) workbook stories that can be used with any program of instruction to develop imagery for language

More information

EVOLUTION IN ACTION: GRAPHING AND STATISTICS

EVOLUTION IN ACTION: GRAPHING AND STATISTICS EVOLUTION IN ACTION: GRAPHING AND STATISTICS INTRODUCTION Relatively few researchers have been able to witness evolutionary change in their lifetimes; among them are Peter and Rosemary Grant. The short

More information

A Comparison of Machine Translation Paradigms for Use in Black-Box Fuzzy-Match Repair

A Comparison of Machine Translation Paradigms for Use in Black-Box Fuzzy-Match Repair A Comparison of Machine Translation Paradigms for Use in Black-Box Fuzzy-Match Repair AMTA 2018, Boston, March 21st, 2018 Rebecca Knowles John E. Ortega Philipp Koehn Johns Hopkins University Universitat

More information

Lesson Objectives. Core Content Objectives. Language Arts Objectives

Lesson Objectives. Core Content Objectives. Language Arts Objectives Everywhere a Baa, Baa 5 Lesson Objectives Core Content Objectives Students will: Describe a farmer s and a shepherd s jobs Identify lambs and sheep and the sounds they make Identify needs of sheep: food,

More information

Identity Management with Petname Systems. Md. Sadek Ferdous 28th May, 2009

Identity Management with Petname Systems. Md. Sadek Ferdous 28th May, 2009 Identity Management with Petname Systems Md. Sadek Ferdous 28th May, 2009 Overview Entity, Identity, Identity Management History and Rationales Components and Properties Application Domain of Petname Systems

More information

Second Interna,onal Workshop on Parts and A5ributes ECCV 2012, Firenze, Italy October, 2012 Discovering a Lexicon of Parts and Attributes

Second Interna,onal Workshop on Parts and A5ributes ECCV 2012, Firenze, Italy October, 2012 Discovering a Lexicon of Parts and Attributes Second Interna,onal Workshop on Parts and A5ributes ECCV 2012, Firenze, Italy October, 2012 Discovering a Lexicon of Parts and Attributes Subhransu Maji Research Assistant Professor Toyota Technological

More information

Content Delivery Network Interconnection (CDNI) Request Routing: CDNI Footprint and Capabilities Advertisement using ALTO

Content Delivery Network Interconnection (CDNI) Request Routing: CDNI Footprint and Capabilities Advertisement using ALTO Content Delivery Network Interconnection (CDNI) Request Routing: CDNI Footprint and Capabilities Advertisement using ALTO draft-alto-cdni-request-routing-alto-01 J. Seedorf, Y. Richard Yang, Kevin Ma,

More information

Creating Strategic Capital for EVM. EVA th June 2012 Andrew Hill PROJECT CONTROLS CONSULTING

Creating Strategic Capital for EVM. EVA th June 2012 Andrew Hill PROJECT CONTROLS CONSULTING Creating Strategic Capital for EVM Responsible for the successful delivery of projects for our clients EVA 17 13 th June 2012 Andrew Hill Strategic Capital What is strategy? Analytical thinking & commitment

More information

CS6501: Deep Learning for Visual Recognition. CNN Architectures

CS6501: Deep Learning for Visual Recognition. CNN Architectures CS6501: Deep Learning for Visual Recognition CNN Architectures ILSVRC: ImagenetLarge Scale Visual Recognition Challenge [Russakovsky et al 2014] The Problem: Classification Classify an image into 1000

More information

BANCO DE QUESTÕES - INGLÊS 5 ANO - ENSINO FUNDAMENTAL

BANCO DE QUESTÕES - INGLÊS 5 ANO - ENSINO FUNDAMENTAL PROFESSOR: EQUIPE DE INGLÊS BANCO DE QUESTÕES - INGLÊS 5 ANO - ENSINO FUNDAMENTAL ========================================================================== 01- Read the text and answer the questions.

More information

Teach Your Dog To Read By Bonnie Bergin Ed.D., Sharon Hogan

Teach Your Dog To Read By Bonnie Bergin Ed.D., Sharon Hogan Teach Your Dog To Read By Bonnie Bergin Ed.D., Sharon Hogan Teach Your Dog to Speak 50 K-9 Training Flash Cards puppy - Find best value and selection for your Teach Your Dog to Speak 50 K-9 Training Flash

More information

HOUGHTON MIFFLIN HARCOURT

HOUGHTON MIFFLIN HARCOURT HOUGHTON MIFFLIN HARCOURT by Sienna Jagadorn PHOTOGRAPHY CREDITS: Cover Tom Kidd / Alamy. 1 FORESTIER YVES/CORBIS SYGMA. 2-3 Robert Glusic/Getty Images. 5 South West Images Scotland/Alamy. 6 FORESTIER

More information

Heuris'c search, A* CS171, Fall 2016 Introduc'on to Ar'ficial Intelligence Prof. Alexander Ihler. Reading: R&N

Heuris'c search, A* CS171, Fall 2016 Introduc'on to Ar'ficial Intelligence Prof. Alexander Ihler. Reading: R&N Heuris'c search, A* CS171, Fall 2016 Introduc'on to Ar'ficial Intelligence Prof. Alexander Ihler Reading: R&N 3.5-3.7 Outline Review limita'ons of uninformed search methods Informed (or heuris/c) search

More information

Visual Reward/Correction. Verbal Reward/Correction. Physical Reward/Correction

Visual Reward/Correction. Verbal Reward/Correction. Physical Reward/Correction SIT - STAY DRILL The Sit-Stay Drill is a one-on-one training tool designed to help you learn perfect timing for when and how to reward positive behavior. Consistently rewarding positive behavior and correcting

More information

Beyond Basics: How to Work with Aggressive and Reac8ve Dog Behaviors

Beyond Basics: How to Work with Aggressive and Reac8ve Dog Behaviors Beyond Basics: How to Work with Aggressive and Reac8ve Dog Behaviors Allie Bender, CPDT- KA July 18, 2015 Defining aggression Digging deeper Outline Working with aggressive shelter dogs July 16 19, 2015

More information

STRATEGIES ACHIEVE READING SUCCESS

STRATEGIES ACHIEVE READING SUCCESS STARS SERIES A STRATEGIES TO ACHIEVE READING SUCCESS PROVIDES INSTRUCTIONAL ACTIVITIES FOR 8 READING STRATEGIES USES A STEP-BY-STEP APPROACH TO ACHIEVE READING SUCCESS PREPARES STUDENTS FOR ASSESSMENT

More information

The ALife Zoo: cross-browser, platform-agnostic hosting of Artificial Life simulations

The ALife Zoo: cross-browser, platform-agnostic hosting of Artificial Life simulations The ALife Zoo: cross-browser, platform-agnostic hosting of Artificial Life simulations Simon Hickinbotham, Michael Weeks & James Austin University of York, Heslington, York YO1 5DD, UK email: sjh518@york.ac.uk

More information

Campaign Communication Materials 18 November 2008

Campaign Communication Materials 18 November 2008 EUROPEAN ANTIBIOTIC AWARENESS DAY Campaign Communication Materials 18 November 2008 Table of Contents 1 Introduction 2 1.1 Contents 2 1.2 How to use the materials 2 2 European Antibiotic Awareness Day

More information

UNIT 7: Dogs at a glance

UNIT 7: Dogs at a glance UNIT 7: Dogs at a glance WORDS LEVEL 1 LEVEL 2 Care Moist Coat Collar Feed Leash Puppy Stay Expository Dogs by Michaela Miller SUGGESTED BOOKS Narrative Just Me and My Puppy by Mercer Mayer DRILL AND PRACTICE

More information

Monohybrid Cross Video Review

Monohybrid Cross Video Review Name: Period: Monohybrid Cross Video Review 1. What is the name of the little boxes used in order to predict offspring without having to breed? 2. Define Punnett Square: 3. Define a monohybrid cross: 4.

More information

Homework #3 Answers. You re reinforcing his crying behavior by feeding him when he cries (2pts).

Homework #3 Answers. You re reinforcing his crying behavior by feeding him when he cries (2pts). Homework #3 The purpose of this homework is to give you practice solving problems in a systematic manner and categorizing techniques into the appropriate category of operant conditioning. It s important

More information

NBN 3MIN GAME CHANGERS

NBN 3MIN GAME CHANGERS NBN 3MIN GAME CHANGERS DOGS WHO HAVE LESS PREDICTABLE SCHEDULES ARE MUCH HAPPIER IN THEIR EVERYDAY LIFE STOP WORRYING ABOUT WHAT CAN GO WRONG, GET EXCITED ABOUT WHAT WILL GO RIGHT! absolutedogstraining.com

More information

Rethinking RTOs: Identifying and Removing Barriers to Owner Reclaim, Part One

Rethinking RTOs: Identifying and Removing Barriers to Owner Reclaim, Part One Rethinking RTOs: Identifying and Removing Barriers to Owner Reclaim, Part One Brigid Wasson Head Consultant The Path Ahead Animal Shelter Consulting Board Member Missing Pet Partnership About Me The Path

More information

Animals. Helping People. by Carol Ann Greenhalgh HOUGHTON MIFFLIN

Animals. Helping People. by Carol Ann Greenhalgh HOUGHTON MIFFLIN Animals Helping People by Carol Ann Greenhalgh HOUGHTON MIFFLIN Animals Helping People by Carol Ann Greenhalgh PHOTOGRAPHY CREDITS: Cover Associated Press; tp JIM BOURG/Reuters/Corbis; 2, 4 Associated

More information

Remember! Life skills for puppies

Remember! Life skills for puppies Life skills for puppies Remember! The goal is for him to be able to choose to perform the appropriate response himself, rather than having to be asked to do so. If your pup sits to greet people, ensure

More information

Fractal. Fractals. L- Systems 1/17/12

Fractal. Fractals. L- Systems 1/17/12 1/17/12 Fractal Fractal refers to objects which appear to be geometrically complex with certain characteris6cs They have a rough or complicated shape They are self- similar at different scales Fractals

More information

Workshop Topic: Be a Word Detective (Use Context Clues)

Workshop Topic: Be a Word Detective (Use Context Clues) Workshop Topic: Be a Word Detective (Use Context Clues) CCRS Language Anchor 4: Determine or clarify the meaning of unknown and multiple-meaning words and phrases by using context clues, analyzing meaningful

More information

Let s Play Poker: Effort and Software Security Risk Estimation in Software. Picture from

Let s Play Poker: Effort and Software Security Risk Estimation in Software. Picture from Let s Play Poker: Effort and Software Security Risk Estimation in Software Engineering Laurie Williams williams@csc.ncsu.edu Picture from http://www.thevelvetstore.com 1 Another vote for Everything should

More information

UK biddable media AWARDS 2019

UK biddable media AWARDS 2019 UK biddable media AWARDS 2019 The UK Biddable Media Awards will celebrate and reward the expertise, talent and achievements of the UK Biddable Media industry. The awards will be the premiere event for

More information

Body Parts and Products (Sessions I and II) BROWARD COUNTY ELEMENTARY SCIENCE BENCHMARK PLAN

Body Parts and Products (Sessions I and II) BROWARD COUNTY ELEMENTARY SCIENCE BENCHMARK PLAN activities 22&23 Body Parts and Products (Sessions I and II) BROWARD COUNTY ELEMENTARY SCIENCE BENCHMARK PLAN Grade K Quarter 3 Activities 22 & 23 SC.F.1.1.1 The student knows the basic needs of all living

More information

A Creature Went Walking A Lesson for Gr. 4-6

A Creature Went Walking A Lesson for Gr. 4-6 A Creature Went Walking A Lesson for Gr. 4-6 Introduction: Students will examine fossil tracks featured on this website and imagine, via writing or artwork, what kinds of creatures made them. Students

More information

Chicken Run Movie Sentences #1

Chicken Run Movie Sentences #1 Movie Sentences #1 The moon is full. A man and his wife have a chicken farm. The chickens are not happy. They want to escape. One chicken, Ginger, digs a hole with a spoon. She crawls under the fence.

More information

Professional Ultrasonic Dog Whistle Guide

Professional Ultrasonic Dog Whistle Guide Professional Ultrasonic Dog Whistle Guide Thank you for purchasing the MaxiPaws Ultrasonic Dog whistle. Please enjoy this free guide to help use your new whistle and make training your pup a breeze! First

More information

range of RA s accessible during the night.

range of RA s accessible during the night. ***** 2008 Night-time Astronomical Calendar for Kitt Peak ***** By John Thorstensen, Dartmouth College This calendar is designed to provide information useful for the planning of nighttime observations.

More information

range of RA s accessible during the night.

range of RA s accessible during the night. ***** 2010 Night-time Astronomical Calendar for Kitt Peak ***** By John Thorstensen, Dartmouth College This calendar is designed to provide information useful for the planning of nighttime observations.

More information

Writing Simple Procedures Drawing a Pentagon Copying a Procedure Commanding PenUp and PenDown Drawing a Broken Line...

Writing Simple Procedures Drawing a Pentagon Copying a Procedure Commanding PenUp and PenDown Drawing a Broken Line... Turtle Guide Contents Introduction... 1 What is Turtle Used For?... 1 The Turtle Toolbar... 2 Do I Have Turtle?... 3 Reviewing Your Licence Agreement... 3 Starting Turtle... 3 Key Features... 4 Placing

More information

Training Cats and Dogs to Love Being Petted or Groomed*

Training Cats and Dogs to Love Being Petted or Groomed* Training Cats and Dogs to Love Being Petted or Groomed* By Dr. Sophia Yin OVERVIEW We can train animals to love procedures and other things that they dislike or even hate by combining the process of counterconditioning

More information

Intervention Plan. By: Olivia Bergstrom, Lia Donato, Ashley Hasler, Steve McCollom, and Ashley Staley

Intervention Plan. By: Olivia Bergstrom, Lia Donato, Ashley Hasler, Steve McCollom, and Ashley Staley Intervention Plan By: Olivia Bergstrom, Lia Donato, Ashley Hasler, Steve McCollom, and Ashley Staley Since our first phone call with Dave Flagler, our group has been focused on the topic of microchipping

More information

A good job for dogs by Gary Boyle

A good job for dogs by Gary Boyle Bangkok Post Learning: Test Yourself Test Yourself is where you can improve your reading skills. Whether it s for tests like University Entrance Exams or IELTS and TOEFL, or even just for fun, these pages

More information

News English.com Ready-to-use ESL / EFL Lessons

News English.com Ready-to-use ESL / EFL Lessons www.breaking News English.com Ready-to-use ESL / EFL Lessons 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS The Breaking News English.com Resource Book http://www.breakingnewsenglish.com/book.html Dog

More information

Caring and. sharing. We love Hong Kong. 2 Small houses News report. 3 Food in a basin Fun and games Description. 4 Computer Jobs Biography

Caring and. sharing. We love Hong Kong. 2 Small houses News report. 3 Food in a basin Fun and games Description. 4 Computer Jobs Biography Current issues Caring and 1 Save the animals sharing Interview We love Hong Kong 2 Small houses News report 3 Food in a basin Fun and games Description STEAM 4 Computer Jobs Biography STEAM House 1 5 What

More information

Dasher Web Service USER/DEVELOPER DOCUMENTATION June 2010 Version 1.1

Dasher Web Service USER/DEVELOPER DOCUMENTATION June 2010 Version 1.1 Dasher Web Service USER/DEVELOPER DOCUMENTATION June 2010 Version 1.1 Credit for the instructional design theory and algorithms employed by Dasher goes to James Pusack and Sue Otto of The University of

More information

Loose Leash Walking. Core Rules Applied:

Loose Leash Walking. Core Rules Applied: Loose Leash Walking Many people try to take their dog out for a walk to exercise and at the same time expect them to walk perfectly on leash. Exercise and Loose Leash should be separated into 2 different

More information

Hatching Science. Lesson Plan. Elementary: Life Cycles and Inherited Traits

Hatching Science. Lesson Plan. Elementary: Life Cycles and Inherited Traits Lesson Plan Elementary: Life Cycles and Inherited Traits Hatching Science Purpose Students will explore how an embryo develops inside of a chicken egg over time, discuss life cycles and other natural cycles,

More information

Building our reputation by constantly working to improve the equipment, materials and techniques being used in the aquaculture industries.

Building our reputation by constantly working to improve the equipment, materials and techniques being used in the aquaculture industries. Company History o Incorporated in 1997 o Building our reputation by constantly working to improve the equipment, materials and techniques being used in the aquaculture industries. Topics for Discussion

More information

Teacher Edition. AlphaWorld. Amazing Sea Lizards. Written by Marilyn Woolley

Teacher Edition. AlphaWorld. Amazing Sea Lizards. Written by Marilyn Woolley Teacher Edition AlphaWorld Amazing Sea Lizards Written by Marilyn Woolley Published edition Eleanor Curtain Publishing 2004 Text Kerrie Shanahan Photographs Eleanor Curtain Publishing First published 2004

More information

CENTERITY SERVICE PACK FOR CLOUDERA Maximize the Performance and Availability for your C loudera management platform

CENTERITY SERVICE PACK FOR CLOUDERA Maximize the Performance and Availability for your C loudera management platform Enterprise-Class Unified IT Performance Analytics Business Services Management & IOT/IIOT Solutions IT Performance Analytics CENTERITY SERVICE PACK FOR CLOUDERA Maximize the Performance and Availability

More information

Teacher Edition. Lizard s Tail. alphakids. Written by Mark Gagiero Illustrated by Kelvin Hucker

Teacher Edition. Lizard s Tail. alphakids. Written by Mark Gagiero Illustrated by Kelvin Hucker Teacher Edition Lizard s Tail alphakids Written by Mark Gagiero Illustrated by Kelvin Hucker Published edition Eleanor Curtain Publishing 2004 First published 2004 Apart from any fair dealing for the purposes

More information

Naughty But Nice. minute. 3gamechangers

Naughty But Nice. minute. 3gamechangers Naughty But Nice minute 3gamechangers 1. cone game To play this game, all you need is a plastic cone or cup that your dog can fit their muzzle in and their dinner! In this game, you reward your dog for

More information

Connecting Literature and Math - Component of STEM Curriculum

Connecting Literature and Math - Component of STEM Curriculum Connecting Literature and Math - Component of STEM Curriculum # 7 - Mrs. McTats and Her Houseful of Cats By Alyssa Satin Capucilla, illustrated by Joan Rankin Introduction Story books with strongly repetitive

More information

Part4. Saint Fatima Language School Form 3 Second Term 2018 / The Vision of the School : Distinct Environment for Refined Education

Part4. Saint Fatima Language School Form 3 Second Term 2018 / The Vision of the School : Distinct Environment for Refined Education The Vision of the School : Distinct Environment for Refined Education Saint Fatima Language School Form 3 Second Term 2018 / 2019 Part4 Name: Class: -1- C.W. 1) Sara usually gets up at half past six in

More information

4-H Dog Showmanship. Class: Junior Intermediate Senior. 4-Her s Name Dog s Name Breed Show Location Date Judge. Smiling Friendly Confident.

4-H Dog Showmanship. Class: Junior Intermediate Senior. 4-Her s Name Dog s Name Breed Show Location Date Judge. Smiling Friendly Confident. Purple (95 100) Blue (90 94.5) Red (80 89.5) White (79.5 or less) 4-H Dog Showmanship Class: Junior Intermediate Senior (Circle one) 4-Her s Name Dog s Name Breed Show Location Date Judge STRENGTHS: WEAKNESSES:

More information

START: Read 1 Guide for Repeated Interactive Read-Alouds

START: Read 1 Guide for Repeated Interactive Read-Alouds Push-In and Connect Key Events START: Read 1 Guide for Repeated Interactive Read-Alouds Corduroy Lost and Found By: Don Freeman Push-In Story Problem Target Vocabulary Read 1: STATE STATE: Show cover illustration

More information

Dynamic Programming for Linear Time Incremental Parsing

Dynamic Programming for Linear Time Incremental Parsing Dynamic Programming for Linear Time ncremental Parsing Liang Huang nformation Sciences nstitute University of Southern California Kenji Sagae nstitute for Creative Technologies University of Southern California

More information

Desensitization and Counter Conditioning

Desensitization and Counter Conditioning P A M P H L E T S F O R P E T P A R E N T S Desensitization and Counter Conditioning Two techniques which can be particularly useful in the modification of problem behavior in pets are called desensitization

More information

IPO HANDLING TIPS 2015 YOUTH SEMINAR

IPO HANDLING TIPS 2015 YOUTH SEMINAR IPO HANDLING TIPS 2015 YOUTH SEMINAR IPO HANDLER TIPS In every exercise in the obedience phase, look straight ahead and never look back at your dog. Have knowledgeable members watch or video you for unconscious

More information

Transition to Cold Blinds

Transition to Cold Blinds By Jim & Phyllis Dobbs and Alice Woodyard The transition from handling drills in the yard to cold blinds in the field can be one of the most difficult training transitions for retrievers. The drills we

More information

Dog Tracking. Why do dog tracking? Training & Courses. Dog Tracking

Dog Tracking. Why do dog tracking? Training & Courses. Dog Tracking Dog Tracking Dog Tracking Why do dog tracking? Dogs love it. It is instinctive for a dog to follow it s nose. Suitable for all breeds and ages, even puppies. Dogs find high concentration tiring. They settle

More information

Full Edition The Ultimate Dog Breeding Software free software downloading websites ]

Full Edition The Ultimate Dog Breeding Software free software downloading websites ] Full Edition The Ultimate Dog Breeding Software free software downloading websites ] Description: Itzi and The Ultimate Dog Breeding Software Itzi. He caused it. He caused it all. Without Itzi, there would

More information

Dog Behavior Problems Aggression - Sibling Rivalry Treatment

Dog Behavior Problems Aggression - Sibling Rivalry Treatment Kingsbrook Animal Hospital 5322 New Design Road, Frederick, MD, 21703 Phone: (301) 631-6900 Website: KingsbrookVet.com Dog Behavior Problems Aggression - Sibling Rivalry Treatment What should I do when

More information

The Development of Behavior

The Development of Behavior The Development of Behavior 0 people liked this 0 discussions READING ASSIGNMENT Read this assignment. Though you've already read the textbook reading assignment that accompanies this assignment, you may

More information

Community Pet Days A GUIDE FOR REACHING PIT BULL DOG OWNERS IN YOUR COMMUNITY. ANIMAL FARM FOUNDATION

Community Pet Days A GUIDE FOR REACHING PIT BULL DOG OWNERS IN YOUR COMMUNITY. ANIMAL FARM FOUNDATION Community Pet Days A GUIDE FOR REACHING PIT BULL DOG OWNERS IN YOUR COMMUNITY ANIMAL FARM FOUNDATION www.animalfarmfoundation.org COMMUNITY PET DAYS Community Pet Days (CPDs) are a simple, low-cost way

More information

Using Physics for Motion Retargeting

Using Physics for Motion Retargeting Thesis Submitted to Utrecht University for the degree of Master of Science Supervisor: drs. Arno Kamphuis INF/SCR-10-13 Utrecht University Department of Computer Science MSc Program: Game and Media Technology

More information

Environmental vs Genetic Factors Argumentation (CER) Prompts

Environmental vs Genetic Factors Argumentation (CER) Prompts Environmental vs Genetic Factors Argumentation (CER) Prompts 8.MS-LS.1-5 Construct a scientific explanation based on evidence for how environmental and genetic factors influence the growth of organisms.

More information

The Distorting Mirror

The Distorting Mirror The Distorting Mirror Once upon a time, a lion caught a cat. Opening his mouth wide, the lion was on the point of eating the cat up when it raised its voice in protest. "Why do you want to eat me?" asked

More information

The online processing of semantic and pragmatic content

The online processing of semantic and pragmatic content The online processing of semantic and pragmatic content LINGUIST510 Brian Dillon Psycholinguistics Comprehension: How do we compute the meaning of a sentence in real time? What are the online computations

More information

Antimicrobial Stewardship Strategy:

Antimicrobial Stewardship Strategy: Antimicrobial Stewardship Strategy: Prospective audit with intervention and feedback Formal assessment of antimicrobial therapy by trained individuals, who make recommendations to the prescribing service

More information

Characteristics of the Text Genre Realistic fi ction Text Structure

Characteristics of the Text Genre Realistic fi ction Text Structure LESSON 3 TEACHER S GUIDE by Jo Bydlowski Fountas-Pinnell Level A Realistic Fiction Selection Summary A young boy tells all the things his cat likes to do. Number of Words: 25 Characteristics of the Text

More information

Strange Dog Breeds. 3. Answer the questions. 1. Why does the writer talk about Hungarian Pulis, Xoloitzcuintlis and Bedlington Terriers?

Strange Dog Breeds. 3. Answer the questions. 1. Why does the writer talk about Hungarian Pulis, Xoloitzcuintlis and Bedlington Terriers? Competences: Linguistic communication Learning to learn 1. Read the text. Strange Dog Breeds Have you got a dog? What does it look like? Is it big or small? Has it got long hair or short hair? There are

More information

News English.com Ready-to-use ESL / EFL Lessons

News English.com Ready-to-use ESL / EFL Lessons www.breaking News English.com Ready-to-use ESL / EFL Lessons 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS The Breaking News English.com Resource Book http://www.breakingnewsenglish.com/book.html Cloned

More information

TEAMWORKS AGILITY TRAINING JOURNAL

TEAMWORKS AGILITY TRAINING JOURNAL TEAMWORKS AGILITY JOURNAL CONDITIONING RELATIONSHIP This journal belongs to the agility team of: CONDITIONING Why is conditioning important? Agility is a running sport. Your dog will be asked to sprint

More information

Author s Purpose. Author s Purpose

Author s Purpose. Author s Purpose 1 2 Dogs make the best pets. They love to play with you. Dogs get excited when they see you. They make you feel loved. That is why I want a puppy for my birthday. Ben and his puppy were playing in their

More information

Page # Events Page # Previous Event/Explanation 4 Kitten tried to lick the moon and she got a bug on her tongue. milk.

Page # Events Page # Previous Event/Explanation 4 Kitten tried to lick the moon and she got a bug on her tongue. milk. START:READ 1 Guide for Repeated Interactive Read-Alouds Complex Storybook Goals for Read 1 Kitten s First Full Moon by Kevin Henkes Push In and Connect Key Events Push-In Story Problem and Target Vocabulary

More information

LABORATORY EXERCISE 7: CLADISTICS I

LABORATORY EXERCISE 7: CLADISTICS I Biology 4415/5415 Evolution LABORATORY EXERCISE 7: CLADISTICS I Take a group of organisms. Let s use five: a lungfish, a frog, a crocodile, a flamingo, and a human. How to reconstruct their relationships?

More information

Separation Anxiety. Techniques to calm your dog

Separation Anxiety. Techniques to calm your dog Separation Anxiety Your dog is showing signs of separation anxiety. This means that he is uncomfortable being left home alone. Because dogs are social animals, it is not natural for them to be away from

More information

Punnett Squares. and Pedigrees. How are patterns of inheritance studied? Lesson ESSENTIAL QUESTION. J S7L3.b Reproduction and genetic variation

Punnett Squares. and Pedigrees. How are patterns of inheritance studied? Lesson ESSENTIAL QUESTION. J S7L3.b Reproduction and genetic variation Lesson 5 Punnett Squares and Pedigrees ESSENTIAL QUESTION How are patterns of inheritance studied? By the end of this lesson, you should be able to explain how patterns of heredity can be predicted by

More information