Universal Style Transfer via Feature Transforms

Size: px
Start display at page:

Download "Universal Style Transfer via Feature Transforms"

Transcription

1 Universal Style Transfer via Feature Transforms Yijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Xin Lu, Ming-Hsuan Yang UC Merced, Adobe Research, NVIDIA Research Presented: Dong Wang (Refer to slides by Ibrahim Ahmed and Trevor Chan) August 31, 2018 ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UC Merced, August 31, Adobe 2018Research, 1 / 20 NVI

2 Problem Transfer arbitrary visual styles to content images Yijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UC Merced, August 31, Adobe 2018Research, 2 / 20 NVI

3 Related Work Existing works often trade off between generalization, quality, and efficiency. Not efficient during inference: Image Style Transfer using Convolutional Neural Network. (CVPR 2016) Style Specific Networks: Perceptual Losses for Real-Time Style Transfer and Super-Resolution. (ECCV 2016) Poor generalizing abilities in terms of visual quality: Arbitrary Style Transfer in Real-Time with Instance Normalization.(ICCV 2017) ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UC Merced, August 31, Adobe 2018Research, 3 / 20 NVI

4 Proposed Method Image Reconstruction + Feature Transforms Train autoencoder for image reconstruction, then fix it Whiten/ Coloring Transform on feature space ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UC Merced, August 31, Adobe 2018Research, 4 / 20 NVI

5 Image Reconstruction Encoder: Train VGG-19 on ImageNet Classification task Decoder: Trained to reconstruct the image More than one decoder trained for reconstruction 5 trained decoders Image source: Li et.al ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UC Merced, August 31, Adobe 2018Research, 5 / 20 NVI

6 Loss Function for Reconstruction Decoder Combination of pixel reconstruction loss and feature loss. L = I o I i λ Φ(I o ) Φ(I i ) 2 2 (1) I i, I o are the input image and reconstruction output. Φ( ) is the VGG encoder. λ is the weight to balance the two losses. Note: no style image is used in process of training. ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UC Merced, August 31, Adobe 2018Research, 6 / 20 NVI

7 Feature Transforms ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UC Merced, August 31, Adobe 2018Research, 7 / 20 NVI

8 Feature Transforms by Whitening/Coloring Content features are transformed at intermediate levels by statistics of the style features. In each layer, need content features to exhibit same characteristics of the style features of the same layer. WCT (Whitening/Coloring Transform) achieves this. ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UC Merced, August 31, Adobe 2018Research, 8 / 20 NVI

9 Whitening Transform Transform a random vector (a) to be uncorrelated and have unit variance decorrelate the components of original vector (b) scale the different components so they have unit variance (c) ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UC Merced, August 31, Adobe 2018Research, 9 / 20 NVI

10 Coloring Transform Coloring is the inverse of the whitening transform. Transform white noise into random vector with desired covariance matrix. ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced, 31, Adobe 2018 Research, 10 / 20 NVI

11 Apply WCT to Style Transfer Disassociate input image style and associate the input image with the style of the style image. From content image I c and style image I s, extract their vectorized feature maps f c and f s. WCT will directly transform the f c to match the covariance matrix of f s. ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced, 31, Adobe 2018 Research, 11 / 20 NVI

12 Whitening and Coloring Transform Whitening: Σ c = f c f T c = E c D c E T c ˆf c = E c Dc 1/2 Ec T f c T ˆf c ˆf c = I Coloring: Σ s = f s f T s = E s D s E T s ˆf cs = E s Ds 1/2 Es T ˆf c T ˆf cs ˆf cs = f s fs T ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced, 31, Adobe 2018 Research, 12 / 20 NVI

13 Whitened Image Feature Inverting whitened features. We invert the whitened VGG Relu 4 1 feature as an example. Left: original images, Right: inverted results (pixel intensities are rescaled for better visualization). The whitened features still maintain global content structures. ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced, 31, Adobe 2018 Research, 13 / 20 NVI

14 Multi-level Stylization ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced, 31, Adobe 2018 Research, 14 / 20 NVI

15 Multi-level Stylization Single-level stylization using different VGG features. (a)-(c) Intermediate results of our coarse-to-fine multi-level stylization framework. I1 is the final output of the multi-level pipeline. (d) Reversed fine-to-coarse multi-level pipeline. Yijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced,31, Adobe 2018 Research, 15 / 20 NVI

16 Experiment Results Compared with other models Other methods were inferior in terms of Handling arbitrary styles Efficiency Learning-free Yijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced,31, Adobe 2018 Research, 16 / 20 NVI

17 Experiment Results ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced, 31, Adobe 2018 Research, 17 / 20 NVI

18 Parameters Image size Style weight control between stylization and content preservation. ˆf cs = α ˆf cs + (1 α)f c ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced, 31, Adobe 2018 Research, 18 / 20 NVI

19 Spatial Control ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced, 31, Adobe 2018 Research, 19 / 20 NVI

20 Takeaways Work with arbitrary styles Do not have to train on style images Scale and weight of style transfer can be changed on the fly ijun Li, Chen Fang, Jimei Yang, Zhaowen Wang, Universal XinStyle Lu, Ming-Hsuan Transfer Yang (UCAugust Merced, 31, Adobe 2018 Research, 20 / 20 NVI

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824 Neural Networks II Chen Gao ECE-5424G / CS-5824 Virginia Tech Spring 2019 Neural Networks Origins: Algorithms that try to mimic the brain. What is this? A single neuron in the brain Input Output Slide

More information

Fun Neural Net Demo Site. CS 188: Artificial Intelligence. N-Layer Neural Network. Multi-class Softmax Σ >0? Deep Learning II

Fun Neural Net Demo Site. CS 188: Artificial Intelligence. N-Layer Neural Network. Multi-class Softmax Σ >0? Deep Learning II Fun Neural Net Demo Site CS 188: Artificial Intelligence Demo-site: http://playground.tensorflow.org/ Deep Learning II Instructors: Pieter Abbeel & Anca Dragan --- University of California, Berkeley [These

More information

Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning

Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning Kelvin C.P. Wang Oklahoma State University and WayLink Systems Corp. 2017-10-19, Copenhagen, Denmark European

More information

Predicting Horse Racing Results with Machine Learning

Predicting Horse Racing Results with Machine Learning Predicting Horse Racing Results with Machine Learning LYU 1703 LIU YIDE 1155062194 Supervisor: Professor Michael R. Lyu Outline Recap of last semester Object of this semester Data Preparation Set to sequence

More information

Lecture 39: Training Neural Networks (Cont d)

Lecture 39: Training Neural Networks (Cont d) Lecture 39: Training Neural Networks (Cont d) CS 4670/5670 Sean Bell Strawberry Goblet Throne (Side Note for PA5) AlexNet: 1 vs 2 parts Caffe represents caffe like the above image, but computes as if it

More information

Attacking and defending neural networks. HU Xiaolin ( 胡晓林 ) Department of Computer Science and Technology Tsinghua University, Beijing, China

Attacking and defending neural networks. HU Xiaolin ( 胡晓林 ) Department of Computer Science and Technology Tsinghua University, Beijing, China Attacking and defending neural networks HU Xiaolin ( 胡晓林 ) Department of Computer Science and Technology Tsinghua University, Beijing, China Outline Background Attacking methods Defending methods 2 AI

More information

Visualizing and Understanding Stochastic Depth Networks

Visualizing and Understanding Stochastic Depth Networks Visualizing and Understanding Stochastic Depth Networks Russell Kaplan, Raphael Palefsky-Smith, Liu Jiang Stanford University 450 Serra Mall, Stanford, CA 94305 {rjkaplan, rpalefsk, liujiang}@stanford.edu

More information

Deformable Convolutional Networks

Deformable Convolutional Networks Deformable Convolutional Networks -- MSRA COCO Detection & Segmentation Challenge 2017 Entry Jifeng Dai With Haozhi Qi*, Zheng Zhang, Bin Xiao, Han Hu, Bowen Cheng*, Yichen Wei Visual Computing Group Microsoft

More information

Predicting Human Behavior from Public Cameras with Convolutional Neural Networks

Predicting Human Behavior from Public Cameras with Convolutional Neural Networks Comenius University in Bratislava Faculty of Mathematics, Physics and Informatics Predicting Human Behavior from Public Cameras with Convolutional Neural Networks Master thesis 2016 Ondrej Jariabka Comenius

More information

Vector Synoptic Maps at NSO. Luca Bertello

Vector Synoptic Maps at NSO. Luca Bertello Oulu (Finland) workshop, January 23-26, 217 Vector Synoptic Maps at NSO Luca Bertello National Solar Observatory Boulder, Colorado Limitations Affecting Quality of the Vector Maps Oulu (Finland) workshop,

More information

Convolutional Neural Networks

Convolutional Neural Networks CS 1674: Intro to Computer Vision Convolutional Neural Networks Prof. Adriana Kovashka University of Pittsburgh March 13, 15, 20, 2018 Plan for the next few lectures Why (convolutional) neural networks?

More information

Visual Traffic Jam Analysis Based on Trajectory Data

Visual Traffic Jam Analysis Based on Trajectory Data Visual Traffic Jam Analysis Based on Trajectory Data Zuchao Wang, Min Lu, Xiaoru Yuan, Peking University Junping Zhang, Fudan University Huub van de Wetering, Technische Universiteit Eindhoven Introduction

More information

Predicting NBA Shots

Predicting NBA Shots Predicting NBA Shots Brett Meehan Stanford University https://github.com/brettmeehan/cs229 Final Project bmeehan2@stanford.edu Abstract This paper examines the application of various machine learning algorithms

More information

Deconstructing Data Science

Deconstructing Data Science Deconstructing Data Science David Bamman, UC Berkele Info 29 Lecture 4: Regression overview Jan 26, 217 Regression A mapping from input data (drawn from instance space ) to a point in R (R = the set of

More information

A Study of Human Body Characteristics Effect on Micro-Doppler-Based Person Identification using Deep Learning

A Study of Human Body Characteristics Effect on Micro-Doppler-Based Person Identification using Deep Learning A Study of Human Body Characteristics Effect on Micro-Doppler-Based Person Identification using Deep Learning arxiv:1811.7173v1 [cs.cv] 17 Nov 218 Sherif Abdulatif, Fady Aziz, Karim Armanious, Bernhard

More information

Improving Context Modeling for Video Object Detection and Tracking

Improving Context Modeling for Video Object Detection and Tracking Learning and Vision Group (NUS), ILSVRC 2017 - VID tasks Improving Context Modeling for Video Object Detection and Tracking National University of Singapore: Yunchao Wei, Mengdan Zhang, Jianan Li, Yunpeng

More information

CS 1675: Intro to Machine Learning. Neural Networks. Prof. Adriana Kovashka University of Pittsburgh November 1, 2018

CS 1675: Intro to Machine Learning. Neural Networks. Prof. Adriana Kovashka University of Pittsburgh November 1, 2018 CS 1675: Intro to Machine Learning Neural Networks Prof. Adriana Kovashka University of Pittsburgh November 1, 2018 Plan for this lecture Neural network basics Definition and architecture Biological inspiration

More information

Deconstructing Data Science

Deconstructing Data Science Deconstructing Data Science David Bamman, UC Berkele Info 29 Lecture 4: Regression overview Feb 1, 216 Regression A mapping from input data (drawn from instance space ) to a point in R (R = the set of

More information

Data modelling and interpretation

Data modelling and interpretation Data modelling and interpretation 2006 Michelson Summer Workshop Frontiers of interferometry: stars, disks, and terrestrial planets Caltech, Pasadena July 28, 2006 Guy Perrin Outline Simple geometrical

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Jason Corso SUNY at Buffalo 12 January 2009 J. Corso (SUNY at Buffalo) Introduction to Pattern Recognition 12 January 2009 1 / 28 Pattern Recognition By Example Example:

More information

IMPROVED OIL SLICK IDENTIFICATION USING CMOD5 MODEL FOR WIND SPEED EVALUATION ON SAR IMAGES

IMPROVED OIL SLICK IDENTIFICATION USING CMOD5 MODEL FOR WIND SPEED EVALUATION ON SAR IMAGES IMPROVED OIL SLICK IDENTIFICATION USING CMOD5 MODEL FOR WIND SPEED EVALUATION ON SAR IMAGES H.KHENOUCHI & Y. SMARA University of Sciences and Technology Houari Boumediene (USTHB). Faculty of Electronics

More information

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate Mixture Models & EM Nicholas Ruozzi University of Texas at Dallas based on the slides of Vibhav Gogate Previously We looked at -means and hierarchical clustering as mechanisms for unsupervised learning

More information

HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE.

HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE. HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE Kazunori Uruma 1, Katsumi Konishi 2, Tomohiro Takahashi 1 and Toshihiro Furukawa 1 1 Graduate School of Engineering, Tokyo University

More information

A New Benchmark for Vison-Based Cyclist Detection

A New Benchmark for Vison-Based Cyclist Detection 2016 IEEE Intelligent Vehicles Symposium (IV) Gothenburg, Sweden, June 19-22, 2016 A New Benchmark for Vison-Based Cyclist Detection Xiaofei Li 1, Fabian Flohr 2,3, Yue Yang 4, Hui Xiong 5,1, Markus Braun

More information

Prediction Market and Parimutuel Mechanism

Prediction Market and Parimutuel Mechanism Prediction Market and Parimutuel Mechanism Yinyu Ye MS&E and ICME Stanford University Joint work with Agrawal, Peters, So and Wang Math. of Ranking, AIM, 2 Outline World-Cup Betting Example Market for

More information

MWGen: A Mini World Generator

MWGen: A Mini World Generator MWGen: A Mini World Generator Jianqiu Xu and Ralf Hartmut Güting Database Systems for New Applications, Mathematics and Computer Science FernUniversität in Hagen, Germany July, 2012 Outline 1 Problem Description

More information

Biomechanics and Models of Locomotion

Biomechanics and Models of Locomotion Physics-Based Models for People Tracking: Biomechanics and Models of Locomotion Marcus Brubaker 1 Leonid Sigal 1,2 David J Fleet 1 1 University of Toronto 2 Disney Research, Pittsburgh Biomechanics Biomechanics

More information

THe rip currents are very fast moving narrow channels,

THe rip currents are very fast moving narrow channels, 1 Rip Current Detection using Optical Flow Shweta Philip sphilip@ucsc.edu Abstract Rip currents are narrow currents of fast moving water that are strongest near the beach. These type of currents are dangerous

More information

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families P. Sundaravadivel 1, S. P. Mohanty 2, E. Kougianos 3, V. P. Yanambaka 4, and M. K. Ganapathiraju 5 University of North Texas,

More information

Anabela Brandão and Doug S. Butterworth

Anabela Brandão and Doug S. Butterworth Obtaining a standardised CPUE series for toothfish (Dissostichus eleginoides) in the Prince Edward Islands EEZ calibrated to incorporate both longline and trotline data over the period 1997-2013 Anabela

More information

Introduction to Machine Learning NPFL 054

Introduction to Machine Learning NPFL 054 Introduction to Machine Learning NPFL 054 http://ufal.mff.cuni.cz/course/npfl054 Barbora Hladká hladka@ufal.mff.cuni.cz Martin Holub holub@ufal.mff.cuni.cz Charles University, Faculty of Mathematics and

More information

SWIFT. The Stratospheric Wind Interferometer for Transport Studies

SWIFT. The Stratospheric Wind Interferometer for Transport Studies The Stratospheric Wind Interferometer for Transport Studies SWIFT I. McDade, C. Haley, J. Drummond, K. Strong, B. Solheim, T. Shepherd, Y. Rochon, and the SWIFT Team ESA What is SWIFT? SWIFT is the Stratospheric

More information

Petacat: Applying ideas from Copycat to image understanding

Petacat: Applying ideas from Copycat to image understanding Petacat: Applying ideas from Copycat to image understanding How Streetscenes Works (Bileschi, 2006) 1. Densely tile the image with windows of different sizes. 2. HMAX C2 features are computed in each window.

More information

CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan

CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan Scenario 1: Team 1 scored 200 runs from their 50 overs, and then Team 2 reaches 146 for the loss of two wickets from their

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research 2014 6(3):304-309 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 World men sprint event development status research

More information

Geophysical Model Functions for the Retrieval of Ocean Surface Winds

Geophysical Model Functions for the Retrieval of Ocean Surface Winds Geophysical Model Functions for the Retrieval of Ocean Surface Winds Donald R. Thompson and Frank M. Monaldo Johns Hopkins University Applied Physics Laboratory 11100 Johns Hopkins Road, Laurel, MD 20708

More information

A Fault Diagnosis Monitoring System of Reciprocating Pump

A Fault Diagnosis Monitoring System of Reciprocating Pump IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 09 (September. 2015), V1 PP 01-06 www.iosrjen.org A Fault Diagnosis Monitoring System of Reciprocating Pump

More information

Object Recognition. Selim Aksoy. Bilkent University

Object Recognition. Selim Aksoy. Bilkent University Image Classification and Object Recognition Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Image classification Image (scene) classification is a fundamental

More information

A Novel Approach to Predicting the Results of NBA Matches

A Novel Approach to Predicting the Results of NBA Matches A Novel Approach to Predicting the Results of NBA Matches Omid Aryan Stanford University aryano@stanford.edu Ali Reza Sharafat Stanford University sharafat@stanford.edu Abstract The current paper presents

More information

GLMM standardisation of the commercial abalone CPUE for Zones A-D over the period

GLMM standardisation of the commercial abalone CPUE for Zones A-D over the period GLMM standardisation of the commercial abalone for Zones A-D over the period 1980 2015 Anabela Brandão and Doug S. Butterworth Marine Resource Assessment & Management Group (MARAM) Department of Mathematics

More information

Visual Background Recommendation for Dance Performances Using Dancer-Shared Images

Visual Background Recommendation for Dance Performances Using Dancer-Shared Images 2016 IEEE International Conference on Internet of Things (ithings) and IEEE Green Computing and Communications (GreenCom) and IEEE Cyber, Physical and Social Computing (CPSCom) and IEEE Smart Data (SmartData)

More information

Human Pose Tracking III: Dynamics. David Fleet University of Toronto

Human Pose Tracking III: Dynamics. David Fleet University of Toronto Human Pose Tracking III: Dynamics David Fleet University of Toronto CIFAR Summer School, 2009 Interactions with the world are fundamental Implausible motions [Poon and Fleet, 01] Kinematic Model: damped

More information

Business and housing market cycles in the euro area: a multivariate unobserved component approach

Business and housing market cycles in the euro area: a multivariate unobserved component approach Business and housing market cycles in the euro area: a multivariate unobserved component approach Laurent Ferrara (a) and Siem Jan Koopman (b) http://staff.feweb.vu.nl/koopman (a) Banque de France (b)

More information

Advanced PMA Capabilities for MCM

Advanced PMA Capabilities for MCM Advanced PMA Capabilities for MCM Shorten the sensor-to-shooter timeline New sensor technology deployed on off-board underwater systems provides navies with improved imagery and data for the purposes of

More information

PREDICTING THE NCAA BASKETBALL TOURNAMENT WITH MACHINE LEARNING. The Ringer/Getty Images

PREDICTING THE NCAA BASKETBALL TOURNAMENT WITH MACHINE LEARNING. The Ringer/Getty Images PREDICTING THE NCAA BASKETBALL TOURNAMENT WITH MACHINE LEARNING A N D R E W L E V A N D O S K I A N D J O N A T H A N L O B O The Ringer/Getty Images THE TOURNAMENT MARCH MADNESS 68 teams (4 play-in games)

More information

Discussion: Illusions of Sparsity by Giorgio Primiceri

Discussion: Illusions of Sparsity by Giorgio Primiceri Discussion: Illusions of Sparsity by Giorgio Primiceri Pablo Guerron-Quintana Boston College June, 2018 Pablo Guerron-Quintana Discussion 1 / 17 Executive Summary Motivation: Is regular coke (dense model)

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Jason Corso SUNY at Buffalo 19 January 2011 J. Corso (SUNY at Buffalo) Introduction to Pattern Recognition 19 January 2011 1 / 32 Examples of Pattern Recognition in

More information

Neural Nets Using Backpropagation. Chris Marriott Ryan Shirley CJ Baker Thomas Tannahill

Neural Nets Using Backpropagation. Chris Marriott Ryan Shirley CJ Baker Thomas Tannahill Neural Nets Using Backpropagation Chris Marriott Ryan Shirley CJ Baker Thomas Tannahill Agenda Review of Neural Nets and Backpropagation Backpropagation: The Math Advantages and Disadvantages of Gradient

More information

THE WAVE CLIMATE IN THE BELGIAN COASTAL ZONE

THE WAVE CLIMATE IN THE BELGIAN COASTAL ZONE THE WAVE CLIMATE IN THE BELGIAN COASTAL ZONE Toon Verwaest, Flanders Hydraulics Research, toon.verwaest@mow.vlaanderen.be Sarah Doorme, IMDC, sarah.doorme@imdc.be Kristof Verelst, Flanders Hydraulics Research,

More information

Driver Behavior at Highway-Rail Grade Crossings With Passive Traffic Controls

Driver Behavior at Highway-Rail Grade Crossings With Passive Traffic Controls 2014 Global Level Crossing Symposium August 2014, Urbana, IL, USA Driver Behavior at Highway-Rail Grade Crossings With Passive Traffic Controls - A Driving Simulator Study Presenter: Dr. Asad J. Khattak

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

Coupling distributed and symbolic execution for natural language queries. Lili Mou, Zhengdong Lu, Hang Li, Zhi Jin

Coupling distributed and symbolic execution for natural language queries. Lili Mou, Zhengdong Lu, Hang Li, Zhi Jin Coupling distributed and symbolic execution for natural language queries Lili Mou, Zhengdong Lu, Hang Li, Zhi Jin doublepower.mou@gmail.com Outline Introduction to neural enquirers Coupled approach of

More information

Evaluating NBA Shooting Ability using Shot Location

Evaluating NBA Shooting Ability using Shot Location Evaluating NBA Shooting Ability using Shot Location Dennis Lock December 16, 2013 There are many statistics that evaluate the performance of NBA players, including some that attempt to measure a players

More information

Basketball field goal percentage prediction model research and application based on BP neural network

Basketball field goal percentage prediction model research and application based on BP neural network ISSN : 0974-7435 Volume 10 Issue 4 BTAIJ, 10(4), 2014 [819-823] Basketball field goal percentage prediction model research and application based on BP neural network Jijun Guo Department of Physical Education,

More information

DNS Study on Three Vortex Identification Methods

DNS Study on Three Vortex Identification Methods Γ DNS Study on Three Vortex Identification Methods Yinlin Dong Yong Yang Chaoqun Liu Technical Report 2016-07 http://www.uta.edu/math/preprint/ DNS Study on Three Vortex Identification Methods Yinlin Dong

More information

67. Sectional normalization and recognization on the PV-Diagram of reciprocating compressor

67. Sectional normalization and recognization on the PV-Diagram of reciprocating compressor 67. Sectional normalization and recognization on the PV-Diagram of reciprocating compressor Jin-dong Wang 1, Yi-qi Gao 2, Hai-yang Zhao 3, Rui Cong 4 School of Mechanical Science and Engineering, Northeast

More information

POKEMON HACKS. Jodie Ashford Josh Baggott Chloe Barnes Jordan bird

POKEMON HACKS. Jodie Ashford Josh Baggott Chloe Barnes Jordan bird POKEMON HACKS Jodie Ashford Josh Baggott Chloe Barnes Jordan bird Why pokemon? 1997 The Pokemon Problem an episode of the anime caused 685 children to have seizures Professor Graham Harding from Aston

More information

The sycc Color Space

The sycc Color Space The sycc Color Space Douglas A. Kerr, P.E. Issue 2 July 24, 215 ABSTRACT The sycc color space is an alternative representation of the srgb color space, with a special wrinkle though which it can represent

More information

A Robust Speed-Invariant Gait Recognition System for Walker and Runner Identification

A Robust Speed-Invariant Gait Recognition System for Walker and Runner Identification A Robust Speed-Invariant Gait Recognition System for Walker and Runner Identification Yu Guan, and Chang-Tsun Li Department of Computer Science, University of Warwick, Coventry, CV4 7AL, UK g.yu,c-t.li@warwick.ac.uk

More information

PEDESTRIAN behavior modeling and analysis is

PEDESTRIAN behavior modeling and analysis is 4354 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 25, NO. 9, SEPTEMBER 2016 Pedestrian Behavior Modeling From Stationary Crowds With Applications to Intelligent Surveillance Shuai Yi, Hongsheng Li, and

More information

Supplementary Material for Bayes Merging of Multiple Vocabularies for Scalable Image Retrieval

Supplementary Material for Bayes Merging of Multiple Vocabularies for Scalable Image Retrieval Supplementary Material for Bayes Merging of Multiple Vocabularies for Scalable Image Retrieval 1. Overview This document includes supplementary material to Bayes Merging of Multiple Vocabularies for Scalable

More information

Cricket umpire assistance and ball tracking system using a single smartphone camera

Cricket umpire assistance and ball tracking system using a single smartphone camera 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 Cricket umpire assistance and ball tracking system using a single smartphone camera Udit Arora

More information

What will Happen Next? Forecasting Player Moves in Sports Videos

What will Happen Next? Forecasting Player Moves in Sports Videos What will Happen Next? Forecasting Player Moves in Sports Videos Panna Felsen UC Berkeley, STATS panna@berkeley.edu Pulkit Agrawal UC Berkeley pulkitag@berkeley.edu Jitendra Malik UC Berkeley malik@berkeley.edu

More information

1. Introduction. Faustini Libent Ishabailu 1, Dr. Pei Zhijun 2, Abdalla Mohamed Hambal 3

1. Introduction. Faustini Libent Ishabailu 1, Dr. Pei Zhijun 2, Abdalla Mohamed Hambal 3 Human Gait Recognition System Based On Principal Component Analysis [PCA] Faustini Libent Ishabailu 1, Dr. Pei Zhijun 2, Abdalla Mohamed Hambal 3 1 Department of Electronics, Tianjin University of Technology

More information

A new 2D image compression technique for 3D surface reconstruction

A new 2D image compression technique for 3D surface reconstruction A new image compression technique for surface reconstruction SIDDEQ, M.M. and RODRIGUES, Marcos Available from Sheffield Hallam University Research Archive (SHURA)

More information

Phrase-based Image Captioning

Phrase-based Image Captioning Phrase-based Image Captioning Rémi Lebret, Pedro O. Pinheiro, Ronan Collobert Idiap Research Institute / EPFL ICML, 9 July 2015 Image Captioning Objective: Generate descriptive sentences given a sample

More information

ARTIFICIAL NEURAL NETWORK BASED DESIGN FOR DUAL LATERAL WELL APPLICATIONS

ARTIFICIAL NEURAL NETWORK BASED DESIGN FOR DUAL LATERAL WELL APPLICATIONS The Pennsylvania State University the Graduate School Department of Energy and Mineral Engineering ARTIFICIAL NEURAL NETWORK BASED DESIGN FOR DUAL LATERAL WELL APPLICATIONS Thesis in Energy and Mineral

More information

A Trajectory-Based Analysis of Coordinated Team Activity in Basketball Game

A Trajectory-Based Analysis of Coordinated Team Activity in Basketball Game A Trajectory-Based Analysis of Coordinated Team Activity in Basketball Game Matej Perše, Matej Kristan, Stanislav Kovačič, Janez Perš Faculty of Electrical Engineering, University of Ljubljana, Tržaška

More information

B. AA228/CS238 Component

B. AA228/CS238 Component Abstract Two supervised learning methods, one employing logistic classification and another employing an artificial neural network, are used to predict the outcome of baseball postseason series, given

More information

Interpretable Discovery in Large Image Data Sets

Interpretable Discovery in Large Image Data Sets Interpretable Discovery in Large Image Data Sets Kiri L. Wagstaff and Jake Lee Jet Propulsion Laboratory, California Institute of Technology December 7, 2017 NIPS Interpretable Machine Learning Symposium

More information

Bayesian Methods: Naïve Bayes

Bayesian Methods: Naïve Bayes Bayesian Methods: Naïve Bayes Nicholas Ruozzi University of Texas at Dallas based on the slides of Vibhav Gogate Last Time Parameter learning Learning the parameter of a simple coin flipping model Prior

More information

Investigation of Gait Representations in Lower Knee Gait Recognition

Investigation of Gait Representations in Lower Knee Gait Recognition Investigation of Gait Representations in Lower Knee Gait Recognition Chirawat Wattanapanich and Hong Wei Computational Vision Group, School of Systems Engineering, University of Reading, Reading, United

More information

Compression of FPGA Bitstreams Using Improved RLE Algorithm

Compression of FPGA Bitstreams Using Improved RLE Algorithm International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June-2013 1162 Compression of FPGA Bitstreams Using Improved RLE Algorithm P.Hemnath V.Prabhu Abstract - FPGA are configured

More information

Polar Activities at DLR Maritime Security Lab Bremen in the Projects EISTAK and EMS

Polar Activities at DLR Maritime Security Lab Bremen in the Projects EISTAK and EMS Polar Activities at DLR Maritime Security Lab Bremen in the Projects EISTAK and EMS Susanne Lehner, Anja Frost, Rudolf Ressel German Aerospace Center Chart 2 Maritime Security Lab in Bremen German Aerospace

More information

FFI RAPPORT BROADBAND INVERSION AND SOURCE LOCALIZATION OF VERTICAL ARRAY DATA FROM THE L-ANTENNA EXPERIMENT IN EIDEM Ellen Johanne

FFI RAPPORT BROADBAND INVERSION AND SOURCE LOCALIZATION OF VERTICAL ARRAY DATA FROM THE L-ANTENNA EXPERIMENT IN EIDEM Ellen Johanne FFI RAPPORT BROADBAND INVERSION AND SOURCE LOCALIZATION OF VERTICAL ARRAY DATA FROM THE L-ANTENNA EXPERIMENT IN 1999 EIDEM Ellen Johanne FFI/RAPPORT-2002/02565 FFIBM/786/115 Approved Horten 28. June 2002

More information

What we have learned over the years Richard Williams I Sales Manager

What we have learned over the years Richard Williams I Sales Manager Subtitle Content Specialists in Remote Monitoring Benefits of Remote Synchronised Interruption What we have learned over the years Richard Williams I Sales Manager Slide: 1: # Agenda 1. Overview of MERLIN

More information

Effects of data structure on the estimation of covariance functions to describe genotype by environment interactions in a reaction norm model

Effects of data structure on the estimation of covariance functions to describe genotype by environment interactions in a reaction norm model Genet. Sel. Evol. 36 (2004) 489 507 489 c INRA, EDP Sciences, 2004 DOI: 10.1051/gse:2004013 Original article Effects of data structure on the estimation of covariance functions to describe genotype by

More information

arxiv: v2 [cs.cv] 1 Apr 2019

arxiv: v2 [cs.cv] 1 Apr 2019 Tell, Draw, and Repeat: Generating and modifying images based on continual linguistic instruction Alaaeldin El-Nouby 1,4, Shikhar Sharma 2 Hannes Schulz 2 Devon Hjelm 2,3,5 Layla El Asri 2 Samira Ebrahimi

More information

FAULT DIAGNOSIS IN DEAERATOR USING FUZZY LOGIC

FAULT DIAGNOSIS IN DEAERATOR USING FUZZY LOGIC Fault diagnosis in deaerator using fuzzy logic 19 FAULT DIAGNOSIS IN DEAERATOR USING FUZZY LOGIC S.Srinivasan 1), P.Kanagasabapathy 1), N.Selvaganesan 2) 1) Department of Instrumentation Engineering, MIT

More information

WaMoS II Wave Monitoring System

WaMoS II Wave Monitoring System WaMoS II Wave Monitoring System - An application of WaMoS II at Duck - Katrin Hessner, K. Reichert, J. Dannenberg OceanWaveS GmbH, Germany Kent Hathaway, Don Resio Engineering Research Development Center

More information

JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts

JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts Jan Kodovský, Jessica Fridrich May 16, 2012 / IH Conference 1 / 19 What is JPEG-compatibility steganalysis? Detects embedding

More information

Automated analysis of microscopic images of cellular tissues

Automated analysis of microscopic images of cellular tissues Automated analysis of microscopic images of cellular tissues Rutger Slooter December 8, 2017 Master Thesis Applied Mathematics 1 Overview The problem Master Thesis Applied Mathematics 2 Overview The problem

More information

1.1 The size of the search space Modeling the problem Change over time Constraints... 21

1.1 The size of the search space Modeling the problem Change over time Constraints... 21 Introduction : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 1 I What Are the Ages of My Three Sons? : : : : : : : : : : : : : : : : : 9 1 Why Are Some Problems Dicult to Solve? : : :

More information

GOLOMB Compression Technique For FPGA Configuration

GOLOMB Compression Technique For FPGA Configuration GOLOMB Compression Technique For FPGA Configuration P.Hema Assistant Professor,EEE Jay Shriram Group Of Institutions ABSTRACT Bit stream compression is important in reconfigurable system design since it

More information

Substitution of Energy and Capital an Its Uncertainty for China

Substitution of Energy and Capital an Its Uncertainty for China Substitution of Energy and Capital an Its Uncertainty for China Zhaoning ZHENG Research Center of Contemporary Management Global Climate Change Institute School of Public policy and management Tsinghua

More information

Principal component factor analysis-based NBA player comprehensive ability evaluation research

Principal component factor analysis-based NBA player comprehensive ability evaluation research Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 014, 6(6):400-405 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Principal component factor analysis-based NBA player

More information

Inferring land use from mobile phone activity

Inferring land use from mobile phone activity Inferring land use from mobile phone activity Jameson L. Toole (MIT) Michael Ulm (AIT) Dietmar Bauer (AIT) Marta C. Gonzalez (MIT) UrbComp 2012 Beijing, China 1 The Big Questions Can land use be predicted

More information

Pedestrian Protection System for ADAS using ARM 9

Pedestrian Protection System for ADAS using ARM 9 Pedestrian Protection System for ADAS using ARM 9 Rajashri Sanatkumar Dixit S.T. Gandhe Pravin Dhulekar ABSTRACT We developed pedestrian protection system by using haar cascade algorithm with Friendly

More information

Diver Training Options

Diver Training Options MAIN INTERNET ON-SITE TAILORED PACKAGES INTER-COMPANY Diver Training Options DBI offers a menu of tailored courses Designed for users as well as IT Professionals to learn how to master the functionality

More information

Minimum Mean-Square Error (MMSE) and Linear MMSE (LMMSE) Estimation

Minimum Mean-Square Error (MMSE) and Linear MMSE (LMMSE) Estimation Minimum Mean-Square Error (MMSE) and Linear MMSE (LMMSE) Estimation Outline: MMSE estimation, Linear MMSE (LMMSE) estimation, Geometric formulation of LMMSE estimation and orthogonality principle. Reading:

More information

Chapter 6. Analysis of the framework with FARS Dataset

Chapter 6. Analysis of the framework with FARS Dataset Chapter 6 Analysis of the framework with FARS Dataset. Having represented each phase of the structure with the aid of different data sets at each stage, to support the efficacy of the proposed framework

More information

Geometric moments for gait description

Geometric moments for gait description Geometric moments for gait description C. Toxqui-Quitl, V. Morales-Batalla, A. Padilla-Vivanco, and C. Camacho-Bello. Universidad Politécnica de Tulancingo, Ingenierías 100, 43629 Hidalgo, México. ctoxqui@upt.edu.mx

More information

VOLLEYBALL Match players ranking. TAL Tala'ea El-Geish

VOLLEYBALL Match players ranking. TAL Tala'ea El-Geish FIVB Men's Club World Championship 16 Match duration: Start: 15:00 End: 16:38 : 1:38 Teams Sets 1 2 3 4 5 TAL 1 TAI 3 Set duration 0:24 0: 0:18 0:24 1:29 Spike Succ. % Limit: 15.00% Block TAL Tala'ea El-Geish

More information

The PyMca Application and Toolkit V.A. Solé - European Synchrotron Radiation Facility 2009 Python for Scientific Computing Conference

The PyMca Application and Toolkit V.A. Solé - European Synchrotron Radiation Facility 2009 Python for Scientific Computing Conference The PyMca Application and Toolkit V.A. Solé - European Synchrotron Radiation Facility 2009 Python for Scientific Computing Conference Slide: 1 The ESRF: Just an X-Ray Source Slide: 2 (Partial) Synchrotron

More information

A N E X P L O R AT I O N W I T H N E W Y O R K C I T Y TA X I D ATA S E T

A N E X P L O R AT I O N W I T H N E W Y O R K C I T Y TA X I D ATA S E T A N E X P L O R AT I O N W I T H N E W Y O R K C I T Y TA X I D ATA S E T GAO, Zheng 26 May 2016 Abstract The data analysis is two-part: an exploratory data analysis, and an attempt to answer an inferential

More information

On the convergence of fitting algorithms in computer vision

On the convergence of fitting algorithms in computer vision On the convergence of fitting algorithms in computer vision N. Chernov Department of Mathematics University of Alabama at Birmingham Birmingham, AL 35294 chernov@math.uab.edu Abstract We investigate several

More information

Folding Reticulated Shell Structure Wind Pressure Coefficient Prediction Research based on RBF Neural Network

Folding Reticulated Shell Structure Wind Pressure Coefficient Prediction Research based on RBF Neural Network International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) Folding Reticulated Shell Structure Wind Pressure Coefficient Prediction Research based on RBF Neural Network

More information

MEDICAL IMAGE WAVELET COMPRESSION- EFFECT OF DECOMPOSITION LEVEL

MEDICAL IMAGE WAVELET COMPRESSION- EFFECT OF DECOMPOSITION LEVEL International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 8, Issue 5, September-October 2017, pp. 25 32, Article ID: IJECET_08_05_004 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=8&itype=5

More information

u = Open Access Reliability Analysis and Optimization of the Ship Ballast Water System Tang Ming 1, Zhu Fa-xin 2,* and Li Yu-le 2 " ) x # m," > 0

u = Open Access Reliability Analysis and Optimization of the Ship Ballast Water System Tang Ming 1, Zhu Fa-xin 2,* and Li Yu-le 2  ) x # m, > 0 Send Orders for Reprints to reprints@benthamscience.ae 100 The Open Automation and Control Systems Journal, 015, 7, 100-105 Open Access Reliability Analysis and Optimization of the Ship Ballast Water System

More information

STUDY ON DIVISION OF POOR PROVINCES IN CHINA BASED ON THE METHOD OF QUANTITY-FIG. HU Fang-xiao 1, WANG Yu-bao 2

STUDY ON DIVISION OF POOR PROVINCES IN CHINA BASED ON THE METHOD OF QUANTITY-FIG. HU Fang-xiao 1, WANG Yu-bao 2 DOI:10.13959/j.issn.1003-2398.2011.05.011 2011 5 121 :1003-2398(2011)05-0082-06 1 2, (1., 710049;2., 710061) STUDY ON DIVISION OF POOR PROVINCES IN CHINA BASED ON THE METHOD OF QUANTITY-FIG HU Fang-xiao

More information