Conant & Ashby (1970)

Total Page:16

File Type:pdf, Size:1020Kb

Conant & Ashby (1970) Control Adaptive Systems Natural and artificial nervous systems are often Inman Harvey thought of as control systems or controllers. Informatics We will start by taking a quick look at Control Engineering because this field has many obvious Lecture 17: parallels, influences, applications and useful Control Engineering concepts with respect to autonomous robotics. WARNING: I expect to run out of time before end of this Lecture – and will complete it next week Spring 2010 Control Overview Control engineering grew out of applied mechanics Linear systems and its development in the mid 20th century was Block diagrams tightly bound up with the Cybernetics movement. Feedforward control (Process regulation, target-seeking devices, etc.) Feedback control Nonlinear control Control engineering is the application of Adaptive control mathematical techniques to the design of Fuzzy control algorithms and devices to control processes or Control theory in neuroscience pieces of machinery. It often uses some kind of model of the thing to be controlled. Spring 2010 Spring 2010 Conant & Ashby (1970) Conant & Ashby (1970) “In this paper a theorem is presented which shows, under very broad conditions, that any regulator that is maximally both successful and simple must be isomorphic with the system being regulated”. “The theorem has the interesting corollary that the living brain, so far as it is to be successful and efficient as a regulator for survival, must proceed, in learning, by the formation of a model (or models) of its environment” Download from: http://www.scribd.com/doc/2947203/Every-Good- (Why not read the paper and see if you agree?) Regulator-of-a-System-Must-Be-a-Model-of-that- System-Conant-Ashby Spring 2010 Spring 2010 Let’s start with linear systems Example If a system can be modelled by a set of linear differential equations there are well understood Forced spring techniques for getting exact analytical solutions, and so for designing controllers so that the output of the system is the required one. Spring 2010 Spring 2010 Real systems … Linearization ... are non-linear in almost every practical application. The most common trick: Approximate the nonlinear system by a linear system in the region of interest. Example: a pendulum Use Taylor series expansion and throw away all non-linear terms. For the pendulum, if θ ≈ 0 then sin(θ) ≈ θ and so: Much of control engineering theory and practice is concerned with linear systems. Control of non- linear systems is a very complex area. Spring 2010 Spring 2010 Block diagrams Block diagrams They have their own algebra; Block diagrams are often used for system analysis and design of controllers as they facilitate the study of input/output relationships: transfer G1(t) G2(t) = G2(t)G1(t) functions. u(t)G(t) y(t) The transfer operator could be anything (a function, a derivative, an integration of the input u(t) = input signal, etc.) It is often convenient to use complex y(t) = output variables applying the Laplace transform which allows a simplified mathematical treatment: G(t) = transfer function or operator: differentiation becomes multiplication, and y(t) = G(t)[u(t)] integration becomes division. This is also known as “working in the frequency domain”, as opposed to “working in the time domain”. Spring 2010 Spring 2010 Open loop (feedforward) control Open loop (feedforward) control reference disturbance disturbance reference disturbance disturbance ++ ++ Controller + Plant + output Controller + Plant + output A reference signal (sometimes called the setpoint) The plant is the control engineer’s name for the gives information about the desired output. This physical system that is being controlled – for could be you setting the knob on your toaster to 4, example, a jet engine. The output is what we want to or 7; it could also be an outside temperature sensor control – it might be thrust, or turbine speed, or in a central heating controller. The controller fuel consumption, or brownness of toast, and it’s generates the control input, which is calculated at often called the “controlled variable”. A disturbance the time or in advance (i.e. at design time) to is any external or internal factor that causes the produce the desired output. output to deviate from what is desired. Spring 2010 Spring 2010 Open loop (feedforward) control Feedforward control of toasters Here’s how the cheapest toasters work. When you reference disturbance disturbance switch the toaster on (usually pushing a lever that also lowers the toast into the toaster) the heating ++ coils are powered for a fixed time, which has been Controller + Plant + output calculated by the manufacturer to give good enough The important thing about the reference signal in a results in most cases. pure feedforward controller is that it doesn’t contain any information about the current output. Technically, this means that the control system cannot compensate for disturbances that occur after the control stage. The controller contains an implicit (or sometimes explicit) model of the plant that will produce the “expected” output. Spring 2010 Spring 2010 Feedforward control of toasters Biological feedforward control In more expensive toasters (now more or less Saccadic eye movements use standard) you can turn a knob to vary the time feedforward control. They according to how brown you want your toast. show highly stereotyped velocity profiles. In both types, the controller uses no direct information about the current state of the toast. The fastest movement would use ‘bang-bang’ control (either The output is almost always either “on” or “off”. maximum speed or zero), but This is known as “bang-bang” control. It sounds since noise in muscles is crude, but it can be very efficient, and crops up proportional to the control even in very sophisticated controllers. signal, errors would be large Actual profiles are well predicted by optimising for end-point accuracy Spring 2010 Spring 2010 Feedback – negative and positive Feedback – negative and positive Consider a system – physical, biological, economic – If the net effect of the feedback is to oppose, and that is in equilibrium. What will happen if you therefore reduce, the original disturbance, it is introduce a small disturbance somewhere in the called negative feedback. A system with negative system? feedback is therefore in principle capable of maintaining its equilibrium, and so negative feedback The effects of the disturbance will propagate is associated with stability. through the system. If the parts of the system are But if the net effect of the feedback is to sufficiently well interconnected, some of these reinforce, and thereby increase, the original effects will find their way back to the site of the disturbance, it is called positive feedback. If disturbance – this is called feedback. sustained, this can lead to a runaway increase in the size of the disturbance, taking the system far from equilibrium, and so positive feedback is associated with instability. Spring 2010 Spring 2010 Feedback in biology Feedback in biology Both kinds of feedback are seen in biological Negative feedback, exploited for its stabilising systems. For example, positive feedback features in effects, is found at all levels in biology, from some examples of ant behaviour. When a colony of physiology, where its involvement in homeostasis is Pheidole dentata is attacked by large numbers of perhaps best known, to the control of behaviour. fire ants outside the nest, some Pheidole workers It was the convergence between ideas of negative retreat to the nest and begin to run through the feedback in the control of behaviour and of galleries, laying odour trails and stimulating other machines that influenced Norbert Wiener in his workers do to the same. This behaviour spreads original formulation of cybernetics. rapidly through the nest, and when some threshold Classic paper: Arturo Rosenblueth, Norbert Wiener is reached, the workers seize the eggs, larvae, and and Julian Bigelow in: Philosophy of Science, pupae, and flee the nest, returning some time later 10(1943), S. 18–24. when the fire ants have departed. Spring 2010 Spring 2010 Feedback in engineering Feedback in toasters If you have a system that you would like to control If you have a system that you would like to control automatically, then adding a controller with some automatically, then adding a controller with some form of feedback from the output may be a good form of feedback from the output may be a good option. option. For example, some expensive toasters now have sensors that measure the colour of the toast, and stop the toaster when the desired colour is reached. Some others have radioactive sensors that detect the particles released by toasting, and stop the toaster when they reach a certain density. These are feedback controlled toasters… Spring 2010 Spring 2010 Feedback control (often called PID: >90% of real world control closed-loop control Reference/ Proportional control: input is proportional to error. setpoint disturbance disturbance For high gains or large errors, it will tend to overshoot and oscillate. There is always a steady- state error that cannot be corrected. + + +++ Controller Plant output - Integral control: can get rid of steady-state error by integrating it over time The output is sensed and compared with the Derivative control: can reduce settling time by reference. The resulting error signal is fed back giving a better dynamical response. Reduces to the controller. The controller generates a overshoot by damping. control input calculated to bring the output closer to the reference – i.e. to reduce the error. Spring 2010 Spring 2010 PID: >90% of real world control PID control Spring 2010 Spring 2010 PID: >90% of real world control PID: >90% of real world control Q: So how do you find the right parameters? Q: So how do you find the right parameters? A: (i) It depends what you mean by ‘right’ A: (i) It depends what you mean by ‘right’ (ii) They may not exist (ii) They may not exist Ideally, you want your system to be “critically damped” – with zero overshoot and minimum settling time.
Recommended publications
  • Machine Learning Techniques for Equalizing Nonlinear Distortion
    Machine Learning Techniques for Equalizing Nonlinear Distortion A Technical Paper prepared for SCTE•ISBE by Rob Thompson Director, NGAN Network Architecture Comcast 1800 Arch St., Philadelphia, PA 19103 (215) 286-7378 [email protected] Xiaohua Li Associate Professor, Dept. of Electrical and Computer Engineering State University of New York at Binghamton Binghamton, NY 13902 (607) 777-6048 [email protected] © 2020 SCTE•ISBE and NCTA. All rights reserved. 1 Table of Contents Title Page Number 1. Introduction .................................................................................................................................... 4 2. Artificial Intelligence (AI) ................................................................................................................. 4 2.1. Historical Perspective ........................................................................................................ 4 2.2. Common Solutions ............................................................................................................ 4 2.3. Popular Tools/Models ........................................................................................................ 5 2.4. Biological Inspiration .......................................................................................................... 5 2.5. DOCSIS Transmit Pre-Equalization ................................................................................... 6 3. Power Amplifier (PA) Efficiency Problem .......................................................................................
    [Show full text]
  • Connectionist Models of Cognition Michael S. C. Thomas and James L
    Connectionist models of cognition Michael S. C. Thomas and James L. McClelland 1 1. Introduction In this chapter, we review computer models of cognition that have focused on the use of neural networks. These architectures were inspired by research into how computation works in the brain and subsequent work has produced models of cognition with a distinctive flavor. Processing is characterized by patterns of activation across simple processing units connected together into complex networks. Knowledge is stored in the strength of the connections between units. It is for this reason that this approach to understanding cognition has gained the name of connectionism. 2. Background Over the last twenty years, connectionist modeling has formed an influential approach to the computational study of cognition. It is distinguished by its appeal to principles of neural computation to inspire the primitives that are included in its cognitive level models. Also known as artificial neural network (ANN) or parallel distributed processing (PDP) models, connectionism has been applied to a diverse range of cognitive abilities, including models of memory, attention, perception, action, language, concept formation, and reasoning (see, e.g., Houghton, 2005). While many of these models seek to capture adult function, connectionism places an emphasis on learning internal representations. This has led to an increasing focus on developmental phenomena and the origins of knowledge. Although, at its heart, connectionism comprises a set of computational formalisms,
    [Show full text]
  • Teaching Note Systems Theory and Management Control1 By: Dr
    Teaching Note 1 Systems Theory and Management Control By: Dr. Shahid Ansari The purpose of this teaching note is to summarize the key ideas in systems theory and to show how they provide a useful framework for studying management control. There is a large body of literature in systems theory and it is hard to do justice to all of it. This note is not intended as a comprehensive literature review. Approaches to Understanding our World Scientists and philosophers have long wrestled with the problem of how we understand and make sense of our world. There are both descriptive and prescriptive approaches to understanding our world. On the descriptive side, theories of cognition, perception and thinking describe how we humans organize stimuli and make sense out of them. On the prescriptive side, there are two approaches to making sense of the world. The first is reductionism and the other is a systems approach. Reductionism asserts that the best way to understand new phenomena is to study the functioning or properties of its individual parts. For example, the best way to understand the working of the human body would be break it into its components, (organs, muscles, tissue, bones, cells) and to study the properties of each element. Systems theory focuses on the relations between the parts. Rather than reducing an entity such as the human body into its parts or elements (e.g. organs or cells), systems theory focuses on the arrangement of and relations between the parts how they work together as a whole. The way the parts are organized and how they interact with each other determines the properties of that system.
    [Show full text]
  • Quantum Cybernetics and Complex Quantum Systems Science-A
    Quantum Cybernetics and Complex Quantum Systems Science - A Quantum Connectionist Exploration Carlos Pedro Gonçalves Instituto Superior de Ciências Sociais e Políticas (ISCSP) - University of Lisbon [email protected] Abstract Quantum cybernetics and its connections to complex quantum systems science is addressed from the perspective of complex quantum computing systems. In this way, the notion of an autonomous quantum computing system is introduced in regards to quantum artificial intelligence, and applied to quantum artificial neural networks, considered as autonomous quantum computing systems, which leads to a quantum connectionist framework within quantum cybernetics for complex quan- tum computing systems. Several examples of quantum feedforward neural networks are addressed in regards to Boolean functions’ computation, multilayer quantum computation dynamics, entanglement and quantum complementarity. The exam- ples provide a framework for a reflection on the role of quantum artificial neural arXiv:1402.1141v1 [cs.NE] 5 Feb 2014 networks as a general framework for addressing complex quantum systems that perform network-based quantum computation, possible consequences are drawn regarding quantum technologies, as well as fundamental research in complex quan- tum systems science and quantum biology. Keywords: Quantum cybernetics, complex quantum systems science, complex quantum computing systems, quantum connectionism, quantum artificial neural networks. 1 1 Introduction 2 1 Introduction The current work is aimed at the expansion of quantum cybernetics and complex quantum systems science by addressing directly two central threads within quantum artificial intelligence research, namely: the notion of an autonomous quantum computing system (AQCS) and a generalization to the quantum setting of the connectionist framework for artificial intelligence. Addressing both the computational aspects as well as the implications for complex quantum systems science and for quantum technologies.
    [Show full text]
  • Some Comments on Cybernetics and Control
    Some comments on cybernetics and control Citation for published version (APA): Kickert, W. J. M., Bertrand, J. W. M., & Praagman, J. (1978). Some comments on cybernetics and control. IEEE Transactions on Systems, Man and Cybernetics, 8(11), 805-809. https://doi.org/10.1109/TSMC.1978.4309868 DOI: 10.1109/TSMC.1978.4309868 Document status and date: Published: 01/01/1978 Document Version: Publisher’s PDF, also known as Version of Record (includes final page, issue and volume numbers) Please check the document version of this publication: • A submitted manuscript is the version of the article upon submission and before peer-review. There can be important differences between the submitted version and the official published version of record. People interested in the research are advised to contact the author for the final version of the publication, or visit the DOI to the publisher's website. • The final author version and the galley proof are versions of the publication after peer review. • The final published version features the final layout of the paper including the volume, issue and page numbers. Link to publication General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal.
    [Show full text]
  • Cybernetics Feedback Netgraft in Architecture
    Werner, Liss C. CYBERNETIFICATION I: Cybernetics Feedback Netgraft in Architecture Book Part, published version This version is available at: https://dx.doi.org/10.14279/depositonce-6435 Suggested Citation Werner, Liss C.: CYBERNETIFICATION I: Cybernetics Feedback Netgraft in Architecture. - In: Werner, Liss C. (ed.): Cybernetics: state of the art. (Con-Versations ; Vol. 1). - Berlin: Universitätsverlag der TU Berlin, 2017. - ISBN 978-3-7983-2953-9 (print), 978-3-7983-2954-6 (online). - pp. 58–73. - DOI (book): 10.14279/depositonce-6121. Terms of Use The version is licenced under the Creative Commons Licence CC BY 4.0 – https://creativecommons.org/licenses/by/4.0/ Powered by TCPDF (www.tcpdf.org) CYBERNETIFICATION I: Cybernetics Feedback Netgraft in Architecture Liss C. Werner During the last decades, architecture has changed its role from fetishizing and fertilizing objectifcation and objects alike towards glamorising the processing of relations, observations and materialization of the objectile1. Steering the design process in contemporary computational architecture through and with a variety of dynamic, interconnecting agents affords re-framing, re- viewing, and re-designing prescribed patterns of creating architecture. It critically encourages to examine the concept of feedback beyond the beloved evolutionary algorithm, which presents a technical rather than architectural cultural calculus. ‚CYBERNETICS FEEDBACK NETGRAFT’ proposes cybernetic principles as blueprint or genotype for computational architecture. Such principles allow for a systemic continuation of re-programming the architectural culture currently at stake. The forthcoming observation hovers between theories and meta-models. It argues that the possibilities for design increase through digitization and digitalization2. In this respect, the chapter refers to Ross Ashby’s Law of Requisite Variety (Ashby 1957) on one hand and to emergence through digital self-organization on the other.
    [Show full text]
  • Bridging Connectionism and Relational Cognition Through Bi-Directional Affective- Associative Processing
    Open Information Science 2019; 3: 235–260 Research article Robert Lowe*, Alexander Almér, Christian Balkenius Bridging Connectionism and Relational Cognition through Bi-directional Affective- Associative Processing https://doi.org/10.1515/opis-2019-0017 Received January 5, 2018; accepted May 14, 2019 Abstract: Connectionist architectures constitute a popular method for modelling animal associative learning processes in order to glean insights into the formation of cognitive capacities. Such approaches (based on purely feedforward activity) are considered limited in their ability to capture relational cognitive capacities. Pavlovian learning value-based models, being not based purely on fully connected feedforward structure, have demonstrated learning capabilities that often mimic those of ‘higher’ relational cognition. Capturing data using such models often reveals how associative mechanisms can exploit structure in the experimental setting, so that ‘explicit’ relational cognitive capacities are not, in fact, required. On the other hand, models of relational cognition, implemented as neural networks, permit formation and retrieval of relational representations of varying levels of complexity. The flexible processing capacities of such models are, however, are subject to constraints as to how offline relational versus online (real-time, real-world) processing may be mediated. In the current article, we review the potential for building a connectionist- relational cognitive architecture with reference to the representational rank view of cognitive capacity put forward by Halford et al. Through interfacing system 1-like (connectionist/associative learning) and system 2-like (relational-cognition) computations through a bidirectional affective processing approach, continuity between Halford et al’s cognitive systems may be operationalized according to real world/online constraints. By addressing i) and ii) in this manner, this paper puts forward a testable unifying framework for system 1-like and system 2-like cognition.
    [Show full text]
  • Connectionism and the Dynamical Approach to Cognition 235 8 Connectionism and the Dynamical Approach to Cognition
    CONNECTIONISM AND THE DYNAMICAL APPROACH TO COGNITION 235 8 CONNECTIONISM AND THE DYNAMICAL APPROACH TO COGNITION 8.1 Are We on the Road to a Dynamical Revolution? We saw in chapter 1 that connectionism has its roots in the 1940s, when ideas about the nervous system, computation, and intelligence came together synergistically. We briefly traced the path from formal neurons to perceptrons and noted that events in the 1960s led to a period in which these neural network models became over- shadowed by symbolic models of intelligence. With the rise of connectionism in the 1980s neural networks regained prominence, and for two decades the two approaches have each sought to dominate cognitive science. This is part of a larger story. The energetic collaborations of the 1940s had multiple, sometimes intertwined strands, of which the best known is an emphasis on feedback and control in the cybernetics of Norbert Wiener and others. This required attention to the dynamics of change in time, an aspect of the functioning of systems which has often been ignored by connectionists (though not by Stephen Grossberg and his group, who continued to advance network research during the period when symbolic models were dominant; see Grossberg, 1982). In an even broader context, the dynamics of complex physical systems have been mathematically describable at least since Newton (building on work by Galileo) formulated his three laws of motion and developed the calculus to gain the ability to predict specific planetary configurations. New geometrical approaches to dynamics by Poincaré in the late nineteenth century prepared the way for the rise of Dynamical Systems Theory (DST) in the twentieth century.
    [Show full text]
  • Neural-Symbolic Integration
    Neural-Symbolic Integration Dissertation zur Erlangung des akademischen Grades Doktor rerum naturalium (Dr. rer. nat) vorgelegt an der Technischen Universit¨atDresden Fakult¨atInformatik eingereicht von Dipl.-Inf. Sebastian Bader geb. am 22. Mai 1977 in Rostock Dresden, Oktober 2009 Gutachter: Prof. Dr. rer. nat. habil Steffen H¨olldobler (Technische Universit¨atDresden) Prof. Dr. rer. nat. habil Barbara Hammer (Technische Universit¨atClausthal) Verteidigung: 5. Oktober 2009 Neural-Symbolic Integration Sebastian Bader Dresden, October 2009 To my family. Contents 1 Introduction and Motivation1 1.1 Motivation for the Study of Neural-Symbolic Integration............2 1.2 Related Work....................................4 1.3 A Classification Scheme for Neural-Symbolic Systems.............. 12 1.4 Challenge Problems................................ 18 1.5 Structure of this Thesis.............................. 22 2 Preliminaries 25 2.1 General Notions and Notations.......................... 26 2.2 Metric Spaces, Contractive Functions and Iterated Function Systems..... 30 2.3 Logic Programs................................... 34 2.4 Binary Decision Diagrams............................. 41 2.5 Connectionist Systems............................... 45 3 Embedding Propositional Rules into Connectionist Systems 53 3.1 Embedding Semantic Operators into Threshold Networks........... 54 3.2 Embedding Semantic Operators into Sigmoidal Networks........... 58 3.3 Iterating the Computation of the Embedded Operators............. 65 3.4 Summary.....................................
    [Show full text]
  • Mermillod-Current Challenge in Computational Neuroscience
    Beyond the Turing-Von Neumann Paradigm The Current Challenge in Computational Neuroscience Martial Mermillod Turing Machine : Serial and localist processes Von Neumann: distinction memory/CPU Can we leave Turing machines despite our TRUE Love for computers? However, an alternative view exists for a while… In an interdisciplinary perspective! But before: Psychology is not only psychotherapy and Freud was not psychologist! The alternative exists for a while… Warren Sturgis McCulloch (1898 - 1969) american neurologist and Walter Pitts (1923 - 1969) cognitive psychologist McCulloch & Pitts (1943): first formal neuron. Donald Hebb (1904-1985). Canadian neuropsychologist. Hebb Law (1946) Bernard Widrow (1929-20XX) & Marcian Edward "Ted" Hoff (1937-20XX) engineering professors: Widrow-Hoff (1960) learning rule. Frank Rosenblatt (1928 - 1971) Psychologist and father of the first artificial neural network. Marvin Lee Minsky Seymour Papert (né le 9 août 1927) (né le 29 février 1928) The end of fundings for artificial neural networks and the development of l’IA « à Papa » 70-80’s the (temporary) victory of symbolic IA Connectionists strike back John Joseph Hopfield : American physicist and proposed the Hopfield Neural networks Geoffrey Hinton (1947-20XX) Ph.D. in Cognitive Psychology and Computer Science James McClelland (1948-20XX) Ph.D. in Cognitive Psychology Parallel Distributed Processing Group David Everett Rumelhart (1942-2011) Ph.D. in Mathematical Psychology Parallel Distributed Processing Group The demand in cognitive psychology: doing the link from the microstructure of cognition to human behavior Gustav Fechner Of course, over types of neural networks exists: - Kohonen networks - Radial Basis Function networks - Spike Time Dependent Plasticity - Reservoir Computing … but more or less based on parallel and distributed approach.
    [Show full text]
  • Machine Learning Techniques for Equalizing Nonlinear Distortion
    Machine Learning Techniques for Equalizing Nonlinear Distortion A Technical Paper prepared for SCTE•ISBE by Rob Thompson Director, NGAN Network Architecture Comcast 1800 Arch St., Philadelphia, PA 19103 (215) 286-7378 [email protected] Xiaohua Li Associate Professor, Dept. of Electrical and Computer Engineering State University of New York at Binghamton Binghamton, NY 13902 (607) 777-6048 [email protected] © 2020 SCTE•ISBE and NCTA. All rights reserved. 1 Table of Contents Title Page Number 1. Introduction .......................................................................................................................................... 4 2. Artificial Intelligence (AI) ...................................................................................................................... 4 2.1. Historical Perspective ............................................................................................................. 4 2.2. Common Solutions ................................................................................................................. 4 2.3. Popular Tools/Models ............................................................................................................ 5 2.4. Biological Inspiration .............................................................................................................. 5 2.5. DOCSIS Transmit Pre-Equalization ....................................................................................... 5 3. Power Amplifier (PA) Efficiency Problem ...........................................................................................
    [Show full text]
  • Emergence of Intrinsic Representations of Images by Feedforward and Feedback Processes and Bioluminescent Photons in Early Retinotopic Areas
    EMERGENCE OF INTRINSIC REPRESENTATIONS OF IMAGES BY FEEDFORWARD AND FEEDBACK PROCESSES AND BIOLUMINESCENT PHOTONS IN EARLY RETINOTOPIC AREAS 1I. Bókkon 1Doctoral School of Pharmaceutical and Pharmacological Sciences, Semmelweis University, Hungary 2V. Salari 2Institut de Mineralogie et de Physique des Milieux Condenses, Universite Pierre et Marie Curie-Paris 6, CNRS UMR7590 2Boite courrier 115, 4 place Jussieu, 75252 Paris cedex 05, France 2 BPC Signal, 15 rue Vauquelin, 75005 Paris, France and 3J.A. Tuszynski 3Department of Experimental Oncology, Cross Cancer Institute, 11560 University Avenue Edmonton, AB T6G 1Z2, Canada 3Department of Physics, University of Alberta, Edmonton, AB Canada 2010 Running title: Toward a biophysical homunculus represented by an iterative model Corresponding author: Bókkon I. Corresponding author’s Email: [email protected] Corresponding author’s Address: H-1238 Budapest, Lang E. 68. Hungary Corresponding author’s Phone: +36 20 570 6296 Corresponding author’s Fax: + 36 1 217-0914 1 Abstract Recently, we put forwarded a redox molecular hypothesis involving the natural biophysical substrate of visual perception and imagery. Here, we explicitly propose that the feedback and feedforward iterative operation processes can be interpreted in terms of a homunculus looking at the biophysical picture in our brain during visual imagery. We further propose that the brain can use both picture-like and language-like representation processes. In our interpretation, visualization (imagery) is a special kind of representation i.e., visual imagery requires a peculiar inherent biophysical (picture-like) mechanism. We also conjecture that the evolution of higher levels of complexity made the biophysical picture representation of the external visual world possible by controlled redox and bioluminescent nonlinear (iterative) biochemical reactions in the V1 and V2 areas during visual imagery.
    [Show full text]