JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts

Size: px
Start display at page:

Download "JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts"

Transcription

1 JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts Jan Kodovský, Jessica Fridrich May 16, 2012 / IH Conference 1 / 19

2 What is JPEG-compatibility steganalysis? Detects embedding changes in the spatial domain using the fact that the cover image was previously JPEG compressed All pixels in a cover image must be obtainable by decompressing the corresponding quantized DCT coefficients Relevancy Photographs are commonly stored in the JPEG format JPEG format may not allow sufficient capacity Vast majority of publicly available steganographic tools hide messages in raster formats Most steganographic algorithms do not take JPEG compatibility into account 2 / 19

3 Overview of the process Step 1 Step 2 Estimate JPEG compression parameters θ from image Y Y... (stego) image in raster format θ... JPEG quality factor (quantization table), DCT specifics, chrominance tables, color subsampling, etc. Detect embedding changes using the recompressed image Ŷ Ŷ = JPEG 1 θ (JPEG θ (Y))... recompressed image (predictor) JPEG θ... JPEG compression (many-to-one mapping) JPEG 1 θ... JPEG decompression 3 / 19

4 Prior art Fridrich, Goljan, Du (SPIE 2001) Mathematical guarantee of JPEG incompatibility Brute-force search, growing complexity for higher quality factors Böhme (IH 2007) Weighted Stego-image for decompressed images (WSJPG) Targeted to LSB replacement (LSBR) Uniform weights, predictor = recompressed image Ŷ ˆβ WS = 1 n n (y i ȳ i )(y i ŷ i ) i=1 y i... pixel value ȳ i... value of the pixel with flipped LSB ŷ i... cover pixel predictor (image recompression) 4 / 19

5 Prior art, cont d Luo, Wang, Huang (IEEE SPL 2011) The same recompression predictor as WSJPG Decision based on the number of mismatched pixels ˆβ LUO = 1 n {i y i ŷ i } y i... pixel value ŷ i... cover pixel predictor (image recompression) Ability to detect embedding operations other than LSBR Much less robust to inaccurate estimate of θ Does not distinguish between embedding changes and natural recompression artifacts 5 / 19

6 Image recompression BOSSbase image 7347.pgm, JPEG quality factor 80 Decompressed image Y Residual R = Y Ŷ 6 / 19

7 Image recompression BOSSbase image 7347.pgm, JPEG quality factor 80 Decompressed image Y ˆβ LUO = 1 n nnz(r) Residual R = Y Ŷ change rate β = / 19

8 Introducing a simple feature vector Goal: distinguish between emb. changes and recomp. artifacts Recompression artifacts... patterns over 8 8 pixel blocks Embedding changes... individual changed pixels Simple pattern descriptor ρ (k)... number of mismatched pixels in the kth block h = (h m )... histogram of ρ (k) over the image h m = 64 {k ρ (k) = m}, m = 0,..., 64 n Relationship to the predictor of Luo et al. ˆβ LUO = 1 n {i y i ŷ i } = 1 64 m h m 64 m=0 7 / 19

9 Properties of the proposed features Feature value h 1 Quality factor Change rate β 8 / 19

10 Properties of the proposed features Feature value h 1 h 5 Quality factor Change rate β 8 / 19

11 Properties of the proposed features Feature value h 1 h 5 h 10 Quality factor Change rate β 8 / 19

12 Properties of the proposed features Feature value h 1 Quality factor 80 h 5 h 10 h15 h 20 h25 h Change rate β Feature vector h covers all change rates β Next step: supply h to a machine-learning engine 8 / 19

13 Comparison to Luo et al. 0.5 ˆβLUO Quality factor Number of changes Change rate β Large variance due to recompression artifacts Inaccurate for detecting small change rates (our focus) 9 / 19

14 Clairvoyant detector Distinguish between cover images and stego images of known β Tested over a range of different quality factors and change rates Our focus: very small change rates (even a single change) Binary classifier trained for every tested change rate β Ensemble classifier with FLD as a base learner Image database: BOSSbase Threshold set to minimize total average error under equal priors 1 P E = min P FA 2 (P FA + P MD ) 10 / 19

15 Clairvoyant detector, cont d A single changed pixel (β = ) LSBR JPEG quality WSJPG Proposed changed pixels (β = ) JPEG quality WSJPG Proposed changed pixels (β = 0.001) JPEG quality WSJPG Proposed Note: For such small values of β, LUO performed consistently worse than WSJPG 11 / 19

16 Detection of schemes other than LSBR LSB matching (±1 embedding) similar results as LSBR HUGO (adaptive algorithm) less detectable Number of changed pixels Change rate β (cpp) QF (Recompression artifacts correlate with texture/edges) 12 / 19

17 Detector for unknown β Dropping the assumption of known change rate β One-sided hypothesis testing problem: β = 0 vs β > 0 We construct a single classifier and set a threshold according to the predefined value of FA rate (based on covers only) How to train a classifier? Pevný (SPIE 2011) uniform mixture of change rates Our scenario: even a small number of changes reliably detected train on a fixed small β with a reasonable error rate Error too high difficult to find optimal decision boundary Error too low many decision boundaries equally good, but only some of them useful for smaller change rates 13 / 19

18 Detector for unknown β, cont d PD QF 90 P FA = P FA = P FA = P FA = P FA = 0.20 P FA = 0.10 P FA = 0.05 P FA = 0.02 P FA = 0.01 QF Number of testing changes Number of testing changes P D... probability of detection QF 90: P FA = 1% detects everything with > 10 changes QF 95: P FA = 1% detects everything with > 300 changes (β ) 14 / 19

19 Quantitative detector Quantitative detector built using Support Vector Regression (SVR) Methodology described by Pevný et al. (IEEE TIFS, 2012) ν-svr with a Gaussian kernel (libsvm library) 3 parameters: kernel width, misclassification cost, bound on the number of support vectors 3D grid-search + cross-validation BOSSbase, training change rates chosen uniformly from [0, b] Relative measures of accuracy: B r (β) = 1 β (median( ˆβ) β) 100% M r (β) = 1 β median( ˆβ median( ˆβ) ) 100% (More informative for change rates of very different magnitudes) 15 / 19

20 Quantitative detector, cont d β b = 0.5 b = 0.05 b = b = /n 2.78 ± /n 9.04 ± ± /n 15.6 ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± 1.52 Numbers... B r(β) ± M r(β). Crosses correspond to failures (either B r or M r is larger than 50%). JPEG quality fixed to 90. Trained on [0, b]. Very different magnitudes of testing change rates Training on [0, 0.5] only 4 training samples with < 100 changes Smaller b higher training-sample density more accurate on [0, b] 16 / 19

21 Quantitative detector, cont d Heuristic cascading algorithm to cover all change rates: 1. Set b = (b 1,..., b k ), b i > b i+1, b i [0, 0.5], initialize i = Compute ˆβ i by training on [0, b i]. If i = k, terminate and output ˆβ i. 3. If ˆβ i b i+1, increment i = i + 1, go to Step Output ˆβ i. b 1 = 0.5 b 2 = 0.05 b 3 = b 4 = Cascade 10/n 2.78 ± ± /n 9.04 ± ± ± /n 15.6 ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± ± / 19

22 Cascade vs. LUO (LSBR) Br(β) Br(β) Cascade LUO QF = QF = Change rate β QF = QF = Change rate β 18 / 19

23 Summary Accurate JPEG-compatibility steganalysis using block-histogram of the number of mismatched pixels after recompression Limitations of prior art WSJPG limited to LSB replacement LUO does not distinguish between emb. changes and recompression artifacts Three types of detectors constructed Clairvoyant known β, binary classification Unknown β one-sided hypothesis testing, CFAR detector Quantitative outputs estimate of β Accurate detection of fewer than 100 changes for QF up to 94 Proposed method requires images for classifier training Trade off between robustness w.r.t. the estimate of θ and the ability to detect embedding schemes other than LSBR 19 / 19

This file is part of the following reference:

This file is part of the following reference: This file is part of the following reference: Hancock, Timothy Peter (2006) Multivariate consensus trees: tree-based clustering and profiling for mixed data types. PhD thesis, James Cook University. Access

More information

FACE DETECTION. Lab on Project Based Learning May Xin Huang, Mark Ison, Daniel Martínez Visual Perception

FACE DETECTION. Lab on Project Based Learning May Xin Huang, Mark Ison, Daniel Martínez Visual Perception FACE DETECTION Lab on Project Based Learning May 2011 Xin Huang, Mark Ison, Daniel Martínez Visual Perception Contents Introduction Exploration into local invariant features The final method Results Conclusions

More information

PREDICTING the outcomes of sporting events

PREDICTING the outcomes of sporting events CS 229 FINAL PROJECT, AUTUMN 2014 1 Predicting National Basketball Association Winners Jasper Lin, Logan Short, and Vishnu Sundaresan Abstract We used National Basketball Associations box scores from 1991-1998

More information

FIRE PROTECTION. In fact, hydraulic modeling allows for infinite what if scenarios including:

FIRE PROTECTION. In fact, hydraulic modeling allows for infinite what if scenarios including: By Phil Smith, Project Manager and Chen-Hsiang Su, PE, Senior Consultant, Lincolnshire, IL, JENSEN HUGHES A hydraulic model is a computer program configured to simulate flows for a hydraulic system. The

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

Validation of 12.5 km Resolution Coastal Winds. Barry Vanhoff, COAS/OSU Funding by NASA/NOAA

Validation of 12.5 km Resolution Coastal Winds. Barry Vanhoff, COAS/OSU Funding by NASA/NOAA Validation of 12.5 km Resolution Coastal Winds Barry Vanhoff, COAS/OSU Funding by NASA/NOAA Outline Part 1: Determining empirical land mask Characterizing σ 0 near coast Part 2: Wind retrieval using new

More information

Windcube FCR measurements

Windcube FCR measurements Windcube FCR measurements Principles, performance and recommendations for use of the Flow Complexity Recognition (FCR) algorithm for the Windcube ground-based Lidar Summary: As with any remote sensor,

More information

Bayesian Optimized Random Forest for Movement Classification with Smartphones

Bayesian Optimized Random Forest for Movement Classification with Smartphones Bayesian Optimized Random Forest for Movement Classification with Smartphones 1 2 3 4 Anonymous Author(s) Affiliation Address email 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

More information

Sensing and Modeling of Terrain Features using Crawling Robots

Sensing and Modeling of Terrain Features using Crawling Robots Czech Technical University in Prague Sensing and Modeling of Terrain Features using Crawling Robots Jakub Mrva 1 Faculty of Electrical Engineering Agent Technology Center Computational Robotics Laboratory

More information

Estimating the Probability of Winning an NFL Game Using Random Forests

Estimating the Probability of Winning an NFL Game Using Random Forests Estimating the Probability of Winning an NFL Game Using Random Forests Dale Zimmerman February 17, 2017 2 Brian Burke s NFL win probability metric May be found at www.advancednflstats.com, but the site

More information

CS 528 Mobile and Ubiquitous Computing Lecture 7a: Applications of Activity Recognition + Machine Learning for Ubiquitous Computing.

CS 528 Mobile and Ubiquitous Computing Lecture 7a: Applications of Activity Recognition + Machine Learning for Ubiquitous Computing. CS 528 Mobile and Ubiquitous Computing Lecture 7a: Applications of Activity Recognition + Machine Learning for Ubiquitous Computing Emmanuel Agu Applications of Activity Recognition Recall: Activity Recognition

More information

Calibration and Validation of the Simulation Model. Xin Zhang

Calibration and Validation of the Simulation Model. Xin Zhang Calibration and Validation of the Simulation Model Xin Zhang Comparison with existing tools Calibration and Validation Comparisons Comparison of vehicle simulation with VISSIM Comparison of simulation

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

The Intrinsic Value of a Batted Ball Technical Details

The Intrinsic Value of a Batted Ball Technical Details The Intrinsic Value of a Batted Ball Technical Details Glenn Healey, EECS Department University of California, Irvine, CA 9617 Given a set of observed batted balls and their outcomes, we develop a method

More information

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

INTRODUCTION TO PATTERN RECOGNITION

INTRODUCTION TO PATTERN RECOGNITION INTRODUCTION TO PATTERN RECOGNITION 3 Introduction Our ability to recognize a face, to understand spoken words, to read handwritten characters all these abilities belong to the complex processes of pattern

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

Navigate to the golf data folder and make it your working directory. Load the data by typing

Navigate to the golf data folder and make it your working directory. Load the data by typing Golf Analysis 1.1 Introduction In a round, golfers have a number of choices to make. For a particular shot, is it better to use the longest club available to try to reach the green, or would it be better

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

Environmental Science: An Indian Journal

Environmental Science: An Indian Journal Environmental Science: An Indian Journal Research Vol 14 Iss 1 Flow Pattern and Liquid Holdup Prediction in Multiphase Flow by Machine Learning Approach Chandrasekaran S *, Kumar S Petroleum Engineering

More information

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG GOAL OF PROJECT The goal is to predict the winners between college men s basketball teams competing in the 2018 (NCAA) s March

More information

DEVELOPMENT OF A SET OF TRIP GENERATION MODELS FOR TRAVEL DEMAND ESTIMATION IN THE COLOMBO METROPOLITAN REGION

DEVELOPMENT OF A SET OF TRIP GENERATION MODELS FOR TRAVEL DEMAND ESTIMATION IN THE COLOMBO METROPOLITAN REGION DEVELOPMENT OF A SET OF TRIP GENERATION MODELS FOR TRAVEL DEMAND ESTIMATION IN THE COLOMBO METROPOLITAN REGION Ravindra Wijesundera and Amal S. Kumarage Dept. of Civil Engineering, University of Moratuwa

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

Evaluation of Regression Approaches for Predicting Yellow Perch (Perca flavescens) Recreational Harvest in Ohio Waters of Lake Erie

Evaluation of Regression Approaches for Predicting Yellow Perch (Perca flavescens) Recreational Harvest in Ohio Waters of Lake Erie Evaluation of Regression Approaches for Predicting Yellow Perch (Perca flavescens) Recreational Harvest in Ohio Waters of Lake Erie QFC Technical Report T2010-01 Prepared for: Ohio Department of Natural

More information

CALIBRATION OF THE PLATOON DISPERSION MODEL BY CONSIDERING THE IMPACT OF THE PERCENTAGE OF BUSES AT SIGNALIZED INTERSECTIONS

CALIBRATION OF THE PLATOON DISPERSION MODEL BY CONSIDERING THE IMPACT OF THE PERCENTAGE OF BUSES AT SIGNALIZED INTERSECTIONS CALIBRATION OF THE PLATOON DISPERSION MODEL BY CONSIDERING THE IMPACT OF THE PERCENTAGE OF BUSES AT SIGNALIZED INTERSECTIONS By Youan Wang, Graduate Research Assistant MOE Key Laboratory for Urban Transportation

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

Design of a Pedestrian Detection System Based on OpenCV. Ning Xu and Yong Ren*

Design of a Pedestrian Detection System Based on OpenCV. Ning Xu and Yong Ren* International Conference on Education, Management, Commerce and Society (EMCS 2015) Design of a Pedestrian Detection System Based on OpenCV Ning Xu and Yong Ren* Applied Technology College of Soochow University

More information

A Bag-of-Gait Model for Gait Recognition

A Bag-of-Gait Model for Gait Recognition A Bag-of-Gait Model for Gait Recognition Jianzhao Qin, T. Luo, W. Shao, R. H. Y. Chung and K. P. Chow The Department of Computer Science, The University of Hong Kong, Hong Kong, China Abstract In this

More information

The risk assessment of ships manoeuvring on the waterways based on generalised simulation data

The risk assessment of ships manoeuvring on the waterways based on generalised simulation data Safety and Security Engineering II 411 The risk assessment of ships manoeuvring on the waterways based on generalised simulation data L. Gucma Maritime University of Szczecin, Poland Abstract This paper

More information

Evaluating and Classifying NBA Free Agents

Evaluating and Classifying NBA Free Agents Evaluating and Classifying NBA Free Agents Shanwei Yan In this project, I applied machine learning techniques to perform multiclass classification on free agents by using game statistics, which is useful

More information

DEPARTMENT OF THE NAVY DIVISION NEWPORT OFFICE OF COUNSEL PHONE: FAX: DSN:

DEPARTMENT OF THE NAVY DIVISION NEWPORT OFFICE OF COUNSEL PHONE: FAX: DSN: IMAVSBA WARFARE CENTERS NEWPORT DEPARTMENT OF THE NAVY NAVAL UNDERSEA WARFARE CENTER DIVISION NEWPORT OFFICE OF COUNSEL PHONE: 401 832-3653 FAX: 401 832-4432 DSN: 432-3653 Attorney Docket No. 85031 Date:

More information

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions Announcements Announcements Lecture 19: Inference for SLR & Statistics 101 Mine Çetinkaya-Rundel April 3, 2012 HW 7 due Thursday. Correlation guessing game - ends on April 12 at noon. Winner will be announced

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

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

A study of advection of short wind waves by long waves from surface slope images

A study of advection of short wind waves by long waves from surface slope images A study of advection of short wind waves by long waves from surface slope images X. Zhang, J. Klinke, and B. Jähne SIO, UCSD, CA 993-02, USA Abstract Spatial and temporal measurements of short wind waves

More information

Figure 2: Principle of GPVS and ILIDS.

Figure 2: Principle of GPVS and ILIDS. Summary Bubbly flows appear in many industrial applications. In electrochemistry, bubbles emerge on the electrodes in e.g. hydrolysis of water, the production of chloride and as a side-reaction in metal

More information

Uninformed Search (Ch )

Uninformed Search (Ch ) 1 Uninformed Search (Ch. 3-3.4) 3 Terminology review State: a representation of a possible configuration of our problem Action: -how our agent interacts with the problem -can be different depending on

More information

Fingerprint Recompression after Segmentation

Fingerprint Recompression after Segmentation MTR08 000 5 MITR E TECH NICAL R EPORT Fingerprint Recompression after Segmentation January 2008 M. A. Lepley Sponsor: DOJ/FBI Contract No.: W15P7T-07-C-F700 Dept. No.: G036 Project No.: 0707E02X The views,

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

2 When Some or All Labels are Missing: The EM Algorithm

2 When Some or All Labels are Missing: The EM Algorithm CS769 Spring Advanced Natural Language Processing The EM Algorithm Lecturer: Xiaojin Zhu jerryzhu@cs.wisc.edu Given labeled examples (x, y ),..., (x l, y l ), one can build a classifier. If in addition

More information

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Objectives The goal of this study is to advance the state of the art in understanding

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

Climate Change Scenarios for the Agricultural and Hydrological Impact Studies

Climate Change Scenarios for the Agricultural and Hydrological Impact Studies Climate Change Scenarios for the Agricultural and Hydrological Impact Studies Martin Dubrovský (WP 3, 5, 6) Masarykova kolej, Praha ***** 25-27 November 2009 scheme of cc impacts study GCM output obs.wea.series

More information

Improving Accuracy of Frequency Estimation of Major Vapor Cloud Explosions for Evaluating Control Room Location through Quantitative Risk Assessment

Improving Accuracy of Frequency Estimation of Major Vapor Cloud Explosions for Evaluating Control Room Location through Quantitative Risk Assessment Improving Accuracy of Frequency Estimation of Major Vapor Cloud Explosions for Evaluating Control Room Location through Quantitative Risk Assessment Naser Badri 1, Farshad Nourai 2 and Davod Rashtchian

More information

COMPLETING THE RESULTS OF THE 2013 BOSTON MARATHON

COMPLETING THE RESULTS OF THE 2013 BOSTON MARATHON COMPLETING THE RESULTS OF THE 2013 BOSTON MARATHON Dorit Hammerling 1, Matthew Cefalu 2, Jessi Cisewski 3, Francesca Dominici 2, Giovanni Parmigiani 2,4, Charles Paulson 5, Richard Smith 1,6 1 Statistical

More information

Interim Operating Procedures for SonTek RiverSurveyor M9/S5

Interim Operating Procedures for SonTek RiverSurveyor M9/S5 Hydroacoustics Technical Working Group: Task 2.3 Fully operationalize auto-adapting ADCPs Interim Operating Procedures for SonTek RiverSurveyor M9/S5 P Campbell, E. Jamieson, F Rainville, A Du Cap, 2014

More information

Singularity analysis: A poweful technique for scatterometer wind data processing

Singularity analysis: A poweful technique for scatterometer wind data processing Singularity analysis: A poweful technique for scatterometer wind data processing M. Portabella (ICM-CSIC) W. Lin (ICM-CSIC) A. Stoffelen (KNMI) A. Turiel (ICM-CSIC) G. King (ICM-CSIC) A. Verhoef (KNMI)

More information

CS145: INTRODUCTION TO DATA MINING

CS145: INTRODUCTION TO DATA MINING CS145: INTRODUCTION TO DATA MINING 3: Vector Data: Logistic Regression Instructor: Yizhou Sun yzsun@cs.ucla.edu October 9, 2017 Methods to Learn Vector Data Set Data Sequence Data Text Data Classification

More information

Real-Time Electricity Pricing

Real-Time Electricity Pricing Real-Time Electricity Pricing Xi Chen, Jonathan Hosking and Soumyadip Ghosh IBM Watson Research Center / Northwestern University Yorktown Heights, NY, USA X. Chen, J. Hosking & S. Ghosh (IBM) Real-Time

More information

THE CORRELATION BETWEEN WIND TURBINE TURBULENCE AND PITCH FAILURE

THE CORRELATION BETWEEN WIND TURBINE TURBULENCE AND PITCH FAILURE THE CORRELATION BETWEEN WIND TURBINE TURBULENCE AND PITCH FAILURE Peter TAVNER, Yingning QIU, Athanasios KOROGIANNOS, Yanhui FENG Energy Group, School of Engineering and Computing Sciences, Durham University,

More information

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag Decision Trees Nicholas Ruozzi University of Texas at Dallas Based on the slides of Vibhav Gogate and David Sontag Announcements Course TA: Hao Xiong Office hours: Friday 2pm-4pm in ECSS2.104A1 First homework

More information

Compaction, Permeability, and Fluid Flow in Brent-type Reservoirs Under Depletion and Pressure Blowdown

Compaction, Permeability, and Fluid Flow in Brent-type Reservoirs Under Depletion and Pressure Blowdown Compaction, Permeability, and Fluid Flow in Brent-type Reservoirs Under Depletion and Pressure Blowdown by Øystein Pettersen, CIPR CIPR Technology Seminar 2010 Outline Experimental & Field Observations

More information

Estimating Paratransit Demand Forecasting Models Using ACS Disability and Income Data

Estimating Paratransit Demand Forecasting Models Using ACS Disability and Income Data Estimating Paratransit Demand Forecasting Models Using ACS Disability and Income Data Presenter: Daniel Rodríguez Román University of Puerto Rico, Mayagüez Co-author: Sarah V. Hernandez University of Arkansas,

More information

Atmospheric Waves James Cayer, Wesley Rondinelli, Kayla Schuster. Abstract

Atmospheric Waves James Cayer, Wesley Rondinelli, Kayla Schuster. Abstract Atmospheric Waves James Cayer, Wesley Rondinelli, Kayla Schuster Abstract It is important for meteorologists to have an understanding of the synoptic scale waves that propagate thorough the atmosphere

More information

Analysis of Car-Pedestrian Impact Scenarios for the Evaluation of a Pedestrian Sensor System Based on the Accident Data from Sweden

Analysis of Car-Pedestrian Impact Scenarios for the Evaluation of a Pedestrian Sensor System Based on the Accident Data from Sweden 136 S.N. Huang, J.K. Yang Division of Vehicle Safety, Chalmers University of Technology, Göteborg, Sweden F. Eklund Automotive Safety Electronics, Autoliv Electronics AB, Linköping, Sweden Analysis of

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

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

An experimental validation of a robust controller on the VAIMOS autonomous sailboat. Fabrice LE BARS

An experimental validation of a robust controller on the VAIMOS autonomous sailboat. Fabrice LE BARS An experimental validation of a robust controller on the VAIMOS autonomous sailboat Fabrice LE BARS Outline Introduction VAIMOS, an autonomous sailboat for oceanography Autonomy / control Theoretical validation

More information

E. Agu, M. Kasperski Ruhr-University Bochum Department of Civil and Environmental Engineering Sciences

E. Agu, M. Kasperski Ruhr-University Bochum Department of Civil and Environmental Engineering Sciences EACWE 5 Florence, Italy 19 th 23 rd July 29 Flying Sphere image Museo Ideale L. Da Vinci Chasing gust fronts - wind measurements at the airport Munich, Germany E. Agu, M. Kasperski Ruhr-University Bochum

More information

Predictors for Winning in Men s Professional Tennis

Predictors for Winning in Men s Professional Tennis Predictors for Winning in Men s Professional Tennis Abstract In this project, we use logistic regression, combined with AIC and BIC criteria, to find an optimal model in R for predicting the outcome of

More information

QUESTION BANK PERIOD : JULY - NOV 2018 BATCH: UNIT I DIGITAL IMAGE FUNDAMENTALS

QUESTION BANK PERIOD : JULY - NOV 2018 BATCH: UNIT I DIGITAL IMAGE FUNDAMENTALS ST. ANNE S COLLEGE OF ENGINEERING AND TECHNOLOGY (Approved by AICTE, New Delhi. Affiliated to Anna University, Chennai) (An ISO 9001: 2015 Certified Institution) ANGUCHETTYPALAYAM, PANRUTI 607 106. QUESTION

More information

Chapter 4 Traffic Analysis

Chapter 4 Traffic Analysis Chapter 4 Traffic Analysis PURPOSE The traffic analysis component of the K-68 Corridor Management Plan incorporates information on the existing transportation network, such as traffic volumes and intersection

More information

A Chiller Control Algorithm for Multiple Variablespeed Centrifugal Compressors

A Chiller Control Algorithm for Multiple Variablespeed Centrifugal Compressors Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2014 A Chiller Control Algorithm for Multiple Variablespeed Centrifugal Compressors Piero

More information

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held As part of my research in Sebastian Thrun's autonomous driving team, my goal is to predict the wait-time for a car at a 4-way intersection.

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

Rotation Centers of the Equine Digit and their Use in Quantifying Conformation

Rotation Centers of the Equine Digit and their Use in Quantifying Conformation Presented at the Roth Kinematics Symposium, Stanford University, June 21, 2003. Rotation Centers of the Equine Digit and their Use in Quantifying Conformation John J. Craig, Phd ; Monique F. Craig, BSCE;

More information

a) List and define all assumptions for multiple OLS regression. These are all listed in section 6.5

a) List and define all assumptions for multiple OLS regression. These are all listed in section 6.5 Prof. C. M. Dalton ECN 209A Spring 2015 Practice Problems (After HW1, HW2, before HW3) CORRECTED VERSION Question 1. Draw and describe a relationship with heteroskedastic errors. Support your claim with

More information

Climate Change Scenarios for the Agricultural and Hydrological Impact Studies

Climate Change Scenarios for the Agricultural and Hydrological Impact Studies Climate Change Scenarios for the Agricultural and Hydrological Impact Studies Martin Dubrovský (WP 3, 5, 6) hotel Mendi, Halkidiki, Greece ***** 10-12. June 2009 scheme of cc impacts study GCM output obs.wea.series

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

hot hands in hockey are they real? does it matter? Namita Nandakumar Wharton School, University of

hot hands in hockey are they real? does it matter? Namita Nandakumar Wharton School, University of hot hands in hockey are they real? does it matter? Namita Nandakumar Wharton School, University of Pennsylvania @nnstats Let s talk about streaks. ~ The Athletic Philadelphia, 11/27/2017 2017-18 Flyers

More information

Legendre et al Appendices and Supplements, p. 1

Legendre et al Appendices and Supplements, p. 1 Legendre et al. 2010 Appendices and Supplements, p. 1 Appendices and Supplement to: Legendre, P., M. De Cáceres, and D. Borcard. 2010. Community surveys through space and time: testing the space-time interaction

More information

Cycling Volume Estimation Methods for Safety Analysis

Cycling Volume Estimation Methods for Safety Analysis Cycling Volume Estimation Methods for Safety Analysis XI ICTCT extra Workshop in Vancouver, Canada Session: Methods and Simulation Date: March, 01 The Highway Safety Manual (HSM) documents many safety

More information

A SEMI-PRESSURE-DRIVEN APPROACH TO RELIABILITY ASSESSMENT OF WATER DISTRIBUTION NETWORKS

A SEMI-PRESSURE-DRIVEN APPROACH TO RELIABILITY ASSESSMENT OF WATER DISTRIBUTION NETWORKS A SEMI-PRESSURE-DRIVEN APPROACH TO RELIABILITY ASSESSMENT OF WATER DISTRIBUTION NETWORKS S. S. OZGER PhD Student, Dept. of Civil and Envir. Engrg., Arizona State Univ., 85287, Tempe, AZ, US Phone: +1-480-965-3589

More information

Trouble With The Curve: Improving MLB Pitch Classification

Trouble With The Curve: Improving MLB Pitch Classification Trouble With The Curve: Improving MLB Pitch Classification Michael A. Pane Samuel L. Ventura Rebecca C. Steorts A.C. Thomas arxiv:134.1756v1 [stat.ap] 5 Apr 213 April 8, 213 Abstract The PITCHf/x database

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

EE 364B: Wind Farm Layout Optimization via Sequential Convex Programming

EE 364B: Wind Farm Layout Optimization via Sequential Convex Programming EE 364B: Wind Farm Layout Optimization via Sequential Convex Programming Jinkyoo Park 1 Introduction In a wind farm, the wakes formed by upstream wind turbines decrease the power outputs of downstream

More information

Gait Recognition. Yu Liu and Abhishek Verma CONTENTS 16.1 DATASETS Datasets Conclusion 342 References 343

Gait Recognition. Yu Liu and Abhishek Verma CONTENTS 16.1 DATASETS Datasets Conclusion 342 References 343 Chapter 16 Gait Recognition Yu Liu and Abhishek Verma CONTENTS 16.1 Datasets 337 16.2 Conclusion 342 References 343 16.1 DATASETS Gait analysis databases are used in a myriad of fields that include human

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

Lab 11: Introduction to Linear Regression

Lab 11: Introduction to Linear Regression Lab 11: Introduction to Linear Regression Batter up The movie Moneyball focuses on the quest for the secret of success in baseball. It follows a low-budget team, the Oakland Athletics, who believed that

More information

SUPPLEMENT MATERIALS

SUPPLEMENT MATERIALS SUPPLEMENT MATERIALS This document provides the implementation details of LW-FQZip 2 and the detailed experimental results of the comparison studies. 1. Implementation details of LW-FQZip 2 LW-FQZip 2

More information

Robust Enhancement of Depth Images from Depth Sensors

Robust Enhancement of Depth Images from Depth Sensors 2017. This manuscript version is made available under the CC-BY-NC-ND 4.0 license http://creativecommons.org/licenses/by-nc-nd/4.0/ DOI: https://doi.org/10.1016/j.cag.2017.08.003 Robust Enhancement of

More information

An algorithm for Sea Surface Wind Speed from MWR

An algorithm for Sea Surface Wind Speed from MWR An algorithm for Sea Surface Wind Speed from MWR Carolina Tauro 1, Yazan Heyazin 2, María Marta Jacob 1, Linwood Jones 1 1 Comisión Nacional de Actividades Espaciales (CONAE) 2 Central Florida Remote Sensing

More information

An Efficient Code Compression Technique using Application-Aware Bitmask and Dictionary Selection Methods

An Efficient Code Compression Technique using Application-Aware Bitmask and Dictionary Selection Methods An Efficient Code Compression Technique using Application-Aware Bitmask and Selection Methods Seok-Won Seong sseong@cise.ufl.edu Prabhat Mishra prabhat@cise.ufl.edu Department of Computer and Information

More information

Modeling Pedestrian Volumes on College Campuses

Modeling Pedestrian Volumes on College Campuses TRANSPORTATION RESEARCH RECORD 1405 43 Modeling Pedestrian Volumes on College Campuses LAURAL. COVE AND J. EDWIN CLARK A study was undertaken to develop a reliable method for obtaining reasonable estimates

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

Novel empirical correlations for estimation of bubble point pressure, saturated viscosity and gas solubility of crude oils

Novel empirical correlations for estimation of bubble point pressure, saturated viscosity and gas solubility of crude oils 86 Pet.Sci.(29)6:86-9 DOI 1.17/s12182-9-16-x Novel empirical correlations for estimation of bubble point pressure, saturated viscosity and gas solubility of crude oils Ehsan Khamehchi 1, Fariborz Rashidi

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

Linear Compressor Suction Valve Optimization

Linear Compressor Suction Valve Optimization Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2016 Linear Compressor Suction Valve Optimization Rinaldo Puff Embraco, Brazil, rinaldo.puff@embraco.com

More information

Advanced Test Equipment Rentals ATEC (2832) OMS 600

Advanced Test Equipment Rentals ATEC (2832) OMS 600 Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) OMS 600 Continuous partial discharge monitoring system for power generators and electrical motors Condition monitoring

More information

AutoGait: A Mobile Platform that Accurately Estimates the Distance Walked

AutoGait: A Mobile Platform that Accurately Estimates the Distance Walked AutoGait: A Mobile Platform that Accurately Estimates the Distance Walked -Written By- Dae-Ki Cho, Min Mun, Uichin Lee, William J. Kaiser, Mario Gerla -Presented By- Scott Mitchell CS Department Problem

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

Provably Secure Camouflaging Strategy for IC Protection

Provably Secure Camouflaging Strategy for IC Protection Provably Secure Camouflaging Strategy for IC Protection Meng Li 1 Kaveh Shamsi 2 Travis Meade 2 Zheng Zhao 1 Bei Yu 3 Yier Jin 2 David Z. Pan 1 1 Electrical and Computer Engineering, University of Texas

More information

To Illuminate or Not to Illuminate: Roadway Lighting as It Affects Traffic Safety at Intersections

To Illuminate or Not to Illuminate: Roadway Lighting as It Affects Traffic Safety at Intersections To Illuminate or Not to Illuminate: Roadway Lighting as It Affects Traffic Safety at Intersections Mark Rea Lighting Research Center Rensselaer Polytechnic Institute Eric Donnell Dept. of Civil and Environmental

More information

Early Skip Decision based on Merge Index of SKIP for HEVC Encoding

Early Skip Decision based on Merge Index of SKIP for HEVC Encoding , pp.287-292 http://dx.doi.org/10.14257/astl.2016.139.60 Early Skip Decision based on Merge Index of SKIP for HEVC Encoding Jinwoo Jeong, Sungjei Kim, and Yong-Hwan Kim, Intelligent Image Processing Research

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

Currents measurements in the coast of Montevideo, Uruguay

Currents measurements in the coast of Montevideo, Uruguay Currents measurements in the coast of Montevideo, Uruguay M. Fossati, D. Bellón, E. Lorenzo & I. Piedra-Cueva Fluid Mechanics and Environmental Engineering Institute (IMFIA), School of Engineering, Research

More information

Robocup 2010 Version 1 Storyboard Prototype 13 th October 2009 Bernhard Hengst

Robocup 2010 Version 1 Storyboard Prototype 13 th October 2009 Bernhard Hengst Robocup 2010 Version 1 Storyboard Prototype 13 th October 2009 Bernhard Hengst Developmental Research Strategy! Fail-fast, fail cheap! We should accept poor performance but insist it is complete! Version

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

Integration of time-lapse seismic and production data in a Gulf of Mexico gas field

Integration of time-lapse seismic and production data in a Gulf of Mexico gas field Integration of time-lapse seismic and production data in a Gulf of Mexico gas field XURI HUANG, ROBERT WILL, MASHIUR KHAN, and LARRY STANLEY, WesternGeco, Houston, Texas, U.S. A pilot study was initiated

More information

4. Learning Pedestrian Models

4. Learning Pedestrian Models Learning Pedestrian Models for Silhouette Refinement L. Lee G. Dalley K. Tieu Massachusettes Institute of Technology Artificial Intelligence Laboratory {llee, dalleyg, tieu}@ai.mit.edu Abstract We present

More information