Research Institute for Future Media Computing

Slides:



Advertisements
Similar presentations
Face Recognition and Biometric Systems Eigenfaces (2)
Advertisements

INTERNATIONAL CONFERENCE ON TELECOMMUNICATIONS, ICT '09. TAREK OUNI WALID AYEDI MOHAMED ABID NATIONAL ENGINEERING SCHOOL OF SFAX New Low Complexity.
Face Recognition Method of OpenCV
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean 5403 T-R 3:00pm – 4:20pm Lecture #20.
ICIP 2000, Vancouver, Canada IVML, ECE, NTUA Face Detection: Is it only for Face Recognition?  A few years earlier  Face Detection Face Recognition 
Information Retrieval in Practice
Neural Network-based Face Recognition, using ARENA Algorithm. Gregory Tambasis Supervisor: Dr T. Windeatt.
Pattern Recognition Topic 1: Principle Component Analysis Shapiro chap
吳家宇 吳明翰 Face Detection Based on Template Matching and 2DPCA Algorithm 2009/01/14.
CONTENT BASED FACE RECOGNITION Ankur Jain 01D05007 Pranshu Sharma Prashant Baronia 01D05005 Swapnil Zarekar 01D05001 Under the guidance of Prof.
TAUCHI – Tampere Unit for Computer-Human Interaction Automated recognition of facial expressi ns and identity 2003 UCIT Progress Report Ioulia Guizatdinova.
Transform Domain Distributed Video Coding. Outline  Another Approach  Side Information  Motion Compensation.
TEAM-1 JACKIE ABBAZIO SASHA PEREZ DENISE SILVA ROBERT TESORIERO Face Recognition Systems.
Overview of Search Engines
Facial Recognition CSE 391 Kris Lord.
Vision-Based Biometric Authentication System by Padraic o hIarnain Final Year Project Presentation.
Video Streaming via Transcoding Jianping Fan Department of Computer Science University of North Carolina at Charlotte Charlotte, NC 28223
Face Detection using the Viola-Jones Method
Computer Vision, winter CS Department, Technion.
JPEG C OMPRESSION A LGORITHM I N CUDA Group Members: Pranit Patel Manisha Tatikonda Jeff Wong Jarek Marczewski Date: April 14, 2009.
MPEG: (Moving Pictures Expert Group) A Video Compression Standard for Multimedia Applications Seo Yeong Geon Dept. of Computer Science in GNU.
Function-oriented Design
Audio Compression Usha Sree CMSC 691M 10/12/04. Motivation Efficient Storage Streaming Interactive Multimedia Applications.
Multimedia Databases (MMDB)
Object Based Video Coding - A Multimedia Communication Perspective Muhammad Hassan Khan
Element 2: Discuss basic computational intelligence methods.
General Tensor Discriminant Analysis and Gabor Features for Gait Recognition by D. Tao, X. Li, and J. Maybank, TPAMI 2007 Presented by Iulian Pruteanu.
Face Recognition: An Introduction
Eyes detection in compressed domain using classification Eng. Alexandru POPA Technical University of Cluj-Napoca Faculty.
DCT.
Chapter 4: Pattern Recognition. Classification is a process that assigns a label to an object according to some representation of the object’s properties.
Event retrieval in large video collections with circulant temporal encoding CVPR 2013 Oral.
2005/12/021 Fast Image Retrieval Using Low Frequency DCT Coefficients Dept. of Computer Engineering Tatung University Presenter: Yo-Ping Huang ( 黃有評 )
Levels of Image Data Representation 4.2. Traditional Image Data Structures 4.3. Hierarchical Data Structures Chapter 4 – Data structures for.
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
A B C D E F A ABSTRACT A novel, efficient, robust, feature-based algorithm is presented for intramodality and multimodality medical image registration.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
1/18 New Feature Presentation of Transition Probability Matrix for Image Tampering Detection Luyi Chen 1 Shilin Wang 2 Shenghong Li 1 Jianhua Li 1 1 Department.
Timo Ahonen, Abdenour Hadid, and Matti Pietikainen
STATISTIC & INFORMATION THEORY (CSNB134) MODULE 11 COMPRESSION.
SIGNATURE RECOGNITION SYSTEM Group Number:10 Group Members: Richa Goyal(y08uc103) Rashmi Singhal(y08uc102)
Quiz Week 8 Topical. Topical Quiz (Section 2) What is the difference between Computer Vision and Computer Graphics What is the difference between Computer.
Optimization Indiana University July Geoffrey Fox
MULTIMEDIA DATA MODELS AND AUTHORING
Frank Bergschneider February 21, 2014 Presented to National Instruments.
3D Motion Classification Partial Image Retrieval and Download Multimedia Project Multimedia and Network Lab, Department of Computer Science.
Detection, Tracking and Recognition in Video Sequences Supervised By: Dr. Ofer Hadar Mr. Uri Perets Project By: Sonia KanOra Gendler Ben-Gurion University.
Peter Tummeltshammer, Martin Delvai
Content Based Coding of Face Images
Information Retrieval in Practice
JPEG Compressed Image Retrieval via Statistical Features
Recognition of biological cells – development
Automatic Video Shot Detection from MPEG Bit Stream
Research Institute for Future Media Computing
Wavelets : Introduction and Examples
PRESENTED BY Yang Jiao Timo Ahonen, Matti Pietikainen
Submitted by: Ala Berawi Sujod Makhlof Samah Hanani Supervisor:
Last update on June 15, 2010 Doug Young Suh
Recognition: Face Recognition
In summary C1={skin} C2={~skin} Given x=[R,G,B], is it skin or ~skin?
Image Segmentation Techniques
Face Recognition and Detection Using Eigenfaces
Discrete Cosine Transform (DCT)
Image Processing Course
Zhengjun Pan and Hamid Bolouri Department of Computer Science
Cheng-Yi, Chuang (莊成毅), b99
Ying Dai Faculty of software and information science,
Research Institute for Future Media Computing
Research Institute for Future Media Computing
Presentation transcript:

Research Institute for Future Media Computing 未来媒体技术与计算研究所 Research Institute for Future Media Computing http://futuremedia.szu.edu.cn 7. DCT-based Research Topics-Continued 江健民,国家千人计划特聘教授 深圳大学未来媒体技术与计算研究所所长 Office Room: 409 Email: jianmin.jiang@szu.edu.cn http://futuremedia.szu.edu.cn

Summary of image extraction in DCT domain The source codes in C for image extraction in DCT domain can be downloaded at the Institute’s WEB site: http://futuremedia.szu.edu.cn (Research Space) You are encouraged to run the source codes and test the quality of such extracted images; The image extraction in DCT domain can be further expanded into a number of applications, such as: (i) face recognition; (ii) content-based image retrieval; (iii) fast image/video coding; and (iv) matrix data classification and analysis etc.

Highlight on applications of image extraction in DCT domain (1) (2) For image processing algorithms, you apply (2) to redesign the same algorithms and applications in compressed domain (originality); For pattern recognition problems, you apply (1) to extract PCA features for content analysis, detection, or recognitions but with higher speed and lower complexity (originality);

Research Institute for Future Media Computing 未来媒体技术与计算研究所 Research Institute for Future Media Computing http://futuremedia.szu.edu.cn Expanded Research Topic-1: Approximated image and video extraction in compressed domain Input: Compressed codes Derivation of DCT coefficients (partial decoding) Extraction of pixels from (b00, b01, b10, b11) Output: (a00, a01, a10, a11) Image super-resolution to enhance the extracted image quality New Research

Research Institute for Future Media Computing 未来媒体技术与计算研究所 Research Institute for Future Media Computing http://futuremedia.szu.edu.cn Expanded Research Topic-2: Face/skin Recognition Input: facial images Facial image decomposition (blocks with variable sizes) LDA feature extraction (b00, b01, b10, b11) Output: Recognized faces Face/skin recognition algorithm design Face/skin recognition algorithm design: Integrated feature description of faces: (i) fusion of LDA features; (ii) cascading LDA features; (iii) projection-based selection of LDA features etc.

Research Institute for Future Media Computing 未来媒体技术与计算研究所 Research Institute for Future Media Computing http://futuremedia.szu.edu.cn Expanded Research Topic-3: Content-based image retrieval Input: Compressed codes Content feature extraction in compressed domain Retrieving images with the minimum distances Distance calculation between query and the database

Research Institute for Future Media Computing 未来媒体技术与计算研究所 Research Institute for Future Media Computing http://futuremedia.szu.edu.cn Detailed algorithm design (1)Dividing images into blocks with variable sizes, such as 2x2, and approximated LDA feature can be extracted as the four DCT coefficients (2)Integrated content feature construction and distance calculation: (3)Searched image output can be selected corresponding to:

Research Institute for Future Media Computing 未来媒体技术与计算研究所 Research Institute for Future Media Computing http://futuremedia.szu.edu.cn Research Alternatives (1)LDA feature extraction: (2)Integrated content description via fusion of LDA features: Weighted integration/fusion: Selected integration/fusion: Projected integration/fusion:

Research Institute for Future Media Computing 未来媒体技术与计算研究所 Research Institute for Future Media Computing http://futuremedia.szu.edu.cn Research Exercise: Write a Matlab programme to implement the expanded research topic 2, face detection or recognition inside compressed videos, and complete the relevant experiments. Input: videos Output: Recognized faces Facial image decomposition (blocks with variable sizes) LDA feature extraction (b00, b01, b10, b11) Face/skin recognition algorithm design Key frame extraction Facial region/image detection