Recurrent Deep Convolutional Neural Network For Object Detection

Information

  • Patent Application
  • 20180211403
  • Publication Number
    20180211403
  • Date Filed
    January 20, 2017
    7 years ago
  • Date Published
    July 26, 2018
    5 years ago
Abstract
According to one embodiment, a system includes a sensor component and a detection component. The sensor component is configured to obtain a plurality of sensor frames, wherein the plurality of sensor frames comprise a series of sensor frames captured over time. The detection component is configured to detect objects or features within a sensor frame using a neural network. The neural network comprises a recurrent connection that feeds forward an indication of an object detected in a first sensor frame into one or more layers of the neural network for a second, later sensor frame.
Description
TECHNICAL FIELD

The disclosure relates generally to methods, systems, and apparatuses for detecting objects or visual features and more particularly relates to methods, systems, and apparatuses for object detection using a recurrent deep convolutional neural network.


BACKGROUND

Automobiles provide a significant portion of transportation for commercial, government, and private entities. Autonomous vehicles and driving assistance systems are currently being developed and deployed to provide safety, reduce an amount of user input required, or even eliminate user involvement entirely. For example, some driving assistance systems, such as crash avoidance systems, may monitor driving, positions, and a velocity of the vehicle and other objects while a human is driving. When the system detects that a crash or impact is imminent the crash avoidance system may intervene and apply a brake, steer the vehicle, or perform other avoidance or safety maneuvers. As another example, autonomous vehicles may drive and navigate a vehicle with little or no user input. Object detection based on sensor data is often necessary to enable automated driving systems or driving assistance systems to safely identify and avoid obstacles or to drive safe.





BRIEF DESCRIPTION OF THE DRAWINGS

Non-limiting and non-exhaustive implementations of the present disclosure are described with reference to the following figures, wherein like reference numerals refer to like parts throughout the various views unless otherwise specified. Advantages of the present disclosure will become better understood with regard to the following description and accompanying drawings where:



FIG. 1 is a schematic block diagram illustrating an implementation of a vehicle control system that includes an automated driving/assistance system;



FIG. 2 is a schematic block diagram illustrating a neural network with recurrent connections, according to one implementation;



FIG. 3 is illustrates a perspective view of a roadway as captured by a vehicle camera, according to one implementation;



FIG. 4 is a schematic block diagram illustrating incorporation of temporal information between frames of sensor data during object detection, according to one implementation;



FIG. 5 is a schematic flow chart diagram illustrating a method for object detection, according to one implementation; and



FIG. 6 is a schematic block diagram illustrating a computing system, according to one implementation.





DETAILED DESCRIPTION

For safety reasons, an intelligent or autonomous vehicle may need to be able to classify objects in dynamic surroundings. Deep convolutional neural networks have had great success in the domain of object recognition, even exceeding human performance in some conditions. Deep convolutional neural networks can be highly proficient in extracting mappings of where high level features are found within images. These feature maps may be extracted from convolutions on a static image and then be used for image or object recognition.


State of the art object detection within images/videos has focused on extracting feature maps from static images, then feeding them into classification and regression models for object detection/classification and localization, respectively. Thus, while deep convolutional neural networks have had great success in the domain of object recognition, the detection of an unknown number of objects within a scene yields a much greater challenge. While recent innovations have attained impressive results for detecting objects within static images, applicants have recognized that existing models lack the capability to leverage temporal information for object detection within videos, or other series or streams of sensor data. This can result in unstable object localization, particularly when objects become temporarily occluded.


In the present disclosure, applicants disclose the use of recurrent connections within classification and regression models (such as a neural network) when extracting feature maps from video sequences. According to one embodiment, a system includes a sensor component and a detection component. The sensor component is configured to obtain a plurality of sensor frames, wherein the plurality of sensor frames comprise a series of sensor frames captured over time. The detection component is configured to detect objects or features within a sensor frame using a neural network, wherein the neural network comprises a recurrent connection that feeds forward an indication of an object detected (e.g., feature maps or object predictions from the preceding frame) in a first sensor frame into one or more layers of the neural network for a second, later sensor frame.


According to another example embodiment, a method for object detection in videos (or other series of sensor frames) includes determining, using one or more neural networks, an output for a first sensor frame indicating a presence of an object or feature. The method includes feeding the output for the first sensor frame forward as an input for processing a second sensor frame. The method also includes determining an output for the second sensor frame indicating a presence of an object or feature based on the output for the first sensor frame.


In one embodiment, recurrent connections are connections that enable a neural network to use outputs from the previous image frame as inputs to the current image frame. The recurrent connections disclosed herein may effectively allow for neural networks to maintain state information. For example, if a neural network detects a car within the current image frame, this could impact the current state of the network and make it more likely to detect a car at that location, or nearby location, in the next frame. Recurrent layers can be used for attending to dynamic object locations prior to the final object classification and localization layers. They could also be used during the final object classification stage. These recurrent layers may receive inputs from feature maps extracted from one or more layers of the convolutional network.


While feature extraction techniques may have included varying degrees of temporal information, regression and classification models used for attending to and/or classifying objects have focused on static images, ignoring valuable temporal information. The proposed solution to utilize recurrent connections within the regression and classification models will enable the object detectors to incorporate estimates of the object locations/types from the previous time frames, improving the predictions. The recurrent connections can provide benefits of object tracking at a lower level and with confidence metrics learned implicitly by the neural models. In one embodiment, techniques disclosed herein may be used for end-to-end object detection algorithms to be applied to such tasks as car, bicycle, and pedestrian detection.


Further embodiments and examples will be discussed in relation to the figures below.


Referring now to the figures, FIG. 1 illustrates an example vehicle control system 100 that may be used to automatically detect, classify, and/or localize objects. The automated driving/assistance system 102 may be used to automate or control operation of a vehicle or to provide assistance to a human driver. For example, the automated driving/assistance system 102 may control one or more of braking, steering, acceleration, lights, alerts, driver notifications, radio, or any other auxiliary systems of the vehicle. In another example, the automated driving/assistance system 102 may not be able to provide any control of the driving (e.g., steering, acceleration, or braking) but may provide notifications and alerts to assist a human driver in driving safely. The automated driving/assistance system 102 may use a neural network, or other model or algorithm to detect or localize objects based on perception data gathered by one or more sensors.


The vehicle control system 100 also includes one or more sensor systems/devices for detecting a presence of objects near or within a sensor range of a parent vehicle (e.g., a vehicle that includes the vehicle control system 100). For example, the vehicle control system 100 may include one or more radar systems 106, one or more LIDAR systems 108, one or more camera systems 110, a global positioning system (GPS) 112, and/or ultrasound systems 114. The vehicle control system 100 may include a data store 116 for storing relevant or useful data for navigation and safety such as a driving history, map data, or other data. The vehicle control system 100 may also include a transceiver 118 for wireless communication with a mobile or wireless network, other vehicles, infrastructure, or any other communication system.


The vehicle control system 100 may include vehicle control actuators 120 to control various aspects of the driving of the vehicle such as electric motors, switches or other actuators, to control braking, acceleration, steering or the like. The vehicle control system 100 may also include one or more displays 122, speakers 124, or other devices so that notifications to a human driver or passenger may be provided. A display 112 may include a heads-up display, dashboard display or indicator, a display screen, or any other visual indicator which may be seen by a driver or passenger of a vehicle. The speakers 124 may include one or more speakers of a sound system of a vehicle or may include a speaker dedicated to driver notification.


It will be appreciated that the embodiment of FIG. 1 is given by way of example only. Other embodiments may include fewer or additional components without departing from the scope of the disclosure. Additionally, illustrated components may be combined or included within other components without limitation.


In one embodiment, the automated driving/assistance system 102 is configured to control driving or navigation of a parent vehicle. For example, the automated driving/assistance system 102 may control the vehicle control actuators 120 to drive a path on a road, parking lot, driveway or other location. For example, the automated driving/assistance system 102 may determine a path based on information or perception data provided by any of the components 106-118. The sensor systems/devices 106-110 and 114 may be used to obtain real-time sensor data so that the automated driving/assistance system 102 can assist a driver or drive a vehicle in real-time. The automated driving/assistance system 102 may implement an algorithm or use a model, such as a deep neural network, to process the sensor data to detect, identify, and/or localize one or more objects. In order to train or test a model or algorithm, large amounts of sensor data and annotations of the sensor data may be needed.


The automated driving/assistance system 102 may include a detection component 104 for detecting objects, image features, or other features of objects within sensor data. In one embodiment, the detection component 104 may use recurrent connections in a classification or regression model for detecting object features or objects. For example, the detection component 104 may include or utilize a deep convolutional neural network that outputs, via a classification layer, an indication of whether an object or feature is present. This output may then be fed forward to a subsequent image or sensor frame. Feeding the output of one sensor frame to the next may allow for benefits to similar to object tracking but at a much lower level that allows a system to benefit from the power of neural networks, such as training and machine learning.



FIG. 2 is a schematic diagram illustrating configuration of a deep neural network 200 with a recurrent connection. Deep neural networks have gained attention in the recent years, as they have outperformed traditional machine learning approaches in challenging tasks like image classification and speech recognition. Deep neural networks are feed-forward computational graphs with input nodes (such as input nodes 202), one or more hidden layers (such as hidden layers 204, 206, and 208) and output nodes (such as output nodes 210). For classification of contents or information about an image, pixel-values of the input image are assigned to the input nodes, and then fed through the hidden layers 204, 206, 208 of the network, passing a number of non-linear transformations. At the end of the computation, the output nodes 210 yield values that correspond to the class inferred by the neural network. Similar operation may be used for classification or feature detection of pixel cloud data or depth maps, such as data received from range sensors like LIDAR, radar, ultrasound, or other sensors. The number of input nodes 202, hidden layers 204-208, and output notes 210 is illustrative only. For example, larger networks may include an input node 202 for each pixel of an image, and thus may have hundreds, thousands, or other number of input notes.


According to one embodiment, a deep neural network 200 of FIG. 2 may be used to classify the content(s) of an image into four different classes: a first class, a second class, a third class, and a fourth class. According to the present disclosure, a similar or differently sized neural network may be able to output a value indicating whether a specific type of object is present within the image (or of sub-region of the image that was fed into the network 200). For example, the first class may correspond to whether there is a vehicle present, the second class may correspond to whether there is a bicycle present, the third class may correspond to whether there is a pedestrian present, and the fourth class may correspond to whether there is a curb or barrier present. An output corresponding to a class may be high (e.g., 0.5 or greater) when an object in the corresponding class is detected and low (e.g., less than 0.5) when an object of the class is not detected. This is illustrative only as a neural network to classify objects in an image may include inputs to accommodate hundreds or thousands of pixels and may need to detect a larger number of different types of objects. Thus, a neural network to detect or classify objects in a camera image or other sensor frame may require hundreds or thousands of nodes at an input layer and/or more than (or less than) four output nodes.


For example, feeding a portion of a raw sensor frame (e.g., an image, LIDAR frame, radar frame, or the like captured by the captured by sensor of a vehicle control system 100) into the network 200 may indicate the presence of a pedestrian in that portion. Therefore, the neural network 100 may enable a computing system to automatically infer that a pedestrian is present at a specific location within an image or sensor frame and with respect to the vehicle. Similar techniques or principles may be used to infer information about or detecting vehicles, traffic signs, bicycles, barriers, and or the like.


The neural network 200 also includes a plurality of recurrent connections between the output nodes 210 and the input nodes 202. Values at the output nodes 210 may be fed back through delays 212 to one or more input nodes. The delays 212 may delay/save the output values for input during a later sensor frame. For example, a subset of the input nodes 202 may receive the output from a previous sensor frame (such as an image frame) while the remaining input nodes 202 may receive pixel or point values for a current sensor frame. Thus, the output of the previous frame can affect whether a specific object is detected again. For example, if a pedestrian is detected in the image, the output indicating the presence of the pedestrian may be fed into an input node 202 so that the network is more likely to detect the pedestrian in the subsequent frame. This can be useful in video where there a series of images are captured and a vehicle needs to detect and avoid obstacles. Additionally, any sensor that provides a series of sensor frames (e.g., such as LIDAR or RADAR) can also benefit from the recurrent connection.


Although the neural network 200 is shown with the recurrent connection between the output nodes 210 and the input nodes 202, the recurrent connection may occur between any node or layer in different embodiments. For example, a recurrent connection may feed the values of the output nodes 210 into nodes in a hidden layer (e.g., 204, 206, and 208) or as input into the output nodes 210. The recurrent connections may allow the detection of objects or features from a previous sensor frame to affect the detection of objects or features for a later sensor frame.


In order for a deep neural network to be able to distinguish between any desired classes, the neural network needs to be trained based on examples. Once the images with labels (training data) are acquired, the network may be trained. One example algorithm for training includes the back propagation-algorithm that may use labeled sensor frames to train a neural network. Once trained, the neural network 200 may be ready for use in an operating environment.



FIG. 3 illustrates an image 300 of a perspective view that may be captured by a camera of a vehicle in a driving environment. For example, the image 300 illustrates a scene of a road in front of a vehicle that may be captured while a vehicle is traveling down the road. The image 300 includes a plurality of objects of interest on or near the roadway. In one embodiment, the image 300 is too large to be processed at full resolution by an available neural network. Thus, the image may be processed one sub-region at a time. For example, the window 302 represents a portion of the image 302 that may be fed to a neural network for object or feature detection. The window 302 may be slid to different locations to effectively process the whole image 302. For example, the window 302 may start in a corner and then be subsequently moved from point to point to detect features.


In one embodiment different sizes of sliding windows may be used to capture features or objects at different resolutions. For example, features or objects closer to a camera may be more accurately detected using a larger window while features or objects further away from the camera may be more accurately detected using a smaller window. Larger windows may be reduced in resolution to match the number of input nodes of a neural network.


In one embodiment, outputs of a neural network for each location of the window 302 may be fed forward for the same or nearby location of the window 302 on a subsequent image. For example, if a pedestrian is detected by a neural network at one location in a first image, an indication that a pedestrian was detected at that location may be fed forward during pedestrian detection at that location for a second, later image using the neural network. Thus, objects or features in a series of images may be consistently detected and/or tracked at the neural network or model layer.


In one embodiment, after processing using a sliding window, a feature map may be generated that indicates what features or objects were located at which locations. The feature map may include indications of low level image (or other sensor frame) features that may be of interested in detecting objects or classifying objects. For example, the features may include boundaries, curves, corners, or other features that may be indicative of the type of object at a location (such as a vehicle, face of a pedestrian, or the like). The feature maps may then be used for object detection or classification. For example, a feature map may be generated and then the feature map and/or the region of the image may be processed to identify a type of object and/or track a location of the object between frames of sensor data. The feature map may indicate where in the image 300 certain types of features are detected. In one embodiment, a plurality of different recurrent neural networks may be used to generate each feature map. For example, a feature map for pedestrian detection may be generated using a neural network trained for pedestrian detection while a feature map for vehicle detection may be generated using a neural network trained for vehicle detection. Thus, a plurality of different features maps may be generated for the single image 300 shown in FIG. 3. As discussed previously, the detected features may be fed forward between frames for the same sub-regions to improve feature tracking and/or object detection.



FIG. 4 is a schematic block diagram illustrating incorporation of temporal information between frames of sensor data during object detection. A plurality of processing stages including a first stage 402, second stage 404, and third stage 406 for processing of different images, including Image 0, Image 1, and Image 2 are shown. The first stage 402 shows the input of Image 0 for the generation of one or more feature maps 408. The feature maps may be generated using one or more neural networks. For each sub-region 410 (such as a location of the window 302 of FIG. 3), an object prediction is generated. Both the feature map generation and the object prediction may be performed using one or more neural networks.


The object predictions may indicate an object type, and/or an object location. For example, a ‘0’ value for the object prediction may indicate that there is no object, a ‘1’ may indicate that the object is a car, a ‘2’ may indicate that the object is a pedestrian, and so forth. A location value may also be provided that indicates where in the sub-region 410 the object is located. For example, a second number may be included in the state that indicates a location in the center, right, top, or bottom of the sub-region 410. Recurrent neural network (RNN) state 0-0 is the resulting prediction for object 0 at the sub-region 410, RNN state 0-1 is the resulting prediction for object 1 at the sub-region 410, and RNN state 0-2 is the resulting prediction for object 2 at the sub-region 410. Thus, a plurality of objects and/or object predictions may be detected or generated for each sub-region 410.


The state information, including RNN state 0-0, RNN state 0-1, and RNN state 0-2 from stage 402 is fed forward using a recurrent connection 420 for use during processing of the next image, Image 1 during stage 404. For example, the object predictions and associated values may be fed into a neural network along the recurrent connection 420 as input to one or more nodes of the same one or more neural networks during processing of Image 1 and/or its feature maps 412. During stage 404, object predictions are generated based not only on Image 1 and the feature maps 412, but also based on RNN state 0-0, RNN state 0-1, and RNN state 0-2. The result of prediction results in RNN state 1-0, RNN state 1-1, and RNN state 1-2 for the sub-region 414. The recurrent connection 420 may feed forward state information for the same sub-region 410. Thus, only state information for the same sub-region from the previous image may be used to determine an object prediction for a current image. In one embodiment, detected features in the feature maps 408 are also fed forward along the recurrent connection 420. Thus, recurrent neural networks may be used to generate the feature maps as well as the object predictions.


During stage 406, object predictions are generated based not only on Image 2 and the feature maps 416, but also based on the state information including RNN state 1-0, RNN state 1-1, and RNN state 1-2, which is fed forward using a recurrent connection 422 for use during processing of Image 2 for sub-region 418. Object predictions for RNN state 2-0, RNN state 2-1, and RNN state 2-2 are determined based on Image 2 as well as the state information including RNN state 1-0, RNN state 1-1, and RNN state 1-2 from Image 1. Additionally, the feature maps 416 may be generated based on the feature maps (or locations of detected features) for the previous, second stage 404.


In one embodiment, the processing that occurs in each stage 402, 404, 406 occurs in real-time on a stream of incoming sensor data. For example, when processing a video, each frame of the video may be processed and the corresponding object predictions, feature detections, and/or feature maps may be saved/input into the models or neural networks when the next frame of the video is received. Thus, the recurrent connections 420, 422 allow for object predictions to be carried over from an earlier frame to a later frame. Thus, temporal information may be incorporated at the model or neural network level, which allows a neural network to be trained to and process not only information for a present sensor frame but also previous sensor frames. This is different from embodiments where features are extracted anew for each frame and then discarded. In one embodiment, a single neural network, or set of neural networks is used during each stage such that the recurrent connections 420, 422 simply feedback outputs from previous frames as input into a current frame.



FIG. 5 is a schematic flow chart diagram illustrating a method 500 for object detection. The method 500 may be performed by a detection component or vehicle control system such as the detection component 104 or vehicle control system 100 of FIG. 1.


The method 500 begins and a detection component 102 tracks determines 502, using one or more neural networks, an output for a first sensor frame indicating a presence of an object or feature. For example, the detection component 102 may determine 502 any of the object prediction or states (such as RNN state 0-0, RNN state 0-1, RNN state 0-2, RNN state 1-0, RNN state 1-1, or RNN state 1-2) of FIG. 4. The detection component 102 may determine 502 the states based on data in a sensor frame in a series of sensor frames. A sensor component (which may include a radar system 106, LIDAR system 108, camera system 110, or other sensor) may capture or obtain sensor frames that include image data, LIDAR data, radar data, or infrared image data. A detection component 104 feeds 504 the output for the first sensor frame forward as an input for processing a second sensor frame. For example, the detection component 104 may include or use a recurrent connection in a neural network. The detection component 104 determines 506 an output for the second sensor frame indicating a presence of an object or feature based on the output for the first sensor frame. For example, the detection component 104 may determine any of the object prediction or states (such as RNN state 1-0, RNN state 1-1, RNN state 1-2, RNN state 2-0, RNN state 2-1, or RNN state 2-2) of FIG. 4 based on the states or a previous stage.


The method 500 may include providing output or predictions to another system for decision making. For example, the automated driving/assistant system 102 of FIG. 1 may determine a driving maneuver based on a detected object or feature. Example maneuvers include crash avoidance maneuvers or other driving maneuvers to safely drive the vehicle. The method 500 may also include training the one or more neural networks to generate output based on data for a later image frame using an output from an earlier frame. The method 500 may allow for more efficient and accurate object detection and tracking in a series of sensor frames, such as within video. The improved object detection and tracking may improve driving and passenger safety and accuracy.


Referring now to FIG. 6, a block diagram of an example computing device 600 is illustrated. Computing device 600 may be used to perform various procedures, such as those discussed herein. In one embodiment, the computing device 600 can function as a detection component 104, automated driving/assistance system 102, vehicle control system 100, or the like. Computing device 600 can perform various monitoring functions as discussed herein, and can execute one or more application programs, such as the application programs or functionality described herein. Computing device 600 can be any of a wide variety of computing devices, such as a desktop computer, in-dash computer, vehicle control system, a notebook computer, a server computer, a handheld computer, tablet computer and the like.


Computing device 600 includes one or more processor(s) 602, one or more memory device(s) 604, one or more interface(s) 606, one or more mass storage device(s) 608, one or more Input/Output (I/O) device(s) 610, and a display device 630 all of which are coupled to a bus 612. Processor(s) 602 include one or more processors or controllers that execute instructions stored in memory device(s) 604 and/or mass storage device(s) 608. Processor(s) 602 may also include various types of computer-readable media, such as cache memory.


Memory device(s) 604 include various computer-readable media, such as volatile memory (e.g., random access memory (RAM) 614) and/or nonvolatile memory (e.g., read-only memory (ROM) 616). Memory device(s) 604 may also include rewritable ROM, such as Flash memory.


Mass storage device(s) 608 include various computer readable media, such as magnetic tapes, magnetic disks, optical disks, solid-state memory (e.g., Flash memory), and so forth. As shown in FIG. 6, a particular mass storage device is a hard disk drive 624. Various drives may also be included in mass storage device(s) 608 to enable reading from and/or writing to the various computer readable media. Mass storage device(s) 608 include removable media 626 and/or non-removable media.


I/O device(s) 610 include various devices that allow data and/or other information to be input to or retrieved from computing device 600. Example I/O device(s) 610 include cursor control devices, keyboards, keypads, microphones, monitors or other display devices, speakers, printers, network interface cards, modems, and the like.


Display device 630 includes any type of device capable of displaying information to one or more users of computing device 600. Examples of display device 630 include a monitor, display terminal, video projection device, and the like.


Interface(s) 606 include various interfaces that allow computing device 600 to interact with other systems, devices, or computing environments. Example interface(s) 606 may include any number of different network interfaces 620, such as interfaces to local area networks (LANs), wide area networks (WANs), wireless networks, and the Internet. Other interface(s) include user interface 618 and peripheral device interface 622. The interface(s) 606 may also include one or more user interface elements 618. The interface(s) 606 may also include one or more peripheral interfaces such as interfaces for printers, pointing devices (mice, track pad, or any suitable user interface now known to those of ordinary skill in the field, or later discovered), keyboards, and the like.


Bus 612 allows processor(s) 602, memory device(s) 604, interface(s) 606, mass storage device(s) 608, and I/O device(s) 610 to communicate with one another, as well as other devices or components coupled to bus 612. Bus 612 represents one or more of several types of bus structures, such as a system bus, PCI bus, IEEE bus, USB bus, and so forth.


For purposes of illustration, programs and other executable program components are shown herein as discrete blocks, although it is understood that such programs and components may reside at various times in different storage components of computing device 600, and are executed by processor(s) 602. Alternatively, the systems and procedures described herein can be implemented in hardware, or a combination of hardware, software, and/or firmware. For example, one or more application specific integrated circuits (ASICs) can be programmed to carry out one or more of the systems and procedures described herein.


Examples

The following examples pertain to further embodiments.


Example 1 is a method that includes determining, using one or more neural networks, an output for a first sensor frame indicating a presence of an object or feature. The method includes feeding the output for the first sensor frame forward as an input for processing a second sensor frame. The method includes determining an output for the second sensor frame indicating a presence of an object or feature based on the output for the first sensor frame.


In Example 2, the feeding the output for the first sensor frame forward as in Example 1 includes feeding forward using a recurrent connection between an output layer and one or more layers of the one or more neural networks.


In Example 3, the one or more neural networks as in any of Examples 1-2 includes a neural network including an input layer, one or more hidden layers, and a classification layer. Feeding the output for the first sensor frame forward includes feeding an output of the classification layer into one or more of the input layer or a hidden layer of the one or more hidden layers during processing of the second sensor frame.


In Example 4, the determining the output for the first sensor frame and second sensor frame as in any of Examples 1-3 includes determining an output for a plurality of sub-regions of the first sensor frame and the second sensor frame, wherein the output for the plurality of sub-regions of the first sensor frame are fed forward as input for determining the output for the plurality of sub-regions of the second sensor frame.


In Example 5, the determining the output for the plurality of sub-regions of the first sensor frame and the second sensor frame as in any of Examples 1-4 includes determining outputs for varying size sub-regions of the sensor frames to detect different sized features or objects.


In Example 6, the output for the output for the first sensor frame and second sensor frame as in any of Examples 1-5 each include one or more of an indication of a type of object or feature detected, or an indication of a location of the object or feature.


In Example 7, the method as in any of Examples 1-6 further includes determining a driving maneuver based on a detected object or feature.


In Example 8, the method as in any of Examples 1-7 further includes training the one or more neural networks to generate output based on data for a later sensor frame using an output from an earlier frame.


Example 9 is a system that includes a sensor component configured to obtain a plurality of sensor frames, wherein the plurality of sensor frames include a series of sensor frames captured over time. The system includes a detection component configured to detect objects or features within a sensor frame using a neural network. The neural network includes a recurrent connection that feeds forward an indication of an object detected in a first sensor frame into one or more layers of the neural network for a second, later sensor frame.


In Example 10, neural network of Example 9 includes an input layer, one or more hidden layers, and a classification layer, wherein the recurrent connection feeds an output of the classification layer into one or more of the input layer or a hidden layer of the one or more hidden layers during processing of the second sensor frame.


In Example 11, the detection component as in any of Examples 9-10 determines an output for a plurality of sub-regions of the first sensor frame and the second sensor frame using the neural network. The output for the plurality of sub-regions of the first sensor frame are fed forward using a plurality of recurrent connections including the recurrent connection as input for determining the output for the plurality of sub-regions of the second sensor frame.


In Example 12, the detection component as in Example 11 determines the output for the plurality of sub-regions of the first sensor frame and the second sensor frame by determining outputs for varying size sub-regions of the sensor frames to detect different sized features or objects.


In Example 13, the detection component as in any of Examples 9-12 determines, using the neural network, one or more of an indication of a type of object or feature detected, or an indication of a location of the object or feature.


Example 14 is computer readable storage media storing instructions that, when executed by one or more processors, cause the one or more processors to obtain a plurality of sensor frames, wherein the plurality of sensor frames include a series of sensor frames captured over time. The instructions cause the one or more processors to detect objects or features within a sensor frame using a neural network. The neural network includes a recurrent connection that feeds forward an indication of an object detected in a first sensor frame into one or more layers of the neural network for a second, later sensor frame.


In Example 15, the neural network of Example 14 includes an input layer, one or more hidden layers, and a classification layer. The recurrent connection feeds an output of the classification layer into one or more of the input layer or a hidden layer of the one or more hidden layers during processing of the second sensor frame.


In Example 16, the instructions as in any of Examples 14-15 cause the one or more processors to determine an output for a plurality of sub-regions of the first sensor frame and the second sensor frame using the neural network. The output for the plurality of sub-regions of the first sensor frame are fed forward using a plurality of recurrent connections including the recurrent connection as input for determining the output for the plurality of sub-regions of the second sensor frame.


In Example 17, the instructions as in Example 16 cause the one or more processors to determines the output for the plurality of sub-regions of the first sensor frame and the second sensor frame by determining outputs for varying size sub-regions of the sensor frames to detect different sized features or objects.


In Example 18, the instructions as in any of Examples 14-17 cause the one or more processors to output one or more of an indication of a type of object or feature detected, or an indication of a location of the object or feature.


In Example 19, the instructions as in any of Examples14-18 include further causing the one or more processors to determine a driving maneuver based on a detected object or feature.


In Example 20, the first sensor frame and the second, later sensor frame as in any of Examples 14-19 includes one or more of image data, LIDAR data, radar data, and infrared image data.


Example 21 is a system or device that includes means for implementing a method or realizing a system or apparatus in any of Examples 1-20.


In the above disclosure, reference has been made to the accompanying drawings, which form a part hereof, and in which is shown by way of illustration specific implementations in which the disclosure may be practiced. It is understood that other implementations may be utilized and structural changes may be made without departing from the scope of the present disclosure. References in the specification to “one embodiment,” “an embodiment,” “an example embodiment,” etc., indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with an embodiment, it is submitted that it is within the knowledge of one skilled in the art to affect such feature, structure, or characteristic in connection with other embodiments whether or not explicitly described.


Implementations of the systems, devices, and methods disclosed herein may comprise or utilize a special purpose or general-purpose computer including computer hardware, such as, for example, one or more processors and system memory, as discussed herein. Implementations within the scope of the present disclosure may also include physical and other computer-readable media for carrying or storing computer-executable instructions and/or data structures. Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer system. Computer-readable media that store computer-executable instructions are computer storage media (devices). Computer-readable media that carry computer-executable instructions are transmission media. Thus, by way of example, and not limitation, implementations of the disclosure can comprise at least two distinctly different kinds of computer-readable media: computer storage media (devices) and transmission media.


Computer storage media (devices) includes RAM, ROM, EEPROM, CD-ROM, solid state drives (“SSDs”) (e.g., based on RAM), Flash memory, phase-change memory (“PCM”), other types of memory, other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium, which can be used to store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.


An implementation of the devices, systems, and methods disclosed herein may communicate over a computer network. A “network” is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules and/or other electronic devices. When information is transferred or provided over a network or another communications connection (either hardwired, wireless, or a combination of hardwired or wireless) to a computer, the computer properly views the connection as a transmission medium. Transmissions media can include a network and/or data links, which can be used to carry desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer. Combinations of the above should also be included within the scope of computer-readable media.


Computer-executable instructions comprise, for example, instructions and data which, when executed at a processor, cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions. The computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code. Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the described features or acts described above. Rather, the described features and acts are disclosed as example forms of implementing the claims.


Those skilled in the art will appreciate that the disclosure may be practiced in network computing environments with many types of computer system configurations, including, an in-dash vehicle computer, personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, tablets, pagers, routers, switches, various storage devices, and the like. The disclosure may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks. In a distributed system environment, program modules may be located in both local and remote memory storage devices.


Further, where appropriate, functions described herein can be performed in one or more of: hardware, software, firmware, digital components, or analog components. For example, one or more application specific integrated circuits (ASICs) can be programmed to carry out one or more of the systems and procedures described herein. Certain terms are used throughout the description and claims to refer to particular system components. The terms “modules” and “components” are used in the names of certain components to reflect their implementation independence in software, hardware, circuitry, sensors, or the like. As one skilled in the art will appreciate, components may be referred to by different names. This document does not intend to distinguish between components that differ in name, but not function.


It should be noted that the sensor embodiments discussed above may comprise computer hardware, software, firmware, or any combination thereof to perform at least a portion of their functions. For example, a sensor may include computer code configured to be executed in one or more processors, and may include hardware logic/electrical circuitry controlled by the computer code. These example devices are provided herein purposes of illustration, and are not intended to be limiting. Embodiments of the present disclosure may be implemented in further types of devices, as would be known to persons skilled in the relevant art(s).


At least some embodiments of the disclosure have been directed to computer program products comprising such logic (e.g., in the form of software) stored on any computer useable medium. Such software, when executed in one or more data processing devices, causes a device to operate as described herein.


While various embodiments of the present disclosure have been described above, it should be understood that they have been presented by way of example only, and not limitation. It will be apparent to persons skilled in the relevant art that various changes in form and detail can be made therein without departing from the spirit and scope of the disclosure. Thus, the breadth and scope of the present disclosure should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents. The foregoing description has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the disclosure to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. Further, it should be noted that any or all of the aforementioned alternate implementations may be used in any combination desired to form additional hybrid implementations of the disclosure.


Further, although specific implementations of the disclosure have been described and illustrated, the disclosure is not to be limited to the specific forms or arrangements of parts so described and illustrated. The scope of the disclosure is to be defined by the claims appended hereto, any future claims submitted here and in different applications, and their equivalents.

Claims
  • 1. A method comprising: determining, using one or more neural networks, an output for a first sensor frame indicating a presence of an object or feature;feeding the output for the first sensor frame forward as an input for processing a second sensor frame; anddetermining an output for the second sensor frame indicating a presence of an object or feature based on the output for the first sensor frame.
  • 2. The method of claim 1, wherein feeding the output for the first sensor frame forward comprises feeding forward using a recurrent connection between an output layer and one or more layers of the one or more neural networks.
  • 3. The method of claim 1, wherein the one or more neural networks comprise a neural network comprising an input layer, one or more hidden layers, and a classification layer, wherein feeding the output for the first sensor frame forward comprises feeding an output of the classification layer into one or more of the input layer or a hidden layer of the one or more hidden layers during processing of the second sensor frame.
  • 4. The method of claim 1, wherein determining the output for the first sensor frame and second sensor frame comprises determining an output for a plurality of sub-regions of the first sensor frame and the second sensor frame, wherein the output for the plurality of sub-regions of the first sensor frame are fed forward as input for determining the output for the plurality of sub-regions of the second sensor frame.
  • 5. The method of claim 1, wherein determining the output for the plurality of sub-regions of the first sensor frame and the second sensor frame comprises determining outputs for varying size sub-regions of the sensor frames to detect different sized features or objects.
  • 6. The method of claim 1, wherein the output for the output for the first sensor frame and second sensor frame each comprise one or more of: an indication of a type of object or feature detected; or an indication of a location of the object or feature.
  • 7. The method of claim 1, further comprising determining a driving maneuver based on a detected object or feature.
  • 8. The method of claim 1, further comprising training the one or more neural networks to generate output based on data for a later sensor frame using an output from an earlier frame.
  • 9. A system comprising: sensor component configured to obtain a plurality of sensor frames, wherein the plurality of sensor frames comprise a series of sensor frames captured over time; anda detection component configured to detect objects or features within a sensor frame using a neural network, wherein the neural network comprises a recurrent connection that feeds forward an indication of an object detected in a first sensor frame into one or more layers of the neural network for a second, later sensor frame.
  • 10. The system of claim 9, wherein the neural network comprises an input layer, one or more hidden layers, and a classification layer, wherein the recurrent connection feeds an output of the classification layer into one or more of the input layer or a hidden layer of the one or more hidden layers during processing of the second sensor frame.
  • 11. The system of claim 9, wherein the detection component determines an output for a plurality of sub-regions of the first sensor frame and the second sensor frame using the neural network, wherein the output for the plurality of sub-regions of the first sensor frame are fed forward using a plurality of recurrent connections comprising the recurrent connection as input for determining the output for the plurality of sub-regions of the second sensor frame.
  • 12. The system of claim 11, wherein the detection component determines the output for the plurality of sub-regions of the first sensor frame and the second sensor frame by determining outputs for varying size sub-regions of the sensor frames to detect different sized features or objects.
  • 13. The system of claim 9, wherein the detection component determines, using the neural network, one or more of: an indication of a type of object or feature detected; oran indication of a location of the object or feature.
  • 14. Computer readable storage media storing instructions that, when executed by one or more processors, cause the one or more processors to: obtain a plurality of sensor frames, wherein the plurality of sensor frames comprise a series of sensor frames captured over time; anddetect objects or features within a sensor frame using a neural network, wherein the neural network comprises a recurrent connection that feeds forward an indication of an object detected in a first sensor frame into one or more layers of the neural network for a second, later sensor frame.
  • 15. The computer readable storage media of claim 14, wherein the neural network comprises an input layer, one or more hidden layers, and a classification layer, wherein the recurrent connection feeds an output of the classification layer into one or more of the input layer or a hidden layer of the one or more hidden layers during processing of the second sensor frame.
  • 16. The computer readable storage media of claim 14, wherein the instructions cause the one or more processors to determine an output for a plurality of sub-regions of the first sensor frame and the second sensor frame using the neural network, wherein the output for the plurality of sub-regions of the first sensor frame are fed forward using a plurality of recurrent connections comprising the recurrent connection as input for determining the output for the plurality of sub-regions of the second sensor frame.
  • 17. The computer readable storage media of claim 16, wherein the instructions cause the one or more processors to determines the output for the plurality of sub-regions of the first sensor frame and the second sensor frame by determining outputs for varying size sub-regions of the sensor frames to detect different sized features or objects.
  • 18. The computer readable storage media of claim 14, wherein the instructions cause the one or more processors to output one or more of: an indication of a type of object or feature detected; oran indication of a location of the object or feature.
  • 19. The computer readable storage media of claim 14, wherein the instructions further cause the one or more processors to determine a driving maneuver based on a detected object or feature.
  • 20. The computer readable storage media of claim 14, wherein the first sensor frame and the second, later sensor frame comprises one or more of image data, LIDAR data, radar data, and infrared image data.