1. Trang chủ
  2. » Luận Văn - Báo Cáo

The Online Video Contextual Advertisement User-Oriented System using Video-based Recognition

134 45 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Cấu trúc

  • Declaration of Original Work

  • List of Tables

  • List of Figures

  • List of Acronyms

  • Acknowledgments

  • Introduction

  • 1 Background

    • 1.1 Face detection and tracking

      • 1.1.1 Face detection

      • 1.1.2 Face tracking

    • 1.2 Face recognition

    • 1.3 Video-based face recognition

      • 1.3.1 Haar cascade classifiers

      • 1.3.2 Kalman filter

      • 1.3.3 Discrete cosine transform

      • 1.3.4 K-Means clustering

      • 1.3.5 K-Nearest neighbors classification

    • 1.4 Ant Colony Optimization

      • 1.4.1 The Ant Colony Optimization Meta-heuristic

        • 1.4.1.1 Construct Ant Solutions

        • 1.4.1.2 Apply Local Search

        • 1.4.1.3 Update Pheromones

      • 1.4.2 Main ACO Algorithms

        • 1.4.2.1 Ant System

        • 1.4.2.2 Ant Colony System

        • 1.4.2.3 MAX-MIN Ant System

      • 1.4.3 Applications of Ant Colony Optimization

        • 1.4.3.1 Applications to NP-Hard Problems

        • 1.4.3.2 Applications to Telecommunication Networks

        • 1.4.3.3 Applications to Industrial Problems

    • 1.5 Summary

  • 2 The Contextual Advertising based on Face Recognition Overview

    • 2.1 Online Advertisement

      • 2.1.1 What is online advertising?

        • 2.1.1.1 Definitions

        • 2.1.1.2 Traditional advertising vs Online advertising

      • 2.1.2 Advertising Metrics

      • 2.1.3 Key Elements

    • 2.2 Contextual Advertising

      • 2.2.1 Purchase Funnel

      • 2.2.2 Types of Advertising

      • 2.2.3 Payment Models

      • 2.2.4 Research Challenges and Opportunities

    • 2.3 Display Advertising

      • 2.3.1 Research Challenges and Opportunities in Display Advertising

      • 2.3.2 New Trends and Issues

    • 2.4 Elevator Advertising

      • 2.4.1 Creative Elevator Advertisements

      • 2.4.2 Elevator Screen

    • 2.5 Related Works

    • 2.6 Summary

  • 3 Some Techniques Improve the Efficiency of Face Recognition

    • 3.1 Video-based face recognition used FS problem

      • 3.1.1 Video-based face recognition problem

      • 3.1.2 Feature selection problem

    • 3.2 Our framework of face recognition

      • 3.2.1 Pseudo Zernike Moment Invariant

      • 3.2.2 Discrete Wavelet Transform

      • 3.2.3 k-Nearest Neighbor Classifier

    • 3.3 MMAS proposed for feature selection problem

      • 3.3.1 Construct Ant solutions

      • 3.3.2 Update pheromones

      • 3.3.3 Our algorithm implementation

    • 3.4 Experiment and Results

      • 3.4.1 Experiment implementation

        • 3.4.1.1 ORL database

        • 3.4.1.2 AR database

        • 3.4.1.3 FERET database

        • 3.4.1.4 GEORGIA TECH database

        • 3.4.1.5 LFW database

      • 3.4.2 Case study 1

      • 3.4.3 Case study 2

      • 3.4.4 Case study 3

      • 3.4.5 Case study 4

    • 3.5 Summary

  • 4 The Online Video Contextual Advertisement User-Oriented System using Video-based Recognition Elevator

    • 4.1 Framework for online video contextual advertisement user-oriented in elevator system

      • 4.1.1 Identifying and classifying objects based on images captured from the Camera

      • 4.1.2 Accessing video database under classified objects

      • 4.1.3 Transferring video content

    • 4.2 Real Time Multimedia Protocol

      • 4.2.1 Streaming

        • 4.2.1.1 Traditional Streaming

        • 4.2.1.2 Progressive Download

        • 4.2.1.3 Adaptive streaming

      • 4.2.2 Real-Time Networked Multimedia

      • 4.2.3 Real-time Streaming Media Protocols

        • 4.2.3.1 Basics of streaming protocols

        • 4.2.3.2 Datagram Protocol

        • 4.2.3.3 Multicast IP protocol

        • 4.2.3.4 Real-Time Streaming Protocol

        • 4.2.3.5 SMIL Protocol

    • 4.3 Experiment and results

      • 4.3.1 Experiment implementation

        • 4.3.1.1 Honda/UCSD database

        • 4.3.1.2 MoBo Dataset

      • 4.3.2 Case study 1

      • 4.3.3 Case study 2

    • 4.4 Summary

  • Discussion and Conclusions

  • List of Publications

  • Reference

Nội dung

MINISTRY OF EDUCATION AND TRAINING Duy Tan University Le Nguyen Bao The Online Video Contextual Advertisement User-Oriented System using Video-based Recognition Doctor of Philosophy of Computer Science Da Nang - 2017 MINISTRY OF EDUCATION AND TRAINING Duy Tan University Le Nguyen Bao The Online Video Contextual Advertisement User-Oriented System using Video-based Recognition Major: Computer Science Code: 62.46.01.10 Doctor of Philosophy of Computer Science Scientific supervisor: Associate Professor Do Nang Toan Da Nang - 2017 Declaration of Original Work I, Le Nguyen Bao, hereby declare that the work entitled The Online Video Contextual Advertisement User-Oriented System using Video-based Recognition is my original work I have not copied from any other postgraduates’ work or from any other sources except where due references or acknowledgment is made explicitly in the text, nor has any part been written for me by another person Ph.D candidate’s signature Le Nguyen Bao i Contents Declaration of Original Work i List of Tables v List of Figures vi List of Acronyms viii Acknowledgments x Introduction 1 Background 1.1 Face detection and tracking 1.1.1 Face detection 1.1.2 Face tracking 1.2 Face recognition 1.3 Video-based face recognition 1.3.1 Haar cascade classifiers 1.3.2 Kalman filter 1.3.3 Discrete cosine transform 1.3.4 K-Means clustering 1.3.5 K-Nearest neighbors classification 1.4 Ant Colony Optimization 1.4.1 The Ant Colony Optimization Meta-heuristic 1.4.1.1 Construct Ant Solutions 1.4.1.2 Apply Local Search 1.4.1.3 Update Pheromones 1.4.2 Main ACO Algorithms 1.4.2.1 Ant System 1.4.2.2 Ant Colony System 1.4.2.3 MAX-MIN Ant System 1.4.3 Applications of Ant Colony Optimization 1.4.3.1 Applications to NP-Hard Problems 1.4.3.2 Applications to Telecommunication Networks 1.4.3.3 Applications to Industrial Problems 1.5 Summary 4 10 12 16 18 21 22 24 25 27 27 28 29 29 30 31 32 32 33 33 34 The Contextual Advertising based on Face Recognition Overview 36 ii 2.1 2.2 2.3 2.4 2.5 2.6 Online Advertisement 2.1.1 What is online advertising? 2.1.1.1 Definitions 2.1.1.2 Traditional advertising vs Online advertising 2.1.2 Advertising Metrics 2.1.3 Key Elements Contextual Advertising 2.2.1 Purchase Funnel 2.2.2 Types of Advertising 2.2.3 Payment Models 2.2.4 Research Challenges and Opportunities Display Advertising 2.3.1 Research Challenges and Opportunities in Display Advertising 2.3.2 New Trends and Issues Elevator Advertising 2.4.1 Creative Elevator Advertisements 2.4.2 Elevator Screen Related Works Summary Some Techniques Improve the Efficiency of Face 3.1 Video-based face recognition used FS problem 3.1.1 Video-based face recognition problem 3.1.2 Feature selection problem 3.2 Our framework of face recognition 3.2.1 Pseudo Zernike Moment Invariant 3.2.2 Discrete Wavelet Transform 3.2.3 k-Nearest Neighbor Classifier 3.3 MMAS proposed for feature selection problem 3.3.1 Construct Ant solutions 3.3.2 Update pheromones 3.3.3 Our algorithm implementation 3.4 Experiment and Results 3.4.1 Experiment implementation 3.4.1.1 ORL database 3.4.1.2 AR database 3.4.1.3 FERET database 3.4.1.4 GEORGIA TECH database 3.4.1.5 LFW database 3.4.2 Case study 3.4.3 Case study 3.4.4 Case study 3.4.5 Case study 3.5 Summary iii Recognition 37 37 38 40 42 42 43 44 45 46 48 51 52 54 55 55 56 59 62 63 63 63 64 65 66 68 69 71 71 71 74 75 75 75 76 77 78 79 80 82 82 85 86 The Online Video Contextual Advertisement User-Oriented System using Video-based Recognition Elevator 87 4.1 Framework for online video contextual advertisement user-oriented in elevator system 87 4.1.1 Identifying and classifying objects based on images captured from the Camera 88 4.1.2 Accessing video database under classified objects 90 4.1.3 Transferring video content 91 4.2 Real Time Multimedia Protocol 95 4.2.1 Streaming 96 4.2.1.1 Traditional Streaming 97 4.2.1.2 Progressive Download 97 4.2.1.3 Adaptive streaming 97 4.2.2 Real-Time Networked Multimedia 98 4.2.3 Real-time Streaming Media Protocols 99 4.2.3.1 Basics of streaming protocols 99 4.2.3.2 Datagram Protocol 101 4.2.3.3 Multicast IP protocol 102 4.2.3.4 Real-Time Streaming Protocol 103 4.2.3.5 SMIL Protocol 106 4.3 Experiment and results 107 4.3.1 Experiment implementation 107 4.3.1.1 Honda/UCSD database 107 4.3.1.2 MoBo Dataset 107 4.3.2 Case study 108 4.3.3 Case study 109 4.4 Summary 111 Discussion and Conclusions 112 List of Publications 115 Reference 116 iv List of Tables 1.1 1.2 1.3 1.4 1.5 1.6 1.7 Features face detection approaches The challenges of boosting learning for face detection The learning schemes for face detection Face tracking approaches Video based face recognition approaches A non-exhaustive list of successful ACO algorithms List of applications of ACO algorithms grouped by problem type 2.1 2.2 2.3 Some differences between traditional and online advertising 40 Summary of approaches and methods for face recognition problem 60 Summary of approaches and methods in feature selection problem 61 3.1 3.2 3.3 3.4 3.5 3.6 The ORL face database properties The AR face database properties The FERET face database properties The GEORGIA TECH face database properties The LFW face database properties The comparison performance of meta-heuristic algorithms with PZMI feature subsets in Case study 3.7 Evaluation recognition rate (%) of meta-heuristic algorithms with PZMI feature subset sizes in Case study 3.8 The comparison performance of algorithms with 1D-DWT feature subsets in Case study 3.9 Evaluation recognition rate (%) of each algorithm with 1D-DWT feature subset sizes in Case study 3.10 Comparison of recognition accuracy between MMAS-PZMI and MMASDWT algorithm with difference face data sets v 11 25 35 76 77 78 79 80 81 81 84 84 85 List of Figures 1.1 1.2 1.3 1.4 Face recognition processing flow Face recognition process Process of face recognition in video Examples of Haar-like features Their values represent the intensity differences between the black and the white areas 1.5 Integral image (a) The integral at (x , y) is the sum of all pixels up to (x , y)in the original image (b) The area of rectangle D results to ii (A+B +C +D)−ii (A+C )−ii (A+B )+ii (A) Each ii () can be determined with a single array 1.6 Structure of the classifier cascade ”Yes” and ”no” denote if the subwindow successfully passed the previous stage 1.7 Two out of four features evaluated in the first stage of the face detection cascade used in this work Both features embody the observation that the forehead and cheeks of a person are usually brighter than the eye region because the eyes are located further aback 1.8 Overview of the Kalman filter as a predictor-corrector algorithm 1.9 Cosine basis functions of the discrete cosine transform for input size 8×8 The frequency of the basis functions increases from top left (0, 0) to bottom right (8, 8) 1.10 Discrete cosine transform of an 88 pixels image patch The coefficients represent the basis functions depicted in Figure 1.9 1.11 Average energy of all 64 blocks of the image in Figure 1.10(a) The DC coefficient has been removed to allow meaningful scaling 1.12 The Discrete cosine transform coefficients are serialized according to a zig-zag pattern 8 11 12 13 14 15 16 19 20 20 21 2.1 2.2 2.3 2.4 2.5 Creative Elevator Advertisements Elevator Screen Elevator Advertisements Screen The integrated LCD screen play video system Application of the integrated LCD screen play video system 57 58 58 58 59 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10 Framework of face recognition used MMAS algorithm Digraph G = (E , V ) for feature set F Sample images of the ORL face database Sample images of the AR face database Sample images of the FERET face database Sample images of the GEORGIA TECH face database Sample images of the LFW face database Assessment of the recognition rate of PZMI features Assessment of the recognition rate of 1D-DWT features Evaluation performance of proposed algorithms 65 71 75 76 78 79 80 82 83 85 vi 3.11 Assessment of VbFR approaches execution on Honda/UCSD and CMUMoBo datasets 86 4.1 4.2 4.3 4.4 4.5 4.6 4.7 The online video contextual advertisement system proposed Object recognition model from the camera Video database access model based metadata structure Transferring video content protocols Sample images of the MoBo face database Some face images extracted from the Honda/UCSD Video Database Comparision the recognition rate (%) approaches on Honda/UCSD and CMU MoBo datasets 4.8 The proposed system automatically detects object and stores the object in the database 4.9 The system play default video player when not detected object 4.10 Auto detect, identifier object and choose play the most suitable video 4.11 Detecting multiple object identifiers concurrent vii 88 89 91 93 107 108 108 109 109 110 110 List of Acronyms Acronym AS ACO ACS CPC CPM CPA DWT DCC FS ICA KNN KPA HTML HDS LDA LLP LLE LNMF LNDM MDS MFA MMAS NNC NDMP P2P PCA PZMI QoS SVM SMIL RTSP RTMP RTP RTCP What (it) Stands For Ant System Ant Colony Optimization Ant Colony System Cost Per Click Cost per Mille Cost Per Action Discrete Wavelet Transform Discriminative Canonical Correlations Feature Selection Independent Component K-nearest neighbors Kernel Principal Angles Hypertext Markup Language HTTP Dynamic Streaming Linear Discriminant Locality Preserving Projections Locally Linear Embedding Local Non-negative Matrix Factorization Learning Neighborhood Discriminative Manifolds Multidimensional Scaling Marginal Fisher Analysis MAX-MIN Ant System Nearest Neighbor Classifier Neighborhood Discriminative Manifold Projection Peer-to-peer Principal component analysis Pseudo Zernike Moment Invariant Quality of Service Support vector machine Synchronized Multimedia Integration Language Real-Time Streaming Protocol Real Time Messaging Protocol Real-time Transport Protocol Real-time Transport Control Protocol viii 4.3.2 Case study In the first experiment, we used two standard test datasets include Honda/UCSD and CMU MoBo Figure.4.6 shows sample extracted face images from the Honda/UCSD Video Database The faces pattern is used for training and identification of age Figure 4.6: Some face images extracted from the Honda/UCSD Video Database Figure.4.7 shows the recognition rate (%) experimental results of some typical methods of video-based face recognition on the Honda/UCSD and CMU MoBo databases Figure 4.7: Comparision the recognition rate (%) approaches on Honda/UCSD and CMU MoBo datasets 108 4.3.3 Case study The second experiment, to verify the proposed model, we have installed trial identification system object from the camera and coaching based on neural network to improve the accuracy of the ability to detect objects Figure 4.8: The proposed system automatically detects object and stores the object in the database In case, the system could not detect any objects from camer, the system will automatically plays default video as Figure.4.9 Figure 4.9: The system play default video player when not detected object 109 When the object is detected, the system will automatically identify objects and provide the most relevant video as Figure.4.10 Figure 4.10: Auto detect, identifier object and choose play the most suitable video When the multiple objects are detected, the system will automatically evaluate the object to select the most appropriate video for the object identifier Figure 4.11: Detecting multiple object identifiers concurrent 110 4.4 Summary In this chapter, we have presented proposal of the model of advertising system automatically customized according to customer objects in elevator From the actual images received from the camera, the system will analyze the objects based on the given characteristic set to determine the appropriate class of customer Based on customer class is defined, the system will access to database of multimedia advertising and automatic selection, delivery of appropriate contents For each stage, we have focused on analysis and evaluation of techniques used to enhance the viability and effectiveness of the system The experimental results shows that our approach can be detect exactly faces from standard video database Out system can accurately identify the object and choose suitable video directly from the camera in realtime In the future, we will develop and conduct effective analysis and assessment of real systems with many different techniques in each phase The study will look forward to building a complete system supporting accurate analysis of objects and transmission speed of video over the network quickly The results of this studies have been published in [1*] and [2*] (See in list of publications) 111 Discussion and Conclusions In this chapter, we present a final discussion of the dissertation, including directions for future research and a review of our primary contributions and conclusions Discussion 1) Proposed the model of advertising system automatically customized according to customer objects From the actual images received from the camera, the system will analyze the objects based on the given characteristic set to determine the appropriate class of customer Based on customer class is defined, the system will access to database of multimedia advertising and automatic selection, delivery of appropriate contents For each stage, we have focused on analysis and evaluation of techniques used to enhance the viability and effectiveness of the system The experimental results shows that our approach can be detect exactly faces from standard video database Out system can accurately identify the object and choose suitable video directly from the camera in realtime In the future, we will develop and conduct effective analysis and assessment of real systems with many different techniques in each phase The study will look forward to building a complete system supporting accurate analysis of objects and transmission speed of video over the network quickly 2) Proposed MMAS-PZMI and MMAS-DWT algorithms solve the FS problem used PZMI and DWT feature for VbFS The features set are represented by digraph G(E , V ) Each node used to show the features, and the ability to choose a combination of features is presented the edges connecting between two adjacent nodes The heuristic information extracted from the selected feature vector as ant’s pheromone The feature subset optimal is selected by the shortest length features and best presentation of classifier The experiments were analyzed on face recognition show that our algorithm can be easily applied without the priori information of features The performance evaluated of our algorithm is better than previous approaches for FS The 112 best subset used to classify the face recognition The experiments were analyzed on FS shows that our algorithm can be easily applied without the priori information of features The performance evaluated shows that our algorithm proposed better than previous approaches for Video-based recognition based on FS problem Future Works The issues mentioned in the dissertation covered quite a lot of content, content for each respective program presented may find problems that can used to recommend content to guide research save for the next project It shows the openness of the research problems that students mentioned in the thesis Some open direction of the dissertation can be further studies: 1) Mobile advertising (advertising on cell-phones, be it SMS-based, applicationbased or browserbased) is one of the fastest growing segments in digital advertising and comes with its own challenges of performance and relevance measurements (e.g., clicks are uncommon in mobile 2) Social advertising leverages historically offline dynamics such as peer-pressure, recommendations, and other forms of social influence to target ads based an individuals social network or affinity network 113 List of publications 1* Le Nguyen Bao, Le Van Chung, Do Nang Toan (2016) A Proposed Framework for the Online Video Contextual Advertisement User-Oriented System using Video-based Face Recognition, International Journal of Applied Engineering Research, ISSN 0973-4562 Vol.11(15), pp.8609-8617 (Scopus) 2* Le Nguyen Bao, Dac-Nhuong Le, Le Van Chung, Gia Nhu Nguyen (2016) Performance Evaluation of Video-Based Face Recognition Approaches for Online Video Contextual Advertisement User-Oriented System Information Systems Design and Intelligent Applications, Vol.435, 287-295 Springer DOI:10.1007/978-81-322-2757-1 29 (ISI Proceeding/Scopus) 3* Le Nguyen Bao, Dac-Nhuong Le, Gia Nhu Nguyen, and Do Nang Toan (2016), Optimizing Selection of PZMI Features based on MMAS Algorithm for Face Recognition of the Online Video Contextual Advertisement UserOriented System, International Symposium on Integrated Uncertainty in Knowledge Modeling and Decision Making (IUKM 2016) Lecture Notes in Artificial Intelligence, Springer, Vol.9978, pp.318-330 ISBN 978-3-31949045-8 DOI: 10.1007/978-3-319-49046-5 (ISI Proceeding/Scopus) 4* Le Nguyen Bao, Dac-Nhuong Le, Gia Nhu Nguyen, and Nilanjan Dey (2017), MMAS Algorithm for Features Selection using 1D-DWT for Videobased Face Recognition in the Online Video Contextual Advertisement UserOriented System, Special Issue: Content Protection and Management in E-commerce: Approaches to Multimedia Security, Journal of Global Information Management (JGIM), ISSN: 1062-7375, Vol.25(4), pp.103-124 DOI: 10.4018/JGIM.2017100107 (SSCI IF 0.517) 5* Le Nguyen Bao, Dac-Nhuong Le, Gia Nhu Nguyen, Vikrant Bhateja, Suresh Chandra Satapathy (2017), Optimizing Feature Selection in Videobased Recognition using Max-Min Ant System for the Online Video Contextual Advertisement User-Oriented System, Journal of Computational Science, Vol.21, pp.361-370, Elsevier DOI: 10.1016/j.jocs.2016.10.016 ISSN: 1877-7503 (SCIE IF 1.748) 114 6* Vikrant Bhateja., Moin, A., Srivastava, A., Le Nguyen Bao, Lay-Ekuakille, A., and Dac-Nhuong Le (2016) Multispectral medical image fusion in Contourlet domain for computer based diagnosis of Alzheimers disease Review of Scientific Instruments, 87(7), 074303 DOI: 10.1063/1.4959559 (SCIE IF 1.515) 7* Vikrant Bhateja, Abhishek Tripathi, Aditi Sharma, Le Nguyen Bao, Suresh Chandra Satapathy, Dac-Nhuong Le, and Nguyen Gia Nhu (2016), Ant Colony Optimization based Anisotropic Diffusion Approach for Despeckling of SAR Images, International Symposium on Integrated Uncertainty in Knowledge Modeling and Decision Making (IUKM 2016) Lecture Notes in Artificial Intelligence, Springer, Vol.9978, pp.386-393 ISBN 978-3-319-49045-8 DOI: 10.1007/978-3-319-49046-5 (ISI Proceeding/Scopus) 115 Bibliography [1] Andrea F Abate, Michele Nappi, Daniel Riccio, and Gabriele Sabatino 2d and 3d face recognition: A survey Pattern Recognition Letters, 28(14):1885– 1906, 2007 [2] Salem Alelyani, Jiliang Tang, and Huan Liu Feature selection for clustering: A review Data Clustering: Algorithms and Applications, 29, 2013 [3] Hussein Almuallim and Thomas G Dietterich Learning with many irrelevant features In AAAI, volume 91, pages 547–552 Citeseer, 1991 [4] Aris Anagnostopoulos, Andrei Z Broder, Evgeniy Gabrilovich, Vanja Josifovski, and Lance Riedel Just-in-time contextual advertising In Proceedings of the sixteenth ACM conference on Conference on information and knowledge management, pages 331–340 ACM, 2007 [5] Ognjen Arandjelovic and Andrew Zisserman Automatic face recognition for film character retrieval in feature-length films In 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’05), volume 1, pages 860–867 IEEE, 2005 [6] George E Belch, Michael A Belch, and Micheal Guolla Advertising and promotion: an integrated marketing communications approach New York: Irwin McGraw-Hill , 1998 [7] Peter N Belhumeur, Jo˜ao P Hespanha, and David J Kriegman Eigenfaces vs fisherfaces: Recognition using class specific linear projection IEEE Transactions on pattern analysis and machine intelligence, 19(7):711–720, 1997 [8] Pierre Berthon, Leyland Pitt, and Richard T Watson Marketing communication and the world wide web Business Horizons, 39(5):24–32, 1996 [9] Soma Biswas, Kevin W Bowyer, and Patrick J Flynn Multidimensional scaling for matching low-resolution face images IEEE transactions on pattern analysis and machine intelligence, 34(10):2019–2030, 2012 [10] Volker Blanz and Thomas Vetter A morphable model for the synthesis of 3d faces In Proceedings of the 26th annual conference on Computer graphics and interactive techniques, pages 187–194 ACM Press/Addison-Wesley Publishing Co., 1999 [11] Dave Chaffey, Fiona Ellis-Chadwick, Richard Mayer, and Kevin Johnston Internet marketing: strategy, implementation and practice Pearson Education, 2009 [12] Li-Fen Chen, Hong-Yuan Mark Liao, Ming-Tat Ko, Ja-Chen Lin, and GwoJong Yu A new lda-based face recognition system which can solve the small sample size problem Pattern recognition, 33(10):1713–1726, 2000 [13] Ling Chen, Bolun Chen, and Yixin Chen Image feature selection based on ant colony optimization In Australasian Joint Conference on Artificial Intelligence, pages 580–589 Springer, 2011 116 [14] Tat-Jun Chin, Konrad Schindler, and David Suter Incremental kernel svd for face recognition with image sets In 7th International Conference on Automatic Face and Gesture Recognition (FGR06), pages 461–466 IEEE, 2006 [15] Jae Young Choi, Yong Man Ro, and Konstantinos N Plataniotis Feature subspace determination in video-based mismatched face recognition In Automatic Face & Gesture Recognition, 2008 FG’08 8th IEEE International Conference on, pages 1–6 IEEE, 2008 [16] Dao-Qing Dai and Pong C Yuen Regularized discriminant analysis and its application to face recognition Pattern Recognition, 36(3):845–847, 2003 [17] Bakkiam David Deebak, Rajappa Muthaiah, Karuppuswamy Thenmozhi, and Pitchai Iyer Swaminathan Analyzing three-party authentication and key agreement protocol for real time ip multimedia server–client systems Multimedia Tools and Applications, 75(10):5795–5817, 2016 [18] Marco Dorigo and Christian Blum Ant colony optimization theory: A survey Theoretical computer science, 344(2):243–278, 2005 [19] Marco Dorigo and Thomas Stă utzle Ant colony optimization: overview and recent advances Techreport, IRIDIA, Universite Libre de Bruxelles, 2009 [20] Marco Dorigo and Thomas Stă utzle Ant colony optimization: overview and recent advances In Handbook of metaheuristics, pages 227–263 Springer, 2010 [21] Marco Dorigo, Mauro Birattari, and Thomas Stutzle Ant colony optimization IEEE computational intelligence magazine, 1(4):28–39, 2006 [22] Ehsan Fazl Ersi and John S Zelek Local feature matching for face recognition In The 3rd Canadian Conference on Computer and Robot Vision (CRV’06), pages 4–4 IEEE, 2006 [23] Kamran Etemad and Rama Chellappa Discriminant analysis for recognition of human face images JOSA A, 14(8):1724–1733, 1997 [24] David S Evans The online advertising industry: Economics, evolution, and privacy The journal of economic perspectives, 23(3):37–60, 2009 [25] David R Fortin and Ruby Roy Dholakia Interactivity and vividness effects on social presence and involvement with a web-based advertisement Journal of business research, 58(3):387–396, 2005 [26] Hai-Hua Gao, Hui-Hua Yang, and Xing-Yu Wang Ant colony optimization based network intrusion feature selection and detection In 2005 International Conference on Machine Learning and Cybernetics, volume 6, pages 3871– 3875 IEEE, 2005 [27] Jie Gui, Zhenan Sun, Wei Jia, Rongxiang Hu, Yingke Lei, and Shuiwang Ji Discriminant sparse neighborhood preserving embedding for face recognition Pattern Recognition, 45(8):2884–2893, 2012 [28] Azizul Hassan and Donatella S Privitera Google adsense as a mobile technology in education Wearable Technology and Mobile Innovations for NextGeneration Education, page 200, 2016 [29] Bernd Heisele, Tomaso Poggio, and Massimiliano Pontil Face detection in still gray images Massachusetts Institute of Technology, 2000 117 [30] Erik Hjelm˚ as and Boon Kee Low Face detection: A survey Computer vision and image understanding, 83(3):236–274, 2001 [31] Richard Jensen Combining rough and fuzzy sets for feature selection PhD thesis, Citeseer, 2005 [32] Richard Jensen and Qiang Shen A rough set-aided system for sorting www bookmarks In Web Intelligence: Research and Development, pages 95–105 Springer, 2001 [33] Hamidreza Rashidy Kanan and Karim Faez An improved feature selection method based on ant colony optimization (aco) evaluated on face recognition system Applied Mathematics and Computation, 205(2):716–725, 2008 [34] Minyoung Kim, Sanjiv Kumar, Vladimir Pavlovic, and Henry Rowley Face tracking and recognition with visual constraints in real-world videos In Computer Vision and Pattern Recognition, 2008 CVPR 2008 IEEE Conference on, pages 1–8 IEEE, 2008 [35] Tae-Kyun Kim, Josef Kittler, and Roberto Cipolla Discriminative learning and recognition of image set classes using canonical correlations IEEE Transactions on Pattern Analysis and Machine Intelligence, 29(6):1005–1018, 2007 [36] Kenji Kira and Larry A Rendell The feature selection problem: Traditional methods and a new algorithm In AAAI, volume 2, pages 129–134, 1992 [37] Laszlo Kozma k nearest neighbors algorithm (knn) Helsinki University of Technology, 2008 [38] Daniel T Larose k-nearest neighbor algorithm Discovering Knowledge in Data: An Introduction to Data Mining, pages 90–106, 2005 [39] Kuang-Chih Lee, Jeffrey Ho, Ming-Hsuan Yang, and David Kriegman Videobased face recognition using probabilistic appearance manifolds In Computer Vision and Pattern Recognition, 2003 Proceedings 2003 IEEE Computer Society Conference on, volume 1, pages I–313 IEEE, 2003 [40] Fayin Li and Harry Wechsler Open set face recognition using transduction IEEE transactions on pattern analysis and machine intelligence, 27(11):1686– 1697, 2005 [41] Rui-Fan Li, Hong-Wei Hao, Xu-Yan Tu, and Cong Wang Face recognition using kfd-isomap In 2005 International Conference on Machine Learning and Cybernetics, volume 7, pages 4544–4548 IEEE, 2005 [42] Bo Liu, Hussein A Abbass, and Bob McKay Classification rule discovery with ant colony optimization In IAT, volume 3, page 83, 2003 [43] Huan Liu and Rudy Setiono Feature selection and classification-a probabilistic wrapper approach In Proceedings of 9th International Conference on Industrial and Engineering Applications of AI and ES, pages 419–424, 1997 [44] Xianyong Liu, Ligang Liu, Weijie Song, Yanping Liu, and Lizhuang Ma Shape context based mesh saliency detection and its applications: A survey Computers & Graphics, 57:12–30, 2016 [45] Zhu Liu and Yao Wang Face detection and tracking in video using dynamic programming In Image Processing, 2000 Proceedings 2000 International Conference on, volume 1, pages 53–56 IEEE, 2000 118 [46] Stephen McQuistin, Colin Perkins, and Marwan Fayed Tcp hollywood: An unordered, time-lined, tcp for networked multimedia applications In Proc IFIP Networking, 2016 [47] Bernd Menser and F Mă uller Face detection in color images using principal components analysis In In Seventh Intl Conf on Image Processing and Its Applications Citeseer, 1999 [48] Sebastian Mika, Gunnar Răatsch, Jason Weston, Bernhard Schăolkopf, Alexander J Smola, and Klaus-Robert Mă uller Invariant feature extraction and classification in kernel spaces In NIPS, pages 526–532, 1999 [49] Baback Moghaddam, Chahab Nastar, and Alex Pentland Bayesian face recognition using deformable intensity surfaces In Computer Vision and Pattern Recognition, 1996 Proceedings CVPR’96, 1996 IEEE Computer Society Conference on, pages 638–645 IEEE, 1996 [50] Pavel Pacl´ık, Robert PW Duin, Geert MP van Kempen, and Reinhard Kohlus On feature selection with measurement cost and grouped features In Joint IAPR International Workshops on Statistical Techniques in Pattern Recognition (SPR) and Structural and Syntactic Pattern Recognition (SSPR), pages 461–469 Springer, 2002 [51] Ying Han Pang, Andrew Beng Jin Teoh, Eng Kiong Wong, and Fazly Salleh Abas Supervised locally linear embedding in face recognition In Biometrics and Security Technologies, 2008 ISBAST 2008 International Symposium on, pages 1–6 IEEE, 2008 [52] BK Panigrahi and V Ravikumar Pandi Optimal feature selection for classification of power quality disturbances using wavelet packet-based fuzzy knearest neighbour algorithm IET generation, transmission & distribution, (3):296–306, 2009 [53] Constantine P Papageorgiou, Michael Oren, and Tomaso Poggio A general framework for object detection In Computer vision, 1998 sixth international conference on, pages 555–562 IEEE, 1998 [54] Unsang Park and Anil K Jain 3d model-based face recognition in video In International Conference on Biometrics, pages 1085–1094 Springer, 2007 [55] Baranidharan Raman and Thomas R Ioerger Instance-based filter for feature selection Journal of Machine Learning Research, 1(3):1–23, 2002 [56] Sujith Ravi, Andrei Broder, Evgeniy Gabrilovich, Vanja Josifovski, Sandeep Pandey, and Bo Pang Automatic generation of bid phrases for online advertising In Proceedings of the third ACM international conference on Web search and data mining, pages 341–350 ACM, 2010 [57] Helen Robinson, Anna Wysocka, and Chris Hand Internet advertising effectiveness: the effect of design on click-through rates for banner ads International Journal of Advertising, 26(4):527–541, 2007 [58] Henry A Rowley, Shumeet Baluja, and Takeo Kanade Neural network-based face detection IEEE Transactions on pattern analysis and machine intelligence, 20(1):23–38, 1998 [59] John See, Chikkannan Eswaran, and Mohammad Faizal Ahmad Fauzi Dualfeature bayesian map classification: exploiting temporal information for video-based face recognition In International Conference on Neural Information Processing, pages 549–556 Springer, 2012 119 [60] Rudy Setiono and Huan Liu Neural-network feature selector IEEE transactions on neural networks, 8(3):654–662, 1997 [61] Wojciech Siedlecki and Jack Sklansky A note on genetic algorithms for largescale feature selection Pattern recognition letters, 10(5):335–347, 1989 [62] Josef Sivic, Mark Everingham, and Andrew Zisserman Person spotting: video shot retrieval for face sets In International Conference on Image and Video Retrieval, pages 226–236 Springer, 2005 [63] John Soldera, Carlos Alberto Ramirez Behaine, and Jacob Scharcanski Customized orthogonal locality preserving projections with soft-margin maximization for face recognition IEEE Transactions on Instrumentation and Measurement, 64(9):2417–2426, 2015 [64] Johannes Stallkamp, Hazim K Ekenel, and Rainer Stiefelhagen Video-based face recognition on real-world data In 2007 IEEE 11th International Conference on Computer Vision, pages 1–8 IEEE, 2007 [65] David W Stewart and Paul A Pavlou From consumer response to active consumer: Measuring the effectiveness of interactive media Journal of the Academy of Marketing Science, 30(4):376–396, 2002 [66] Caetano Traina, Agma Traina, Leejay Wu, and Christos Faloutsos Fast feature selection using fractal dimension Journal Applied Soft Computing, 2000 [67] Matthew Turk and Alex Pentland Eigenfaces for recognition Journal of cognitive neuroscience, 3(1):71–86, 1991 [68] S Venkatesan and S Srinivasa Rao Madane Face recognition system with genetic algorithm and ant colony optimization International Journal of Innovation, Management and Technology, 1(5):469, 2010 [69] Paul Viola and Michael Jones Rapid object detection using a boosted cascade of simple features In Computer Vision and Pattern Recognition, 2001 CVPR 2001 Proceedings of the 2001 IEEE Computer Society Conference on, volume 1, pages I–511 IEEE, 2001 [70] Pallavi D Wadkar and Megha Wankhade Face recognition using discrete wavelet transforms International Journal of Advanced Engineering Technology, 3(1):239–242, 2012 [71] Huafeng Wang, Yunhong Wang, and Yuan Cao Video-based face recognition: A survey World Academy of Science, Engineering and Technology, International Journal of Computer, Electrical, Automation, Control and Information Engineering, 3(12):2809–2818, 2009 [72] Ziqiang Wang and Xia Sun Optimal kernel marginal fisher analysis for face recognition Journal of Computers, 7(9):2298–2305, 2012 [73] Greg Welch and Gary Bishop An introduction to the kalman filter Proceedings of the Siggraph Course, Los Angeles, 2001 [74] Hao Wu, Guang Qiu, Xiaofei He, Yuan Shi, Mingcheng Qu, Jing Shen, Jiajun Bu, and Chun Chen Advertising keyword generation using active learning In Proceedings of the 18th international conference on World wide web, pages 1095–1096 ACM, 2009 120 [75] Yilei Xu, Amit Roy-Chowdhury, and Keyur Patel Integrating illumination, motion, and shape models for robust face recognition in video EURASIP Journal on Advances in Signal Processing, 2008(1):1–13, 2007 [76] Yong Xu, Xiaozhao Fang, Xuelong Li, Jiang Yang, Jane You, Hong Liu, and Shaohua Teng Data uncertainty in face recognition IEEE transactions on cybernetics, 44(10):1950–1961, 2014 [77] Shuicheng Yan, Dong Xu, Benyu Zhang, Hong-Jiang Zhang, Qiang Yang, and Stephen Lin Graph embedding and extensions: a general framework for dimensionality reduction IEEE transactions on pattern analysis and machine intelligence, 29(1):40–51, 2007 [78] Yan Yan and Yu-Jin Zhang State-of-the-art on video-based face recognition In Encyclopedia of Artificial Intelligence, pages 1455–1461 IGI Global, 2009 [79] Zhong Yan and Chunwei Yuan Ant colony optimization for feature selection in face recognition In Biometric Authentication, pages 221–226 Springer, 2004 [80] Ming-Hsuan Yang Face recognition using extended isomap In Image Processing 2002 Proceedings 2002 International Conference on, volume 2, pages II–117 IEEE, 2002 [81] Hua Yu and Jie Yang A direct lda algorithm for high-dimensional datawith application to face recognition Pattern recognition, 34(10):2067–2070, 2001 [82] John S Zelek, John K Tsotsos, et al Robust face recognition through local graph matching Journal of Multimedia, 2(5), 2007 [83] Cha Zhang and Zhengyou Zhang A survey of recent advances in face detection, 2010 [84] Chun-Kai Zhang and Hong Hu Feature selection using the hybrid of ant colony optimization and mutual information for the forecaster In 2005 International Conference on Machine Learning and Cybernetics, volume 3, pages 1728–1732 IEEE, 2005 [85] Li Zhang, Noah Snavely, Brian Curless, and Steven M Seitz Spacetime faces: High-resolution capture for˜ modeling and animation In Data-Driven 3D Facial Animation, pages 248–276 Springer, 2008 [86] Zhaoxiang Zhang, Chao Wang, and Yunhong Wang Video-based face recognition: state of the art In Chinese conference on biometric recognition, pages 1–9 Springer, 2011 [87] ZhenQiu Zhang, Long Zhu, Stan Z Li, and HongJiang Zhang Real-time multi-view face detection In Automatic Face and Gesture Recognition, 2002 Proceedings Fifth IEEE International Conference on, pages 142–147 IEEE, 2002 [88] Chunhui Zhao, Xiaocui Li, and Yan Cang Bisecting k-means clustering based face recognition using block-based bag of words model Optik-International Journal for Light and Electron Optics, 126(19):1761–1766, 2015 [89] Wenyi Zhao, Rama Chellappa, P Jonathon Phillips, and Azriel Rosenfeld Face recognition: A literature survey ACM computing surveys (CSUR), 35 (4):399–458, 2003 121 [90] Wenlong Zheng and Suchendra M Bhandarkar Face detection and tracking using a boosted adaptive particle filter Journal of Visual Communication and Image Representation, 20(1):9–27, 2009 [91] Youding Zhu and Kikuo Fujimura 3d head pose estimation with optical flow and depth constraints In 3-D Digital Imaging and Modeling, 2003 3DIM 2003 Proceedings Fourth International Conference on, pages 211–216 IEEE, 2003 122 ... advertising and online advertising The approaches for the online advertising problem and the challenges are also mentioned This is the foundation for us to propose our online video contextual advertisement... to store video data plus machine learning models to deliver maximum efficiency to the system The structure of the thesis is organized into four chapters: • In the first chapter, the thesis focuses... 76 77 78 79 80 82 82 85 86 The Online Video Contextual Advertisement User-Oriented System using Video- based Recognition Elevator 87 4.1 Framework for online video contextual advertisement user-oriented

Ngày đăng: 27/12/2020, 10:29

TÀI LIỆU CÙNG NGƯỜI DÙNG

TÀI LIỆU LIÊN QUAN

w