Amari Lewis Aidean Sharghi

Slides:



Advertisements
Similar presentations
Chapter 18 Discrete Cosine Transform. Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2004 Chapter 18, Slide 2 Learning Objectives  Introduction.
Advertisements

Biomedical Person Identification via Eye Printing Masoud Alipour Ali Farhadi Ali Farhadi Nima Razavi.
Application of light fields in computer vision AMARI LEWIS – REU STUDENT AIDEAN SHARGHI- PH.D STUENT.
A Matlab Playground for JPEG Andy Pekarske Nikolay Kolev.
Error detection and concealment for Multimedia Communications Senior Design Fall 06 and Spring 07.
A Comprehensive Study on Third Order Statistical Features for Image Splicing Detection Xudong Zhao, Shilin Wang, Shenghong Li and Jianhua Li Shanghai Jiao.
Lecture05 Transform Coding.
Raster Data. The Raster Data Model The Raster Data Model is used to model spatial phenomena that vary continuously over a surface and that do not have.
CHEN Guowang FANG Wei HUANG Baihan
Low Complexity Transform and Quantization in H.264/AVC Speaker: Pei-cheng Huang 2005/6/2.
5/30/2006EE 148, Spring Visual Categorization with Bags of Keypoints Gabriella Csurka Christopher R. Dance Lixin Fan Jutta Willamowski Cedric Bray.
S. Mandayam/ DIP/ECE Dept./Rowan University Digital Image Processing / Fall 2001 Shreekanth Mandayam ECE Department Rowan University.
Digital Image Processing Final Project Compression Using DFT, DCT, Hadamard and SVD Transforms Zvi Devir and Assaf Eden.
CS430 © 2006 Ray S. Babcock Lossy Compression Examples JPEG MPEG JPEG MPEG.
Trevor McCasland Arch Kelley.  Goal: reduce the size of stored files and data while retaining all necessary perceptual information  Used to create an.
WEEK 7 Amari Lewis Aidean Sharghi Amari Lewis Aidean Sharghi.
Presented by Tienwei Tsai July, 2005
By : Vladimir Novikov. Digital Watermarking? Allows users to embed SPECIAL PATTERN or SOME DATA into digital contents without changing its perceptual.
Information hiding in stationary images staff corporal Piotr Lenarczyk Military Uniwersity of Technology Institute of Electronics and Telecomunication.
Classifying Images with Visual/Textual Cues By Steven Kappes and Yan Cao.
Indiana University Purdue University Fort Wayne Hongli Luo
Week5 Amari Lewis Aidean Sharghi. Testing the data for classification Divide the date into TEST and TRAIN data. First the regular.jpeg images Then, the.
Hardware/Software Codesign Case Study : JPEG Compression.
Understanding JPEG MIT-CETI Xi’an ‘99 Lecture 10 Ben Walter, Lan Chen, Wei Hu.
Eyes detection in compressed domain using classification Eng. Alexandru POPA Technical University of Cluj-Napoca Faculty.
DCT.
APPLICATIONS OF LIGHT FIELDS IN COMPUTER VISION WEEK 2 REU STUDENT: AMARI LEWIS P.H.D STUDENT: AIDEAN SHARGHI.
Human pose recognition from depth image MS Research Cambridge.
2005/12/021 Fast Image Retrieval Using Low Frequency DCT Coefficients Dept. of Computer Engineering Tatung University Presenter: Yo-Ping Huang ( 黃有評 )
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
Benchmarking steganographic and steganalysis techniques Electronic Imaging of SPIE 2005 Authors:Kharrazi, Mehdi, Husrev T. Sencar, and Nasir Memon Department.
The task of compression consists of two components, an encoding algorithm that takes a file and generates a “compressed” representation (hopefully with.
PRESENTATION REU IN COMPUTER VISION 2014 AMARI LEWIS CRCV UNIVERSITY OF CENTRAL FLORIDA.
Dense Color Moment: A New Discriminative Color Descriptor Kylie Gorman, Mentor: Yang Zhang University of Central Florida I.Problem:  Create Robust Discriminative.
WEEK4 RESEARCH Amari Lewis Aidean Sharghi. PREPARING THE DATASET  Cars – 83 samples  3 images for each sample when x=0  7 images for each sample when.
Weekly Presentation Anderson G Moura 07/13/2015. Goals Wavelets – Set up an experiment to add a new feature to the htk files generated by the exp0022.
JPEG.
CS654: Digital Image Analysis
Using Word Based Features for Word Clustering The Thirteenth Conference on Language Engineering 11-12, December 2013 Department of Electronics and Communications,
Musical Genre Categorization Using Support Vector Machines Shu Wang.
John Hamann Vickey Yeh Compression of Stereo Images.
SIMD Implementation of Discrete Wavelet Transform Jake Adriaens Diana Palsetia.
REU Week 1 Presented by Christina Peterson. Edge Detection Sobel ◦ Convolve image with derivative masks:  x:  y: ◦ Calculate gradient magnitude ◦ Apply.
Week 4: 6/6 – 6/10 Jeffrey Loppert. This week.. Coded a Histogram of Oriented Gradients (HOG) Feature Extractor Extracted features from positive and negative.
Chapter 9 Image Compression Standards
An Example of 1D Transform with Two Variables
Progress Report: Week 6 Alvaro Velasquez.
Digital Image Processing Lecture 21: Lossy Compression May 18, 2005
Digital Image Processing Lecture 21: Lossy Compression
A Simple Image Compression : JPEG
REU student -Amari Lewis P.H.D student- Aidean Sharghi June 6th 2014
Regression-Based Prediction for Artifacts in JPEG-Compressed Images
Calculate HOC on Depth and HOG on RGB and concatenate them
Discrete Cosine Transform (DCT)
JPEG Image Compression
JPEG Pasi Fränti
JPG picture compresion
4. DIGITAL IMAGE TRANSFORMS 4.1. Introduction
Aline Martin ECE738 Project – Spring 2005
Parallelization of Sparse Coding & Dictionary Learning
The JPEG Standard.
1-D DISCRETE COSINE TRANSFORM DCT
Image Coding and Compression
Intro to Machine Learning
CNN-based Action Recognition Using Adaptive Multiscale Depth Motion Maps And Stable Joint Distance Maps Junyou He, Hailun Xia, Chunyan Feng, Yunfei Chu.
Research Institute for Future Media Computing
Detecting Hidden Message Using Higher Order Statistical Models Hany Farid By Jingyu Ye Yiqi Hu.
Progress Report Alvaro Velasquez.
Presentation transcript:

Amari Lewis Aidean Sharghi Week 8 - Amari Lewis Aidean Sharghi

Testing the Switzerland dataset Implementing DCT- Discrete Cosine Transform Steps: Separate the RGB into 3 channels Calculate the row-wise mean- calculates the mean of each row to create a vector Calculate the DCT for each channels Concatenate some coefficients, using as a feature vector (smaller)

Testing for classification- same process as before

Regular Images (JPEG) 97% Using HOG and Fisher vector

Using DCT feature vector for EPIs- 96%

Light field regular (jpg) images…

Confusion matrix- regular images Categories- Bikes- 67% Buildings- 94% Trees- 100% Vehicles- 89% Overall accuracy- 80%

Retesting the original light field images for classification Implementing a code to take each of the 7 different images and concatenate them to form each line (1080) of the image as EPI lines. Using the same method as the Switzerland dataset

7 blocks representing the same line from each of the images

Overall – 77% Confusion matrix for EPIs Bike- 80% Building-100% Tree-75% Vehicle- 56% Overall – 77%

Works better when the EPIs are extracted from each line of the image separately. Also as a result of using a smaller feature vector the detail

Conclusions First method Light field EPIs New method Light field images (jpeg) Previous results.. 78% Light field EPIs -resized the EPI because they are too large 54% -increasing the patch size window 74% New method Switzerland dataset; EPI 96% Regular images 97% Light field dataset EPI- 77% Regular images 80% Achieved one of our goals from the previous weeks which was to increase the overall accuracy of 74% Conclusions