Current computer hardware central processor architectures and often even graphic processor enabled workstations are often unable to achieve the highly parallel requirements needed to perform computationally expensive massive data-driven algorithms, especially those that are based on dynamic systems approach.
The system and methods described herein are based on a network of processing nodes that can be individual heterogeneous workstations or a cluster of homogeneous computer boards. An example of the system enables a runtime architecture based on this hardware to load a nonspecific set of systems of differential equations, distribute them across network nodes according to hardware capabilities of each node, and iteratively integrate them through time with a possibility to output the results on every iteration. An exemplary system may be used for a variety of applications, including but not limited to neural computations. For instance, an exemplary system can be used as a standalone computational engine engaged on a hardware cluster directly or as a part of other computational software that at some point uses massively parallel numerical integration of data driven dynamical systems on a network of remote computational hardware. Furthermore, a resulting computational engine can serve as a remote (e.g., cloud) back end that can engage remote hardware resources to support local autonomous hardware devices such as robots, automatic household devices, mobile navigators, and other devices.
In some implementations, a method for processing sensory data in parallel may comprise receiving, at a master node, a request to process incoming sensor data, receiving, from the master node, a selection of a set of slave nodes, the set of slave nodes selected from a set of nodes capable of processing the incoming sensor data, and establishing a connection between the master node and the set of slave nodes. For at least one slave node in the set of slave nodes, the implementation may further include determining a dynamic system model for a portion of the incoming sensor data received by the at least one slave node, distributing, from the master node to the at least one slave node, a representation of the dynamic system model and a representation of corresponding graph connections between slave nodes in the set of slave nodes, instantiating at least one local data structure for processing the incoming sensor data based at least in part upon the representation of the dynamic system model distributed earlier, connecting the at least one slave node to other slave nodes in the set of slave nodes according to the representation of the graph connections distributed earlier, receiving a signal from the master node to process the incoming sensor data; and iteratively processing the incoming sensor data using the at least one local data structure instantiated previously.
In some implementations, the process may also comprise selecting the set of slave nodes automatically, or selecting the set of slave nodes according to user input. In some implementations, distributing the representation of the dynamic system model may further comprise assigning at least one system of equations corresponding to the dynamical system model to the at least one slave node based on at least one of computational power of the at least one slave node, computational complexity of the at least one system of equations, and communication between parts of a dynamical system represented by the dynamical system model. Distributing the representation of the dynamic system model may also comprise assigning, by the at least one slave node, a set of computational threads for processing at least a portion of the incoming sensor data.
In some implementations, connecting the at least one slave node to other slave nodes may further comprise determining an operating mode of the master node, and connecting the master node to the at least one slave node based on the operating mode of the master node. In some implementations, this may further comprise connecting the master node to the at least one slave node via a network connection if the master node is configured to operate in a networked mode, and compiling the slave node into the master node if the master node is configured to operate in a standalone mode. In some implementations the master node is configured to operate in a networked mode or a standalone mode based on available resources, and is configured to operate in the networked mode if the master node is able to connect to a network and if there is at least one slave node connected to the network.
In some implementations, processing the data may further comprise storing results of the iterative processing in a data queue in the at least one slave node for communication with the other slave nodes in the set of slave nodes, and storing results of the iterative processing in a storage medium for off-line analysis.
An exemplary system for processing and forwarding slave node data may comprise a first slave node operatively coupled to an outgoing axonal queue associated with a system of equations processed on the first slave node, a shadow axonal queue corresponding to respective outgoing axonal queues of other slave nodes configured to provide input data to the first slave node, a set of synaptic queues corresponding to the system of equations processed on the first slave node, the set of synaptic queues configured to preprocess the input data received from the shadow axonal queue. and a processing device, operably coupled to the set of synaptic queues, to apply the system of equations to the input data preprocessed by the synaptic queue so as to generate at least one output data value. The system may further comprise a local outgoing axonal queue, operatively coupled to the processing device, to receive the at least one output data value from the processing device and to provide the at least one output data value to a second shadow axonal queue in at least one of the first slave node or a second slave node. The shadow axonal queue may be configured to receive at least one data value from a corresponding outgoing axonal queue operatively coupled to a slave node.
The outgoing axonal queues and shadow axonal queues can be implemented with a standard template library (STL) class called multimap that holds key-value pairs. The key in the key-value pair may be event production time and the value in the key-value pair can include for example receiver address and output value. STL multimap does automatic sorting by key, so this queue may have output events sorted by their production times. The synaptic queue can also be implemented with a standard template library (STL) class called multimap that holds key-value pairs, except that the receiver address is no longer needed, the timing represents delivery time rather than production time, and the value in the key-value pair is adjusted according to the parameters of the synapse.
An exemplary system for aggregating and processing sensor data from a robot comprising a local processor that implements a local brain may comprise at least one slave node, located on a computer network, to implement a cloud brain for receiving and processing the sensor data from the robot, the first processor including a main memory module to store the sensor data from the robot, and a communications device, operably coupled to the main memory module, to transmit at least a portion of the sensor data to the local brain implemented in the local processor of the robot and to receive, from the local brain, at least one data value based at least in part on the at least a portion of the sensor data and on a current state of the local brain.
The main memory module may store a representation of at least one of an outgoing axonal queue associated with a system of equations processed on a first slave node, a shadow axonal queue corresponding to respective outgoing axonal queue of a second slave node configured to provide input data to the first slave node, a synaptic queues corresponding to the system of equations processed on the first slave node, the set of synaptic queues configured to preprocess the input data received from the shadow axonal queue, and a data structure for processing the sensor data from the robot. The communications device is operably coupled to another local brain implemented in another robot and configured to transmit the at least one data value to the other local brain. The communications device may be further configured to transmit data from a dedicated memory block in the main memory module to the other local brain and to receive, from the other local brain, at least one other data value based at least in part on the data from the dedicated memory block.
It should be appreciated that all combinations of the foregoing concepts and additional concepts discussed in greater detail below (provided such concepts are not mutually inconsistent) are contemplated as being part of the inventive subject matter disclosed herein. In particular, all combinations of claimed subject matter appearing at the end of this disclosure are contemplated as being part of the inventive subject matter disclosed herein. It should also be appreciated that terminology explicitly employed herein that also may appear in any disclosure incorporated by reference should be accorded a meaning most consistent with the particular concepts disclosed herein.
The skilled artisan will understand that the drawings primarily are for illustrative purposes and are not intended to limit the scope of the inventive subject matter described herein. The drawings are not necessarily to scale; in some instances, various aspects of the inventive subject matter disclosed herein may be shown exaggerated or enlarged in the drawings to facilitate an understanding of different features. In the drawings, like reference characters generally refer to like features (e.g., functionally similar and/or structurally similar elements).
The system and methods described herein relate to a hardware computational engine consisting of two or more computational nodes such as workstations or cluster components connected through a wired or wireless network. In some implementations, the engine underlies and subserves neural simulations and/or other simulations. The system employs network communication management, thread management, event based communication, over the network data exchange, and data structures used to facilitate the functionality herein.
In some implementations, the system includes a computer readable memory onto which processor executable instructions are written. The computer readable memory can store a plurality of libraries. For example, the system on a slave computational node may include: a pthreads library that is used to manage multithreaded control flow; a standard template library (STL) that may be used for structuring the data; and a CUDA or OpenCL library to control execution on graphic processors. In some implementations, the graphics processor unit (GPU) libraries may not be required. The system on the master node may include additional libraries for graphic user interface and data visualization and/or other additional libraries and/or like information.
As illustrated in
As used herein, a dynamical system is a set of systems of differential and or algebraic equations that describe some natural process through time. A neural model is a subset of a dynamical system where equations represent neuronal dynamics. A neuronal population is a part of a neural model that comprises at least one neuronal element and for all neuronal elements the governing system of equations is identical up to a parameter choice. A synapse is a dependency between two neuronal elements that can be in the same or different populations such that it connects a source neuronal element with the target neuronal element and passes output events from the source to the target according to some rule defined by the user.
The above tasks correspond to the System Setup and Model Initialization phases of the example flow chart in
The dynamical system may comprise a set of populations, where each population is a collection of identical systems of equations, and where each element in a population is a computational element.
Each computational element may have output variables that affect the rest of the system. For example, in the case of a neural model, the output of a neuron may be those output variables. A computational element also may have several internal variables that are used to compute output variables, but are not exposed to the rest of the system, not even to other elements of the same population, typically. Each of these variables is represented as a CPU or GPU memory chunk. An exemplary difference between output variables and internal variables is their access: output variables may be made available to other computational elements either directly or through generation of output events, while internal variables may be hidden from other computational elements.
An example implementation of a computational element data structure may be a TVariable class. TVariable class may be based on a TBasicBuffer template class, which may be part of a libSMARTIO (Sensory-Motor Asynchronous Real Time Input Output) library that provides the basic structure and connectivity between populations in the dynamical system. Other portions of TBasicBuffer may allow the system to acquire sensory input from the environment (TInputBuffer) and deliver action output to the agent (TOutputBuffer), both in real time. In some implementations, TBasicBuffer objects may have a name, a number of elements, an index of a non-CPU device, and may facilitate saving variable values, accessing values for various computations, and/or may have other attributes or methods. In some implementations, a TVariable data structure may include connections to an input source, a number of equations associated with the data structure, an event connection that may look for events on a local receiver and process them, and/or may include other attributes and/or methods.
TVariable may also provide memory allocation and methods to maintain a population (array) of variables governed by a system of equations. For example, if a dynamical system has a system of equations with variables x1, x2, and x3, an example implementation may use a TVariable-based class. If there are 100 processes in the dynamical system, each of which is governed by the same system of equations with these three variables, then TVariable-based class may contain 100 elements with 3-component system each. Classes derived from TVariable class may perform initialization procedures, assignment of pointers to equations and numerical methods, and implement different computational backends based on available hardware such as GPU or CPU. They may also provide different implementations of the above methods depending on whether the system is used in a standalone or networked mode.
Output variables are usually accessed by any element in the system during every time step. The value of the output variable that is accessed by other elements of the system corresponds to the value computed on the previous, not the current, time step. This is realized by dedicating two CPU or GPU memory chunks to output variables—one holds the value computed during the previous time step and is accessible to all computational elements during the current time step, another is not accessible to other elements and is used to accumulate new values for the variable computed during the current time step. In-between time steps these two CPU or GPU memory chunks are switched, so that newly accumulated values serve as accessible input during the next time step, while the old input is replaced with new values of the variable. This switch is implemented by swapping the address pointers to respective CPU or GPU memory chunks. The portion of the time step during which the system computes new values is termed a. Compute Semicycle in
Internal variables are computed and used within the same computational element. There is no chance of a race condition in which the value is used before it is computed or after it has already changed on the next time step because within an element the processing is sequential. Therefore, it is possible to compute the new value of internal variable and store it in the same memory location in the memory bank where the old value was read from during the computation.
During the computation, the master node 102 utilizes network connections with the slave nodes 106 to synchronize the processing across the nodes 102, 106. This corresponds to Compute and Post Semicycles of the example flow chart in
Slave nodes may have a network manager that establishes point-to-point links between their respective hardware devices for sending and receiving of events. The system may also include a thread manager that controls creation, execution, synchronization and/or destruction of working threads within each slave node to maximize hardware utilization. A list of these threads is shown in the
Model and simulation setup on the system may be accomplished through interaction between the simulation manager with an external application and/or user (214). When the parameterization of the model is substantially complete (216), the user may notify the simulation and thread manager that the model is ready and they may proceed to the initialization barrier. This may allow threads to enter the next stage (e.g., model initializations 218 and 302 in
Population names are used in disk I/O thread to create corresponding files for the result output (304). List of populations that have outputs is used in communication thread to establish input and output queues on the slave node to communicate between connected populations (306). Equations and relating to the data are communicated to computational threads to instantiate the corresponding data structures (308). On the slave nodes, components of the model may be assigned to different computational threads depending on the hardware configuration of a particular slave.
After instantiation of the components, the communication queues between these components may be defined (224) as illustrated in
The main simulation loop of the system may be controlled by an external application on the master node through a set of API commands that it can pass to the simulation manager. The commands may include:
Quit, which may cause the simulation manager to exit the main loop and inform the slave thread managers locally (standalone version) or through network communication (networked version). The thread managers may inform other threads that the engine is exiting, wait for them to clean up and exit, and then exit the engine.
Reset, which causes the reset of the components and connections in the model to their initial states. In some implementations, there are several versions of Reset depending on whether the user wants to reinitialize activations (current values) of components, connectivity strengths, or both.
Re-create, which may cause the engine to return to the model and simulation setup stage and re-parse all the data structures. This command may also redistribute the components of the model to different nodes and/or computing hardware.
Run, which enters the computational loop. This command may have a parameter that defines whether a user wants a single step though computation, a defined number of steps, or a continuous calculation.
Stop, which may interrupt the currently executing computational loop after finishing the current cycle.
In some embodiments, iterations through a computational loop may include two phases or semi-cycles. During the Compute Semicycle, the model components may read their inputs from read-only output memory locations of other components, compute their own new values (228) and write them into their own write-only memory locations. During a Post Semicycle 230, the values from write-only locations in the component may be moved to its read-only locations to be available for others on the next Compute Semicycle. In some implementations, to reduce memory copying, the pointers to read-only and write-only memory locations are interchanged and the actual data is not copied.
In some embodiments the communication between neuronal populations or systems of equations during the computational cycles may proceed as shown in
In the case of dynamical systems, however, especially those simulating neural populations, there can be axonal delay, and events are often delivered on the millisecond time scale, while the time steps of numerical integration of these equations are significantly shorter for reasons of numerical stability. Thus event delivery often may happen many more than two cycles from their production. The example system presented herein takes advantage of that by bundling the events between nodes in packages and sending these packages over the network only when the first event in the package is due for the delivery. Bundling and sending packages reduces network communication overhead.
The CPU based computational threads may be organized differently from non-CPU based threads. A component of the model that represents a massive data-parallel population may be passed as a whole to non-CPU thread and to the hardware device it controls to reduce cross-device communication. In some embodiments, the CPU thread population may be split into as many parts as there are CPU threads to balance the CPU load. Thus, initialization and posting for CPU populations may happen as a whole population across threads operation, while computation is done in parts by respective CPUs.
In some implementations some slave nodes can reside in a cloud environment and other slave nodes can reside on individual robots, while a master node can reside on a user device, such as a tablet device, smartphone, laptop, or desktop computer. This may enable running large-scale robotic artificial brains, where part of the computation occurs on the processors on board of the robot (e.g., a CPU and a GPU on a Single Board Computer (SBC); another example can be a portable handheld device installed onboard and controlling the robot with their respective CPU and GPU), and part of the computation occurs on a server connected via a tethered or wireless link. In some implementations the on-board computation device may be referred to as a “Local brain” and the remote computation device may be referred to as a “Cloud brain” (e.g., see
Referring to
The Cloud brain 480 includes (but is not limited to) one or more interconnected computers whether encased separately or within a cluster rack, each of which may include a GPU 482, which includes in turn a GPU processor 484 and associated GPU registers 486 and GPU memory 488, a Main Memory 490, a CPU 492, and a Network adapter 494.
In general, the Cloud brain 480 has a larger computational capacity with respect to the Local brain 400. Communication between the Local brain 400 and the Cloud brain 480 is established through the network using existing protocols which include but are not limited to Wi-Fi, Bluetooth, and others, and allows for intermediary routers that will convert wired communication with the Cloud brain 480 into wireless communication with the mobile robot. On top of these communication protocols there may be a communication layer that allows information passing between slave nodes described above.
Neural models can be distributed between slaves in the Local brain 400 and the Cloud brain 480 based on several considerations, for instance, to process some of the neural stages on board in order to reduce network communication load, or minimize the reaction time of the robot (e.g., computing optic flow for collision avoidance).
A cloud brain 480 may connect to one or more robots.
In
The same process can be applied for different data samples of the same object or environment, e.g., when different Robots have collected several views of the same object from different angles, or when several robots have explored the same environment with different paths.
While various inventive embodiments have been described and illustrated herein, those of ordinary skill in the art will readily envision a variety of other means and/or structures for performing the function and/or obtaining the results and/or one or more of the advantages described herein, and each of such variations and/or modifications is deemed to be within the scope of the inventive embodiments described herein. More generally, those skilled in the art will readily appreciate that all parameters, dimensions, materials, and configurations described herein are meant to be exemplary and that the actual parameters, dimensions, materials, and/or configurations will depend upon the specific application or applications for which the inventive teachings is/are used. Those skilled in the art will recognize, or be able to ascertain using no more than routine experimentation, many equivalents to the specific inventive embodiments described herein. It is, therefore, to be understood that the foregoing embodiments are presented by way of example only and that, within the scope of the appended claims and equivalents thereto, inventive embodiments may be practiced otherwise than as specifically described and claimed. Inventive embodiments of the present disclosure are directed to each individual feature, system, article, material, kit, and/or method described herein. In addition, any combination of two or more such features, systems, articles, materials, kits, and/or methods, if such features, systems, articles, materials, kits, and/or methods are not mutually inconsistent, is included within the inventive scope of the present disclosure.
The above-described embodiments can be implemented in any of numerous ways. For example, embodiments of designing and making the coupling structures and diffractive optical elements disclosed herein may be implemented using hardware, software or a combination thereof. When implemented in software, the software code can be executed on any suitable processor or collection of processors, whether provided in a single computer or distributed among multiple computers.
Further, it should be appreciated that a computer may be embodied in any of a number of forms, such as a rack-mounted computer, a desktop computer, a laptop computer, or a tablet computer. Additionally, a computer may be embedded in a device not generally regarded as a computer but with suitable processing capabilities, including a Personal Digital Assistant (PDA), a smart phone or any other suitable portable or fixed electronic device.
Also, a computer may have one or more input and output devices. These devices can be used, among other things, to present a user interface. Examples of output devices that can be used to provide a user interface include printers or display screens for visual presentation of output and speakers or other sound generating devices for audible presentation of output. Examples of input devices that can be used for a user interface include keyboards, and pointing devices, such as mice, touch pads, and digitizing tablets. As another example, a computer may receive input information through speech recognition or in other audible format.
Such computers may be interconnected by one or more networks in any suitable form, including a local area network or a wide area network, such as an enterprise network, and intelligent network (IN) or the Internet. Such networks may be based on any suitable technology and may operate according to any suitable protocol and may include wireless networks, wired networks or fiber optic networks.
The various methods or processes (e.g., of designing and making the coupling structures and diffractive optical elements disclosed above) outlined herein may be coded as software that is executable on one or more processors that employ any one of a variety of operating systems or platforms. Additionally, such software may be written using any of a number of suitable programming languages and/or programming or scripting tools, and also may be compiled as executable machine language code or intermediate code that is executed on a framework or virtual machine.
In this respect, various inventive concepts may be embodied as a computer readable storage medium (or multiple computer readable storage media) (e.g., a computer memory, one or more floppy discs, compact discs, optical discs, magnetic tapes, flash memories, circuit configurations in Field Programmable Gate Arrays or other semiconductor devices, or other non-transitory medium or tangible computer storage medium) encoded with one or more programs that, when executed on one or more computers or other processors, perform methods that implement the various embodiments of the invention discussed above. The computer readable medium or media can be transportable, such that the program or programs stored thereon can be loaded onto one or more different computers or other processors to implement various aspects of the present invention as discussed above.
The terms “program” or “software” are used herein in a generic sense to refer to any type of computer code or set of computer-executable instructions that can be employed to program a computer or other processor to implement various aspects of embodiments as discussed above. Additionally, it should be appreciated that according to one aspect, one or more computer programs that when executed perform methods of the present invention need not reside on a single computer or processor, but may be distributed in a modular fashion amongst a number of different computers or processors to implement various aspects of the present invention.
Computer-executable instructions may be in many forms, such as program modules, executed by one or more computers or other devices. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Typically the functionality of the program modules may be combined or distributed as desired in various embodiments.
Also, data structures may be stored in computer-readable media in any suitable form. For simplicity of illustration, data structures may be shown to have fields that are related through location in the data structure. Such relationships may likewise be achieved by assigning storage for the fields with locations in a computer-readable medium that convey relationship between the fields. However, any suitable mechanism may be used to establish a relationship between information in fields of a data structure, including through the use of pointers, tags or other mechanisms that establish relationship between data elements.
Also, various inventive concepts may be embodied as one or more methods, of which an example has been provided. The acts performed as part of the method may be ordered in any suitable way. Accordingly, embodiments may be constructed in which acts are performed in an order different than illustrated, which may include performing some acts simultaneously, even though shown as sequential acts in illustrative embodiments.
All definitions, as defined and used herein, should be understood to control over dictionary definitions, definitions in documents incorporated by reference, and/or ordinary meanings of the defined terms.
The indefinite articles “a” and “an,” as used herein in the specification and in the claims, unless clearly indicated to the contrary, should be understood to mean “at least one.”
The phrase “and/or,” as used herein in the specification and in the claims, should be understood to mean “either or both” of the elements so conjoined, i.e., elements that are conjunctively present in some cases and disjunctively present in other cases. Multiple elements listed with “and/or” should be construed in the same fashion, i.e., “one or more” of the elements so conjoined. Other elements may optionally be present other than the elements specifically identified by the “and/or” clause, whether related or unrelated to those elements specifically identified. Thus, as a non-limiting example, a reference to “A and/or B”, when used in conjunction with open-ended language such as “comprising” can refer, in one embodiment, to A only (optionally including elements other than B); in another embodiment, to B only (optionally including elements other than A); in yet another embodiment, to both A and B (optionally including other elements); etc.
As used herein in the specification and in the claims, “or” should be understood to have the same meaning as “and/or” as defined above. For example, when separating items in a list, “or” or “and/or” shall be interpreted as being inclusive, i.e., the inclusion of at least one, but also including more than one, of a number or list of elements, and, optionally, additional unlisted items. Only terms clearly indicated to the contrary, such as “only one of” or “exactly one of,” or, when used in the claims, “consisting of,” will refer to the inclusion of exactly one element of a number or list of elements. In general, the term “or” as used herein shall only be interpreted as indicating exclusive alternatives (i.e. “one or the other but not both”) when preceded by terms of exclusivity, such as “either,” “one of” “only one of” or “exactly one of” “Consisting essentially of,” when used in the claims, shall have its ordinary meaning as used in the field of patent law.
As used herein in the specification and in the claims, the phrase “at least one,” in reference to a list of one or more elements, should be understood to mean at least one element selected from any one or more of the elements in the list of elements, but not necessarily including at least one of each and every element specifically listed within the list of elements and not excluding any combinations of elements in the list of elements. This definition also allows that elements may optionally be present other than the elements specifically identified within the list of elements to which the phrase “at least one” refers, whether related or unrelated to those elements specifically identified. Thus, as a non-limiting example, “at least one of A and B” (or, equivalently, “at least one of A or B,” or, equivalently “at least one of A and/or B”) can refer, in one embodiment, to at least one, optionally including more than one, A, with no B present (and optionally including elements other than B); in another embodiment, to at least one, optionally including more than one, B, with no A present (and optionally including elements other than A); in yet another embodiment, to at least one, optionally including more than one, A, and at least one, optionally including more than one, B (and optionally including other elements); etc.
In the claims, as well as in the specification above, all transitional phrases such as “comprising,” “including,” “carrying,” “having,” “containing,” “involving,” “holding,” “composed of,” and the like are to be understood to be open-ended, i.e., to mean including but not limited to. Only the transitional phrases “consisting of” and “consisting essentially of” shall be closed or semi-closed transitional phrases, respectively, as set forth in the United States Patent Office Manual of Patent Examining Procedures, Section 2111.03.
This application is a divisional of U.S. application Ser. No. 14/947,337, entitled “Methods and Apparatus for Iterative Nonspecific Distributed Runtime Architecture and its Application to Cloud Intelligence,” which was filed on Nov. 20, 2015 and which is a bypass continuation of International Application No. PCT/US14/39162, entitled “Methods and Apparatus for Iterative Nonspecific Distributed Runtime Architecture and its Application to Cloud Intelligence,” which was filed on May 22, 2014 and which claims priority, under 35 U.S.C. § 119(e), from U.S. Application No. 61/826,380, filed May 22, 2013, and entitled “Iterative Nonspecific Distributed Runtime Architecture.” Each of these applications is hereby incorporated herein by reference in its entirety.
This invention was made with government support under Contract No. FA8750-12-C-0123 awarded by the U.S. Air Force. The government has certain rights in the invention.
Number | Name | Date | Kind |
---|---|---|---|
5063603 | Burt | Nov 1991 | A |
5136687 | Edelman et al. | Aug 1992 | A |
5172253 | Lynne | Dec 1992 | A |
5388206 | Poulton et al. | Feb 1995 | A |
6018696 | Matsuoka et al. | Jan 2000 | A |
6336051 | Pangels et al. | Jan 2002 | B1 |
6647508 | Zalewski et al. | Nov 2003 | B2 |
7765029 | Fleischer et al. | Jul 2010 | B2 |
7861060 | Nickolls et al. | Dec 2010 | B1 |
7873650 | Chapman et al. | Jan 2011 | B1 |
8392346 | Ueda et al. | Mar 2013 | B2 |
8510244 | Carson et al. | Aug 2013 | B2 |
8583286 | Fleischer et al. | Nov 2013 | B2 |
8648867 | Gorchetchnikov et al. | Feb 2014 | B2 |
9031692 | Zhu | May 2015 | B2 |
9177246 | Buibas et al. | Nov 2015 | B2 |
9189828 | Gorchetchnikov et al. | Nov 2015 | B2 |
9626566 | Versace et al. | Apr 2017 | B2 |
10083523 | Versace et al. | Sep 2018 | B2 |
20020046271 | Huang | Apr 2002 | A1 |
20020050518 | Roustaei | May 2002 | A1 |
20020064314 | Comaniciu et al. | May 2002 | A1 |
20020168100 | Woodall | Nov 2002 | A1 |
20030026588 | Elder et al. | Feb 2003 | A1 |
20030078754 | Hamza | Apr 2003 | A1 |
20040015334 | Ditlow et al. | Jan 2004 | A1 |
20050166042 | Evans | Jul 2005 | A1 |
20060184273 | Sawada et al. | Aug 2006 | A1 |
20070052713 | Chung et al. | Mar 2007 | A1 |
20070198222 | Schuster et al. | Aug 2007 | A1 |
20070279429 | Ganzer | Dec 2007 | A1 |
20080033897 | Lloyd | Feb 2008 | A1 |
20080066065 | Kim et al. | Mar 2008 | A1 |
20080117220 | Gorchetchnikov et al. | May 2008 | A1 |
20080141313 | Kato | Jun 2008 | A1 |
20080258880 | Smith et al. | Oct 2008 | A1 |
20090080695 | Yang | Mar 2009 | A1 |
20090089030 | Sturrock et al. | Apr 2009 | A1 |
20090116688 | Monacos et al. | May 2009 | A1 |
20090253409 | Slavov | Oct 2009 | A1 |
20100048242 | Rhoads et al. | Feb 2010 | A1 |
20100138153 | Abe et al. | Jun 2010 | A1 |
20110004341 | Sarvadevabhatla et al. | Jan 2011 | A1 |
20110148624 | Eaton | Jun 2011 | A1 |
20110173015 | Chapman et al. | Jul 2011 | A1 |
20110279682 | Li et al. | Nov 2011 | A1 |
20120072215 | Yu et al. | Mar 2012 | A1 |
20120089295 | Ahn et al. | Apr 2012 | A1 |
20120089552 | Chang et al. | Apr 2012 | A1 |
20120197596 | Comi | Aug 2012 | A1 |
20120246297 | Shanker | Sep 2012 | A1 |
20120316786 | Liu et al. | Dec 2012 | A1 |
20130080641 | Lui et al. | Mar 2013 | A1 |
20130126703 | Caulfield | May 2013 | A1 |
20130131985 | Weiland et al. | May 2013 | A1 |
20130166621 | Zhu | Jun 2013 | A1 |
20140019392 | Buibas et al. | Jan 2014 | A1 |
20140032461 | Weng | Jan 2014 | A1 |
20140052679 | Sinyayskiy et al. | Feb 2014 | A1 |
20140089232 | Buibas et al. | Mar 2014 | A1 |
20140192073 | Gorchetchnikov et al. | Jul 2014 | A1 |
20150127149 | Sinyavskiy et al. | May 2015 | A1 |
20150134232 | Robinson | May 2015 | A1 |
20150224648 | Lee et al. | Aug 2015 | A1 |
20150269439 | Versace et al. | Sep 2015 | A1 |
20160075017 | Laurent et al. | Mar 2016 | A1 |
20160082597 | Gorchetchnikov et al. | Mar 2016 | A1 |
20160096270 | Gabardos et al. | Apr 2016 | A1 |
20170024877 | Versace et al. | Jan 2017 | A1 |
20170076194 | Versace et al. | Mar 2017 | A1 |
20170193298 | Versace et al. | Jul 2017 | A1 |
Number | Date | Country |
---|---|---|
1224622 | Nov 2004 | EP |
2012025014 | Mar 2012 | WO |
190208 | Nov 2014 | WO |
2015143173 | Sep 2015 | WO |
2016014137 | Jan 2016 | WO |
Entry |
---|
Hodgkin, A. L., and Huxley, A. F. 1952. Quantitative description of membrane current and its application to conduction and excitation in nerve. J Physiol 117, pp. 500-544. |
Hopfield, J. 1982. Neural networks and physical systems with emergent collective computational abilities. In Proc Natl Acad Sci USA, vol. 79, pp. 2554-2558. |
Ilie, A. 2002. Optical character recognition on graphics hardware. Tech. Rep. integrative paper, UNCCH, Department of Computer Science, 9 pages. |
International Preliminary Report on Patentability in related PCT Application No. PCT/US2014/039162 filed May 22, 2014, dated Nov. 24, 2015, 7 pages. |
International Preliminary Report on Patentability in related PCT Application No. PCT/US2014/039239 filed May 22, 2014, dated Nov. 24, 2015, 8 pages. |
International Preliminary Report on Patentability dated Nov. 8, 2016 from International Application No. PCT/US2015/029438, 7 pages. |
International Search Report and Written Opinion dated Feb. 18, 2015 from International Application No. PCT/US2014/039162, 12 pages. |
International Search Report and Written Opinion dated Feb. 23, 2016 from International Application No. PCT/US2015/029438, 11 pages. |
International Search Report and Written Opinion dated Jul. 6, 2017 from International Application No. PCT/US2017/029866, 12 pages. |
International Search Report and Written Opinion dated Nov. 26, 2014 from International Application No. PCT/US2014/039239, 14 pages. |
International Search Report and Written Opinion dated Sep. 15, 2015 from International Application No. PCT/US2015/021492, 9 pages. |
Itti, L., and Koch, C. (2001). Computational modelling of visual attention. Nature Reviews Neuroscience, 2 (3), 194-203. |
Itti, L., Koch, C., and Niebur, E. (1998). A Model of Saliency-Based Visual Attention for Rapid Scene Analysis, 1-6. |
Jarrett, K., Kavukcuoglu, K., Ranzato, M. A., & LeCun, Y. (Sep. 2009). What is the best multi-stage architecture for object recognition?. In Computer Vision, 2009 IEEE 12th International Conference on (pp. 2146-2153). IEEE. |
Khaligh-Razavi, S.-M. et al., Deep Supervised, but Not Unsupervised, Models May Explain IT Cortical Representation, PLoS Computational Biology, vol. 10, Issue 11, 29 pages. (Nov. 2014). |
Kim, S., Novel approaches to clustering, biclustering and algorithms based on adaptive resonance theory and intelligent control, Doctoral Dissertations, Missouri University of Science and Technology, 125 pages (2016). |
Kipfer, P., Segal, M., and Westermann, R. 2004. UberFlow: A GPU-Based Particle Engine. In Proceedings of the SIGGRAPH/Eurographics Workshop on Graphics Hardware 2004, pp. 115-122. |
Kolb, A., L. Latta, and C. Rezk-Salama. 2004. “Hardware-Based Simulation and Collision Detection for Large Particle Systems.” In Proceedings of the SIGGRAPH/Eurographics Workshop on Graphics Hardware 2004, pp. 123-131. |
Kompella, Varun Raj, Luciw, Matthew, and Schmidhuber, J{umlaut over ( )}urgen. Incremental slow feature analysis: Adaptive low-complexity slow feature updating from high-dimensional input streams. Neural Computation, 24(11):2994-3024, 2012. |
Kowler, E. (2011). Eye movements: The past 25years. Vision Research, 51(13), 1457-1483. doi:10.1016/j.visres.2010.12.014. |
Larochelle H., & Hinton G. (2012). Learning to combine foveal glimpses with a third-order Boltzmann machine. NIPS 2010, 1243-1251. |
LeCun, Y., Kavukcuoglu, K., & Farabet, C. (May 2010). Convolutional networks and applications in vision. In Circuits and Systems (ISCAS), Proceedings of 2010 IEEE International Symposium on (pp. 253-256). IEEE. |
Lee, D. D. and Seung, H. S. (1999). Learning the parts of objects by non-negative matrix factorization. Nature, 401 (6755):788-791. |
Lee, D. D., and Seung, H. S. (1997). “Unsupervised learning by convex and conic coding.” Advances in Neural Information Processing Systems, 9. |
Legenstein, R., Wilbert, N., and Wiskott, L. Reinforcement learning on slow features of high-dimensional input streams. PLoS Computational Biology, 6(8), 2010. ISSN 1553-734X. |
Lévéille, J., Ames, H., Chandler, B., Gorchetchnikov, A., Mingolla, E., Patrick, S., and Versace, M. (2010) Learning in a distributed software architecture for large-scale neural modeling. Bionetics10, Boston, MA, USA. |
Livitz G., Versace M., Gorchetchnikov A., Vasilkoski Z., Ames H., Chandler B., Leveille J. and Mingolla E. (2011) Scalable adaptive brain-like systems, The Neuromorphic Engineer, : 10.2417/1201101.003500 Feb. 2011. |
Livitz, G., Versace, M., Gorchetchnikov, A., Vasilkoski, Z., Ames, H., Chandler, B., Léveillé, J., Mingolla, E., Snider, G., Amerson, R., Carter, D., Abdalla, H., and Qureshi, S. (2011) Visually-Guided Adaptive Robot (ViGuAR). Proceedings of the International Joint Conference on Neural Networks (IJCNN) 2011, San Jose, CA, USA. |
Lowe, D.G.(2004). Distinctive Image Features from Scale-Invariant Keypoints. Journal International Journal of Computer Vision archive vol. 60, 2, 91-110. |
Lu, Z.L., Liu, J., and Dosher, B.A. (2010) Modeling mechanisms of perceptual learning with augmented Hebbian re-weighting. Vision Research, 50(4). 375-390. |
Mahadevan, S. Proto-value functions: Developmental reinforcement learning. In Proceedings of the 22nd international conference on Machine learning, pp. 553-560. ACM, 2005. |
Meuth, J.R. and Wunsch, D.C. (2007) A Survey of Neural Computation on Graphics Processing Hardware. 22nd IEEE International Symposium on Intelligent Control, Part of IEEE Multi-conference on Systems and Control, Singapore, Oct. 1-3, 2007, 5 pages. |
Mishkin M, Ungerleider LG. (1982). “Contribution of striate inputs to the visuospatial functions of parieto-preoccipital cortex in monkeys,” Behav Brain Res, 6 (1): 57-77. |
Mnih, Volodymyr, Kavukcuoglu, Koray, Silver, David, Rusu, Andrei A, Veness, Joel, Bellemare, Marc G, Graves, Alex, Riedmiller, Martin, Fidjeland, Andreas K, Ostrovski, Georg, et al. Human-level control through deep reinforcement learning. Nature, 518(7540):529-533, Feb. 25, 2015. |
Moore, Andrew W and Atkeson, Christopher G. Prioritized sweeping: Reinforcement learning with less data and less time. Machine Learning, 13(1):103-130, 1993. |
Najemnik, J., and Geisler, W. (2009). Simple summation rule for optimal fixation selection in visual search. Vision Research. 49, 1286-1294. |
Non-Final Office Action dated Jan. 4, 2018 from U.S. Appl. No. 15/262,637, 23 pages. |
Notice of Alllowance dated May 22, 2018 from U.S. Appl. No. 15/262,637, 6 pages. |
Notice of Allowance dated Jul. 27, 2016 from U.S. Appl. No. 14/662,657. |
Notice of Allowance dated Dec. 16, 2016 from U.S. Appl. No. 14/662,657. |
Oh, K.-S., and Jung, K. 2004. GPU implementation of neural networks. Pattern Recognition 37, pp. 1311-1314. |
Oja, E. (1982). Simplified neuron model as a principal component analyzer. Journal of Mathematical Biology 15(3), 267-273. |
Partial Supplementary European Search Report dated Jul. 4, 2017 from European Application No. 14800348.6, 13 pages. |
Raijmakers, M.E.J., and Molenaar, P. (1997). Exact ART: A complete implementation of an ART network Neural networks 10 (4), 649-669. |
Ranzato, M. A., Huang, F. J., Boureau, Y. L., & Lecun, Y. (Jun. 2007). Unsupervised learning of invariant feature hierarchies with applications to object recognition. In Computer Vision and Pattern Recognition, 2007. CVPR'07. IEEE Conference on (pp. 1-8). IEEE. |
Raudies, F., Eldridge, S., Joshi, A., and Versace, M. (Aug. 20, 2014). Learning to navigate in a virtual world using optic flow and stereo disparity signals. Artificial Life and Robotics, DOI 10.1007/s10015-014-0153-1. |
Ren, Y. et al., Ensemble Classification and Regression—Recent Developments, Applications and Future Directions, in IEEE Computational Intelligence Magazine, 10.1109/MCI.2015.2471235, 14 pages (2016). |
Riesenhuber, M., & Poggio, T. (1999). Hierarchical models of object recognition in cortex. Nature Neuroscience, 2 (11), 1019-1025. |
Riesenhuber, M., & Poggio, T. (2000). Models of object recognition. Nature neuroscience, 3, 1199-1204. |
Rolfes, T. 2004. Artificial Neural Networks on Programmable Graphics Hardware. In Game Programming Gems 4, A. Kirmse, Ed. Charles River Media, Hingham, MA, pp. 373-378. |
Adelson, E. H., Anderson, C. H., Bergen, J. R., Burt, P. J., & Ogden, J. M. (1984). Pyramid methods in image processing. RCA engineer, 29(6), 33-41. |
Aggarwal, Charu C, Hinneburg, Alexander, and Keim, Daniel A. On the surprising behavior of distance metrics in high dimensional space. Springer, 2001. |
Al-Kaysi, A. M. et al., A Multichannel Deep Belief Network for the Classification of EEG Data, from Ontology-based Information Extraction for Residential Land Use Suitability: A Case Study of the City of Regina, Canada, DOI 10.1007/978-3-319-26561-2_5, 8 pages (Nov. 2015). |
Ames, H, Versace, M., Gorchetchnikov, A., Chandler, B., Livitz, G., Léveillé, J., Mingolla, E., Carter, D., Abdalla, H., and Snider, G. (2012) Persuading computers to act more like brains. In Advances in Neuromorphic Memristor Science and Applications, Kozma, R.Pino,R., and Pazienza, G. (eds), Springer Verlag. |
Ames, H. Mingolla, E., Sohail, A., Chandler, B., Gorchetchnikov, A., Léveillé, J., Livitz, G. and Versace, M. (2012) The Animat. IEEE Pulse, Feb. 2012, 3(1), 47-50. |
Apolloni, B. et al., Training a network of mobile neurons, Proceedings of International Joint Conference on Neural Networks, San Jose, CA, doi: 10.1109/IJCNN.2011.6033427, pp. 1683-1691 (Jul. 31-Aug. 5, 2011). |
Artificial Intelligence as a Service. Invited talk, Defrag, Broomfield, CO, Nov. 4-6, 2013. |
Aryananda, L. 2006. Attending to learn and learning to attend for a social robot. Humanoids 06, pp. 618-623. |
Baraldi, A. and Alpaydin, E. (1998). Simplified ART: A new class of ART algorithms. International Computer Science Institute, Berkeley, CA, TR-98-004, 1998. |
Baraldi, A. and Alpaydin, E. (2002). Constructive feedforward ART clustering networks—Part I. IEEE Transactions on Neural Networks 13(3), 645-661. |
Baraldi, A. and Parmiggiani, F. (1997). Fuzzy combination of Kohonen's and ART neural network models to detect statistical regularities in a random sequence of multi-valued input patterns. In International Conference on Neural Networks, IEEE. |
Baraldi, Andrea and Alpaydin, Ethem. Constructive feedforward ART clustering networks—part II. IEEE Transactions on Neural Networks, 13(3):662-677, May 2002. ISSN 1045-9227. doi: 10. 1109/tnn.2002.1000131. URL http://dx.doi.org/10.1109/tnn.2002.1000131. |
Bengio, Y., Courville, A., & Vincent, P. Representation learning: A review and new perspectives, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 35 Issue 8, Aug. 2013. pp. 1798-1828. |
Berenson, D. et al., A robot path planning framework that learns from experience, 2012 International Conference on Robotics and Automation, 2012, 9 pages [retrieved from the internet] URL:http://users.wpi.edu/-dberenson/lightning.pdf. |
Bernhard, F., and Keriven, R. 2005. Spiking Neurons on GPUs. Tech. Rep. 05-15, Ecole Nationale des Ponts et Chauss'es, 8 pages. |
Besl, P. J., & Jain, R. C. (1985). Three-dimensional object recognition. ACM Computing Surveys (CSUR), 17(1), 75-145. |
Boddapati, V., Classifying Environmental Sounds with Image Networks, Thesis, Faculty of Computing Blekinge Institute of Technology, 37 pages (Feb. 2017). |
Bohn, C.-A. Kohonen. 1998. Feature Mapping Through Graphics Hardware. In Proceedings of 3rd Int. Conference on Computational Intelligence and Neurosciences, 4 pages. |
Bradski, G., & Grossberg, S. (1995). Fast-learning VIEWNET architectures for recognizing three-dimensional objects from multiple two-dimensional views. Neural Networks, 8 (7-8), 1053-1080. |
Brain-inspired computing. Invited keynote address, Bionetics 2010, Boston, MA, USA. |
Canny, J.A. (1986). Computational Approach to Edge Detection, IEEE Trans. Pattern Analysis and Machine Intelligence, 8(6):679-698. |
Carpenter, G.A. and Grossberg, S. (1987). A massively parallel architecture for a self-organizing neural pattern recognition machine. Computer Vision, Graphics, and Image Processing 37, 54-115. |
Carpenter, G.A., and Grossberg, S. (1995). Adaptive resonance theory (ART). In M. Arbib (Ed.), The handbook of brain theory and neural networks. (pp. 79-82). Cambridge, M.A.: MIT press. |
Carpenter, G.A., Grossberg, S. and Rosen, D.B. (1991). Fuzzy ART: Fast stable learning and categorization of analog patterns by an adaptive resonance system. Neural Networks 4, 759-771. |
Carpenter, Gail A and Grossberg, Stephen. The art of adaptive pattern recognition by a self-organizing neural network. Computer, 21(3):77-88, 1988. |
Coifman, R.R. and Maggioni, M. Diffusion wavelets. Applied and Computational Harmonic Analysis, 21(1):53-94, 2006. |
Coifman, R.R., Lafon, S., Lee, A.B., Maggioni, M., Nadler, B., Warner, F., and Zucker, S.W. Geometric diffusions as a tool for harmonic analysis and structure definition of data: Diffusion maps. Proceedings of the National Academy of Sciences of the United States of America, 102(21):7426, 2005. |
Davis, C. E. 2005. Graphic Processing Unit Computation of Neural Networks. Master's thesis, University of New Mexico, Albuquerque, NM, 121 pages. |
Dosher, B.A., and Lu, Z.L. (2010). Mechanisms of perceptual attention in precuing of location. Vision Res., 40(10-12). 1269-1292. |
Ellias, S. A., and Grossberg, S. 1975. Pattern formation, contrast control and oscillations in the short term memory of shunting on-center off-surround networks. Biol Cybern 20, pp. 69-98. |
Extended European Search Report and Written Opinion dated Jun. 1, 2017 from European Application No. 14813864.7, 10 pages. |
Extended European Search Report and Written Opinion dated Oct. 12, 2017 from European Application No. 14800348.6, 12 pages. |
Extended European Search Report and Written Opinion dated Oct. 23, 2017 from European Application No. 15765396.5, 8 pages. |
Fazl, A., Grossberg, S., and Mingolla, E. (2009). View-invariant object category learning, recognition, and search: How spatial and object attention are coordinated using surface-based attentional shrouds. Cognitive Psychology 58, 1-48. |
Foldiák, P. (1990). Forming sparse representations by local anti-Hebbian learning, Biological Cybernetics, vol. 64, pp. 165-170. |
Friston K., Adams R., Perrinet L., & Breakspear M. (2012). Perceptions as hypotheses: saccades as experiments. Frontiers in Psychology, 3 (151), 1-20. |
Galbraith, B.V, Guenther, F.H., and Versace, M. (2015) A neural network-based exploratory learning and motor planning system for co-robots.Frontiers in Neuroscience, in press. |
George, D. and Hawkins, J. (2009). Towards a mathematical theory of cortical micro-circuits. PLoS Computational Biology 5(10), 1-26. |
Georgii, J., and Westermann, R. 2005. Mass-spring systems on the GPU. Simulation Modelling Practice and Theory 13, pp. 693-702. |
Gorchetchnikov A., Hasselmo M. E. (2005). A biophysical implementation of a bidirectional graph search algorithm to solve multiple goal navigation tasks. Connection Science, 17(1-2), pp. 145-166. |
Gorchetchnikov A., Hasselmo M. E. (2005). A simple rule for spike-timing-dependent plasticity: local influence of AHP current. Neurocomputing, 65-66, pp. 885-890. |
Gorchetchnikov A., Versace M., Hasselmo M. E. (2005). A Model of STDP Based on Spatially and Temporally Local Information: Derivation and Combination with Gated Decay. Neural Networks, 18, pp. 458-466. |
Gorchetchnikov A., Versace M., Hasselmo M. E. (2005). Spatially and temporally local spike-timing-dependent plasticity rule. In: Proceedings of the International Joint Conference on Neural Networks, No. 1568 in IEEE CD-ROM Catalog No. 05CH37662C, pp. 390-396. |
Gorchetchnikov, A. 2017. An Approach to a Biologically Realistic Simulation of Natural Memory. Master's thesis, Middle Tennessee State University, Murfreesboro, TN, 70 pages. |
Grossberg, S. (1973). Contour enhancement, short-term memory, and constancies in reverberating neural networks. Studies in Applied Mathematics 52, 213-257. |
Grossberg, S., and Huang, T.R. (2009). ARTSCENE: A neural system for natural scene classification. Journal of Vision, 9 (4), 6.1-19. doi:10.1167/9.4.6. |
Grossberg, S., and Versace, M. (2008) Spikes, synchrony, and attentive learning by laminar thalamocortical circuits. Brain Research, 1218C, 278-312 [Authors listed alphabetically]. |
Hagen, T. R., Hjelmervik, J., Lie, K.-A., Natvig, J., and Ofstad Henriksen, M. 2005. Visual simulation of shallow-water waves. Simulation Modelling Practice and Theory 13, pp. 716-726. |
Hasselt, Hado Van. Double q-learning. In Advances in Neural Information Processing Systems, pp. 2613-2621,2010. |
Hinton, G. E., Osindero, S., and Teh, Y. (2006). A fast learning algorithm for deep belief nets. Neural Computation, 18, 1527-1554. |
European Communication pursuant to Article 94(3) EPC dated Jan. 14, 2020 in European Patent Application No. 14813864.7, 6 pages. |
Rublee, E., Rabaud, V., Konolige, K., & Bradski, G. (2011). ORB: An efficient alternative to SIFT or SURF. In IEEE International Conference on Computer Vision (ICCV) 2011, 2564-2571. |
Ruesch, J. et al. 2008. Multimodal Saliency-Based Bottom-Up Attention A Framework for the Humanoid Robot iCub. 2008 IEEE International Conference on Robotics and Automation, pp. 962-965. |
Rumelhart D., Hinton G., and Williams, R. (1986). Learning internal representations by error propagation. In Parallel distributed processing: explorations in the microstructure of cognition, vol. 1, MIT Press. |
Rumpf, M. and Strzodka, R. Graphics processor units: New prospects for parallel computing. In Are Magnus Bruaset and Aslak Tveito, editors, Numerical Solution of Partial Differential Equations on Parallel Computers, vol. 51 of Lecture Notes in Computational Science and Engineering, pp. 89-134. Springer, 2005. |
Salakhutdinov, R., & Hinton, G. E. (2009). Deep boltzmann machines. In International Conference on Artificial Intelligence and Statistics (pp. 448-455). |
Schaul, Tom, Quan, John, Antonoglou, loannis, and Silver, David. Prioritized experience replay. arXiv preprint arXiv: 1511.05952, Nov. 18, 2015. |
Schmidhuber, J. (2010). Formal theory of creativity, fun, and intrinsic motivation (1990-2010). Autonomous Mental Development, IEEE Transactions on, 2(3), 230-247. |
Schmidhuber, Jurgen. Curious model-building control systems. In Neural Networks, 1991. 1991 IEEE International Joint Conference on, pp. 1458-1463. IEEE, 1991. |
Seibert, M., & Waxman, A.M. (1992). Adaptive 3-D Object Recognition from Multiple Views. IEEE Transactions on Pattern Analysis and Machine Intelligence, 14 (2), 107-124. |
Sherbakov, L. and Versace, M. (2014) Computational principles for an autonomous active vision system. Ph.D., Boston University, http://search.proquest.com/docview/1558856407. |
Sherbakov, L. et al. 2012. CogEye: from active vision to context identification, youtube, retrieved from the Internet on Oct. 10, 2017: URL://www.youtube.com/watch?v=i5PQk962B1k, 1 page. |
Sherbakov, L. et al. 2013. CogEye: system diagram module brain area function algorithm approx # neurons, retrieved from the Internet on Oct. 12, 2017: URL://http://www-labsticc.univ-ubs.fr/˜coussy/neucomp2013/index_fichiers/material/posters/NeuComp2013_final56x36.pdf, 1 page. |
Sherbakov, L., Livitz, G., Sohail, A., Gorchetchnikov, A., Mingolla, E., Ames, H., and Versace, M (2013b) A computational model of the role of eye-movements in object disambiguation. Cosyne, Feb. 28-Mar. 3, 2013. Salt Lake City, UT, USA. |
Sherbakov, L., Livitz, G., Sohail, A., Gorchetchnikov, A., Mingolla, E., Ames, H., and Versace, M. (2013a) CogEye: An online active vision system that disambiguates and recognizes objects. NeuComp 2013. |
Smolensky, P. (1986). Information processing in dynamical systems: Foundations of harmony theory. In D. E. |
Snider, G., Amerson, R., Carter, D., Abdalla, H., Qureshi, S., Laveille, J., Versace, M., Ames, H., Patrick, S., Chandler, B., Gorchetchnikov, A., and Mingolla, E. (2010) Adaptive Computation with Memristive Memory. IEEE Computer, vol. 44(2). |
Spratling, M. W. (2008). Predictive coding as a model of biased competition in visual attention. Vision Research, 48 (12):1391-1408. |
Spratling, M. W. (2012). Unsupervised learning of generative and discriminative weights encoding elementary image components in a predictive coding model of cortical function. Neural Computation, 24(1):60-103. |
Spratling, M. W., De Meyer, K., and Kompass, R. (2009). Unsupervised learning of overlapping image components using divisive input modulation. Computational intelligence and neuroscience. |
Sprekeler, H. On the relation of slow feature analysis and laplacian eigenmaps. Neural Computation, pp. 1-16, 2011. |
Sun, Z. et al., Recognition of SAR target based on multilayer auto-encoder and SNN, International Journal of Innovative Computing, Information and Control, vol. 9, No. 11, pp. 4331-4341, Nov. 2013. |
Sutton, R. S., and Barto, A. G. (1998). Reinforcement learning: An introduction(vol. 1, No. 1). Cambridge: MIT press. |
TEDx Fulbright, Invited talk, Washington DC, Apr. 5, 2014. |
Tong, F., Ze-Nian Li, (1995). Reciprocal-wedge transform for space-variant sensing, Pattern Analysis and Machine Intelligence, IEEE Transactions on , vol. 17, No. 5, pp. 500-551. doi: 10.1109/34.391393. |
Torralba, A., Oliva, A., Castelhano, M.S., Henderson, J.M. (2006). Contextual guidance of eye movements and attention in real-world scenes: the role of global features in object search. Psychological Review, 113(4).766-786. |
Van Hasselt, Hado, Guez, Arthur, and Silver, David. Deep reinforcement learning with double q-learning. arXiv preprint arXiv: 1509.06461, Sep. 22, 2015. |
Versace, M. (2006) From spikes to interareal synchrony: how attentive matching and resonance control learning and information processing by laminar thalamocortical circuits. NSF Science of Learning Centers PI Meeting, Washington, DC, USA. |
Versace, M., (2010) Open-source software for computational neuroscience: Bridging the gap between models and behavior. In Horizons in Computer Science Research,vol. 3. |
Versace, M., Ames, H., Léveillé, J., Fortenberry, B., and Gorchetchnikov, A. (2008) KInNeSS: A modular framework for computational neuroscience. Neuroinformatics, 2008 Winter; 6(4):291-309. Epub Aug. 10, 2008. |
Versace, M., and Chandler, B. (2010) MoNETA: A Mind Made from Memristors. IEEE Spectrum, Dec. 2010. |
Webster, Bachevalier, Ungerleider (1994). Connections of IT areas TEO and TE with parietal and frontal cortex in macaque monkeys. Cerebal Cortex, 4(5), 470-483. |
Wiskott, Laurenz and Sejnowski, Terrence. Slow feature analysis: Unsupervised learning of invariances. Neural Computation, 14(4):715-770, 2002. |
Wu, Yan & J. Cai, H. (2010). A Simulation Study of Deep Belief Network Combined with the Self-Organizing Mechanism of Adaptive Resonance Theory. 10.1109/CISE.2010.5677265, 4 pages. |
Number | Date | Country | |
---|---|---|---|
20190124155 A1 | Apr 2019 | US |
Number | Date | Country | |
---|---|---|---|
61826380 | May 2013 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 14947337 | Nov 2015 | US |
Child | 16165718 | US |
Number | Date | Country | |
---|---|---|---|
Parent | PCT/US2014/039162 | May 2014 | US |
Child | 14947337 | US |