UCLA Electronic Theses and Dissertations

Total Page:16

File Type:pdf, Size:1020Kb

UCLA Electronic Theses and Dissertations UCLA UCLA Electronic Theses and Dissertations Title Multimodal Learning for Vision and Language Permalink https://escholarship.org/uc/item/676212wx Author Mao, Junhua Publication Date 2017 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California UNIVERSITY OF CALIFORNIA Los Angeles Multimodal Learning for Vision and Language A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Statistics by Junhua Mao 2017 c Copyright by Junhua Mao 2017 ABSTRACT OF THE DISSERTATION Multimodal Learning for Vision and Language by Junhua Mao Doctor of Philosophy in Statistics University of California, Los Angeles, 2017 Professor Alan Loddon Yuille, Chair This thesis focuses on proposing and addressing various tasks in the field of vision and language, a new and challenging area which contains the hottest research topics for both computer vision and natural language processing. We first proposed an effective RNN-CNN framework (Recurrent Neural Network-Convolutional Neural Network) to address the task of image captioning (i.e. describing an image with a sentence). Based on this work, we proposed effective models and constructed large-scale datasets, for various vision and language tasks, such as unambiguous object descriptions (i.e. Referring expressions), image question answering, one-shot novel concept captioning, multimodal word embedding, and multi-label classification. Many of these tasks have not been successfully addressed or even been investigated before. Our work are among the first deep learning effort for these tasks, and achieves the state-of-the-art results. We hope the methods and datasets proposed in this thesis could provide insight for the future development of vision and language. ii The dissertation of Junhua Mao is approved. Demetri Terzopoulos Hongjing Lu Ying Nian Wu Alan Loddon Yuille, Committee Chair University of California, Los Angeles 2017 iii To my parents . who—among so many other things— always support me no matter what happens. iv TABLE OF CONTENTS 1 Introduction ::::::::::::::::::::::::::::::::::::::: 1 2 Deep Captioning with Multimodal Recurrent Neural Networks (m-RNN) [MXY15a] 7 2.1 Abstract . 7 2.2 Introduction . 7 2.3 Related Work . 8 2.4 Model Architecture . 11 2.4.1 Simple recurrent neural network . 11 2.4.2 Our m-RNN model . 12 2.5 Training the m-RNN . 14 2.6 Sentence Generation, Image Retrieval and Sentence Retrieval . 15 2.7 Learning of Sentence and Image Features . 16 2.8 Experiments . 17 2.8.1 Datasets . 17 2.8.2 Evaluation metrics . 18 2.8.3 Results on IAPR TC-12 . 18 2.8.4 Results on Flickr8K . 20 2.8.5 Results on Flickr30K and MS COCO . 21 2.9 Nearest Neighbor as Reference . 23 2.9.1 Image features for the nearest neighbor image search . 24 2.9.2 Consensus Reranking . 26 2.9.3 Experiments . 26 2.9.4 Discussion . 26 v 2.10 Conclusion . 27 3 Learning like a Child: Fast Novel Visual Concept Learning from Sentence Descrip- tions of Images [MWY15] ::::::::::::::::::::::::::::::::: 28 3.1 Abstract . 28 3.2 Introduction . 28 3.3 Related Work . 31 3.4 The Image Captioning Model . 32 3.4.1 The Model Architecture . 33 3.4.2 The Transposed Weight Sharing (TWS) . 33 3.5 The Novel Concept Learning (NVCS) Task . 35 3.5.1 Fixing the originally learned weights . 36 3.5.2 Fixing the baseline probability . 36 3.5.3 The Role of Language and Vision . 37 3.6 Datasets . 38 3.6.1 Strategies to Construct Datasets . 38 3.6.2 The Novel Visual Concepts Datasets . 38 3.7 Experiments . 40 3.7.1 Evaluation Metrics . 40 3.7.2 Effectiveness of TWS and BPF . 41 3.7.3 Results on NewObj-Motor and NewObj-Cat . 42 3.7.4 Results on NC-3 . 45 3.7.5 Qualitative Results . 47 3.8 Conclusion . 47 4 Generation and Comprehension of Unambiguous Object Descriptions [MHT16] :: 49 vi 4.1 Abstract . 49 4.2 Introduction . 49 4.3 Related Work . 51 4.4 Dataset Construction . 53 4.5 Tasks . 55 4.5.1 Generation . 56 4.5.2 Comprehension . 56 4.6 The Baseline Method . 57 4.6.1 Model Architecture . 57 4.6.2 Maximum Likelihood Training . 58 4.7 The Full Method . 58 4.7.1 Discriminative (MMI) Training . 59 4.8 Semi-supervised Training . 61 4.9 Experiments . 62 4.9.1 Evaluation Metrics . 62 4.9.2 Comparing different training methods . 63 4.9.3 Fully-supervised Training . 64 4.9.4 Semi-supervised Training . 65 4.9.5 Qualitative Results . 66 4.10 Conclusions . 67 5 Are You Talking to a Machine? Dataset and Methods for Multilingual Image Question Answering [GMZ15] :::::::::::::::::::::::::::::::::::: 70 5.1 Abstract . 70 5.2 Introduction . 71 vii 5.3 Related Work . 72 5.4 The Multimodal QA (mQA) Model . 75 5.4.1 The Four Components of the mQA Model . 75 5.4.2 The Weight Sharing Strategy . 77 5.4.3 Training Details . 78 5.5 The Freestyle Multilingual Image Question Answering (FM-IQA) Dataset . 78 5.5.1 The Data Collection . 78 5.5.2 The Statistics of the Dataset . 79 5.6 Experiments . 81 5.6.1 The Visual Turing Test . 81 5.6.2 The Score of the Generated Answer . 82 5.6.3 Performance Comparisons of the Different mQA Variants . 83 5.7 Discussion . 84 6 Training and Evaluating Multimodal Word Embeddings with Large-scale Web Anno- tated Images [MXJ16] ::::::::::::::::::::::::::::::::::: 86 6.1 Abstract . 86 6.2 Introduction . 87 6.3 Related Work . 89 6.4 Datasets . 90 6.4.1 Training Dataset . 91 6.4.2 Evaluation Datasets . 92 6.5 The Multimodal Word Embedding Models . 96 6.6 Experiments . 98 6.6.1 Training Details . 98 viii 6.6.2 Evaluation Details . 99 6.6.3 Results on the Gold RP10K and RP10M datasets . 99 6.7 Discussion . 100 7 Conclusion ::::::::::::::::::::::::::::::::::::::: 102 References ::::::::::::::::::::::::::::::::::::::::: 103 ix LIST OF FIGURES 2.1 Examples of the generated and two top-ranked retrieved sentences given the query image from IAPR TC-12 dataset. The sentences can well describe the content of the images. We show a failure case in the fourth image, where the model mis- takenly treats the lake as the sky and misses all the people. More examples from the MS COCO dataset can be found on the project page: www.stat.ucla.edu/ \protect\unhbox\voidb@x\penalty\@M\{}junhua.mao/m-RNN.html. ............................................ 9 2.2 Illustration of the simple Recurrent Neural Network (RNN) and our multimodal Recurrent Neural Network (m-RNN) architecture. (a). The simple RNN. (b). Our m-RNN model. The inputs of our model are an image and its corresponding sentence descriptions. w1, w2, ..., wL represents the words in a sentence. We add a start sign wstart and an end sign wend to all the training sentences. The model estimates the probability distribution of the next word.
Recommended publications
  • Zhou Ren Email: [email protected] Homepage
    Zhou Ren Email: [email protected] Homepage: http://cs.ucla.edu/~zhou.ren INDUSTRY EXPERIENCE 12/2018 – present, Senior Research Lead, Wormpex AI Research, Bellevue, WA, USA 05/2018 – 12/2018, Senior Research Scientist, Snap Inc., Santa Monica, CA, USA 10/2017 – 05/2018, Research Scientist (III), Snap Inc., Venice, CA, USA 04/2017 – 10/2017, Research Scientist (II), Snap Inc., Venice, CA, USA 07/2016 – 04/2017, Research Scientist (I), Snap Inc., Venice, CA, USA 03/2016 – 06/2016, Research Intern, Snap Inc., Venice, CA, USA 06/2015 – 09/2015, Deep Learning Research Intern, Adobe Research, San Jose, CA, USA 06/2013 – 09/2013, Research Intern, Toyota Technological Institute, Chicago, IL, USA 07/2010 – 07/2012, Project Officer, Media Technology Lab, Nanyang Technological University, Singapore PROFESSIONAL SERVICES Area Chair, CVPR 2021, CVPR 2022, WACV 2022. Senior Program Committee, AAAI 2021. Associate Editor, The Visual Computer Journal (TVCJ), 2018 – present. Director of Industrial Governance Board, Asia-Pacific Signal and Information Processing Association (APSIPA). EDUCATION Doctor of Philosophy 09/2012 – 09/2016, University of California, Los Angeles (UCLA) Major: Vision and Graphics, Computer Science Department Advisor: Prof. Alan Yuille Master of Science 09/2012 – 06/2014, University of California, Los Angeles (UCLA) Major: Vision and Graphics, Computer Science Department Advisor: Prof. Alan Yuille Master of Engineering 08/2010 – 01/2012, Nanyang Technological University (NTU), Singapore Major: Information Engineering, School
    [Show full text]
  • Compositional Convolutional Neural Networks: a Deep Architecture with Innate Robustness to Partial Occlusion
    Compositional Convolutional Neural Networks: A Deep Architecture with Innate Robustness to Partial Occlusion Adam Kortylewski Ju He Qing Liu Alan Yuille Johns Hopkins University Abstract Recent findings show that deep convolutional neural net- works (DCNNs) do not generalize well under partial occlu- sion. Inspired by the success of compositional models at classifying partially occluded objects, we propose to inte- grate compositional models and DCNNs into a unified deep model with innate robustness to partial occlusion. We term this architecture Compositional Convolutional Neural Net- work. In particular, we propose to replace the fully con- nected classification head of a DCNN with a differentiable compositional model. The generative nature of the compo- sitional model enables it to localize occluders and subse- Figure 1: Partially occluded cars from the MS-COCO quently focus on the non-occluded parts of the object. We dataset [20] that are misclassified by a standard DCNN conduct classification experiments on artificially occluded but correctly classified by the proposed CompositionalNet. images as well as real images of partially occluded objects Intuitively, a CompositionalNet can localize the occluders from the MS-COCO dataset. The results show that DC- (occlusion scores on the right) and subsequently focus on NNs do not classify occluded objects robustly, even when the non-occluded parts of the object to classify the image. trained with data that is strongly augmented with partial occlusions. Our proposed model outperforms standard DC- NNs by a large margin at classifying partially occluded ob- One approach to overcome this limitation is to use data jects, even when it has not been exposed to occluded ob- augmentation in terms of partial occlusion [6, 35].
    [Show full text]
  • Brain Mapping Methods: Segmentation, Registration, and Connectivity Analysis
    UCLA UCLA Electronic Theses and Dissertations Title Brain Mapping Methods: Segmentation, Registration, and Connectivity Analysis Permalink https://escholarship.org/uc/item/1jt7m230 Author Prasad, Gautam Publication Date 2013 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California University of California Los Angeles Brain Mapping Methods: Segmentation, Registration, and Connectivity Analysis A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Computer Science by Gautam Prasad 2013 c Copyright by Gautam Prasad 2013 Abstract of the Dissertation Brain Mapping Methods: Segmentation, Registration, and Connectivity Analysis by Gautam Prasad Doctor of Philosophy in Computer Science University of California, Los Angeles, 2013 Professor Demetri Terzopoulos, Chair We present a collection of methods that model and interpret information represented in structural magnetic resonance imaging (MRI) and diffusion MRI images of the living hu- man brain. Our solution to the problem of brain segmentation in structural MRI combines artificial life and deformable models to develop a customizable plan for segmentation real- ized as cooperative deformable organisms. We also present work to represent and register white matter pathways as described in diffusion MRI. Our method represents these path- ways as maximum density paths (MDPs), which compactly represent information and are compared using shape based registration for population studies. In addition, we present a group of methods focused on connectivity in the brain. These include an optimization for a global probabilistic tractography algorithm that computes fibers representing connectivity pathways in tissue, a novel maximum-flow based measure of connectivity, a classification framework identifying Alzheimer's disease based on connectivity measures, and a statisti- cal framework to find the optimal partition of the brain for connectivity analysis.
    [Show full text]
  • 1 Institute for Pure and Applied Mathematics, UCLA Preliminary
    Institute for Pure and Applied Mathematics, UCLA Preliminary Report on Funding Year 2014-2015 June 19, 2015 The current funding period ends on August 31, 2015. This is a preliminary report. The full report will be submitted next year. IPAM held two long programs. Each long program included tutorials, four workshops, and a culminating retreat. Between workshops, the participants planned a series of talks and focus groups. Mathematics of Turbulence (fall 2014) Broad Perspectives and New Directions in Financial Mathematics (spring 2015) Workshops in the past year included: Multiple Sequence Alignment Symmetry and Topology in Quantum Matter Computational Photography and Intelligent Cameras Zariski-dense Subgroups Machine Learning for Many-Particle Systems IPAM held two diversity conferences in the past year: Blackwell-Tapia Conference and Awards Ceremony Latinos/as in the Mathematical Sciences Conference The Blackwell-Tapia Conference was supported by the NSF Math Institutes’ Diversity Grant and a grant from the Sloan Foundation. The NSA and Raytheon Corporation sponsored the Latinos in Math Conference. An undergraduate event entitled “Grad School and Beyond: Advice for the Aspiring Mathematician” was held the day before the Blackwell-Tapia Conference and featured some of the conference speakers and participants. IPAM held “reunion conferences” for four long programs: Plasma Physics, Materials Defects, Interaction between Analysis and Geometry, and Materials for Sustainable Energy Three summer research programs will take place this summer: RIPS-Hong Kong, RIPS-LA and Graduate-level RIPS in Berlin. The graduate summer school “Games and Contracts for Cyber-Physical Security” will take place in July 2015. The Green Family Lecture Series this year featured Andrew Lo, director of MIT’s Laboratory for Financial Engineering.
    [Show full text]
  • Compositional Generative Networks and Robustness to Perceptible Image Changes
    Compositional Generative Networks and Robustness to Perceptible Image Changes Adam Kortylewski Ju He Qing Liu Christian Cosgrove Dept. Computer Science Dept. Computer Science Dept. Computer Science Dept. Computer Science Johns Hopkins University Johns Hopkins University Johns Hopkins University Johns Hopkins University Baltimore, USA Baltimore, USA Baltimore, USA Baltimore, USA [email protected] [email protected] [email protected] [email protected] Chenglin Yang Alan L. Yuille Dept. Computer Science Dept. Computer Science Johns Hopkins University Johns Hopkins University Baltimore, USA Baltimore, USA [email protected] [email protected] Abstract—Current Computer Vision algorithms for classifying paradigm of measuring research progress in computer vision objects, such as Deep Nets, lack robustness to image changes in terms of performance improvements on well-known datasets which, although perceptible, would not fool a human observer. for large-scale image classification [8], segmentation [10], We quantify this by showing how performances of Deep Nets de- grades badly on images where the objects are partially occluded [25], pose estimation [40], and part detection [4]. and degrades even worse on more challenging and adversarial However, the focus on dataset performance encourages situations where, for example, patches are introduced in the researchers to develop computer vision models that work well images to target the weak points of the algorithm. To address this on a particular dataset, but do not transfer well to other problem we develop a novel architecture, called Compositional datasets. We argue that this lack of robustness is caused by Generative Networks (Compositional Nets) which is innately robust to these types of image changes. This architecture replaces the paradigm of evaluating computer vision algorithms on the fully connected classification head of the deep network by balanced annotated datasets (BAD).
    [Show full text]
  • Jason Joseph Corso
    Jason Joseph Corso Prepared on October 11, 2020 Contact University of Michigan Voxel51 1301 Beal Avenue 410 N 4th Ave 4238 EECS 3rd Floor Ann Arbor, MI 48109-2122 Ann Arbor, MI 48104-1104 Phone: 734-647-8833 Phone: 734-531-9349 Email: [email protected] Email: [email protected] Web: http://web.eecs.umich.edu/∼jjcorso Web: https://voxel51.com Background Date of Birth: 6 August 1978 Place of Birth: New York, USA Citizenship: USA Security Clearance: On Request Appointments Director of the Stevens Institute for Artificial Intelligence Hoboken, NJ Viola Ward Brinning and Elbert Calhoun Brinning Professor of Computer Science Stevens Institute of Technology 1/2021 - Ongoing Professor Ann Arbor, MI Electrical Engineering and Computer Science University of Michigan 8/2019 - 12/2020 Co-Founder and CEO Ann Arbor, MI Voxel51, Inc. 12/2016 - Present Full list of appointments begins on page 26 Research Focus Cognitive systems and their entanglement with vision, language, physical constraints, robotics, autonomy, and the semantics of the natural world, both in corner-cases and at scale. Research Areas Computer Vision Robot Perception Human Language Data Science / Machine Learning Artificial Intelligence Software Systems Education University of California, Los Angeles Los Angeles, CA Post-Doc in Neuroscience and Statistics 2006-2007 Advisors: Dr. Alan Yuille and Dr. Arthur Toga The Johns Hopkins University Baltimore, MD Ph.D. in Computer Science 6/2006 Advisor: Dr. Gregory D. Hager Dissertation Title:“Techniques for Vision-Based Human-Computer Interaction”
    [Show full text]
  • Statistical Methods and Modeling in Cancer Etiology and Early Detection
    Statistical Methods and Modeling in Cancer Etiology and Early Detection by Lu Li A dissertation submitted to The Johns Hopkins University in conformity with the requirements for the degree of Doctor of Philosophy Baltimore, Maryland November, 2018 © 2018 by Lu Li All rights reserved Abstract Notwithstanding the many advances made in cancer research over the last several decades, there are still many fundamental questions that need to be addressed. During my PhD, I have been working on developing statistical methods to analyze liquid biopsy data for cancer early detection and using mathematical modeling to better understand cancer etiology. Traditionally, cancer-causing mutations have been thought to have two major sources: inherited (H) and environmental (E) risk factors. However, these are not enough to explain the extreme variation in cancer incidence across different tissues. Recently, the random mutations occurring during nor- mal cell replications (R mutations) were recognized as a third and important source of cancers. In the first part of this dissertation, we proposed a novel approach to estimate the proportions of these three sources of mutations using cancer genome sequencing and epidemiological data. Our method suggests that R mutations are responsible for two-thirds of the mutations in human cancers or at least not less than 40% of them. At the same time, while the role of driver mutations and other genomic alterations in cancer causation is well recognized, they may not be sufficient for cancer to occur. Other factors like, for example, the immune system ii and the microenvironment, also have their impacts. It’s not known, as of now, how large is the contribution of mutations compared to all these other factors, which we collectively define as K factors.
    [Show full text]
  • George Papandreou Web
    Toyota Technological Institute at Chicago email: gpapan AT ttic.edu George Papandreou web: http://ttic.uchicago.edu/~gpapan Education 2003–2009 Ph.D. in Electrical & Computer Engineering, National Technical University of Athens, Greece. Ph.D. Thesis: Image Analysis and Computer Vision: Theory and Applications in the Restoration of Ancient Wall Paintings (Advisor: Prof. Petros Maragos) 1998–2003 Diploma/M.Eng. in Electrical & Computer Engineering, National Technical University of Athens, Greece. GPA: 9.54/10 (highest honors), ranked in top 1% of my class at the top engineering school in Greece. Diploma Thesis: Fast Algorithms for the Evolution of Geodesic Active Contours with Applications in Computer Vision (Advisor: Prof. Petros Maragos) Professional Experience 2013– Research Assistant Professor, Toyota Technological Institute at Chicago. Research in computer vision and machine learning. Main research directions: Deep learning for computer vision and speech recognition. Advancement of the theory and practice of Perturb-and-MAP probabilistic models. 2009–2013 Postdoctoral Research Scholar, University of California, Los Angeles. Member of the Center for Cognition, Vision, and Learning (CCVL), working with Prof. Alan Yuille. Re- search in computer vision and machine learning. Main projects: Developed a novel Perturb-and-MAP framework for random sampling and parameter learning in large-scale Markov random fields (NSF, AFOSR, & ONR-MURI, 2010–now). Building whole-image probabilistic models from patch-level representations to handle in a unified manner visual tasks both at low-level (denoising) and at high-level (classification, recognition) (NSF, 2011–2013). 2003–2009 Graduate Research Assistant, National Technical University of Athens, Greece. Member of the Computer Vision, Speech Communication & Signal Processing (CVSP) group (cvsp.cs.ntua.gr).
    [Show full text]
  • Efficient Multilevel Brain Tumor Segmentation with Integrated
    Manuscript submitted to IEEE Transactions on Medical 1 Imaging. Do not distribute. Efficient Multilevel Brain Tumor Segmentation with Integrated Bayesian Model Classification Jason J. Corso, Member, IEEE, Eitan Sharon, Shishir Dube, Suzie El-Saden, Usha Sinha, and Alan Yuille, Member, IEEE, Abstract— We present a new method for automatic segmen- T1 tation of heterogeneous image data that takes a step toward edema bridging the gap between bottom-up affinity-based segmentation methods and top-down generative model based approaches. The main contribution of the paper is a Bayesian formulation for incorporating soft model assignments into the calculation of affinities, which are conventionally model free. We integrate the necrotic resulting model-aware affinities into the multilevel segmentation by weighted aggregation algorithm, and apply the technique to the task of detecting and segmenting brain tumor and edema T2 active in multichannel MR volumes. The computationally efficient method runs orders of magnitude faster than current state-of- nec. the-art techniques giving comparable or improved results. Our quantitative results indicate the benefit of incorporating model- aware affinities into the segmentation process for the difficult edema case of brain tumor. Index Terms— Multilevel segmentation, normalized cuts, Bayesian affinity, brain tumor, glioblastoma multiforme I. INTRODUCTION Fig. 1. Labeled example of a brain tumor illustrating the importance of the different modalities (T1 with contrast and T2). Medical image analysis typically involves heterogeneous data that has been sampled from different underlying anatomic and pathologic physical processes. In the case of glioblastoma multiforme brain tumor (GBM), for example, the heteroge- A key problem in medical imaging is automatically seg- neous processes in study are the tumor itself, comprising menting an image into its constituent heterogeneous processes.
    [Show full text]
  • Compositional Convolutional Neural Networks: a Deep Architecture with Innate Robustness to Partial Occlusion
    Compositional Convolutional Neural Networks: A Deep Architecture with Innate Robustness to Partial Occlusion Adam Kortylewski Ju He Qing Liu Alan Yuille Johns Hopkins University Abstract Recent findings show that deep convolutional neural net- works (DCNNs) do not generalize well under partial occlu- sion. Inspired by the success of compositional models at classifying partially occluded objects, we propose to inte- grate compositional models and DCNNs into a unified deep model with innate robustness to partial occlusion. We term this architecture Compositional Convolutional Neural Net- work. In particular, we propose to replace the fully con- nected classification head of a DCNN with a differentiable compositional model. The generative nature of the compo- sitional model enables it to localize occluders and subse- Figure 1: Partially occluded cars from the MS-COCO quently focus on the non-occluded parts of the object. We dataset [20] that are misclassified by a standard DCNN conduct classification experiments on artificially occluded but correctly classified by the proposed CompositionalNet. images as well as real images of partially occluded objects Intuitively, a CompositionalNet can localize the occluders from the MS-COCO dataset. The results show that DC- (occlusion scores on the right) and subsequently focus on NNs do not classify occluded objects robustly, even when the non-occluded parts of the object to classify the image. trained with data that is strongly augmented with partial occlusions. Our proposed model outperforms standard DC- NNs by a large margin at classifying partially occluded ob- One approach to overcome this limitation is to use data jects, even when it has not been exposed to occluded ob- augmentation in terms of partial occlusion [6, 35].
    [Show full text]
  • Analysis, Interpretation and Synthesis of Facial Expressions by Irfan Aziz Essa
    Analysis, Interpretation and Synthesis of Facial Expressions by Irfan Aziz Essa B.S., Illinois Institute of Technology (1988) S.M., Massachusetts Institute of Technology (1990) Submitted to the Program in Media Arts and Sciences, School of Architecture and Planning, in partial fulfillment of the requirements for the degree of Doctor of Philosophy at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY February 1995 @ Massachusetts Institute of Technology 1995. All rights reserved. Author......................................................... Program in Media Arts and Sciences September 20, 1994 ) /l Certifiedby................................... ..................... Alex P. Pentland Professor of Computers, Communication and Design Technology Program in Media Arts and Sciences, MIT Thesis Supervisor Accepted by ........................... .... Stephen A. Benton Chairman, Departmental Committee on Graduate Students Program in Media Arts and Sciences Analysis, Interpretation and Synthesis of Facial Expressions by Irfan Aziz Essa Submitted to the Program in Media Arts and Sciences, School of Architecture and Planning, on September 20, 1994, in partial fulfillment of the requirements for the degree of Doctor of Philosophy Abstract This thesis describes a computer vision system for observing the "action units" of a face using video sequences as input. The visual observation (sensing) is achieved by using an optimal estimation optical flow method coupled with a geometric and a physical (muscle) model describing the facial structure. This modeling results in a time-varying spatial patterning of facial shape and a parametric representation of the independent muscle action groups responsible for the observed facial motions. These muscle action patterns are then used for analysis, interpretation, recognition, and synthesis of facial expressions. Thus, by interpreting facial motions within a physics-based optimal estimation framework, a new control model of facial movement is developed.
    [Show full text]
  • Deformable Templates for Face Recognition
    Deformable Templates for Face Recognition Alan L. Yuille Division of Applied Science Harvard University Abstract Downloaded from http://mitprc.silverchair.com/jocn/article-pdf/3/1/59/1755719/jocn.1991.3.1.59.pdf by guest on 18 May 2021 We describe an approach for extracting facial features from data. Variations in the parameters correspond to allowable de- images and for determining the spatial organization between formations of the object and can be specified by a probabilis- these features using the concept of a deformable template. This tic model. After the extraction stage the parameters of the is a parameterized geometric model of the object to be rec- deformable template can be used for object description and ognized together with a measure of how well it fits the image recognition. LNTRODUCTION geometry will appear in the image and a corresponding measure of fitness, or matching criterion, to determine The sophistication of the human visual system is often how the template interacts with the image. taken for granted until we try to design artificial systems For many objects it is straightforward to specify a plau- with similar capabilities. In particular humans have an sible geometric model. Intuition is often a useful guide amazing ability to recognize faces seen from different and one can draw on the experience of artists (for ex- viewpoints, with various expressions and under a variety ample, Bridgman, 1973). Once the form of the model is of lighting conditions. It is hoped that current attempts specified it can be evaluated and the probability distri- to build computer vision face recognition systems will bution of the parameters determined by statistical tests, shed light on how humans perform this task and the given enough instances of the object.
    [Show full text]