SVM-based Discriminative Accumulation Scheme for Place Recognition

Size: px
Start display at page:

Download "SVM-based Discriminative Accumulation Scheme for Place Recognition"

Transcription

1 SVM-based Discriminative Accumulation Scheme for Place Recognition Andrzej Pronobis CAS/CVAP, KTH Stockholm, Sweden Óscar Martínez Mozos AIS, University Of Freiburg Freiburg, Germany Barbara Caputo IDIAP, Martigny, Switzerland

2 Outline High-level, non-linear cue integration scheme Multi-sensory place recognition system Applied to mobile robot topological localization Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 2

3 Motivation Place Recognition The Corridor! Crucial for mobile autonomous agents Solution for typical problems with metric localization Loop closing, kidnapped robot problem Key element of topological and hybrid localization systems Allows to include semantics into space representations Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 3

4 Motivation Multimodal Cue Integration Camera Laser Scanner Range sensors Pros Robust to visual variations Data easy to process Cons Suffers from perceptual aliasing Purely metric information Visual sensors Pros Rich and descriptive Source of semantic information Cons Noisy More data to process Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 4

5 Motivation Multi-cue Place Recognition Distribution of errors made by single cue systems Visual Global Features Visual Local Features Laser Range Features Error Actua al Class Predicted Class Predicted Class Predicted Class How can we use multiple cues effectively? Can we learn these different patterns? Can we do it efficiently? OK Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 5

6 Contribution SVM-based Discriminative Accumulation Scheme High-level cue integration method Effectively and efficiently learns characteristics of different sensors and cues Multi-cue, multi-sensory place recognition system Employs two visual cues and laser range cues Robust to variations introduced by Illumination Everydayand long-term human activity Extensive evaluation in the domain of multi-sensory topological mobile robot localization Data collected over 6 months in a dynamic office environment Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 6

7 Support Vector Machines [Cristianini&Taylor 99] x 2 Input space Kernel K u 2 High-dimensional feature space φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) φ( ) f(x) < 0 φ( ) φ( ) φ( ) φ( ) f(x) > 0 φ( ) φ( ) φ( ) x 1 M Discriminantfunction: f(x) = Σα i y i K(x i,x) + b i=1 Multi-class extensions: one-vs-one, one-vs-all, modified one-vs-all [Pronobis & Caputo 07] u 1 Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 7

8 Cue 1 Cue P SVM-DAS High Level Integration Input Data 1 0 Model 1 Model P Why high level? Outputs O 1 Confidence Outputs O P Cues are treated independently } Integration Function Models adapted to characteristics of each cue Misleading cues do not affect the others Problem is divided into sub-problems } Integrated Outputs O Σ Cue 1 Decision } Cue P Decision Final Decision Not all cues must always be present e.g. Confidence-based Cue Integration [Pronobis&Caputo 07] Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 8

9 Simple linear accumulation (G-DAS,[Pronobis&Caputo 07]) SVM-DAS SVM-DAS Integration Function O Σ = a 1 *O 1 + a 2 *O a P *O P Integrated output vector All outputs in one vector Output vector for cue no. P Multi-class SVM trained on labeled output vectors Labeled output vectors (V 1, y 1 ),, (V N, y N ) Opt. V = [O 1, O 2,, O P ] T Kernel determines the complexity (linear, non-linear) Final decision as in standard multi-class SVM Multi-class SVM model M O Σ = Σα i y i K(V i,v) + b i=1 Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 9

10 SVM-DAS vs. G-DAS G-DAS Simple, linear function Single weight for all outputs Parameters found by extensive search Integrates outputs of models of the same type SVM-DAS Complex(non-linear) function Each output treated separately Model inferred from training data by optimization algorithm Able to integrate outputs of different types of models Can give correct results even if all single cuesare wrong Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 10

11 The Place RecognitionSystem Overview Fully supervised approach [Pronobis et al ] Training: Kitchen Corridor Office Place Recognition System Recognition: Place Recognition System Office Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 11

12 The Place Recognition System Architecture Image Global Feature Extractor (CRFH) Features Classifier (SVM) Decision (CRFH) Local Feature Extractor (SIFT) Features Classifier (SVM) Decision (SIFT) Laser Scan Geometric Feature Extractor Features Classifier (SVM) (AdaBoost) Decision (Laser) Discriminative Cue Integration Final Decision Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 12

13 The Place Recognition System Global Visual Features High dimensional Composed Receptive Field Histograms (CRFH) [Linde & Lideberg 04] Input image L x (x,y,4) Histogram L(x,y,4) L y (x,y,4) Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 13

14 The Place Recognition System Local Visual Features Affine, scale-invariant DoGinterest-point detector [Rothganger et al. 06] and SIFT descriptor [Lowe 04] Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 14

15 The Place Recognition System Geometrical Laser-based Features d i d d (Σ d i ) / N # Gaps d > θ Minimum d Area Perimeter [Martínez Mozos et al. 07] with AdaBoost Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 15

16 Experimental Setup The IDOL2Database Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 16

17 Experimental Setup The IDOL2Database Five rooms of different funtionality One-person office Corridor Two-persons office Kitchen Printer area Three illumination settings over three weeks Cloudy Sunny Night Repeated after 6 months Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 17

18 Experimental Procedure Four sets of experiments Exp. 1 Stable illumination, close in time Exp.2 Varying illumination, close in time Exp.3 Stable illumination, distant in time Exp. 4 Varying illumination, distant in time Each set evaluates Four single-cue models SVM model trained on CRFH SVM model trained on SIFT SVM model trained on laser range features (L-SVM) AdaBoostmodel trained on laser range features (L-AB) Both cue integration schemes (G-DAS, SVM-DAS) Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 18

19 Results Comparison of Cue Integration Methods Varying illumination, distant in time Classification Rate Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 19

20 Results Single Cue VS Multiple Cues Similar ill., close in time Varyingill., distant in time Classification Rate Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 20

21 Results Single Cue VS Multiple Cues Similar ill., close in time Varyingill., distant in time Classification Rate Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 21

22 Results Single Cue VS Multiple Cues Similar ill., close in time Varyingill., distant in time Classification Rate Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 22

23 Results Single Cue VS Multiple Cues Similar ill., close in time Varyingill., distant in time Classification Rate Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 23

24 Results Single Cue VS Multiple Cues Similar ill., close in time Varyingill., distant in time Classification Rate Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 24

25 Results Single Cue VS Multiple Cues Similar ill., close in time Varyingill., distant in time Classification Rate Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 25

26 Results Single Cue VS Multiple Cues Similar ill., close in time Varyingill., distant in time Classification Rate Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 26

27 Results Confidence-based Cue Integration Drawback:more cues = more computations % % % % % % % % Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 27

28 Summary Conclusions (Multi-sensory) cue integration increases robustness More needed than weighted summation SVM-DAS: a flexible, effective, and efficient solution Multi-sensory discriminative place recognition: a robust base for topological localization Ongoing and Future Work Temporal and spatial cue integration Place categorization Topological localization and semantic labeling system Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 28

29 Thank you Contact: The IDOL2database:

30 Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 30

31 Results Stable illumination, close in time (E. 1) Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 31

32 Results Varyingillumination, close in time (E. 2) Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 32

33 Results Stable illumination, distant in time (E. 3) Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 33

34 Results Varyingillumination, distant in time (E. 4) Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 34

35 Results Comparison of Cue Integration Methods Varying illumination, distant in time Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 35

36 Confidence Estimation and Hypotheses Ranking Confidence information and hypotheses ranking derived from distances between samples and hyperplanes Solution based on the one-against-all principle Scores: Best hypothesis: Confidence and order of hypotheses is derived from V j Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 36

37 CRFH VS SIFT CRFH SIFT CRFH SIFT PeopleBot Cloudy -> PeopleBot Night PeopleBot Cloudy -> PowerBot Night Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 37

38 G-DAS Generalization of DAS [Nilsback & Caputo 04] Scores generated by several classifiers (P) accumulated through weighted summation: 1 2 a 1 * V 1, V 2,..., V M + a 2 * V 1, V 2,..., V M a P * V 1, V 2,..., V M P = V 1, V 2,..., V M Σ Can give correct results even if all classifiers are wrong Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 38

39 Confidence-based Cue Integration Integrationmost effective for cases of low confidence Using all cues can be expensive and unnecessary Solution: extract and use additional cues only when confidence is not satisfactory G-DAS results CRFH results Stable illumination conditions Recognition across platforms Andrzej Pronobis, Óscar Martínez Mozos, and Barbara Caputo. SVM-based Discriminative Accumulation Scheme for Place Recognition. 39

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China A Vision-based Affective Computing System Jieyu Zhao Ningbo University, China Outline Affective Computing A Dynamic 3D Morphable Model Facial Expression Recognition Probabilistic Graphical Models Some

More information

Spatial Cognition for Mobile Robots: A Hierarchical Probabilistic Concept- Oriented Representation of Space

Spatial Cognition for Mobile Robots: A Hierarchical Probabilistic Concept- Oriented Representation of Space Spatial Cognition for Mobile Robots: A Hierarchical Probabilistic Concept- Oriented Representation of Space Shrihari Vasudevan Advisor: Prof. Dr. Roland Siegwart Autonomous Systems Lab, ETH Zurich, Switzerland.

More information

Beyond R-CNN detection: Learning to Merge Contextual Attribute

Beyond R-CNN detection: Learning to Merge Contextual Attribute Brain Unleashing Series - Beyond R-CNN detection: Learning to Merge Contextual Attribute Shu Kong CS, ICS, UCI 2015-1-29 Outline 1. RCNN is essentially doing classification, without considering contextual

More information

Yeast Cells Classification Machine Learning Approach to Discriminate Saccharomyces cerevisiae Yeast Cells Using Sophisticated Image Features.

Yeast Cells Classification Machine Learning Approach to Discriminate Saccharomyces cerevisiae Yeast Cells Using Sophisticated Image Features. Yeast Cells Classification Machine Learning Approach to Discriminate Saccharomyces cerevisiae Yeast Cells Using Sophisticated Image Features. Mohamed Tleis Supervisor: Fons J. Verbeek Leiden University

More information

PMR5406 Redes Neurais e Lógica Fuzzy. Aula 5 Alguns Exemplos

PMR5406 Redes Neurais e Lógica Fuzzy. Aula 5 Alguns Exemplos PMR5406 Redes Neurais e Lógica Fuzzy Aula 5 Alguns Exemplos APPLICATIONS Two examples of real life applications of neural networks for pattern classification: RBF networks for face recognition FF networks

More information

1 Pattern Recognition 2 1

1 Pattern Recognition 2 1 1 Pattern Recognition 2 1 3 Perceptrons by M.L. Minsky and S.A. Papert (1969) Books: 4 Pattern Recognition, fourth Edition (Hardcover) by Sergios Theodoridis, Konstantinos Koutroumbas Publisher: Academic

More information

VIDEO SURVEILLANCE AND BIOMEDICAL IMAGING Research Activities and Technology Transfer at PAVIS

VIDEO SURVEILLANCE AND BIOMEDICAL IMAGING Research Activities and Technology Transfer at PAVIS VIDEO SURVEILLANCE AND BIOMEDICAL IMAGING Research Activities and Technology Transfer at PAVIS Samuele Martelli, Alessio Del Bue, Diego Sona, Vittorio Murino Istituto Italiano di Tecnologia (IIT), Genova

More information

Shu Kong. Department of Computer Science, UC Irvine

Shu Kong. Department of Computer Science, UC Irvine Ubiquitous Fine-Grained Computer Vision Shu Kong Department of Computer Science, UC Irvine Outline 1. Problem definition 2. Instantiation 3. Challenge 4. Fine-grained classification with holistic representation

More information

Affective Preference From Physiology in Videogames: a Lesson Learned from the TORCS Experiment

Affective Preference From Physiology in Videogames: a Lesson Learned from the TORCS Experiment Affective Preference From Physiology in Videogames: a Lesson Learned from the TORCS Experiment M. Garbarino, M. Matteucci, A. Bonarini garbarino@elet.polimi.it Dipartimento di Elettronica e Informazione,

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

Action Recognition. Computer Vision Jia-Bin Huang, Virginia Tech. Many slides from D. Hoiem

Action Recognition. Computer Vision Jia-Bin Huang, Virginia Tech. Many slides from D. Hoiem Action Recognition Computer Vision Jia-Bin Huang, Virginia Tech Many slides from D. Hoiem This section: advanced topics Convolutional neural networks in vision Action recognition Vision and Language 3D

More information

The Role of Face Parts in Gender Recognition

The Role of Face Parts in Gender Recognition The Role of Face Parts in Gender Recognition Yasmina Andreu Ramón A. Mollineda Pattern Analysis and Learning Section Computer Vision Group University Jaume I of Castellón (Spain) Y. Andreu, R.A. Mollineda

More information

Intelligent Machines That Act Rationally. Hang Li Toutiao AI Lab

Intelligent Machines That Act Rationally. Hang Li Toutiao AI Lab Intelligent Machines That Act Rationally Hang Li Toutiao AI Lab Four Definitions of Artificial Intelligence Building intelligent machines (i.e., intelligent computers) Thinking humanly Acting humanly Thinking

More information

Automatic Diagnosis of Ovarian Carcinomas via Sparse Multiresolution Tissue Representation

Automatic Diagnosis of Ovarian Carcinomas via Sparse Multiresolution Tissue Representation Automatic Diagnosis of Ovarian Carcinomas via Sparse Multiresolution Tissue Representation Aïcha BenTaieb, Hector Li-Chang, David Huntsman, Ghassan Hamarneh Medical Image Analysis Lab, Simon Fraser University,

More information

Automatic Classification of Perceived Gender from Facial Images

Automatic Classification of Perceived Gender from Facial Images Automatic Classification of Perceived Gender from Facial Images Joseph Lemley, Sami Abdul-Wahid, Dipayan Banik Advisor: Dr. Razvan Andonie SOURCE 2016 Outline 1 Introduction 2 Faces - Background 3 Faces

More information

Recognizing Scenes by Simulating Implied Social Interaction Networks

Recognizing Scenes by Simulating Implied Social Interaction Networks Recognizing Scenes by Simulating Implied Social Interaction Networks MaryAnne Fields and Craig Lennon Army Research Laboratory, Aberdeen, MD, USA Christian Lebiere and Michael Martin Carnegie Mellon University,

More information

Shu Kong. Department of Computer Science, UC Irvine

Shu Kong. Department of Computer Science, UC Irvine Ubiquitous Fine-Grained Computer Vision Shu Kong Department of Computer Science, UC Irvine Outline 1. Problem definition 2. Instantiation 3. Challenge and philosophy 4. Fine-grained classification with

More information

Discriminative Analysis for Image-Based Population Comparisons

Discriminative Analysis for Image-Based Population Comparisons Discriminative Analysis for Image-Based Population Comparisons Polina Golland 1,BruceFischl 2, Mona Spiridon 3, Nancy Kanwisher 3, Randy L. Buckner 4, Martha E. Shenton 5, Ron Kikinis 6, and W. Eric L.

More information

Class discovery in Gene Expression Data: Characterizing Splits by Support Vector Machines

Class discovery in Gene Expression Data: Characterizing Splits by Support Vector Machines Class discovery in Gene Expression Data: Characterizing Splits by Support Vector Machines Florian Markowetz and Anja von Heydebreck Max-Planck-Institute for Molecular Genetics Computational Molecular Biology

More information

BayesOpt: Extensions and applications

BayesOpt: Extensions and applications BayesOpt: Extensions and applications Javier González Masterclass, 7-February, 2107 @Lancaster University Agenda of the day 9:00-11:00, Introduction to Bayesian Optimization: What is BayesOpt and why it

More information

Facial expression recognition with spatiotemporal local descriptors

Facial expression recognition with spatiotemporal local descriptors Facial expression recognition with spatiotemporal local descriptors Guoying Zhao, Matti Pietikäinen Machine Vision Group, Infotech Oulu and Department of Electrical and Information Engineering, P. O. Box

More information

Grounding Ontologies in the External World

Grounding Ontologies in the External World Grounding Ontologies in the External World Antonio CHELLA University of Palermo and ICAR-CNR, Palermo antonio.chella@unipa.it Abstract. The paper discusses a case study of grounding an ontology in the

More information

Behavior Architectures

Behavior Architectures Behavior Architectures 5 min reflection You ve read about two very different behavior architectures. What are the most significant functional/design differences between the two approaches? Are they compatible

More information

Convolutional Neural Networks (CNN)

Convolutional Neural Networks (CNN) Convolutional Neural Networks (CNN) Algorithm and Some Applications in Computer Vision Luo Hengliang Institute of Automation June 10, 2014 Luo Hengliang (Institute of Automation) Convolutional Neural Networks

More information

A Scoring Policy for Simulated Soccer Agents Using Reinforcement Learning

A Scoring Policy for Simulated Soccer Agents Using Reinforcement Learning A Scoring Policy for Simulated Soccer Agents Using Reinforcement Learning Azam Rabiee Computer Science and Engineering Isfahan University, Isfahan, Iran azamrabiei@yahoo.com Nasser Ghasem-Aghaee Computer

More information

EEL-5840 Elements of {Artificial} Machine Intelligence

EEL-5840 Elements of {Artificial} Machine Intelligence Menu Introduction Syllabus Grading: Last 2 Yrs Class Average 3.55; {3.7 Fall 2012 w/24 students & 3.45 Fall 2013} General Comments Copyright Dr. A. Antonio Arroyo Page 2 vs. Artificial Intelligence? DEF:

More information

IDENTIFICATION OF REAL TIME HAND GESTURE USING SCALE INVARIANT FEATURE TRANSFORM

IDENTIFICATION OF REAL TIME HAND GESTURE USING SCALE INVARIANT FEATURE TRANSFORM Research Article Impact Factor: 0.621 ISSN: 2319507X INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK IDENTIFICATION OF REAL TIME

More information

Memory-Augmented Active Deep Learning for Identifying Relations Between Distant Medical Concepts in Electroencephalography Reports

Memory-Augmented Active Deep Learning for Identifying Relations Between Distant Medical Concepts in Electroencephalography Reports Memory-Augmented Active Deep Learning for Identifying Relations Between Distant Medical Concepts in Electroencephalography Reports Ramon Maldonado, BS, Travis Goodwin, PhD Sanda M. Harabagiu, PhD The University

More information

A Model for Automatic Diagnostic of Road Signs Saliency

A Model for Automatic Diagnostic of Road Signs Saliency A Model for Automatic Diagnostic of Road Signs Saliency Ludovic Simon (1), Jean-Philippe Tarel (2), Roland Brémond (2) (1) Researcher-Engineer DREIF-CETE Ile-de-France, Dept. Mobility 12 rue Teisserenc

More information

Introduction to MVPA. Alexandra Woolgar 16/03/10

Introduction to MVPA. Alexandra Woolgar 16/03/10 Introduction to MVPA Alexandra Woolgar 16/03/10 MVP...what? Multi-Voxel Pattern Analysis (MultiVariate Pattern Analysis) * Overview Why bother? Different approaches Basics of designing experiments and

More information

NMF-Density: NMF-Based Breast Density Classifier

NMF-Density: NMF-Based Breast Density Classifier NMF-Density: NMF-Based Breast Density Classifier Lahouari Ghouti and Abdullah H. Owaidh King Fahd University of Petroleum and Minerals - Department of Information and Computer Science. KFUPM Box 1128.

More information

M.Sc. in Cognitive Systems. Model Curriculum

M.Sc. in Cognitive Systems. Model Curriculum M.Sc. in Cognitive Systems Model Curriculum April 2014 Version 1.0 School of Informatics University of Skövde Sweden Contents 1 CORE COURSES...1 2 ELECTIVE COURSES...1 3 OUTLINE COURSE SYLLABI...2 Page

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 5: Data analysis II Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis II 6 Single

More information

FUZZY LOGIC AND FUZZY SYSTEMS: RECENT DEVELOPMENTS AND FUTURE DIWCTIONS

FUZZY LOGIC AND FUZZY SYSTEMS: RECENT DEVELOPMENTS AND FUTURE DIWCTIONS FUZZY LOGIC AND FUZZY SYSTEMS: RECENT DEVELOPMENTS AND FUTURE DIWCTIONS Madan M. Gupta Intelligent Systems Research Laboratory College of Engineering University of Saskatchewan Saskatoon, Sask. Canada,

More information

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany High-level Vision Bernd Neumann Slides for the course in WS 2004/05 Faculty of Informatics Hamburg University Germany neumann@informatik.uni-hamburg.de http://kogs-www.informatik.uni-hamburg.de 1 Contents

More information

Lesson 6 Learning II Anders Lyhne Christensen, D6.05, INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS

Lesson 6 Learning II Anders Lyhne Christensen, D6.05, INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS Lesson 6 Learning II Anders Lyhne Christensen, D6.05, anders.christensen@iscte.pt INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS First: Quick Background in Neural Nets Some of earliest work in neural networks

More information

lateral organization: maps

lateral organization: maps lateral organization Lateral organization & computation cont d Why the organization? The level of abstraction? Keep similar features together for feedforward integration. Lateral computations to group

More information

Learning Classifier Systems (LCS/XCSF)

Learning Classifier Systems (LCS/XCSF) Context-Dependent Predictions and Cognitive Arm Control with XCSF Learning Classifier Systems (LCS/XCSF) Laurentius Florentin Gruber Seminar aus Künstlicher Intelligenz WS 2015/16 Professor Johannes Fürnkranz

More information

The Time Course of Negative Priming

The Time Course of Negative Priming The Time Course of Negative Priming Hendrik Degering Bernstein Center for Computational Neuroscience Göttingen University of Göttingen, Institute for Nonlinear Dynamics 11.12.2009, Disputation Aging Effects

More information

Overview of the visual cortex. Ventral pathway. Overview of the visual cortex

Overview of the visual cortex. Ventral pathway. Overview of the visual cortex Overview of the visual cortex Two streams: Ventral What : V1,V2, V4, IT, form recognition and object representation Dorsal Where : V1,V2, MT, MST, LIP, VIP, 7a: motion, location, control of eyes and arms

More information

Clusters, Symbols and Cortical Topography

Clusters, Symbols and Cortical Topography Clusters, Symbols and Cortical Topography Lee Newman Thad Polk Dept. of Psychology Dept. Electrical Engineering & Computer Science University of Michigan 26th Soar Workshop May 26, 2006 Ann Arbor, MI agenda

More information

7.1 Grading Diabetic Retinopathy

7.1 Grading Diabetic Retinopathy Chapter 7 DIABETIC RETINOPATHYGRADING -------------------------------------------------------------------------------------------------------------------------------------- A consistent approach to the

More information

Deep Neural Networks Rival the Representation of Primate IT Cortex for Core Visual Object Recognition

Deep Neural Networks Rival the Representation of Primate IT Cortex for Core Visual Object Recognition Deep Neural Networks Rival the Representation of Primate IT Cortex for Core Visual Object Recognition Charles F. Cadieu, Ha Hong, Daniel L. K. Yamins, Nicolas Pinto, Diego Ardila, Ethan A. Solomon, Najib

More information

Compound Effects of Top-down and Bottom-up Influences on Visual Attention During Action Recognition

Compound Effects of Top-down and Bottom-up Influences on Visual Attention During Action Recognition Compound Effects of Top-down and Bottom-up Influences on Visual Attention During Action Recognition Bassam Khadhouri and Yiannis Demiris Department of Electrical and Electronic Engineering Imperial College

More information

Motivation: Fraud Detection

Motivation: Fraud Detection Outlier Detection Motivation: Fraud Detection http://i.imgur.com/ckkoaop.gif Jian Pei: CMPT 741/459 Data Mining -- Outlier Detection (1) 2 Techniques: Fraud Detection Features Dissimilarity Groups and

More information

Learning and Adaptive Behavior, Part II

Learning and Adaptive Behavior, Part II Learning and Adaptive Behavior, Part II April 12, 2007 The man who sets out to carry a cat by its tail learns something that will always be useful and which will never grow dim or doubtful. -- Mark Twain

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

More information

Selecting Patches, Matching Species:

Selecting Patches, Matching Species: Selecting Patches, Matching Species: Shu Kong CS, ICS, UCI 2016-4-6 Selecting Patches, Matching Species: Fossil Pollen Identification... Shu Kong CS, ICS, UCI 2016-4-6 Selecting Patches, Matching Species:

More information

Empirical Mode Decomposition based Feature Extraction Method for the Classification of EEG Signal

Empirical Mode Decomposition based Feature Extraction Method for the Classification of EEG Signal Empirical Mode Decomposition based Feature Extraction Method for the Classification of EEG Signal Anant kulkarni MTech Communication Engineering Vellore Institute of Technology Chennai, India anant8778@gmail.com

More information

Study on Aging Effect on Facial Expression Recognition

Study on Aging Effect on Facial Expression Recognition Study on Aging Effect on Facial Expression Recognition Nora Algaraawi, Tim Morris Abstract Automatic facial expression recognition (AFER) is an active research area in computer vision. However, aging causes

More information

Classification. Methods Course: Gene Expression Data Analysis -Day Five. Rainer Spang

Classification. Methods Course: Gene Expression Data Analysis -Day Five. Rainer Spang Classification Methods Course: Gene Expression Data Analysis -Day Five Rainer Spang Ms. Smith DNA Chip of Ms. Smith Expression profile of Ms. Smith Ms. Smith 30.000 properties of Ms. Smith The expression

More information

Intelligent Machines That Act Rationally. Hang Li Bytedance AI Lab

Intelligent Machines That Act Rationally. Hang Li Bytedance AI Lab Intelligent Machines That Act Rationally Hang Li Bytedance AI Lab Four Definitions of Artificial Intelligence Building intelligent machines (i.e., intelligent computers) Thinking humanly Acting humanly

More information

Predicting Sleep Using Consumer Wearable Sensing Devices

Predicting Sleep Using Consumer Wearable Sensing Devices Predicting Sleep Using Consumer Wearable Sensing Devices Miguel A. Garcia Department of Computer Science Stanford University Palo Alto, California miguel16@stanford.edu 1 Introduction In contrast to the

More information

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Yasutake Takahashi, Teruyasu Kawamata, and Minoru Asada* Dept. of Adaptive Machine Systems, Graduate School of Engineering,

More information

Single cell tuning curves vs population response. Encoding: Summary. Overview of the visual cortex. Overview of the visual cortex

Single cell tuning curves vs population response. Encoding: Summary. Overview of the visual cortex. Overview of the visual cortex Encoding: Summary Spikes are the important signals in the brain. What is still debated is the code: number of spikes, exact spike timing, temporal relationship between neurons activities? Single cell tuning

More information

Gender Based Emotion Recognition using Speech Signals: A Review

Gender Based Emotion Recognition using Speech Signals: A Review 50 Gender Based Emotion Recognition using Speech Signals: A Review Parvinder Kaur 1, Mandeep Kaur 2 1 Department of Electronics and Communication Engineering, Punjabi University, Patiala, India 2 Department

More information

Leukemia Detection in the White Blood Cell Count using Sift Technique and Classification

Leukemia Detection in the White Blood Cell Count using Sift Technique and Classification Leukemia Detection in the White Blood Cell Count using Sift Technique and Classification Jasleen Kaur Department of Computer Science SVIET, Banur Punjab, India E-mail: sippyjasleen@gmail.com Miss Amrinder

More information

Prediction of Successful Memory Encoding from fmri Data

Prediction of Successful Memory Encoding from fmri Data Prediction of Successful Memory Encoding from fmri Data S.K. Balci 1, M.R. Sabuncu 1, J. Yoo 2, S.S. Ghosh 3, S. Whitfield-Gabrieli 2, J.D.E. Gabrieli 2 and P. Golland 1 1 CSAIL, MIT, Cambridge, MA, USA

More information

Memory, Attention, and Decision-Making

Memory, Attention, and Decision-Making Memory, Attention, and Decision-Making A Unifying Computational Neuroscience Approach Edmund T. Rolls University of Oxford Department of Experimental Psychology Oxford England OXFORD UNIVERSITY PRESS Contents

More information

Cancer Cells Detection using OTSU Threshold Algorithm

Cancer Cells Detection using OTSU Threshold Algorithm Cancer Cells Detection using OTSU Threshold Algorithm Nalluri Sunny 1 Velagapudi Ramakrishna Siddhartha Engineering College Mithinti Srikanth 2 Velagapudi Ramakrishna Siddhartha Engineering College Kodali

More information

Available online at ScienceDirect. Procedia Computer Science 96 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 96 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 96 (2016 ) 1240 1248 20th International Conference on Knowledge Based and Intelligent Information and Engineering Systems

More information

A Review on Feature Extraction for Indian and American Sign Language

A Review on Feature Extraction for Indian and American Sign Language A Review on Feature Extraction for Indian and American Sign Language Neelam K. Gilorkar, Manisha M. Ingle Department of Electronics & Telecommunication, Government College of Engineering, Amravati, India

More information

Applying One-vs-One and One-vs-All Classifiers in k-nearest Neighbour Method and Support Vector Machines to an Otoneurological Multi-Class Problem

Applying One-vs-One and One-vs-All Classifiers in k-nearest Neighbour Method and Support Vector Machines to an Otoneurological Multi-Class Problem Oral Presentation at MIE 2011 30th August 2011 Oslo Applying One-vs-One and One-vs-All Classifiers in k-nearest Neighbour Method and Support Vector Machines to an Otoneurological Multi-Class Problem Kirsi

More information

Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials

Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials Riccardo Miotto and Chunhua Weng Department of Biomedical Informatics Columbia University,

More information

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE SAKTHI NEELA.P.K Department of M.E (Medical electronics) Sengunthar College of engineering Namakkal, Tamilnadu,

More information

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis Data mining for Obstructive Sleep Apnea Detection 18 October 2017 Konstantinos Nikolaidis Introduction: What is Obstructive Sleep Apnea? Obstructive Sleep Apnea (OSA) is a relatively common sleep disorder

More information

Algorithms in Nature. Pruning in neural networks

Algorithms in Nature. Pruning in neural networks Algorithms in Nature Pruning in neural networks Neural network development 1. Efficient signal propagation [e.g. information processing & integration] 2. Robust to noise and failures [e.g. cell or synapse

More information

Sign Language Recognition System Using SIFT Based Approach

Sign Language Recognition System Using SIFT Based Approach Sign Language Recognition System Using SIFT Based Approach Ashwin S. Pol, S. L. Nalbalwar & N. S. Jadhav Dept. of E&TC, Dr. BATU Lonere, MH, India E-mail : ashwin.pol9@gmail.com, nalbalwar_sanjayan@yahoo.com,

More information

Local Image Structures and Optic Flow Estimation

Local Image Structures and Optic Flow Estimation Local Image Structures and Optic Flow Estimation Sinan KALKAN 1, Dirk Calow 2, Florentin Wörgötter 1, Markus Lappe 2 and Norbert Krüger 3 1 Computational Neuroscience, Uni. of Stirling, Scotland; {sinan,worgott}@cn.stir.ac.uk

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Literature Survey Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is

More information

Formulating Emotion Perception as a Probabilistic Model with Application to Categorical Emotion Classification

Formulating Emotion Perception as a Probabilistic Model with Application to Categorical Emotion Classification Formulating Emotion Perception as a Probabilistic Model with Application to Categorical Emotion Classification Reza Lotfian and Carlos Busso Multimodal Signal Processing (MSP) lab The University of Texas

More information

Utilizing Posterior Probability for Race-composite Age Estimation

Utilizing Posterior Probability for Race-composite Age Estimation Utilizing Posterior Probability for Race-composite Age Estimation Early Applications to MORPH-II Benjamin Yip NSF-REU in Statistical Data Mining and Machine Learning for Computer Vision and Pattern Recognition

More information

ELL 788 Computational Perception & Cognition July November 2015

ELL 788 Computational Perception & Cognition July November 2015 ELL 788 Computational Perception & Cognition July November 2015 Module 8 Audio and Multimodal Attention Audio Scene Analysis Two-stage process Segmentation: decomposition to time-frequency segments Grouping

More information

CS 771 Artificial Intelligence. Intelligent Agents

CS 771 Artificial Intelligence. Intelligent Agents CS 771 Artificial Intelligence Intelligent Agents What is AI? Views of AI fall into four categories 1. Thinking humanly 2. Acting humanly 3. Thinking rationally 4. Acting rationally Acting/Thinking Humanly/Rationally

More information

DISCRIMINATING PARKINSON S DISEASE USING FUNCTIONAL CONNECTIVITY AND BRAIN NETWORK ANALYSIS DANIEL GELLERUP

DISCRIMINATING PARKINSON S DISEASE USING FUNCTIONAL CONNECTIVITY AND BRAIN NETWORK ANALYSIS DANIEL GELLERUP DISCRIMINATING PARKINSON S DISEASE USING FUNCTIONAL CONNECTIVITY AND BRAIN NETWORK ANALYSIS by DANIEL GELLERUP Presented to the Faculty of the Graduate School of The University of Texas at Arlington in

More information

Bundles of Synergy A Dynamical View of Mental Function

Bundles of Synergy A Dynamical View of Mental Function Bundles of Synergy A Dynamical View of Mental Function Ali A. Minai University of Cincinnati University of Cincinnati Laxmi Iyer Mithun Perdoor Vaidehi Venkatesan Collaborators Hofstra University Simona

More information

Automatic Lung Cancer Detection Using Volumetric CT Imaging Features

Automatic Lung Cancer Detection Using Volumetric CT Imaging Features Automatic Lung Cancer Detection Using Volumetric CT Imaging Features A Research Project Report Submitted To Computer Science Department Brown University By Dronika Solanki (B01159827) Abstract Lung cancer

More information

Real Time Hand Gesture Recognition System

Real Time Hand Gesture Recognition System Real Time Hand Gesture Recognition System 1, 1* Neethu P S 1 Research Scholar, Dept. of Information & Communication Engineering, Anna University, Chennai 1* Assistant Professor, Dept. of ECE, New Prince

More information

Part 1: Bag-of-words models. by Li Fei-Fei (Princeton)

Part 1: Bag-of-words models. by Li Fei-Fei (Princeton) Part 1: Bag-of-words models by Li Fei-Fei (Princeton) Object Bag of words Analogy to documents Of all the sensory impressions proceeding to the brain, the visual experiences are the dominant ones. Our

More information

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Ryo Izawa, Naoki Motohashi, and Tomohiro Takagi Department of Computer Science Meiji University 1-1-1 Higashimita,

More information

Exploring the Structure and Function of Brain Networks

Exploring the Structure and Function of Brain Networks Exploring the Structure and Function of Brain Networks IAP 2006, September 20, 2006 Yoonsuck Choe Brain Networks Laboratory Department of Computer Science Texas A&M University choe@tamu.edu, http://research.cs.tamu.edu/bnl

More information

DYNAMICISM & ROBOTICS

DYNAMICISM & ROBOTICS DYNAMICISM & ROBOTICS Phil/Psych 256 Chris Eliasmith Dynamicism and Robotics A different way of being inspired by biology by behavior Recapitulate evolution (sort of) A challenge to both connectionism

More information

Information Sciences 00 (2013) Lou i Al-Shrouf, Mahmud-Sami Saadawia, Dirk Söffker

Information Sciences 00 (2013) Lou i Al-Shrouf, Mahmud-Sami Saadawia, Dirk Söffker Information Sciences 00 (2013) 1 29 Information Sciences Improved process monitoring and supervision based on a reliable multi-stage feature-based pattern recognition technique Lou i Al-Shrouf, Mahmud-Sami

More information

Category-Based Intrinsic Motivation

Category-Based Intrinsic Motivation Category-Based Intrinsic Motivation Lisa Meeden Rachel Lee Ryan Walker Swarthmore College, USA James Marshall Sarah Lawrence College, USA 9th International Conference on Epigenetic Robotics Venice, Italy

More information

Action Recognition based on Hierarchical Self-Organizing Maps

Action Recognition based on Hierarchical Self-Organizing Maps Action Recognition based on Hierarchical Self-Organizing Maps Miriam Buonamente 1, Haris Dindo 1, and Magnus Johnsson 2 1 RoboticsLab, DICGIM, University of Palermo, Viale delle Scienze, Ed. 6, 90128 Palermo,

More information

Medical Image Analysis

Medical Image Analysis Medical Image Analysis 1 Co-trained convolutional neural networks for automated detection of prostate cancer in multiparametric MRI, 2017, Medical Image Analysis 2 Graph-based prostate extraction in t2-weighted

More information

Dynamic Control Models as State Abstractions

Dynamic Control Models as State Abstractions University of Massachusetts Amherst From the SelectedWorks of Roderic Grupen 998 Dynamic Control Models as State Abstractions Jefferson A. Coelho Roderic Grupen, University of Massachusetts - Amherst Available

More information

Network-based pattern recognition models for neuroimaging

Network-based pattern recognition models for neuroimaging Network-based pattern recognition models for neuroimaging Maria J. Rosa Centre for Neuroimaging Sciences, Institute of Psychiatry King s College London, UK Outline Introduction Pattern recognition Network-based

More information

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018 Introduction to Machine Learning Katherine Heller Deep Learning Summer School 2018 Outline Kinds of machine learning Linear regression Regularization Bayesian methods Logistic Regression Why we do this

More information

CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures. Instructor: Chad Jenkins (cjenkins)

CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures. Instructor: Chad Jenkins (cjenkins) Lecture 5 Control Architectures Slide 1 CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures Instructor: Chad Jenkins (cjenkins) Lecture 5 Control Architectures Slide 2 Administrivia

More information

Machine Learning Algorithms for Neuroimaging-based Clinical Trials in Preclinical Alzheimer s Disease

Machine Learning Algorithms for Neuroimaging-based Clinical Trials in Preclinical Alzheimer s Disease Machine Learning Algorithms for Neuroimaging-based Clinical Trials in Preclinical Alzheimer s Disease Vamsi K. Ithapu Wisconsin Alzheimer s Disease Research Center University of Wisconsin-Madison April

More information

OUTLIER DETECTION : A REVIEW

OUTLIER DETECTION : A REVIEW International Journal of Advances Outlier in Embedeed Detection System : A Review Research January-June 2011, Volume 1, Number 1, pp. 55 71 OUTLIER DETECTION : A REVIEW K. Subramanian 1, and E. Ramraj

More information

An analysis of several novel frameworks and models in the consensus reaching process. Hengjie Zhang

An analysis of several novel frameworks and models in the consensus reaching process. Hengjie Zhang An analysis of several novel frameworks and models in the consensus reaching process Hengjie Zhang Outline Background: consensus reaching process Model I: consensus with minimum adjustments Model II: consensus

More information

Rumor Detection on Twitter with Tree-structured Recursive Neural Networks

Rumor Detection on Twitter with Tree-structured Recursive Neural Networks 1 Rumor Detection on Twitter with Tree-structured Recursive Neural Networks Jing Ma 1, Wei Gao 2, Kam-Fai Wong 1,3 1 The Chinese University of Hong Kong 2 Victoria University of Wellington, New Zealand

More information

Hierarchical Convolutional Features for Visual Tracking

Hierarchical Convolutional Features for Visual Tracking Hierarchical Convolutional Features for Visual Tracking Chao Ma Jia-Bin Huang Xiaokang Yang Ming-Husan Yang SJTU UIUC SJTU UC Merced ICCV 2015 Background Given the initial state (position and scale), estimate

More information

Unmanned autonomous vehicles in air land and sea

Unmanned autonomous vehicles in air land and sea based on Gianni A. Di Caro lecture on ROBOT CONTROL RCHITECTURES SINGLE AND MULTI-ROBOT SYSTEMS: A CASE STUDY IN SWARM ROBOTICS Unmanned autonomous vehicles in air land and sea Robots and Unmanned Vehicles

More information

Fine-Grained Image Classification Using Color Exemplar Classifiers

Fine-Grained Image Classification Using Color Exemplar Classifiers Fine-Grained Image Classification Using Color Exemplar Classifiers Chunjie Zhang 1, Wei Xiong 1, Jing Liu 2, Yifan Zhang 2, Chao Liang 3, and Qingming Huang 1,4 1 School of Computer and Control Engineering,

More information

196 IEEE TRANSACTIONS ON AUTONOMOUS MENTAL DEVELOPMENT, VOL. 2, NO. 3, SEPTEMBER 2010

196 IEEE TRANSACTIONS ON AUTONOMOUS MENTAL DEVELOPMENT, VOL. 2, NO. 3, SEPTEMBER 2010 196 IEEE TRANSACTIONS ON AUTONOMOUS MENTAL DEVELOPMENT, VOL. 2, NO. 3, SEPTEMBER 2010 Top Down Gaze Movement Control in Target Search Using Population Cell Coding of Visual Context Jun Miao, Member, IEEE,

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Performance Analysis of Brain MRI Using Multiple Method Shroti Paliwal *, Prof. Sanjay Chouhan * Department of Electronics & Communication

More information

Affective Game Engines: Motivation & Requirements

Affective Game Engines: Motivation & Requirements Affective Game Engines: Motivation & Requirements Eva Hudlicka Psychometrix Associates Blacksburg, VA hudlicka@ieee.org psychometrixassociates.com DigiPen Institute of Technology February 20, 2009 1 Outline

More information