Local Image Structures and Optic Flow Estimation

Size: px
Start display at page:

Download "Local Image Structures and Optic Flow Estimation"

Transcription

1 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 2 Dept. of Psychology, Uni. of Münster, Germany; {calow,mlappe}@psy.uni-muenster.de 3 Computer Sci., Aalborg University Esbjerg, Denmark; nk@cs.aue.auc.dk Abstract. Different kinds of visual sub-structures (such as homogeneous, edgelike and junction-like patches) can be distinguished by the intrinsic dimensionality of the local signals. The concept of intrinsic dimensionality has been mostly exercised using discrete formulations; however, a recent work [14,7] introduced a continuous definition. The current study analyzes the distribution of local patches in natural images according to this continuous understanding of intrinsic dimensionality. This distribution reveals specific patterns that can be also associated to sub-structures established in computer vision and which can be related to orientation of signals and errors in optic flow estimation. In particular, we link quantitative and qualitative properties of opticflow estimation quality to these patterns. 1. Introduction Natural images are dominated by specific local sub-structures, such as homogeneous patches, edges, corners, or textures. Sub-domains of Computer Vision have extracted and analyzed such sub-structures in edge detection (see, e.g., [4]), junction classification (see, e.g., [20]) and texture interpretation (see, e.g., [25,19]). There exists evidence that also in human vision such sub-structures are processed (see, e.g., [10,23]) and that they play distinguishable roles in the information processing (see, e.g., [13]). The intrinsic dimension ([26,6]) has proven to be a suitable descriptor that distinguishes such sub-structures and assigns intrinsic dimension of zero (i0d), one (i1d) and two (i2d) to homogeneous patches, edge-like structures and junctions (and most textures), respectively. 1 Association of id to a local image structure has been done mostly by a discrete classification [26,6,11]. In the current paper, we will use the continuous definition outlined in [14,7] to investigate the structure of the distribution of signals in natural images according to their id. We argue that the continuous formulation of id allows for a more precise characterization of established sub-structures in terms of their statistical manifestation in natural images. 1 For simplicity, intrinsic dimension of zero, intrinsic dimension of one, intrinsic dimension of two and intrinsic dimensionality (and intrinsic dimension) will be called i0d, i1d, i2d and id, respectively, throughout the paper.

2 2 Sinan KALKAN et al. About optic flow estimation at different sub-structures, in general, it is acknowledged [17,2] that (A0) optic flow estimates at homogeneous image patches tend to be unreliable; (A1) optic flow at edge-like structures faces the aperture problem; (A2) only for i2d structures, true optic flow is computable. In this paper, we investigate these claims more closely for several optic flow algorithms (Nagel [18], Lucas- Kanade [16] and a phase-based approach [8]). By making use of a continuous understanding of id, these statements can be made quantitatively more specific in terms of (1) characterization of sub-areas for which they hold and (2) their strength. This paper is a summary of an earlier publication [12] where more detailed results can be found. The outline of the paper is as follows: In section 2, we introduce the continuous id used in our analysis. In section 3, we investigate the distribution of local image patches according to their id while in section 4 we look at the quality of optic flow estimation for different kinds of signals. 2. Intrinsic Dimensionality Looking at the spectral representation of a local image patch (figure 1a,b), we see that the energy of an i0d signal is concentrated at the origin; the energy of an i1d signal is concentrated along a line while the energy of an i2d signal varies in more than one dimension. In image processing, the id was introduced by [26] to formalize a discrete distinction between edge-like and junction-like structures. Recently, it has been shown [14,7] that the topological structure of the id must be understood as a triangle that is spanned by two measures: origin variance (deviation from a point at the origin) and lie variance (deviation from a line) (figure 1b,c). The corners of the triangle then represent the 'pure' cases of id, and the surface of the triangle corresponds to signals that carry aspects of the three 'pure' cases and the distance (a) (b) (c) Fig. 1. Illustration of id (basically taken from [7]). (a) Three image patches for three different ids. (b) The spectrum of the local patches in (a), from top to bottom: i0d, i1d, i2d. (c) The topology of id. from the specific corners indicates the similarity to pure i0d, i1d and i2d signals. This is achieved through the 3 confidences assigned to each discrete case (for details see [5]). These three confidences reflect the volume of the 3 areas constituted by the points (figure 1c).

3 Local Image Structures and Optic Flow Estimation 3 3. Statistics of id We used a set of 7 (outdoor) natural sequences with 10 images each with 1276x1016 resolution. Origin and line variances are computed for each image patch and are plotted on the id triangle (figure 2). The distribution shows two main clusters. The peak close to the origin has low origin variance, corresponding to nearly homogeneous image patches. Since the orientation is almost random for such homogeneous image patches, it causes high line variance. There is also a small peak at the origin that corresponds to saturated/black Fig. 2. Logarithmic plot of id distribution. image patches. The other cluster is for high origin variance signals with low line variance (i.e., edges). Finally, there is a smooth descend while approaching to the i2d area of the triangle, meaning that there does not exist a cluster for corner-like structures. The distribution is shown in a schematic representation in figure 4-top. 4. Analysis of Optic Flow Estimation Quality We now analyze the errors of the optic flow estimation depending on id of the signals. For this, we need to compare the computed flow with a ground truth. For our investigations, we used the Brown Range Image Database (BRID) (see [9]). Using the 3D data, a moving camera is simulated and the corresponding flow field is retrieved. The error of optic flow estimation is displayed in a histogram over the id triangle (see figure 3) using the well-known measure: u. v e( u, v) = cos ( ) ( u. u + 1) ( v. v + 1) For Nagel with 10 iterations, the error (figure 3a) is high for signals close to the i0d corner of the triangle as well as on the horizontal stripe from the i0d corner to the i1d corner. In the other parts, there is a smooth surface descending towards the i2d corner. This is in accordance with the notion that optic flow estimation at corner-like structures is more reliable than other signals (A2). However, in figure 3a, it becomes obvious that the area where more reliable flow vectors can be computed is very broad and covers also i0d and i1d signals. Furthermore, the decrease of error is rather slight which points to the fact that the quality of flow estimation is quite limited in these areas, as well. When the number of iterations is increased 2, the estimation of flow becomes better almost for the whole triangle except for some parts in i1d area (figure 3b). Among all, the phase-based approach [8] produces the best results for quite a 2 Nagel algorithm can be understood as a diffusion process [1]. Therefore the number of iterations determines the size of the area used in the computation of the flow (the more iterations, the larger the size of this area).

4 4 Sinan KALKAN et al. large area (figure 3f). However, for many i1d signals the estimate is more unreliable than for most i0d and i2d cases. For Lucas-Kanade, we again observe that the area where error is low smoothly extends to some i0d and i1d signals (figure 3e). The figure 3 suggests that this only slight decrease is a general property of the investigated optic flow algorithms. (a) Nagel with 10 iterations. (b) Nagel with 100 iterations. (c) Nagel 10 iterations with normal ground truth. (c) Nagel 100 iterations with normal ground truth. (e) Lucas-Kanade. (f) The phase-based approach. Fig. 3. Schematic representation of the distribution of signals (top) and the quality of optic flow estimation at different signals (bottom). Fig. 4. Qualities of the optic flow algorithms depending on id. (a) Nagel with 10 iterations. (b) Nagel with 100 iterations. (c) Nagel with 10 iterations using normal ground truth. (d) Nagel with 100 iterations using normal ground truth. (e) Lucas-Kanade. (f) The phase-based approach. We have also computed error with the normal ground truth (figure 3c,d). For Nagel with 10 iterations, the error is very low for a horizontal stripe from the middle point between the i0d and i1d corners to the i1d corner. When compared to figure 3a, this figure reflects the effect of the aperture problem when only local information is used. When the number of iterations is increased, we see that using more global information decreases the effect of the aperture problem (figures 3c,d). However, it is visible that

5 Local Image Structures and Optic Flow Estimation 5 the quality of the estimated error area in the i1d area of the triangle is always significantly lower than the quality of the estimated normal flow with a small number of iterations (i.e., using only very local information). Comparing the results for Nagel with 10 and 100 iterations, we observe that increasing the region of influence means an increase in the overall quality of optic flow estimation. However, it is visible that error in estimation of flow in the i1d area of the triangle using more global information (figure 3b) is always significantly higher than the quality of the estimated normal flow using local information (figure 3a), which can be computed with high reliability (figure 3c). The information for such signals is already of great importance since (1) there exists a large number of local image patches corresponding to such edge-like structures (figure 2, 4-top) and (2) constraints for global motion estimation can be defined on line-correspondences (see, e.g., [21,15]), i.e., correspondences that only require normal flow. 5. Discussions A continuous understanding of id allows for (1) a more precise characterization of established sub-structures in terms of their statistical manifestation in natural images (figure 2 and 4-top) and (2) for a more quantitative investigation and characterization of the quality of optic flow estimation. We could justify and more precisely quantify generally acknowledged assumptions about such estimates (see A0-A2 in the introduction). More specifically, we showed (figure 3, 4-bottom): In general, homogeneous structures lead to low quality optic flow estimation. However, using different optic flow algorithms we showed that for most i0d signals, true flow could be estimated with good accuracy. The optic flow estimates in the stripe-shaped cluster corresponding to edges is in general worse than for i2d signals for all investigated algorithms. However, for the Nagel algorithm with few iterations, the normal flow can be estimated reliably for this cluster. We think that this reliably computed normal flow is important information as such. For example, line-line correspondences that can be derived from the normal flow play an important role in RBM estimation (see, e.g., [24,22,15]). We also showed the effect of using more global information for flow estimation of i1d signals. The quality of optic flow estimation is higher for i2d signals. However, in analogy to the lack of a cluster for i2d signals, there exists a continuous signal domain (covering also sub-areas of i0d and i1d signals) for which this high quality can be achieved. The increase of the quality, however, is only slight. This suggests that the role of i2d structures for motion estimation might not be as important as suggested by some authors (see, e.g., [17]) or that processing of corner/like structure in humans is more complex. Using different optic flow algorithms, we show that this is a general property of optic flow algorithms. We want to stress that our aim was not to find the best algorithm but to make general properties of optic flow algorithms explicit. The choice of the best algorithm depends a lot on the context determined by time constraints or hardware constraints.

6 6 Sinan KALKAN et al. Furthermore, we could show that even different parameter settings leading to qualitatively different estimates that might be plausible for different tasks. References [1] L.Alvarez;J.Weickert;J.Sanchez. Reliable estimation of dense optical flow fields with large displacements. IJCV, [2] J.L.Barron;D.J.Fleet;S.S.Beauchemin. Performance of optical flow techniques. IJCV, [3] T.Brox;A.Bruhn;N.Papenberg;J.Weickert. High accuracy optical flow estimation based on a theory for warping. Proc. of ECCV 2004, [4] J.Canny. A computational approach to edge detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, [5] H.S.M.Coxeter. Introduction to Geometry (2 nd ed.). Wiley & Sons, [6] M.Felsberg. Low-Level Image Processing with the Structure Multivector. PhD thesis, Uni. of Kiel, [7] M.Felsberg;N.Krueger. A probabilistic definition of intrinsic dimensionality for images. Pattern Recognition, 24 th DAGM Symposium, [8] T.Gautama;M.M.Van Hulle. A phase-based approach to the estimation of the optical flow field using spatial filtering. IEEE Transactions on Neural Networks, [9] J.Huang;A.B.Lee;D.Mumford. Statistics of range images. CVPR, [10] D.H.Hubel;T.N.Wiesel. Anatomical demonstration of columns in the monkey striate cortex. Nature, [11] B.Jahne. Digital Image Processing - Concepts, Algorithms, and Scientific Applications. Springer, [12] S.Kalkan;D.Calow;M.Felsberg;F.Worgotter;M.Lappe;N.Krüger. Optic flow statistics and intrinsic dimensionality. Brain Inspired Cognitive Systems, [13] J.J.Koenderink;A.J.Dorn. The shape of smooth objects and the way contours end. Perception, [14] N.Krüger;M.Felsberg. A continuous formulation of intrinsic dimension. Proc. of the BMVC, [15] N.Krüger;F.Wörgötter. Statistical and deterministic regularities: Utilisation of motion and grouping in biological and artificial visual systems. Advances in Imaging and Electron Physics, [16] B.Lucas;T.Kanade. An iterative image registration technique with an application to stereo vision. Proc. DARPA Image Understanding Workshop, [17] C.Mota;E.Barth. On the uniqueness of curvature features. Proc. in Artificial Intelligence, [18] H.-H.Nagel;W.Enkelmann. An investigation of smoothness constraints for the estimation of displacement vector fields from image sequences. IEEE Transactions on Pattern Analysis and Machine Intelligence, [19] E.Ribeiro;E.R.Hancock. Shape from periodic texture using the eigenvectors of local affine distortion. IEEE Transactions on Pattern Analysis and Machine Intelligence, [20] K.Rohr. Recognizing corners by fitting parametric models. IJCV, [21] B.Rosenhahn. Pose Estimation Revisited (PhD Thesis). Uni. of Kiel, [22] B.Rosenhahn;G.Sommer. Adaptive pose estimation for different corresponding entities. Pattern Recognition, 24th DAGM Symposium, [23] I.A.Shevelev;N.A.Lazareva;A.S.Tikhomirov;G.A.Sharev. Sensitivity to cross-like figures in the cat striate neurons. Neuroscience, [24] F.Shevlin. Analysis of orientation problems using Plücker lines. Int. Conf. on Pattern Recognition, [25] N.Sochen;R.Kimmel;R.Malladi. A general framework for low level vision. IEEE Transactions on Image Processing, [26] C.Zetzsche;E.Barth. Fundamental limits of linear filters in the visual processing of two-dimensional signals. Vision Research, 1990.

Optic Flow Statistics and Intrinsic Dimensionality

Optic Flow Statistics and Intrinsic Dimensionality Brain Inspired Cognitive Systems August 29-September 1, 24 University of Stirling, Scotland, UK ABSTRACT Optic Flow Statistics and Intrinsic Dimensionality Sinan Kalkan, Dirk Calow, Michael Felsberg, Florentin

More information

Local image structures and optic flow estimation

Local image structures and optic flow estimation Network: Computation in Neural Systems December 2005; 16(4): 341 356 Local image structures and optic flow estimation S. KALKAN, 1 D. CALOW, 2 F. WÖRGÖTTER, 1 M. LAPPE, 2 &N.KRÜGER 3 1 Psychology, University

More information

Symbolic Pointillism: Computer Art motivated by Human Perception

Symbolic Pointillism: Computer Art motivated by Human Perception Accepted for the Symposium Artificial Intelligence and Creativity in Arts and Science Symposium at the AISB 2003 Convention: Cognition in Machines and Animals. Symbolic Pointillism: Computer Art motivated

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

Emotion Recognition using a Cauchy Naive Bayes Classifier

Emotion Recognition using a Cauchy Naive Bayes Classifier Emotion Recognition using a Cauchy Naive Bayes Classifier Abstract Recognizing human facial expression and emotion by computer is an interesting and challenging problem. In this paper we propose a method

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

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

An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns

An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns 1. Introduction Vasily Morzhakov, Alexey Redozubov morzhakovva@gmail.com, galdrd@gmail.com Abstract Cortical

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

Neuro-Inspired Statistical. Rensselaer Polytechnic Institute National Science Foundation

Neuro-Inspired Statistical. Rensselaer Polytechnic Institute National Science Foundation Neuro-Inspired Statistical Pi Prior Model lfor Robust Visual Inference Qiang Ji Rensselaer Polytechnic Institute National Science Foundation 1 Status of Computer Vision CV has been an active area for over

More information

Computational Cognitive Science

Computational Cognitive Science Computational Cognitive Science Lecture 15: Visual Attention Chris Lucas (Slides adapted from Frank Keller s) School of Informatics University of Edinburgh clucas2@inf.ed.ac.uk 14 November 2017 1 / 28

More information

Video Saliency Detection via Dynamic Consistent Spatio- Temporal Attention Modelling

Video Saliency Detection via Dynamic Consistent Spatio- Temporal Attention Modelling AAAI -13 July 16, 2013 Video Saliency Detection via Dynamic Consistent Spatio- Temporal Attention Modelling Sheng-hua ZHONG 1, Yan LIU 1, Feifei REN 1,2, Jinghuan ZHANG 2, Tongwei REN 3 1 Department of

More information

Subjective randomness and natural scene statistics

Subjective randomness and natural scene statistics Psychonomic Bulletin & Review 2010, 17 (5), 624-629 doi:10.3758/pbr.17.5.624 Brief Reports Subjective randomness and natural scene statistics Anne S. Hsu University College London, London, England Thomas

More information

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence To understand the network paradigm also requires examining the history

More information

Early Detection of Lung Cancer

Early Detection of Lung Cancer Early Detection of Lung Cancer Aswathy N Iyer Dept Of Electronics And Communication Engineering Lymie Jose Dept Of Electronics And Communication Engineering Anumol Thomas Dept Of Electronics And Communication

More information

Face Analysis : Identity vs. Expressions

Face Analysis : Identity vs. Expressions Hugo Mercier, 1,2 Patrice Dalle 1 Face Analysis : Identity vs. Expressions 1 IRIT - Université Paul Sabatier 118 Route de Narbonne, F-31062 Toulouse Cedex 9, France 2 Websourd Bâtiment A 99, route d'espagne

More information

Design of Palm Acupuncture Points Indicator

Design of Palm Acupuncture Points Indicator Design of Palm Acupuncture Points Indicator Wen-Yuan Chen, Shih-Yen Huang and Jian-Shie Lin Abstract The acupuncture points are given acupuncture or acupressure so to stimulate the meridians on each corresponding

More information

Contributions to Brain MRI Processing and Analysis

Contributions to Brain MRI Processing and Analysis Contributions to Brain MRI Processing and Analysis Dissertation presented to the Department of Computer Science and Artificial Intelligence By María Teresa García Sebastián PhD Advisor: Prof. Manuel Graña

More information

Information Processing During Transient Responses in the Crayfish Visual System

Information Processing During Transient Responses in the Crayfish Visual System Information Processing During Transient Responses in the Crayfish Visual System Christopher J. Rozell, Don. H. Johnson and Raymon M. Glantz Department of Electrical & Computer Engineering Department of

More information

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection Y.-H. Wen, A. Bainbridge-Smith, A. B. Morris, Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection, Proceedings of Image and Vision Computing New Zealand 2007, pp. 132

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

Validating the Visual Saliency Model

Validating the Visual Saliency Model Validating the Visual Saliency Model Ali Alsam and Puneet Sharma Department of Informatics & e-learning (AITeL), Sør-Trøndelag University College (HiST), Trondheim, Norway er.puneetsharma@gmail.com Abstract.

More information

ADAPTING COPYCAT TO CONTEXT-DEPENDENT VISUAL OBJECT RECOGNITION

ADAPTING COPYCAT TO CONTEXT-DEPENDENT VISUAL OBJECT RECOGNITION ADAPTING COPYCAT TO CONTEXT-DEPENDENT VISUAL OBJECT RECOGNITION SCOTT BOLLAND Department of Computer Science and Electrical Engineering The University of Queensland Brisbane, Queensland 4072 Australia

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

An Evaluation of Motion in Artificial Selective Attention

An Evaluation of Motion in Artificial Selective Attention An Evaluation of Motion in Artificial Selective Attention Trent J. Williams Bruce A. Draper Colorado State University Computer Science Department Fort Collins, CO, U.S.A, 80523 E-mail: {trent, draper}@cs.colostate.edu

More information

Computational Cognitive Science. The Visual Processing Pipeline. The Visual Processing Pipeline. Lecture 15: Visual Attention.

Computational Cognitive Science. The Visual Processing Pipeline. The Visual Processing Pipeline. Lecture 15: Visual Attention. Lecture 15: Visual Attention School of Informatics University of Edinburgh keller@inf.ed.ac.uk November 11, 2016 1 2 3 Reading: Itti et al. (1998). 1 2 When we view an image, we actually see this: The

More information

PCA Enhanced Kalman Filter for ECG Denoising

PCA Enhanced Kalman Filter for ECG Denoising IOSR Journal of Electronics & Communication Engineering (IOSR-JECE) ISSN(e) : 2278-1684 ISSN(p) : 2320-334X, PP 06-13 www.iosrjournals.org PCA Enhanced Kalman Filter for ECG Denoising Febina Ikbal 1, Prof.M.Mathurakani

More information

Conclusions and future directions

Conclusions and future directions Chapter 9 Conclusions and future directions This chapter summarises the findings within this thesis, examines its main contributions, and provides suggestions for further directions. 9.1 Thesis summary

More information

On the implementation of Visual Attention Architectures

On the implementation of Visual Attention Architectures On the implementation of Visual Attention Architectures KONSTANTINOS RAPANTZIKOS AND NICOLAS TSAPATSOULIS DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING NATIONAL TECHNICAL UNIVERSITY OF ATHENS 9, IROON

More information

Early Stages of Vision Might Explain Data to Information Transformation

Early Stages of Vision Might Explain Data to Information Transformation Early Stages of Vision Might Explain Data to Information Transformation Baran Çürüklü Department of Computer Science and Engineering Mälardalen University Västerås S-721 23, Sweden Abstract. In this paper

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

Perceived similarity and visual descriptions in content-based image retrieval

Perceived similarity and visual descriptions in content-based image retrieval University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2007 Perceived similarity and visual descriptions in content-based image

More information

Sum of Neurally Distinct Stimulus- and Task-Related Components.

Sum of Neurally Distinct Stimulus- and Task-Related Components. SUPPLEMENTARY MATERIAL for Cardoso et al. 22 The Neuroimaging Signal is a Linear Sum of Neurally Distinct Stimulus- and Task-Related Components. : Appendix: Homogeneous Linear ( Null ) and Modified Linear

More information

Morton-Style Factorial Coding of Color in Primary Visual Cortex

Morton-Style Factorial Coding of Color in Primary Visual Cortex Morton-Style Factorial Coding of Color in Primary Visual Cortex Javier R. Movellan Institute for Neural Computation University of California San Diego La Jolla, CA 92093-0515 movellan@inc.ucsd.edu Thomas

More information

Facial Expression Recognition Using Principal Component Analysis

Facial Expression Recognition Using Principal Component Analysis Facial Expression Recognition Using Principal Component Analysis Ajit P. Gosavi, S. R. Khot Abstract Expression detection is useful as a non-invasive method of lie detection and behaviour prediction. However,

More information

A Neurally-Inspired Model for Detecting and Localizing Simple Motion Patterns in Image Sequences

A Neurally-Inspired Model for Detecting and Localizing Simple Motion Patterns in Image Sequences A Neurally-Inspired Model for Detecting and Localizing Simple Motion Patterns in Image Sequences Marc Pomplun 1, Yueju Liu 2, Julio Martinez-Trujillo 2, Evgueni Simine 2, and John K. Tsotsos 2 1 Department

More information

Toward A Cognitive Computer Vision System

Toward A Cognitive Computer Vision System Toward A Cognitive Computer Vision System D. Paul Benjamin Pace University, 1 Pace Plaza, New York, New York 10038, 212-346-1012 benjamin@pace.edu Damian Lyons Fordham University, 340 JMH, 441 E. Fordham

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

SUPPLEMENTARY INFORMATION. Table 1 Patient characteristics Preoperative. language testing

SUPPLEMENTARY INFORMATION. Table 1 Patient characteristics Preoperative. language testing Categorical Speech Representation in the Human Superior Temporal Gyrus Edward F. Chang, Jochem W. Rieger, Keith D. Johnson, Mitchel S. Berger, Nicholas M. Barbaro, Robert T. Knight SUPPLEMENTARY INFORMATION

More information

Realization of Visual Representation Task on a Humanoid Robot

Realization of Visual Representation Task on a Humanoid Robot Istanbul Technical University, Robot Intelligence Course Realization of Visual Representation Task on a Humanoid Robot Emeç Erçelik May 31, 2016 1 Introduction It is thought that human brain uses a distributed

More information

Identification of Tissue Independent Cancer Driver Genes

Identification of Tissue Independent Cancer Driver Genes Identification of Tissue Independent Cancer Driver Genes Alexandros Manolakos, Idoia Ochoa, Kartik Venkat Supervisor: Olivier Gevaert Abstract Identification of genomic patterns in tumors is an important

More information

Sign Language in the Intelligent Sensory Environment

Sign Language in the Intelligent Sensory Environment Sign Language in the Intelligent Sensory Environment Ákos Lisztes, László Kővári, Andor Gaudia, Péter Korondi Budapest University of Science and Technology, Department of Automation and Applied Informatics,

More information

2012 Course : The Statistician Brain: the Bayesian Revolution in Cognitive Science

2012 Course : The Statistician Brain: the Bayesian Revolution in Cognitive Science 2012 Course : The Statistician Brain: the Bayesian Revolution in Cognitive Science Stanislas Dehaene Chair in Experimental Cognitive Psychology Lecture No. 4 Constraints combination and selection of a

More information

Natural Scene Statistics and Perception. W.S. Geisler

Natural Scene Statistics and Perception. W.S. Geisler Natural Scene Statistics and Perception W.S. Geisler Some Important Visual Tasks Identification of objects and materials Navigation through the environment Estimation of motion trajectories and speeds

More information

On Shape And the Computability of Emotions X. Lu, et al.

On Shape And the Computability of Emotions X. Lu, et al. On Shape And the Computability of Emotions X. Lu, et al. MICC Reading group 10.07.2013 1 On Shape and the Computability of Emotion X. Lu, P. Suryanarayan, R. B. Adams Jr., J. Li, M. G. Newman, J. Z. Wang

More information

7 Grip aperture and target shape

7 Grip aperture and target shape 7 Grip aperture and target shape Based on: Verheij R, Brenner E, Smeets JBJ. The influence of target object shape on maximum grip aperture in human grasping movements. Exp Brain Res, In revision 103 Introduction

More information

EDGE DETECTION. Edge Detectors. ICS 280: Visual Perception

EDGE DETECTION. Edge Detectors. ICS 280: Visual Perception EDGE DETECTION Edge Detectors Slide 2 Convolution & Feature Detection Slide 3 Finds the slope First derivative Direction dependent Need many edge detectors for all orientation Second order derivatives

More information

arxiv: v2 [cs.cv] 19 Dec 2017

arxiv: v2 [cs.cv] 19 Dec 2017 An Ensemble of Deep Convolutional Neural Networks for Alzheimer s Disease Detection and Classification arxiv:1712.01675v2 [cs.cv] 19 Dec 2017 Jyoti Islam Department of Computer Science Georgia State University

More information

Intelligent Edge Detector Based on Multiple Edge Maps. M. Qasim, W.L. Woon, Z. Aung. Technical Report DNA # May 2012

Intelligent Edge Detector Based on Multiple Edge Maps. M. Qasim, W.L. Woon, Z. Aung. Technical Report DNA # May 2012 Intelligent Edge Detector Based on Multiple Edge Maps M. Qasim, W.L. Woon, Z. Aung Technical Report DNA #2012-10 May 2012 Data & Network Analytics Research Group (DNA) Computing and Information Science

More information

University of East London Institutional Repository:

University of East London Institutional Repository: University of East London Institutional Repository: http://roar.uel.ac.uk This paper is made available online in accordance with publisher policies. Please scroll down to view the document itself. Please

More information

A HMM-based Pre-training Approach for Sequential Data

A HMM-based Pre-training Approach for Sequential Data A HMM-based Pre-training Approach for Sequential Data Luca Pasa 1, Alberto Testolin 2, Alessandro Sperduti 1 1- Department of Mathematics 2- Department of Developmental Psychology and Socialisation University

More information

Detection and Classification of Lung Cancer Using Artificial Neural Network

Detection and Classification of Lung Cancer Using Artificial Neural Network Detection and Classification of Lung Cancer Using Artificial Neural Network Almas Pathan 1, Bairu.K.saptalkar 2 1,2 Department of Electronics and Communication Engineering, SDMCET, Dharwad, India 1 almaseng@yahoo.co.in,

More information

CLASSIFICATION OF BRAIN TUMOUR IN MRI USING PROBABILISTIC NEURAL NETWORK

CLASSIFICATION OF BRAIN TUMOUR IN MRI USING PROBABILISTIC NEURAL NETWORK CLASSIFICATION OF BRAIN TUMOUR IN MRI USING PROBABILISTIC NEURAL NETWORK PRIMI JOSEPH (PG Scholar) Dr.Pauls Engineering College Er.D.Jagadiswary Dr.Pauls Engineering College Abstract: Brain tumor is an

More information

Deconstructing the Receptive Field: Information Coding in Macaque area MST

Deconstructing the Receptive Field: Information Coding in Macaque area MST : Information Coding in Macaque area MST Bart Krekelberg, Monica Paolini Frank Bremmer, Markus Lappe, Klaus-Peter Hoffmann Ruhr University Bochum, Dept. Zoology & Neurobiology ND7/30, 44780 Bochum, Germany

More information

Neural circuits PSY 310 Greg Francis. Lecture 05. Rods and cones

Neural circuits PSY 310 Greg Francis. Lecture 05. Rods and cones Neural circuits PSY 310 Greg Francis Lecture 05 Why do you need bright light to read? Rods and cones Photoreceptors are not evenly distributed across the retina 1 Rods and cones Cones are most dense in

More information

Automated Image Biometrics Speeds Ultrasound Workflow

Automated Image Biometrics Speeds Ultrasound Workflow Whitepaper Automated Image Biometrics Speeds Ultrasound Workflow ACUSON SC2000 Volume Imaging Ultrasound System S. Kevin Zhou, Ph.D. Siemens Corporate Research Princeton, New Jersey USA Answers for life.

More information

Computational Cognitive Science

Computational Cognitive Science Computational Cognitive Science Lecture 19: Contextual Guidance of Attention Chris Lucas (Slides adapted from Frank Keller s) School of Informatics University of Edinburgh clucas2@inf.ed.ac.uk 20 November

More information

Clinical Examples as Non-uniform Learning and Testing Sets

Clinical Examples as Non-uniform Learning and Testing Sets Clinical Examples as Non-uniform Learning and Testing Sets Piotr Augustyniak AGH University of Science and Technology, 3 Mickiewicza Ave. 3-9 Krakow, Poland august@agh.edu.pl Abstract. Clinical examples

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian The 29th Fuzzy System Symposium (Osaka, September 9-, 3) A Fuzzy Inference Method Based on Saliency Map for Prediction Mao Wang, Yoichiro Maeda 2, Yasutake Takahashi Graduate School of Engineering, University

More information

OPTO 5320 VISION SCIENCE I

OPTO 5320 VISION SCIENCE I OPTO 5320 VISION SCIENCE I Monocular Sensory Processes of Vision: Color Vision Mechanisms of Color Processing . Neural Mechanisms of Color Processing A. Parallel processing - M- & P- pathways B. Second

More information

Analysis of Speech Recognition Techniques for use in a Non-Speech Sound Recognition System

Analysis of Speech Recognition Techniques for use in a Non-Speech Sound Recognition System Analysis of Recognition Techniques for use in a Sound Recognition System Michael Cowling, Member, IEEE and Renate Sitte, Member, IEEE Griffith University Faculty of Engineering & Information Technology

More information

Automatic Definition of Planning Target Volume in Computer-Assisted Radiotherapy

Automatic Definition of Planning Target Volume in Computer-Assisted Radiotherapy Automatic Definition of Planning Target Volume in Computer-Assisted Radiotherapy Angelo Zizzari Department of Cybernetics, School of Systems Engineering The University of Reading, Whiteknights, PO Box

More information

Mammography is a most effective imaging modality in early breast cancer detection. The radiographs are searched for signs of abnormality by expert

Mammography is a most effective imaging modality in early breast cancer detection. The radiographs are searched for signs of abnormality by expert Abstract Methodologies for early detection of breast cancer still remain an open problem in the Research community. Breast cancer continues to be a significant problem in the contemporary world. Nearly

More information

Type II Fuzzy Possibilistic C-Mean Clustering

Type II Fuzzy Possibilistic C-Mean Clustering IFSA-EUSFLAT Type II Fuzzy Possibilistic C-Mean Clustering M.H. Fazel Zarandi, M. Zarinbal, I.B. Turksen, Department of Industrial Engineering, Amirkabir University of Technology, P.O. Box -, Tehran, Iran

More information

Framework for Comparative Research on Relational Information Displays

Framework for Comparative Research on Relational Information Displays Framework for Comparative Research on Relational Information Displays Sung Park and Richard Catrambone 2 School of Psychology & Graphics, Visualization, and Usability Center (GVU) Georgia Institute of

More information

Application Note # MT-111 Concise Interpretation of MALDI Imaging Data by Probabilistic Latent Semantic Analysis (plsa)

Application Note # MT-111 Concise Interpretation of MALDI Imaging Data by Probabilistic Latent Semantic Analysis (plsa) Application Note # MT-111 Concise Interpretation of MALDI Imaging Data by Probabilistic Latent Semantic Analysis (plsa) MALDI imaging datasets can be very information-rich, containing hundreds of mass

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

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

A CONVENTIONAL STUDY OF EDGE DETECTION TECHNIQUE IN DIGITAL IMAGE PROCESSING

A CONVENTIONAL STUDY OF EDGE DETECTION TECHNIQUE IN DIGITAL IMAGE PROCESSING Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

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

A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF THE FEATURE EXTRACTION MODELS. Aeronautical Engineering. Hyderabad. India.

A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF THE FEATURE EXTRACTION MODELS. Aeronautical Engineering. Hyderabad. India. Volume 116 No. 21 2017, 203-208 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Statistical and Neural Methods for Vision-based Analysis of Facial Expressions and Gender

Statistical and Neural Methods for Vision-based Analysis of Facial Expressions and Gender Proc. IEEE Int. Conf. on Systems, Man and Cybernetics (SMC 2004), Den Haag, pp. 2203-2208, IEEE omnipress 2004 Statistical and Neural Methods for Vision-based Analysis of Facial Expressions and Gender

More information

Lateral Geniculate Nucleus (LGN)

Lateral Geniculate Nucleus (LGN) Lateral Geniculate Nucleus (LGN) What happens beyond the retina? What happens in Lateral Geniculate Nucleus (LGN)- 90% flow Visual cortex Information Flow Superior colliculus 10% flow Slide 2 Information

More information

Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature

Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature Shraddha P. Dhumal 1, Ashwini S Gaikwad 2 1 Shraddha P. Dhumal 2 Ashwini S. Gaikwad ABSTRACT In this paper, we propose

More information

MEMORABILITY OF NATURAL SCENES: THE ROLE OF ATTENTION

MEMORABILITY OF NATURAL SCENES: THE ROLE OF ATTENTION MEMORABILITY OF NATURAL SCENES: THE ROLE OF ATTENTION Matei Mancas University of Mons - UMONS, Belgium NumediArt Institute, 31, Bd. Dolez, Mons matei.mancas@umons.ac.be Olivier Le Meur University of Rennes

More information

Performance and Saliency Analysis of Data from the Anomaly Detection Task Study

Performance and Saliency Analysis of Data from the Anomaly Detection Task Study Performance and Saliency Analysis of Data from the Anomaly Detection Task Study Adrienne Raglin 1 and Andre Harrison 2 1 U.S. Army Research Laboratory, Adelphi, MD. 20783, USA {adrienne.j.raglin.civ, andre.v.harrison2.civ}@mail.mil

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

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

Course Introduction. Neural Information Processing: Introduction. Notes. Administration

Course Introduction. Neural Information Processing: Introduction. Notes. Administration 3 / 17 4 / 17 Course Introduction Neural Information Processing: Introduction Matthias Hennig and Mark van Rossum School of Informatics, University of Edinburgh Welcome and administration Course outline

More information

Principals of Object Perception

Principals of Object Perception Principals of Object Perception Elizabeth S. Spelke COGNITIVE SCIENCE 14, 29-56 (1990) Cornell University Summary Infants perceive object by analyzing tree-dimensional surface arrangements and motions.

More information

Reading Assignments: Lecture 5: Introduction to Vision. None. Brain Theory and Artificial Intelligence

Reading Assignments: Lecture 5: Introduction to Vision. None. Brain Theory and Artificial Intelligence Brain Theory and Artificial Intelligence Lecture 5:. Reading Assignments: None 1 Projection 2 Projection 3 Convention: Visual Angle Rather than reporting two numbers (size of object and distance to observer),

More information

Position Paper: How Certain is Recommended Trust-Information?

Position Paper: How Certain is Recommended Trust-Information? Position Paper: How Certain is Recommended Trust-Information? Uwe Roth University of Luxembourg FSTC Campus Kirchberg 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg uwe.roth@uni.lu ABSTRACT Nowadays

More information

THE EFFECT OF EXPECTATIONS ON VISUAL INSPECTION PERFORMANCE

THE EFFECT OF EXPECTATIONS ON VISUAL INSPECTION PERFORMANCE THE EFFECT OF EXPECTATIONS ON VISUAL INSPECTION PERFORMANCE John Kane Derek Moore Saeed Ghanbartehrani Oregon State University INTRODUCTION The process of visual inspection is used widely in many industries

More information

Sensory Adaptation within a Bayesian Framework for Perception

Sensory Adaptation within a Bayesian Framework for Perception presented at: NIPS-05, Vancouver BC Canada, Dec 2005. published in: Advances in Neural Information Processing Systems eds. Y. Weiss, B. Schölkopf, and J. Platt volume 18, pages 1291-1298, May 2006 MIT

More information

Lung Region Segmentation using Artificial Neural Network Hopfield Model for Cancer Diagnosis in Thorax CT Images

Lung Region Segmentation using Artificial Neural Network Hopfield Model for Cancer Diagnosis in Thorax CT Images Automation, Control and Intelligent Systems 2015; 3(2): 19-25 Published online March 20, 2015 (http://www.sciencepublishinggroup.com/j/acis) doi: 10.11648/j.acis.20150302.12 ISSN: 2328-5583 (Print); ISSN:

More information

M Cells. Why parallel pathways? P Cells. Where from the retina? Cortical visual processing. Announcements. Main visual pathway from retina to V1

M Cells. Why parallel pathways? P Cells. Where from the retina? Cortical visual processing. Announcements. Main visual pathway from retina to V1 Announcements exam 1 this Thursday! review session: Wednesday, 5:00-6:30pm, Meliora 203 Bryce s office hours: Wednesday, 3:30-5:30pm, Gleason https://www.youtube.com/watch?v=zdw7pvgz0um M Cells M cells

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

Outlier Analysis. Lijun Zhang

Outlier Analysis. Lijun Zhang Outlier Analysis Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction Extreme Value Analysis Probabilistic Models Clustering for Outlier Detection Distance-Based Outlier Detection Density-Based

More information

Asymmetries in ecological and sensorimotor laws: towards a theory of subjective experience. James J. Clark

Asymmetries in ecological and sensorimotor laws: towards a theory of subjective experience. James J. Clark Asymmetries in ecological and sensorimotor laws: towards a theory of subjective experience James J. Clark Centre for Intelligent Machines McGill University This talk will motivate an ecological approach

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

LATERAL INHIBITION MECHANISM IN COMPUTATIONAL AUDITORY MODEL AND IT'S APPLICATION IN ROBUST SPEECH RECOGNITION

LATERAL INHIBITION MECHANISM IN COMPUTATIONAL AUDITORY MODEL AND IT'S APPLICATION IN ROBUST SPEECH RECOGNITION LATERAL INHIBITION MECHANISM IN COMPUTATIONAL AUDITORY MODEL AND IT'S APPLICATION IN ROBUST SPEECH RECOGNITION Lu Xugang Li Gang Wang Lip0 Nanyang Technological University, School of EEE, Workstation Resource

More information

MRI Image Processing Operations for Brain Tumor Detection

MRI Image Processing Operations for Brain Tumor Detection MRI Image Processing Operations for Brain Tumor Detection Prof. M.M. Bulhe 1, Shubhashini Pathak 2, Karan Parekh 3, Abhishek Jha 4 1Assistant Professor, Dept. of Electronics and Telecommunications Engineering,

More information

Neural Correlates of Human Cognitive Function:

Neural Correlates of Human Cognitive Function: Neural Correlates of Human Cognitive Function: A Comparison of Electrophysiological and Other Neuroimaging Approaches Leun J. Otten Institute of Cognitive Neuroscience & Department of Psychology University

More information

Oscillatory Neural Network for Image Segmentation with Biased Competition for Attention

Oscillatory Neural Network for Image Segmentation with Biased Competition for Attention Oscillatory Neural Network for Image Segmentation with Biased Competition for Attention Tapani Raiko and Harri Valpola School of Science and Technology Aalto University (formerly Helsinki University of

More information

Multiclass Classification of Cervical Cancer Tissues by Hidden Markov Model

Multiclass Classification of Cervical Cancer Tissues by Hidden Markov Model Multiclass Classification of Cervical Cancer Tissues by Hidden Markov Model Sabyasachi Mukhopadhyay*, Sanket Nandan*; Indrajit Kurmi ** *Indian Institute of Science Education and Research Kolkata **Indian

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

Neural Information Processing: Introduction

Neural Information Processing: Introduction 1 / 17 Neural Information Processing: Introduction Matthias Hennig School of Informatics, University of Edinburgh January 2017 2 / 17 Course Introduction Welcome and administration Course outline and context

More information

DISCRETE WAVELET PACKET TRANSFORM FOR ELECTROENCEPHALOGRAM- BASED EMOTION RECOGNITION IN THE VALENCE-AROUSAL SPACE

DISCRETE WAVELET PACKET TRANSFORM FOR ELECTROENCEPHALOGRAM- BASED EMOTION RECOGNITION IN THE VALENCE-AROUSAL SPACE DISCRETE WAVELET PACKET TRANSFORM FOR ELECTROENCEPHALOGRAM- BASED EMOTION RECOGNITION IN THE VALENCE-AROUSAL SPACE Farzana Kabir Ahmad*and Oyenuga Wasiu Olakunle Computational Intelligence Research Cluster,

More information