2019 SR&ED Claim

2019 Scientific Research and Experimental Development tax credit claim

T661 - Part 2 – Project Information

Section B – Project Description

Line 242 -What scientific or technological uncertainties did you attempt to overcome - uncertainties that could not be removed using standard practice? (Maximum 350 words)

The project is attempting to develop general purpose learning and thinking software for autonomous robot control. The approach is based on the development of a new artificial neural network (ANN). A key requirement is that the decisions made by the software must be explainable.

Current robot control software is not general purpose. It is specifically developed to function in a predefined environment with predefined tasks to be performed. An example is Google’s self-driving car control software. Learning capability, if present, is limited to this environment. General purpose artificial intelligence (AGI) architectures exist but are not designed for robot control i.e. they are not grounded on sensory input and device activation. Examples include ACT-R, SOAR, CLARION, LIDA, SIGMA and HTM.  These AGI architectures are also applied only in specifically defined environments. The DARPA Robotics Challenge provides good examples of the state of the art robotic control software: https://en.wikipedia.org/wiki/DARPA_Robotics_Challenge.  These architectures make heavy use of stochastic inference which results in behavior that is not explainable.  Another limitation of these architectures is that they do not use the same structures for pattern recognition and motor action control.

This research is developing a new architecture to solve these problems. However there are no simple hierarchical (deep learning) ANNs based on simple binary nodes that are feed-forward, explainable and use reinforcement learning. There are also no ANNs that grow nodes in a hierarchy for both recognizing objects and sequences as well as for learning new action control habits. Even the deep learning pattern recognition ANNs, such as convolutional neural networks, do not add nodes dynamically as they learn.

More specifically the project is attempting to develop a new hierarchical structure of ANN nodes that:

  • Uses binary neurons (binons) with reinforcement learning based on intrinsic motivation.
  • Grows the ANN by adding nodes for parallel (spatial) and sequential (temporal) pattern recognition.
  • Learns continuously - does not separate the training phase from the testing phase.
  • Converts magnitude sensor readings (non-symbolic) into symbolic stimuli.
  • Learns action habits and integrates them into the ANN.
  • Has explainable behavior.

Line 244 – What work did you perform in the tax year to overcome the scientific or technological uncertainties described in Line 242? (Summarize the systematic investigation) (Maximum 700 words)

Approach: Increase the complexity of the ANN structure and algorithms to process the requirements at greater levels of complexity while still handling the lower complexity features. Run regression tests on already working lower complexity features. Determine its success at learning and thinking based on the observation of its actions in artificial test environments simulated in software and by inspection of its internal memory traces and processes. More details about the research are available at www.adaptroninc.com.

Two pieces of software are being used to validate the research:

A) Hand written digits are being used for object (spatial) pattern recognition using a topological activation structure and binon hierarchy for long term memory of patterns/objects and their associated labels. This treats the two dimensional array of pixels as a one dimensional row of stimuli.

B) Morse code is being used for sequential (temporal) pattern recognition from multi-sensor senses producing magnitude (ratio scale) and discrete (symbolic / nominal) stimulus readings using a hierarchy of binons.

Developed a new theory for a general purpose edge detection based on the predictability of adjacent parts. As soon as two or more different adjacent parts have been experienced for a given part then there is an edge on the given part. This allows for the recognition of objects from patterns of parts. The same applies for change detection in the temporal dimension. Used a large quantity of English text to validate this approach for identifying words as objects made up of parts (letters).

In area B (Morse code recognition):

B.1 – Modified the short term memory hierarchy processing to validate that the new general purpose edge/change detection would work for Morse code.

Line 246 – What scientific or technological advancements did you achieve as a result of the work described in line 244? (Maximum 350 words)

  1. Patterns of Morse code dits and dahs were first recognized as letters and then patterns of letters were recognized as words using the same general purpose edge / change detection technique.