US20190065903A1 - System and method for distributive training and weight distribution in a neural network - Google Patents

System and method for distributive training and weight distribution in a neural network Download PDF

Info

Publication number
US20190065903A1
US20190065903A1 US15/683,534 US201715683534A US2019065903A1 US 20190065903 A1 US20190065903 A1 US 20190065903A1 US 201715683534 A US201715683534 A US 201715683534A US 2019065903 A1 US2019065903 A1 US 2019065903A1
Authority
US
United States
Prior art keywords
neural network
training
classification
objects
weights
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US15/683,534
Other versions
US10217028B1 (en
Inventor
Victor Y. Wang
Kevin A. Calcote
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Northrop Grumman Systems Corp
Original Assignee
Northrop Grumman Systems Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Northrop Grumman Systems Corp filed Critical Northrop Grumman Systems Corp
Priority to US15/683,534 priority Critical patent/US10217028B1/en
Assigned to NORTHROP GRUMMAN SYSTEMS CORPORATION reassignment NORTHROP GRUMMAN SYSTEMS CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CALCOTE, KEVIN A., WANG, VICTOR Y.
Priority to JP2020511523A priority patent/JP2020532008A/en
Priority to PCT/US2018/043134 priority patent/WO2019040214A1/en
Priority to EP18750080.6A priority patent/EP3673417B1/en
Application granted granted Critical
Publication of US10217028B1 publication Critical patent/US10217028B1/en
Publication of US20190065903A1 publication Critical patent/US20190065903A1/en
Priority to JP2022202375A priority patent/JP7393512B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/82Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
    • G06K9/6257
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • G06F18/2148Generating training patterns; Bootstrap methods, e.g. bagging or boosting characterised by the process organisation or structure, e.g. boosting cascade
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2413Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
    • G06F18/24133Distances to prototypes
    • G06F18/24143Distances to neighbourhood prototypes, e.g. restricted Coulomb energy networks [RCEN]
    • G06K9/00744
    • G06K9/6267
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • G06N3/0445
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
    • G06V10/443Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
    • G06V10/449Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters
    • G06V10/451Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters with interaction between the filter responses, e.g. cortical complex cells
    • G06V10/454Integrating the filters into a hierarchical structure, e.g. convolutional neural networks [CNN]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/764Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/40Scenes; Scene-specific elements in video content
    • G06V20/46Extracting features or characteristics from the video content, e.g. video fingerprints, representative shots or key frames
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • G06V20/54Surveillance or monitoring of activities, e.g. for recognising suspicious objects of traffic, e.g. cars on the road, trains or boats
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/217Validation; Performance evaluation; Active pattern learning techniques
    • G06F18/2178Validation; Performance evaluation; Active pattern learning techniques based on feedback of a supervisor
    • G06K9/6263
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/0464Convolutional networks [CNN, ConvNet]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]

Definitions

  • This invention relates to a networked system and method for distributive training a neural network so that observations from one physical location can influence and support the inference and classification performed by another networked node, where the configuration of the networked system allows for forward nodes to make labeled observations, and share and offload computational training to a back-end engine that also redistributes aggregate trained weights across the forward nodes.
  • AI Artificial intelligence
  • Machine learning is a part of AI that employs software applications that acquire their own knowledge by analyzing vast amounts of raw input data in an iterative manner to extract patterns from the data and to allow the software application to learn to perform a task without being specifically programmed to perform that task.
  • Deep learning is a particular type of machine learning that provides greater learning performance through representing a certain real-world environment as a hierarchy of increasing complex concepts.
  • Deep learning typically employs a software structure comprising several layers of neural networks that perform nonlinear processing, where each successive layer receives the output from the previous layer.
  • the layers include an input layer that receives raw data from a sensor, a number of hidden layers that extract abstract features from the data, and an output layer that identifies a certain thing based on the feature extraction from the hidden layers.
  • the neural networks include neurons or nodes that each has a “weight” that is multiplied by the input to the node to obtain a probability of whether something is correct. More specifically, each of the nodes has a weight that is a floating point number that is multiplied with the input to the node to generate an output for that node that is some proportion of the input.
  • the weights are initially “trained” or set by causing the neural networks to analyze a set of known data under supervised processing and through minimizing a cost function to allow the network to obtain the highest probability of a correct output.
  • Deep learning neural networks are usually employed to provide image feature extraction and transformation for the visual detection and classification of objects in an image, where a video or stream of images can be analyzed by the network to identify and classify objects and learn through the process to better recognize the objects.
  • the system can use the same processing configuration to detect certain objects and classify them differently based on how the algorithm has learned to recognize the objects.
  • Deep learning algorithms and networks continue to improve as data processing capabilities increase. Specific areas of improvement include discriminators that increase the detection quality of the images and the speed at which the objects are recognized and classified.
  • the present invention discloses and describes a system and method for distributive training and weight distribution of a neural network that capitalizes on networked observation nodes such that all networked nodes distributively provide observations and inputs for training.
  • the system includes a training facility having a tools suite that provides training images and object labels for objects in the training images, at least one training neural network that detects and classifies the objects in the training images so as to train weights of the nodes in the at least one training neural network, and a training facility having a transceiver for distributing the trained neural network weights and receiving images.
  • the system also includes a plurality of object detection and classification units each having an image source that provides pixilated image frames, at least one classification and prediction neural network that identifies, classifies and indicates relative velocity of objects in the image frames, and a transceiver for transmitting the image frames and receiving the trained neural network weights.
  • Each object detection and classification unit transmits its image frames to the training facility so as to allow the at least one training neural network to further train the weights of the nodes in the at least one training neural network, and the trained neural network weights are distributed from the training facility to each of the object detection and classification units so as to train weights of nodes in the at least one classification and prediction neural network in each object detection and classification units with objects in image frames from other object detection and classification units.
  • FIG. 1 is an illustration of an image
  • FIG. 2 is a schematic block diagram of a system for detecting and classifying objects in the image shown in FIG. 1 ;
  • FIG. 3 is an illustration of a neural network including an input layer, hidden layers and an output layer;
  • FIG. 4 is an illustration of the image shown in FIG. 1 that has been processed by the system shown in FIG. 2 and that includes bounding boxes and labels around objects that have been classified in the image and chevrons associated with each object that is moving, where the number of chevrons indicates the relative velocity of the object;
  • FIG. 5 is an illustration of the image shown in FIG. 1 that has been processed by the system shown in FIG. 2 and that includes bounding boxes and labels around objects that have been classified in the image and arrows associated with each object that is moving, where the length of the arrow indicates the relative velocity of the object;
  • FIG. 6 is a schematic block diagram of a system for providing machine learning and training for the neural networks that are part of the system shown in FIG. 2 .
  • FIG. 1 is an illustration of a pixilated two-dimensional digital image 10 showing a city intersection 12 defined by crossing roadways 14 and 16 , where sidewalks 18 are provided adjacent to the roadways 14 and 16 .
  • a number of vehicles 20 including trucks, cars, etc., are shown traveling along the roadways 14 and 16 at varying speeds. Further, a number of pedestrians 22 are shown walking on the sidewalks 18 and in cross-walks 24 .
  • the digital image 10 can be a single still image or can be a frame from a video stream of images.
  • the present invention proposes an adaptive real-time detection and examination network (ARDEN) that employs deep learning and trained neural networks that provide detection and classification of objects in a two-dimensional digital image, for example, the vehicles 20 and the pedestrians 22 in the image 10 .
  • the network will identify objects within the digital image 10 , provide their pixel based location within the image 10 , and provide a probability of object detection all at a very low latency, such as less than 30 ms, for use in real-time video.
  • the network will also predict the relative velocity of the objects that are moving in the image 10 based on their position in previous frames of images.
  • FIG. 2 is a block diagram of an object detection and classification system 30 that embodies the ARDEN referred to above.
  • the system 30 includes a video source 32 that can be any suitable device capable of generating a stream of pixilated video images or a pixilated still image, such as the image 10 .
  • suitable video sources include a camera, an electro-optic infrared sensor, a LIDAR sensor, an X-ray machine, a magnetic resonance imaging (MRI) device, a synthetic aperture radar (SAR) device, etc.
  • the video source 32 provides a sequence of digital image frames 34 of video data, or a still image, defined by pixel data at a certain sample rate, such as thirty frames per second.
  • the system 30 includes a classification engine 36 that receives the video frames 34 and that identifies and classifies the objects in the frames 34 .
  • Each image frame 34 is provided to a multi-layer feed-forward convolutional neural network (CNN) 38 in the classification engine 36 , where the input layer of the CNN 38 is derived from the image frames 34 .
  • CNN convolutional neural network
  • a CNN is a neural network that employs convolutional mathematical operations instead of general matrix multiplication, and has particular application for processing a grid of values, such as an image.
  • the CNN 38 is a multi-layer neural network including overlapping input regions and multiple layers of receptive fields having trained and weighted nodes in each layer, where the CNN 38 specifically has an absence of fully connected layers, which supports the adaptive feature of the system 30 and allows for a more flexible resizing of the first input layer.
  • the trained CNN weights from a lower image resolution training set can be used as a starting point for inference or training on other higher image resolutions.
  • Each node in the CNN 38 is provided with a bias and a weight that defines how it outputs data to subsequent nodes.
  • An output layer 40 of the CNN 38 provides the raw digital data that identifies the detected and classified objects in the image 10 and their respective location in the image 10 . As will be discussed in further detail below, the detected and classified objects are identified in the image 10 by a bounding box and a label.
  • FIG. 3 is an illustration of a neural network 120 including a plurality of nodes 122 each having an adjustable weight W, where the network 120 is intended to generally represent the neural networks discussed herein.
  • the neural network 120 includes an input layer 124 that receives the individual pixel data from the image frames 34 , two hidden layers 126 and 128 that identify features in the pixel data, and an output layer 130 , where each node in the output layer 130 identifies one of the objects.
  • the prediction of the location of the moving objects also includes predicting the location of those objects, such as a vehicle turning, that may not be moving in a linear motion.
  • the system 30 includes a prediction engine 44 to provide these functions.
  • the video source 32 provides metadata represented by box 46 that is received by the prediction engine 44 , where the metadata 46 includes various and specific information for the particular application, such as the location of the video source 32 , i.e., its GPS coordinates, time of day, weather conditions, battery life, etc., and where the metadata 46 is correlated to the image frames 34 in time.
  • the metadata 46 is provided to a metadata extraction database 48 in the prediction engine 44 that selects those pieces of the metadata 46 that are desirable for the object location prediction process for the specific location.
  • the metadata extraction database 48 uses the same input layer that is derived from the image frames 34 that is provided as the input layer for the CNN 38 .
  • the raw object classification data from the output layer 40 and the extracted metadata from the database 48 are sent to a recurrent neural network (RNN) 50 in the prediction engine 44 that determines the relative velocity and direction of the objects in the image frames 34 based on where the objects were in previous image frames 34 .
  • RNN recurrent neural network
  • a recurrent neural network is a class of artificial neural networks, also including multiple layers having trained and weighted nodes, that has particular application for processing sequential data, where connections between nodes form a directed cycle.
  • the configuration of the RNN 50 creates an internal state of the network that allows it to exhibit dynamic temporal behavior, where unlike feed-forward neural networks, RNNs can use their internal memory to process an arbitrary sequences of inputs.
  • the RNN 50 is designed using a long short-term memory (LSTM) architecture known to those skilled in the art.
  • the RNN 50 provides a fusion of the content from the metadata extraction database 48 and the CNN output layer 40 to create metadata that contains object classification, prediction of angle (direction) of each classified object, prediction of the location of objects that may not be moving in a linear manner, prediction of the relative velocity of each classified object, which will be in units only meaningful to the input layer, such as pixels per metric unit of time, and a translation of pixels per metric unit of time into GPS coordinates, or other coordinate system based units of movement, depending on the availability of the metadata.
  • LSTM long short-term memory
  • the RNN 50 includes an internal memory state that allows it to use previous image frames 34 in combination with the current image frame 34 to provide the relative velocity of the classified objects. If the system 30 is only processing a single still image from the source 32 , then previous image frames are not available, and thus, the RNN 50 is unable to provide an indication of the relative velocity of the objects.
  • the data generated by the RNN 50 identifying the motion of the objects in the image frames 34 that were identified by the classification engine 36 is then sent to an object classification and motion vector metadata processor 52 in the prediction engine 44 that combines the detection of the objects in the image frames 34 provided by the CNN 38 with the motion of those objects determined by the RNN 50 .
  • the combination of data including object location and object relative velocity is then provided along with the image frames 34 to a visual overlay of object classification and motion vector metadata processor 56 in a visualization engine 58 that provides bounding boxes around each detected object in the frames 34 and an indication of object relative velocity and predicted future location. That correlation is provided to an image frame and classification overlay and motion vector object prediction processor 60 in the visualization engine 58 that generates an image indicating the location and relative velocity of the objects in the image 10 .
  • That image and the combination of data including object location and object relative velocity from the processor 52 is provided to a display device 62 to display the image.
  • the display device 62 can be any display device suitable for the purposes described herein, such as a monitor, head-up display (HUD), goggles, projector, smart phone, computer, etc.
  • FIG. 4 is an illustration of an image 70 that is an example of what might be displayed on the display device 62 by processing of the image 10 through the system 30 , as described.
  • each of the objects identified and classified is surrounded by a bounding box 72 indicating that it has been identified and classified and includes a label 74 identifying its classification, i.e., vehicle, person, etc.
  • a number of chevrons 76 are provided in association with the bounding box 72 , where the direction of the chevrons 76 indicates the direction of travel of the object, and the number of the chevrons 76 indicates the relative velocity of the object.
  • FIG. 5 is an illustration of an image 80 that is another example of what might be displayed on the display device 62 by processing of the image 10 through the system 30 that includes the bounding boxes 72 around each of the objects and the labels 74 identifying the objects.
  • the image 80 includes arrows 82 indicating the direction of movement of the objects and the relative velocity of the objects, where the length of the arrow 82 indicates the relative velocity.
  • the present invention also includes a system whereby an object detection and classification system of the type shown in FIG. 2 that already includes trained nodes in the CNN 38 and the RNN 50 can have those nodes revised and updated by a training system that receives images from other object detection and classification systems, where the training system uses those images to further train a representative neural network.
  • FIG. 6 is a schematic block diagram of an object detection network 90 that provides distributive training and weight distribution of the nodes in a neural network, i.e., the weights are distributed among the nodes, illustrating this feature of the present invention.
  • the network 90 includes a training system 92 located at a training facility and a plurality of object detection and classification systems 94 located separate from the training system 92 and being used in the field, where the systems 94 are similar to the system 30 . It is noted that the number of the systems 94 can be any suitable number of two or more.
  • the training system 92 includes a training tools suite 96 that is a computer system operating suitable algorithms and the necessary accessories, all of which are well known to those skilled in the art.
  • a technician will inspect a set of training images including objects that may be images to be classified by the systems 94 using the tools suite 96 and will draw bounding boxes around the objects in the training images and will classify them, where the technician identifies the classified objects by labels representing the objects.
  • the labels and images, represented by box 98 are provided to a classification and prediction engine 100 that includes a training CNN and RNN that are the same or similar networks used in the systems 94 that are to be trained.
  • the engine 100 also includes an evaluation and back propagation feature that are used to adjust the value of the weights for the nodes in the CNN and the RNN therein to more accurately cause it to classify objects in other images.
  • the weights are evaluated in a controlled manner so that the training CNN and RNN classifies objects correctly as the weights are being adjusted, where the weights have the property of being static data that can be extracted, saved, transferred and refined through an evaluation function and recursively updated during that propagation while training.
  • the classification and prediction engine 100 provides data to and receives data from a graphical processing unit (GPU) cluster 102 , whose operation is well understood to those skilled in the art, that provides parallel data processing to increase data throughput.
  • GPU graphical processing unit
  • the engine 100 determines that the weights provide a high predictability of identifying and classifying the objects that it has been trained for, the weights are output from the engine 100 as trained weights 104 .
  • the training system 92 also includes a suitable transceiver or networked router 106 for transmitting the trained weights 104 and receiving images.
  • Each object detection and classification system 94 includes a sensor 110 , intended to represent the video source 32 , that generates images 112 that are provided to a detector 114 intended to represent the combined classification engine 36 , the prediction engine 44 and the visualization engine 58 .
  • Each system 94 also includes a suitable transceiver or networked router 116 that allows it to be in wireless communication with the networked router 106 in the system 92 , where the networked router 116 also receives the images 112 from the sensor 110 .
  • this embodiment shows the networked routers 106 and 116 in wireless communication with each other, it is noted that any suitable communications configuration can be employed.
  • the images 112 are sent by the networked router 116 to the training system 92 where they are provided to the tools suite 96 and then to the classification and prediction engine 100 for further training of the weights for the nodes in the training CNN and RNN to help detect objects that are at the location of the specific system 94 .
  • the networked router 116 is capable of receiving the trained weights 104 from the system 92 , which are provided to the detector 114 at box 118 to update the weights in the CNN and RNN in the detector 114 .
  • adaptively trained weights using images from one of the systems 94 can be used to update the weights for the nodes in the CNN and RNN in another one of the systems 94 so that the detector 114 in that system 94 can be trained to classify objects that may not be in the images received by that system 94 .

Abstract

A system for distributive training and weight distribution in a neural network. The system includes a training facility having a training neural network that detects and classifies objects in training images so as to train weights of nodes in the training neural network, and a plurality of object detection and classification units each including an image source that provides image frames, and at least one classification and prediction neural network that identifies, classifies and indicates relative velocity of objects in the image frames. Each unit transmits its image frames to the training facility so that the training neural network further trains the weights of the nodes in the training neural network, and the trained neural network weights are transmitted from the training facility to each of the object detection and classification units so as to train weights of nodes in the at least one classification and prediction neural network.

Description

    BACKGROUND Field
  • This invention relates to a networked system and method for distributive training a neural network so that observations from one physical location can influence and support the inference and classification performed by another networked node, where the configuration of the networked system allows for forward nodes to make labeled observations, and share and offload computational training to a back-end engine that also redistributes aggregate trained weights across the forward nodes.
  • Discussion
  • Artificial intelligence (AI) is a part of computer science that employs algorithms that allow software applications to learn from their environment and make decisions therefrom to achieve a certain result. Machine learning is a part of AI that employs software applications that acquire their own knowledge by analyzing vast amounts of raw input data in an iterative manner to extract patterns from the data and to allow the software application to learn to perform a task without being specifically programmed to perform that task. Deep learning is a particular type of machine learning that provides greater learning performance through representing a certain real-world environment as a hierarchy of increasing complex concepts.
  • Deep learning typically employs a software structure comprising several layers of neural networks that perform nonlinear processing, where each successive layer receives the output from the previous layer. Generally, the layers include an input layer that receives raw data from a sensor, a number of hidden layers that extract abstract features from the data, and an output layer that identifies a certain thing based on the feature extraction from the hidden layers. The neural networks include neurons or nodes that each has a “weight” that is multiplied by the input to the node to obtain a probability of whether something is correct. More specifically, each of the nodes has a weight that is a floating point number that is multiplied with the input to the node to generate an output for that node that is some proportion of the input. The weights are initially “trained” or set by causing the neural networks to analyze a set of known data under supervised processing and through minimizing a cost function to allow the network to obtain the highest probability of a correct output.
  • Deep learning neural networks are usually employed to provide image feature extraction and transformation for the visual detection and classification of objects in an image, where a video or stream of images can be analyzed by the network to identify and classify objects and learn through the process to better recognize the objects. Thus, in these types of networks, the system can use the same processing configuration to detect certain objects and classify them differently based on how the algorithm has learned to recognize the objects.
  • Deep learning algorithms and networks continue to improve as data processing capabilities increase. Specific areas of improvement include discriminators that increase the detection quality of the images and the speed at which the objects are recognized and classified.
  • SUMMARY
  • The present invention discloses and describes a system and method for distributive training and weight distribution of a neural network that capitalizes on networked observation nodes such that all networked nodes distributively provide observations and inputs for training. The system includes a training facility having a tools suite that provides training images and object labels for objects in the training images, at least one training neural network that detects and classifies the objects in the training images so as to train weights of the nodes in the at least one training neural network, and a training facility having a transceiver for distributing the trained neural network weights and receiving images. The system also includes a plurality of object detection and classification units each having an image source that provides pixilated image frames, at least one classification and prediction neural network that identifies, classifies and indicates relative velocity of objects in the image frames, and a transceiver for transmitting the image frames and receiving the trained neural network weights. Each object detection and classification unit transmits its image frames to the training facility so as to allow the at least one training neural network to further train the weights of the nodes in the at least one training neural network, and the trained neural network weights are distributed from the training facility to each of the object detection and classification units so as to train weights of nodes in the at least one classification and prediction neural network in each object detection and classification units with objects in image frames from other object detection and classification units.
  • Additional features of the present invention will become apparent from the following description and appended claims, taken in conjunction with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is an illustration of an image;
  • FIG. 2 is a schematic block diagram of a system for detecting and classifying objects in the image shown in FIG. 1;
  • FIG. 3 is an illustration of a neural network including an input layer, hidden layers and an output layer;
  • FIG. 4 is an illustration of the image shown in FIG. 1 that has been processed by the system shown in FIG. 2 and that includes bounding boxes and labels around objects that have been classified in the image and chevrons associated with each object that is moving, where the number of chevrons indicates the relative velocity of the object;
  • FIG. 5 is an illustration of the image shown in FIG. 1 that has been processed by the system shown in FIG. 2 and that includes bounding boxes and labels around objects that have been classified in the image and arrows associated with each object that is moving, where the length of the arrow indicates the relative velocity of the object; and
  • FIG. 6 is a schematic block diagram of a system for providing machine learning and training for the neural networks that are part of the system shown in FIG. 2.
  • DETAILED DESCRIPTION OF THE EMBODIMENTS
  • The following discussion of the embodiments of the invention directed to a system and method for distributive training and weight distribution of the nodes in a neural network is merely exemplary in nature, and is in no way intended to limit the invention or its applications or uses.
  • FIG. 1 is an illustration of a pixilated two-dimensional digital image 10 showing a city intersection 12 defined by crossing roadways 14 and 16, where sidewalks 18 are provided adjacent to the roadways 14 and 16. A number of vehicles 20, including trucks, cars, etc., are shown traveling along the roadways 14 and 16 at varying speeds. Further, a number of pedestrians 22 are shown walking on the sidewalks 18 and in cross-walks 24. For the purposes of the discussion herein, the digital image 10 can be a single still image or can be a frame from a video stream of images.
  • As will be discussed in detail below, the present invention proposes an adaptive real-time detection and examination network (ARDEN) that employs deep learning and trained neural networks that provide detection and classification of objects in a two-dimensional digital image, for example, the vehicles 20 and the pedestrians 22 in the image 10. The network will identify objects within the digital image 10, provide their pixel based location within the image 10, and provide a probability of object detection all at a very low latency, such as less than 30 ms, for use in real-time video. The network will also predict the relative velocity of the objects that are moving in the image 10 based on their position in previous frames of images.
  • FIG. 2 is a block diagram of an object detection and classification system 30 that embodies the ARDEN referred to above. The system 30 includes a video source 32 that can be any suitable device capable of generating a stream of pixilated video images or a pixilated still image, such as the image 10. Non-limiting examples of suitable video sources include a camera, an electro-optic infrared sensor, a LIDAR sensor, an X-ray machine, a magnetic resonance imaging (MRI) device, a synthetic aperture radar (SAR) device, etc. The video source 32 provides a sequence of digital image frames 34 of video data, or a still image, defined by pixel data at a certain sample rate, such as thirty frames per second. The system 30 includes a classification engine 36 that receives the video frames 34 and that identifies and classifies the objects in the frames 34. Each image frame 34 is provided to a multi-layer feed-forward convolutional neural network (CNN) 38 in the classification engine 36, where the input layer of the CNN 38 is derived from the image frames 34. As is well understood by those skilled in the art, a CNN is a neural network that employs convolutional mathematical operations instead of general matrix multiplication, and has particular application for processing a grid of values, such as an image. More specifically, the CNN 38 is a multi-layer neural network including overlapping input regions and multiple layers of receptive fields having trained and weighted nodes in each layer, where the CNN 38 specifically has an absence of fully connected layers, which supports the adaptive feature of the system 30 and allows for a more flexible resizing of the first input layer. The trained CNN weights from a lower image resolution training set can be used as a starting point for inference or training on other higher image resolutions. Each node in the CNN 38 is provided with a bias and a weight that defines how it outputs data to subsequent nodes. An output layer 40 of the CNN 38 provides the raw digital data that identifies the detected and classified objects in the image 10 and their respective location in the image 10. As will be discussed in further detail below, the detected and classified objects are identified in the image 10 by a bounding box and a label.
  • FIG. 3 is an illustration of a neural network 120 including a plurality of nodes 122 each having an adjustable weight W, where the network 120 is intended to generally represent the neural networks discussed herein. The neural network 120 includes an input layer 124 that receives the individual pixel data from the image frames 34, two hidden layers 126 and 128 that identify features in the pixel data, and an output layer 130, where each node in the output layer 130 identifies one of the objects.
  • Many of the objects within the image 10 are moving. Therefore it may be desirable to identify the relative velocity of the moving objects, the direction of the moving objects, and a prediction of where those moving objects will be in subsequent image frames based on their relative velocity and direction in previous image frames, as well as patterns derived from the neural network learning. The prediction of the location of the moving objects also includes predicting the location of those objects, such as a vehicle turning, that may not be moving in a linear motion.
  • The system 30 includes a prediction engine 44 to provide these functions. The video source 32 provides metadata represented by box 46 that is received by the prediction engine 44, where the metadata 46 includes various and specific information for the particular application, such as the location of the video source 32, i.e., its GPS coordinates, time of day, weather conditions, battery life, etc., and where the metadata 46 is correlated to the image frames 34 in time. The metadata 46 is provided to a metadata extraction database 48 in the prediction engine 44 that selects those pieces of the metadata 46 that are desirable for the object location prediction process for the specific location. In one embodiment, the metadata extraction database 48 uses the same input layer that is derived from the image frames 34 that is provided as the input layer for the CNN 38.
  • The raw object classification data from the output layer 40 and the extracted metadata from the database 48 are sent to a recurrent neural network (RNN) 50 in the prediction engine 44 that determines the relative velocity and direction of the objects in the image frames 34 based on where the objects were in previous image frames 34. As is known by those skilled in the art, a recurrent neural network is a class of artificial neural networks, also including multiple layers having trained and weighted nodes, that has particular application for processing sequential data, where connections between nodes form a directed cycle. The configuration of the RNN 50 creates an internal state of the network that allows it to exhibit dynamic temporal behavior, where unlike feed-forward neural networks, RNNs can use their internal memory to process an arbitrary sequences of inputs. In one embodiment, the RNN 50 is designed using a long short-term memory (LSTM) architecture known to those skilled in the art. The RNN 50 provides a fusion of the content from the metadata extraction database 48 and the CNN output layer 40 to create metadata that contains object classification, prediction of angle (direction) of each classified object, prediction of the location of objects that may not be moving in a linear manner, prediction of the relative velocity of each classified object, which will be in units only meaningful to the input layer, such as pixels per metric unit of time, and a translation of pixels per metric unit of time into GPS coordinates, or other coordinate system based units of movement, depending on the availability of the metadata.
  • It is noted that as described the RNN 50 includes an internal memory state that allows it to use previous image frames 34 in combination with the current image frame 34 to provide the relative velocity of the classified objects. If the system 30 is only processing a single still image from the source 32, then previous image frames are not available, and thus, the RNN 50 is unable to provide an indication of the relative velocity of the objects.
  • The data generated by the RNN 50 identifying the motion of the objects in the image frames 34 that were identified by the classification engine 36 is then sent to an object classification and motion vector metadata processor 52 in the prediction engine 44 that combines the detection of the objects in the image frames 34 provided by the CNN 38 with the motion of those objects determined by the RNN 50. The combination of data including object location and object relative velocity is then provided along with the image frames 34 to a visual overlay of object classification and motion vector metadata processor 56 in a visualization engine 58 that provides bounding boxes around each detected object in the frames 34 and an indication of object relative velocity and predicted future location. That correlation is provided to an image frame and classification overlay and motion vector object prediction processor 60 in the visualization engine 58 that generates an image indicating the location and relative velocity of the objects in the image 10. That image and the combination of data including object location and object relative velocity from the processor 52 is provided to a display device 62 to display the image. The display device 62 can be any display device suitable for the purposes described herein, such as a monitor, head-up display (HUD), goggles, projector, smart phone, computer, etc.
  • FIG. 4 is an illustration of an image 70 that is an example of what might be displayed on the display device 62 by processing of the image 10 through the system 30, as described. In the image 70, each of the objects identified and classified is surrounded by a bounding box 72 indicating that it has been identified and classified and includes a label 74 identifying its classification, i.e., vehicle, person, etc. For each of the classified objects that is in motion, a number of chevrons 76 are provided in association with the bounding box 72, where the direction of the chevrons 76 indicates the direction of travel of the object, and the number of the chevrons 76 indicates the relative velocity of the object.
  • FIG. 5 is an illustration of an image 80 that is another example of what might be displayed on the display device 62 by processing of the image 10 through the system 30 that includes the bounding boxes 72 around each of the objects and the labels 74 identifying the objects. However, instead of the chevrons 76, the image 80 includes arrows 82 indicating the direction of movement of the objects and the relative velocity of the objects, where the length of the arrow 82 indicates the relative velocity.
  • As is well understood by those skilled in the art, it is necessary to train a neural network for the purposes discussed herein so as to provide appropriate weights for each of the nodes in the CNN 38 and the RNN 50. Such training is supervised and typically requires a technician who initially identifies objects in the image, provides initial weights for the nodes, and then evaluates and corrects the outputs of the network all off-line so that the weights are properly trained for use in the field. As will be discussed in detail below, the present invention also includes a system whereby an object detection and classification system of the type shown in FIG. 2 that already includes trained nodes in the CNN 38 and the RNN 50 can have those nodes revised and updated by a training system that receives images from other object detection and classification systems, where the training system uses those images to further train a representative neural network.
  • FIG. 6 is a schematic block diagram of an object detection network 90 that provides distributive training and weight distribution of the nodes in a neural network, i.e., the weights are distributed among the nodes, illustrating this feature of the present invention. The network 90 includes a training system 92 located at a training facility and a plurality of object detection and classification systems 94 located separate from the training system 92 and being used in the field, where the systems 94 are similar to the system 30. It is noted that the number of the systems 94 can be any suitable number of two or more. The training system 92 includes a training tools suite 96 that is a computer system operating suitable algorithms and the necessary accessories, all of which are well known to those skilled in the art. A technician will inspect a set of training images including objects that may be images to be classified by the systems 94 using the tools suite 96 and will draw bounding boxes around the objects in the training images and will classify them, where the technician identifies the classified objects by labels representing the objects. The labels and images, represented by box 98, are provided to a classification and prediction engine 100 that includes a training CNN and RNN that are the same or similar networks used in the systems 94 that are to be trained. The engine 100 also includes an evaluation and back propagation feature that are used to adjust the value of the weights for the nodes in the CNN and the RNN therein to more accurately cause it to classify objects in other images. More specifically, the weights are evaluated in a controlled manner so that the training CNN and RNN classifies objects correctly as the weights are being adjusted, where the weights have the property of being static data that can be extracted, saved, transferred and refined through an evaluation function and recursively updated during that propagation while training. The classification and prediction engine 100 provides data to and receives data from a graphical processing unit (GPU) cluster 102, whose operation is well understood to those skilled in the art, that provides parallel data processing to increase data throughput. Once the evaluation process is complete and the engine 100 determines that the weights provide a high predictability of identifying and classifying the objects that it has been trained for, the weights are output from the engine 100 as trained weights 104. The training system 92 also includes a suitable transceiver or networked router 106 for transmitting the trained weights 104 and receiving images.
  • Each object detection and classification system 94 includes a sensor 110, intended to represent the video source 32, that generates images 112 that are provided to a detector 114 intended to represent the combined classification engine 36, the prediction engine 44 and the visualization engine 58. Each system 94 also includes a suitable transceiver or networked router 116 that allows it to be in wireless communication with the networked router 106 in the system 92, where the networked router 116 also receives the images 112 from the sensor 110. Although this embodiment shows the networked routers 106 and 116 in wireless communication with each other, it is noted that any suitable communications configuration can be employed. The images 112 are sent by the networked router 116 to the training system 92 where they are provided to the tools suite 96 and then to the classification and prediction engine 100 for further training of the weights for the nodes in the training CNN and RNN to help detect objects that are at the location of the specific system 94. Further, the networked router 116 is capable of receiving the trained weights 104 from the system 92, which are provided to the detector 114 at box 118 to update the weights in the CNN and RNN in the detector 114. Therefore, adaptively trained weights using images from one of the systems 94 can be used to update the weights for the nodes in the CNN and RNN in another one of the systems 94 so that the detector 114 in that system 94 can be trained to classify objects that may not be in the images received by that system 94.
  • The several and various steps and processes discussed herein to describe the invention may be referring to operations performed by a computer, a processor or other electronic calculating device that manipulate and/or transform data using electrical phenomenon. Those computers and electronic devices may employ various volatile and/or non-volatile memories including non-transitory computer-readable medium with an executable program stored thereon including various code or executable instructions able to be performed by the computer or processor, where the memory and/or computer-readable medium may include all forms and types of memory and other computer-readable media.
  • The foregoing discussion discloses and describes merely exemplary embodiments of the present invention. One skilled in the art will readily recognize from such discussion and from the accompanying drawings and claims that various changes, modifications and variations can be made therein without departing from the spirit and scope of the invention as defined in the following claims.

Claims (20)

What is claimed is:
1. A system for distributive training and weight distribution of nodes in a neural network, said system comprising:
a training facility including a tools suite that provides training images and object labels for objects in the training images, at least one training neural network that detects and classifies the objects in the training images so as to train weights of nodes in the at least one training neural network, and a training facility transceiver for distributing the trained neural network weights and receiving images; and
a plurality of object detection and classification units each including an image source that provides pixilated image frames, at least one classification and prediction neural network that identifies, classifies and indicates relative velocity of objects in the image frames, and a unit transceiver for transmitting the image frames and receiving the trained neural network weights, wherein each object detection and classification unit transmits its image frames to the training facility so as to allow the at least one training neural network to further train the weights of the nodes in the at least one training neural network, and wherein the trained neural network weights are distributed from the training facility to each of the object detection and classification units so as to train weights of nodes in the at least one classification and prediction neural network in each object detection and classification units with objects in image frames from other object detection and classification units.
2. The system according to claim 1 wherein the at least one training neural network includes a multi-layer feed-forward convolutional neural network (CNN) and a recurrent neural network (RNN).
3. The system according to claim 1 wherein the at least one classification and prediction neural network in each object detection and classification unit includes a multi-layer feed-forward convolutional neural network (CNN) and a recurrent neural network (RNN).
4. The system according to claim 3 wherein the CNN specifically has an absence of fully connected layers.
5. The system according to claim 3 wherein the RNN includes a long short-term memory.
6. The system according to claim 3 wherein the CNN is provided in a classification engine, said CNN including an input layer and an output layer, said CNN being responsive to the image frames at the input layer, and identifying and classifying objects in the image frames and providing object classification data in the output layer.
7. The system according to claim 6 wherein the image source also provides metadata and the RNN is provided in a prediction engine, said RNN being responsive to the object classification data in the output layer and the metadata, said RNN identifying motion and relative velocity of the classified objects in the image frames and providing object motion data, said prediction engine further including an object classification and motion vector processor that combines the object classification data from the CNN and the object motion data from the RNN.
8. The system according to claim 7 wherein each of the object detection and classification units further includes a visualization engine that is responsive to the image frames and the combined object classification data and the object motion data from the prediction engine, said visualization engine correlating the combined object classification data and the object motion data with the image frames to provide correlated images that include boundary boxes around each classified object and an indicator of relative velocity and direction of movement of the classified objects, wherein each of the object detection and classification units also includes a display device for displaying the correlated images.
9. The system according to claim 8 wherein the display device is selected from the group consisting of a monitor, a head-up display (HUD) device, goggles, projectors, smart phones and computers.
10. The system according to claim 1 wherein the at least one classification and prediction neural network predicts a future location of objects that are turning.
11. The system according to claim 1 wherein the image source is selected from the group consisting of cameras, electro-optic infrared sensors, LIDAR sensors, X-ray devices, magnetic resonance imaging (MRI) devices and synthetic aperture radar (SAR) devices.
12. A system for distributive training and weight distribution of nodes in a neural network, said system comprising:
a training facility including at least one training neural network that detects and classifies the objects in training images so as to train weights of nodes in the at least one training neural network; and
a plurality of object detection and classification units each including at least one classification and prediction neural network that identifies, classifies and indicates relative velocity of objects in image frames, wherein each object detection and classification unit transmits its image frames to the training facility so as to allow the at least one training neural network to further train the weights of nodes in the at least one training neural network, and wherein the trained neural network weights are distributed from the training facility to each of the object detection and classification units so as to train weights of nodes in the at least one classification and prediction neural network in each object detection and classification units with image objects from other object detection and classification units.
13. The system according to claim 12 wherein the at least one training neural network includes a multi-layer feed-forward convolutional neural network (CNN) and a recurrent neural network (RN N).
14. The system according to claim 12 wherein the at least one classification and prediction neural network in each object detection and classification unit includes a multi-layer feed-forward convolutional neural network (CNN) and a recurrent neural network (RNN).
15. The system according to claim 14 wherein the CNN specifically has an absence of fully connected layers.
16. The system according to claim 14 wherein the RNN includes a long short-term memory.
17. A method for distributive training and weight distribution of nodes in a neural network, said method comprising:
providing training images;
training weights of nodes in a training neural network using the training images;
identifying, classifying and indicating relative velocity of objects in image frames at a plurality of locations using at least one classification and prediction neural network at each location;
distributing the trained weights to each location to train weights of nodes in the at least one classification and prediction neural network at each location; and
transmitting the image frames from each location to the training neural network to further train the weights of the nodes in the training neural network.
18. The method according to claim 17 wherein the training neural network includes a multi-layer feed-forward convolutional neural network (CNN) and a recurrent neural network (RNN).
19. The method according to claim 17 wherein the at least one classification and prediction neural network at each location includes a multi-layer feed-forward convolutional neural network (CNN) and a recurrent neural network (RNN).
20. The method according to claim 19 wherein the CNN specifically has an absence of fully connected layers.
US15/683,534 2017-08-22 2017-08-22 System and method for distributive training and weight distribution in a neural network Active 2037-09-28 US10217028B1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
US15/683,534 US10217028B1 (en) 2017-08-22 2017-08-22 System and method for distributive training and weight distribution in a neural network
JP2020511523A JP2020532008A (en) 2017-08-22 2018-07-20 Systems and methods for distributed learning and weight distribution of neural networks
PCT/US2018/043134 WO2019040214A1 (en) 2017-08-22 2018-07-20 System and method for distributive training and weight distribution in a neural network
EP18750080.6A EP3673417B1 (en) 2017-08-22 2018-07-20 System and method for distributive training and weight distribution in a neural network
JP2022202375A JP7393512B2 (en) 2017-08-22 2022-12-19 System and method for distributed learning and weight distribution of neural networks

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US15/683,534 US10217028B1 (en) 2017-08-22 2017-08-22 System and method for distributive training and weight distribution in a neural network

Publications (2)

Publication Number Publication Date
US10217028B1 US10217028B1 (en) 2019-02-26
US20190065903A1 true US20190065903A1 (en) 2019-02-28

Family

ID=63104172

Family Applications (1)

Application Number Title Priority Date Filing Date
US15/683,534 Active 2037-09-28 US10217028B1 (en) 2017-08-22 2017-08-22 System and method for distributive training and weight distribution in a neural network

Country Status (4)

Country Link
US (1) US10217028B1 (en)
EP (1) EP3673417B1 (en)
JP (2) JP2020532008A (en)
WO (1) WO2019040214A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110032954A (en) * 2019-03-27 2019-07-19 成都数之联科技有限公司 A kind of reinforcing bar intelligent recognition and method of counting and system
US10482584B1 (en) * 2019-01-31 2019-11-19 StradVision, Inc. Learning method and learning device for removing jittering on video acquired through shaking camera by using a plurality of neural networks for fault tolerance and fluctuation robustness in extreme situations, and testing method and testing device using the same
TWI709090B (en) * 2019-08-30 2020-11-01 阿證科技股份有限公司 Neural-like artificial intelligence decision network core system and its information processing method
US20200386562A1 (en) * 2018-09-30 2020-12-10 Strong Force Intellectual Capital, Llc Transportation system having an artificial intelligence system to determine an emotional state of a rider in a vehicle
WO2022062388A1 (en) * 2020-09-25 2022-03-31 苏州浪潮智能科技有限公司 Video data processing method and system, and relevant assemblies
US11972342B2 (en) 2021-06-14 2024-04-30 Waymo Llc Image sensor architecture

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10547971B2 (en) 2015-11-04 2020-01-28 xAd, Inc. Systems and methods for creating and using geo-blocks for location-based information service
US10455363B2 (en) * 2015-11-04 2019-10-22 xAd, Inc. Systems and methods for using geo-blocks and geo-fences to discover lookalike mobile devices
US11328210B2 (en) 2017-12-29 2022-05-10 Micron Technology, Inc. Self-learning in distributed architecture for enhancing artificial neural network
US10522038B2 (en) 2018-04-19 2019-12-31 Micron Technology, Inc. Systems and methods for automatically warning nearby vehicles of potential hazards
EP3598339A1 (en) * 2018-07-19 2020-01-22 Tata Consultancy Services Limited Systems and methods for end-to-end handwritten text recognition using neural networks
US11146911B2 (en) 2018-08-17 2021-10-12 xAd, Inc. Systems and methods for pacing information campaigns based on predicted and observed location events
US11134359B2 (en) 2018-08-17 2021-09-28 xAd, Inc. Systems and methods for calibrated location prediction
US11172324B2 (en) 2018-08-17 2021-11-09 xAd, Inc. Systems and methods for predicting targeted location events
US10349208B1 (en) 2018-08-17 2019-07-09 xAd, Inc. Systems and methods for real-time prediction of mobile device locations
US11423284B2 (en) * 2018-09-07 2022-08-23 Black Sesame Technologies, Inc Subgraph tile fusion in a convolutional neural network
WO2020082382A1 (en) * 2018-10-26 2020-04-30 Intel Corporation Method and system of neural network object recognition for image processing
US11948362B2 (en) * 2018-10-31 2024-04-02 Arcus Holding A/S Object detection using a combination of deep learning and non-deep learning techniques
US11410475B2 (en) 2019-01-31 2022-08-09 Micron Technology, Inc. Autonomous vehicle data recorders
US11373466B2 (en) 2019-01-31 2022-06-28 Micron Technology, Inc. Data recorders of autonomous vehicles
US11037968B2 (en) * 2019-04-05 2021-06-15 Waymo Llc Image sensor architecture
CN110224862B (en) * 2019-05-20 2021-12-21 杭州电子科技大学 Multi-agent system network intrusion tolerance capability assessment method based on multilayer perceptron
US11868884B2 (en) * 2019-06-18 2024-01-09 Moloco, Inc. Method and system for providing machine learning service
GB201909693D0 (en) * 2019-07-05 2019-08-21 Vaion Ltd Computer-implemented method
CN110348369B (en) * 2019-07-08 2021-07-06 北京字节跳动网络技术有限公司 Video scene classification method and device, mobile terminal and storage medium
US11392796B2 (en) 2019-08-20 2022-07-19 Micron Technology, Inc. Feature dictionary for bandwidth enhancement
US11636334B2 (en) 2019-08-20 2023-04-25 Micron Technology, Inc. Machine learning with feature obfuscation
US11755884B2 (en) 2019-08-20 2023-09-12 Micron Technology, Inc. Distributed machine learning with privacy protection
US11531107B2 (en) * 2019-11-19 2022-12-20 Volvo Car Corporation Long range LIDAR-based speed estimation
JP7289427B2 (en) * 2020-02-28 2023-06-12 株式会社Pros Cons Program, information processing method and information processing apparatus
WO2022049619A1 (en) * 2020-09-01 2022-03-10 三菱電機株式会社 Identification device, learning device, and model generation method
JP2021090191A (en) * 2020-11-09 2021-06-10 ネットスマイル株式会社 Video signal processing system and video signal processing method
CN115857059B (en) * 2022-11-24 2023-07-07 中国民航科学技术研究院 Ice accumulation forecast management method, system, readable storage medium and device

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7418346B2 (en) * 1997-10-22 2008-08-26 Intelligent Technologies International, Inc. Collision avoidance methods and systems
JP4229051B2 (en) * 2004-11-26 2009-02-25 日産自動車株式会社 Driving intention estimation device, vehicle driving assistance device, and vehicle equipped with vehicle driving assistance device
JP4710932B2 (en) * 2008-07-09 2011-06-29 ソニー株式会社 Learning device, learning method, and program
JP5584914B2 (en) * 2010-07-15 2014-09-10 株式会社日立製作所 Distributed computing system
US10759446B2 (en) * 2015-04-21 2020-09-01 Panasonic Intellectual Property Management Co., Ltd. Information processing system, information processing method, and program
US20170169358A1 (en) 2015-12-09 2017-06-15 Samsung Electronics Co., Ltd. In-storage computing apparatus and method for decentralized machine learning
US20180053102A1 (en) * 2016-08-16 2018-02-22 Toyota Jidosha Kabushiki Kaisha Individualized Adaptation of Driver Action Prediction Models
JP6529470B2 (en) 2016-09-08 2019-06-12 日本電信電話株式会社 Movement situation learning device, movement situation recognition device, method, and program
CN106446949B (en) 2016-09-26 2019-05-21 成都通甲优博科技有限责任公司 A kind of vehicle model recognition methods and device
GB2554435B (en) * 2016-09-27 2019-10-23 Univ Leicester Image processing
US10796204B2 (en) * 2017-02-27 2020-10-06 Huawei Technologies Co., Ltd. Planning system and method for controlling operation of an autonomous vehicle to navigate a planned path
US10324469B2 (en) * 2017-03-28 2019-06-18 Mitsubishi Electric Research Laboratories, Inc. System and method for controlling motion of vehicle in shared environment
US11055605B2 (en) * 2017-04-25 2021-07-06 Nec Corporation Detecting dangerous driving situations by parsing a scene graph of radar detections

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200386562A1 (en) * 2018-09-30 2020-12-10 Strong Force Intellectual Capital, Llc Transportation system having an artificial intelligence system to determine an emotional state of a rider in a vehicle
US20200386563A1 (en) * 2018-09-30 2020-12-10 Strong Force Intellectual Capital, Llc Transportation system having an artificial intelligence system to determine an emotional state of a rider in a vehicle
US11961155B2 (en) 2018-09-30 2024-04-16 Strong Force Tp Portfolio 2022, Llc Intelligent transportation systems
US10482584B1 (en) * 2019-01-31 2019-11-19 StradVision, Inc. Learning method and learning device for removing jittering on video acquired through shaking camera by using a plurality of neural networks for fault tolerance and fluctuation robustness in extreme situations, and testing method and testing device using the same
CN110032954A (en) * 2019-03-27 2019-07-19 成都数之联科技有限公司 A kind of reinforcing bar intelligent recognition and method of counting and system
TWI709090B (en) * 2019-08-30 2020-11-01 阿證科技股份有限公司 Neural-like artificial intelligence decision network core system and its information processing method
WO2022062388A1 (en) * 2020-09-25 2022-03-31 苏州浪潮智能科技有限公司 Video data processing method and system, and relevant assemblies
US11972342B2 (en) 2021-06-14 2024-04-30 Waymo Llc Image sensor architecture
US11978129B2 (en) 2021-07-31 2024-05-07 Strong Force Tp Portfolio 2022, Llc Intelligent transportation systems

Also Published As

Publication number Publication date
JP7393512B2 (en) 2023-12-06
US10217028B1 (en) 2019-02-26
JP2023036761A (en) 2023-03-14
JP2020532008A (en) 2020-11-05
EP3673417A1 (en) 2020-07-01
EP3673417B1 (en) 2023-10-04
WO2019040214A1 (en) 2019-02-28

Similar Documents

Publication Publication Date Title
EP3673417B1 (en) System and method for distributive training and weight distribution in a neural network
US10275691B2 (en) Adaptive real-time detection and examination network (ARDEN)
Kyrkou et al. EmergencyNet: Efficient aerial image classification for drone-based emergency monitoring using atrous convolutional feature fusion
US20230367809A1 (en) Systems and Methods for Geolocation Prediction
US10255523B2 (en) Moving vehicle detection and analysis using low resolution remote sensing imagery
CN112183788B (en) Domain adaptive equipment operation detection system and method
CN104424634A (en) Object tracking method and device
CN111931720B (en) Method, apparatus, computer device and storage medium for tracking image feature points
US11657291B2 (en) Spatio-temporal embeddings
JP2021189625A (en) On-road obstacle detection device, on-road obstacle detection method, and on-road obstacle detection program
Charouh et al. Improved background subtraction-based moving vehicle detection by optimizing morphological operations using machine learning
Park et al. Advanced wildfire detection using generative adversarial network-based augmented datasets and weakly supervised object localization
Zhao et al. Large scale autonomous driving scenarios clustering with self-supervised feature extraction
Wang et al. Intrusion detection for high-speed railways based on unsupervised anomaly detection models
Delibasoglu et al. Motion detection in moving camera videos using background modeling and FlowNet
Lange et al. Lopr: Latent occupancy prediction using generative models
Koch et al. Estimating Object Perception Performance in Aerial Imagery Using a Bayesian Approach
WO2019228654A1 (en) Method for training a prediction system and system for sequence prediction
Praneeth et al. Scaling object detection to the edge with yolov4, tensorflow lite
Lakshmi Priya et al. Vehicle Detection in Autonomous Vehicles Using Computer Vision
Zhang et al. A Viewpoint Adaptation Ensemble Contrastive Learning framework for vessel type recognition with limited data
Arivazhagan et al. FPGA implementation of GMM algorithm for background subtractions in video sequences
Priya et al. Vehicle Detection in Autonomous Vehicles Using Computer Vision Check for updates
Gamage et al. Event-based classification of defects in civil infrastructures with Artificial and Spiking Neural Networks
Das et al. DriCon: On-device Just-in-Time Context Characterization for Unexpected Driving Events

Legal Events

Date Code Title Description
AS Assignment

Owner name: NORTHROP GRUMMAN SYSTEMS CORPORATION, VIRGINIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WANG, VICTOR Y.;CALCOTE, KEVIN A.;REEL/FRAME:043359/0713

Effective date: 20170810

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4