Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
PARAMETRIC TOP-VIEW REPRESENTATION OF COMPLEX ROAD SCENES
Document Type and Number:
WIPO Patent Application WO/2021/097229
Kind Code:
A1
Abstract:
Systems and methods are provided for producing a road layout model. The method includes capturing (210) digital images having a perspective view, converting (220) each of the digital images into top-down images, and conveying (411) a top-down image of time t to a neural network that performs a feature transform to form a feature map of time t. The method also includes transferring (438) the feature map of the top-down image of time t to a feature transform module to warp the feature map to a time t+1, and conveying (412) a top-down image of time t+1 to form a feature map of time t+1. The method also includes combining (442) the warped feature map of time t with the feature map of time t+1 to form a combined feature map, transferring (452) the combined feature map to a long short-term memory (LSTM) module to generate the road layout model, and displaying the road layout model.

Inventors:
LIU BUYU (US)
ZHUANG BINGBING (US)
SCHULTER SAMUEL (US)
CHANDRAKER MANMOHAN (US)
Application Number:
PCT/US2020/060442
Publication Date:
May 20, 2021
Filing Date:
November 13, 2020
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
NEC LAB AMERICA INC (US)
International Classes:
G06T3/00; G06T7/11; G06V10/48
Foreign References:
US20190138814A12019-05-09
US20190095731A12019-03-28
US20190228266A12019-07-25
US20190258878A12019-08-22
US20180308237A12018-10-25
Attorney, Agent or Firm:
BITETTO, James, J. (US)
Download PDF:
Claims:
WHAT IS CLAIMED IS: 1. A method for producing a road layout model, comprising: capturing (210) a plurality of sequential digital images using a video camera, wherein the digital images are of a perspective view; converting (220) each of the plurality of sequential digital images into a top-down view image using a processor; conveying (411) a top-down view image of time t to a neural network that performs a feature transform on the top-down view image of time t to form a feature map of time t; transferring (438) the feature map of the top-down view image of time t to a feature transform module configured to warp the feature map of time t to a time t+1; conveying (412) a top-down view image of time t+1 to the neural network that performs a feature transform on the top-down view image of time t+1 to form a feature map of time t+1; combining (442) the warped feature map of time t with the feature map of time t+1 to form a combined feature map; transferring (452) the combined feature map to a long short-term memory (LSTM) module to generate the road layout model; and displaying the road layout model to a user. 2. The method as recited in claim 1, wherein the road layout model is displayed to a user in a vehicle to make driving decisions in real time. 3. The method as recited in claim 1, wherein the feature maps are combined using a simple weighted summation, fcom(Ft, gftm(Ft−1)) = α · Ft + (1 − α) · gftm(Ft−1), where fcom is a neural network for a composition of frames, gftm is a feature transform that converts features, Ft−1, where α is a scalar or a matrix, α ∈ Rhf ×wf, where Ft−1 is a feature map at time t- 1 and Ft is a feature map at time t. 4. The method as recited in claim 1, further comprising converting the combined feature map into a 1-dimensional feature vector for each frame before transferring the 1- dimensional feature vector to the long short-term memory (LSTM) module. 5. The method as recited in claim 1, wherein each of the plurality of sequential digital images is converted into a plurality of top-down view images by back-projecting all road pixels into a 3D point cloud and projecting all 3D points onto an x-y plane. 6. The method as recited in claim 1, further comprising conveying an output from the long short-term memory (LSTM) module into a multi-layer perceptron (MLP). 7. A processing system (700) for producing a road layout model, comprising: one or more processor devices (604, 605); a memory (750) in communication with at least one of the one or more processor devices; and a display screen (662); wherein the processing system includes a graphical modeler(710) configured to receive as input a plurality of sequential digital images, wherein the digital images are of a perspective view, convert (220) each of the plurality of sequential digital images into a top- down view image using a processor, convey (411) a top-down view image of time t to a neural network that performs a feature transform on the top-down view image of time t to form a feature map of time t, and convey (412) a top-down view image of time t+1 to the neural network that performs a feature transform on the top-down view image of time t+1 to form a feature map of time t+1; a feature transform module (720) configured to receive the feature map of the top- down view image of time t and warp the feature map of time t to a time t+1; a combiner (730) configured to combine the warped feature map of time t with the feature map of time t+1 to form a combined feature map; a long short-term memory (LSTM) module (740) configured to receive the combined feature map and to generate the road layout model; and the processor device is configured to transmit the road layout model to the display screen (662) for presentation to a user. 8. The processing system as recited in claim 7, wherein the road layout model is displayed to a user in a vehicle to make driving decisions in real time. 9. The processing system as recited in claim 7, wherein the feature maps are combined using a simple weighted summation, fcom(Ft, gftm(Ft−1)) = α · Ft + (1 − α) · gftm(Ft−1), where fcom is a neural network for a composition of frames, gftm is a feature transform that converts features, Ft−1, where α is a scalar or a matrix, α ∈ Rhf ×wf, where Ft−1 is a feature map at time t-1 and Ft is a feature map at time t.. 10. The processing system as recited in claim 7, further comprising converting the combined feature map into a 1-dimensional feature vector for each frame before transferring the 1-dimensional feature vector to the long short-term memory (LSTM) module.

11. The processing system as recited in claim 7, wherein each of the plurality of sequential digital images is converted into a top-down view image by back-projecting all road pixels into a 3D point cloud and projecting all 3D points onto an x-y plane.

12. The processing system as recited in claim 7, further comprising conveying an output from the long short-term memory (LSTM) module into a multi-layer perceptron

(MLP).

13. A non-transitory computer readable storage medium comprising a computer readable program for producing a road layout model, wherein the computer readable program when executed on a computer causes the computer to perform the steps of: capturing (210) a plurality of sequential digital images using a video camera, wherein the digital images are of a perspective view; converting (220) each of the plurality of sequential digital images to a top-down view image using a processor; conveying (411) a top-down view image of time t to a neural network that performs a feature transform on the top-down view image of time t to form a feature map of time t; transferring (438) the feature map of the top-down view image of time t into a feature transform module configured to warp the feature map of time t to a time t+1; conveying (412) a top-down view image of time t+1 to the neural network that performs a feature transform on the top-down view image of time t+1 to form a feature map of time t+1; combining (442) the warped feature map of time t with the feature map of time t+1 to form a combined feature map; transferring (452) the combined feature map to a long short-term memory (LSTM) module to generate the road layout model; and displaying the road layout model to a user. 14. The computer readable program as recited in claim 13, wherein the road layout model is displayed to a user in a vehicle to make driving decisions in real time. 15. The computer readable program as recited in claim 13, wherein the feature maps are combined using a simple weighted summation, fcom(Ft, gftm(Ft−1)) = α · Ft + (1 − α) · gftm(Ft−1), where fcom is a neural network for a composition of frames, gftm is a feature transform that converts features, Ft−1, where α is a scalar or a matrix, α ∈ Rhf ×wf, where Ft−1 is a feature map at time t-1 and Ft is a feature map at time t.. 16. The computer readable program as recited in claim 13, further comprising converting the combined feature map into a 1-dimensional feature vector for each frame before transferring the 1-dimensional feature vector to the long short-term memory (LSTM) module. 17. The computer readable program as recited in claim 13, wherein each of the plurality of sequential digital images is converted into a top-down view image by back- projecting all road pixels into a 3D point cloud and projecting all 3D points onto an x-y plane. 18. The computer readable program as recited in claim 13, further comprising conveying an output from the long short-term memory (LSTM) module into a multi-layer perceptron (MLP).

Description:
PARAMETRIC TOP- VIEW REPRESENTATION OF COMPLEX ROAD SCENES

RELATED APPLICATION INFORMATION

[0001] This application claims priority to U.S. Non-Provisional Patent Application No. 17/096,111, filed on November 12, 2020, and Provisional Application No. 62/935,319, filed on November 14, 2019, wherein each is incorporated herein by reference in its entirety.

BACKGROUND

Technical Field

[0002] The present invention relates to systems and methods for generating parametric top- view representation of road scenes and more particularly to systems and methods of capturing and converting perspective video frames into a top-down view of complex road scenes.

Description of the Related Art

[0003] Semantic segmentation refers to the process of linking each pixel in an image to a class label. These labels can identify a person, car, tree, lamp, mailbox, etc. Semantic segmentation can be considered image classification at a pixel level. Instance segmentation can label the separate instances of a plurality of the same object that appears in an image, for example, to count the number of objects. Semantic segmentation and instance segmentation can allow models to understand the context of an environment. The deficiency of segmentation labels is one of the main obstacles to semantic segmentation in the wild.

[0004] Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) architecture that has feedback connections. SUMMARY

[0005] According to an aspect of the present invention, a method is provided for producing a road layout model. The method includes capturing a plurality of sequential digital images using a video camera, wherein the digital images are of a perspective view. The method also includes converting each of the plurality of sequential digital images into a top-down view image using a processor, and conveying a top-down view image of time t to a neural network that performs a feature transform on the top-down view image of time t to form a feature map of time t. The method also includes transferring the feature map of the top-down view image of time t to a feature transform module configured to warp the feature map of time t to a time t+1, and conveying a top-down view image of time t+1 to the neural network that performs a feature transform on the top-down view image of time t+1 to form a feature map of time t+1. The method also includes combining the warped feature map of time t with the feature map of time t+1 to form a combined feature map, and transferring the combined feature map to a long short-term memory (LSTM) module to generate the road layout model. The method also includes displaying the road layout model to a user.

[0006] According to another aspect of the present invention, a system is provided for producing a road layout model. The system includes, one or more processor devices; a memory in communication with at least one of the one or more processor devices; and a display screen; wherein the processing system includes a graphical modeler configured to receive as input a plurality of sequential digital images, wherein the digital images are of a perspective view, convert each of the plurality of sequential digital images into a top-down view image using a processor, convey a top-down view image of time t to a neural network that performs a feature transform on the top-down view image of time t to form a feature map of time t, and convey a top-down view image of time t+1 to the neural network that performs a feature transform on the top-down view image of time t+1 to form a feature map of time t+1; a feature transform module configured to receive the feature map of the top-down view image of time t and warp the feature map of time t to a time t+1; a combiner configured to combine the warped feature map of time t with the feature map of time t+1 to form a combined feature map; a long shortterm memory (LSTM) module configured to receive the combined feature map and to generate the road layout model; and the processor device is configured to transmit the road layout model to the display screen for presentation to a user.

[0007] According to another aspect of the present invention, a non-transitory computer readable storage medium comprising a computer readable program for producing a road layout mode is provided. The computer readable program causes the computer to perform the steps of: capturing a plurality of sequential digital images using a video camera, wherein the digital images are of a perspective view; converting each of the plurality of sequential digital images into a top-down view image using a processor; conveying a top-down view image of time t to a neural network that performs a feature transform on the top-down view image of time t to form a feature map of time t; transferring the feature map of the top-down view image of time t to a feature transform module configured to warp the feature map of time t to a time t+1; conveying a top-down view image of time t+1 to the neural network that performs a feature transform on the top-down view image of time t+1 to form a feature map of time t+1; combining the warped feature map of time t with the feature map of time t+1 to form a combined feature map; transferring the combined feature map to a long short-term memory (LSTM) module to generate the road layout model; and displaying the road layout model to a user.

[0008] These and other features and advantages will become apparent from the following detailed description of illustrative embodiments thereof, which is to be read in connection with the accompanying drawings. BRIEF DESCRIPTION OF DRAWINGS

[0009] The disclosure will provide details in the following description of preferred embodiments with reference to the following figures wherein:

[0010] FIG. 1 is a diagram illustrating a road in a perspective view, in accordance with an embodiment of the present invention;

[0011] FIG. 2 is a block/flow diagram illustrating a system/method for converting a perspective image of a scene to a top view model, in accordance with an embodiment of the present invention;

[0012] FIG. 3 is an estimation and rendition of the roadway illustrated in FIG. 1 showing features captured from the perspective road view in a top-down view, in accordance with an embodiment of the present invention;

[0013] FIG. 4 is a flow diagram illustrating a system/method for modeling and predicting the layout of a driving scene as a top-down view (bird’s eye view), in accordance with an embodiment of the present invention;

[0014] FIG. 5 is a diagram illustrating a final prediction of a modeled road in a top-down view, in accordance with an embodiment of the present invention;

[0015] FIG. 6 is an exemplary processing system 600 to which the present methods and systems may be applied, in accordance with an embodiment of the present invention;

[0016] FIG. 7 is an exemplary processing system 700 configured to implement one or more neural networks for modeling road layouts, in accordance with an embodiment of the present invention; and

[0017] FIG. 8 is a block diagram illustratively depicting an exemplary neural network in accordance with another embodiment of the present invention. DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS

[0018] In accordance with embodiments of the present invention, systems and methods are provided for 3D road scene understanding in videos through a holistic consideration of local, global, and consistency cues, where given a video sequence, the road layout of each frame can be predicted both accurately and coherently. Videos can provide the opportunity to exploit more cues such as temporal coherence, dynamics, and context. Deep learning-based perception systems can provide pixel accurate semantic segmentation and (monocular) depth estimation in the perspective view of a scene. Semantic segmentation involves Image Classification to recognize objects and existing properties in an image; and Image Segmentation, where exactly what is in the image can be recognize and understood at a pixel level view. In semantic segmentation annotated images, each pixel in an image belongs to and is associated with a single class, as opposed to object detection where the bounding boxes of objects can overlap over each other.

[0019] In various embodiments, the layout of complex road scenes can be inferred from video sequences. Embodiments of the present invention relate to inferring the layout of complex road scenes utilizing images captured by a single camera as input. Interpretable attributes of the layout of complex road scenes can be interpreted from the single camera view. Attributes of road scenes can include, for example, the topology of the road, the number of lanes, on-coming traffic, sidewalks, crosswalks, and the distances to scene elements. In various embodiments, the attributes can be grouped into categories of Lanes, Topology, Walkable, etc. [0020] In various embodiments, a top-view road attribute prediction problem can be formulated and a road layout can be predicted from each frame of video both accurately and consistently using a parameterized model of road layouts in a top-view representation. A deep neural network can be trained to infer a scene model’s parameters. The top-view representations can be formulated for road segments that can be straight or curved portions of a roadway.

[0021] In various embodiments, camera motion in videos of the roadway can be utilized, and context information can be incorporated by introducing road participants, e.g. objects, into the model. The model can also encode both local (i.e., individual frames (past)) and global (i.e., entire video (future)) information from past and future frames and cues. In various embodiments, the model incorporates context cues and/or long-term information. Context cues can be used in scene attribute prediction in the top-view. Such cues can be represented and obtained with 3D object detection and can provide useful priors and constraints for layout estimation in the top-view. Object information can be obtained by applying 3D object localization methods on each frame, and can be incorporated into model input. A “prior” refers to a prior probability distribution.

[0022] In accordance with embodiments of the present invention, systems and methods including at least one recurrent neural network (RNN), for example, Long Short-Term Memory (LSTM), which can not only process single data points (such as individual images), but also entire sequences of data, such as a video, and at least one Feature Transform Module (FTM), which can take the camera motion into consideration when aggregating information along videos are provided. Introducing LSTM and FTM improves the prediction accuracy and consistency in videos, which can outperform the state of the art by a large margin. LSTMs can implicitly enforce the prediction consistency without the explicit knowledge of motion, and the Feature Transform Module (FTM) can warp features with regards to camera motion and aggregate them between consecutive frames.

[0023] In accordance with embodiments of the present invention, systems and methods for a neural network structure that can enforce temporal smoothness in videos is provided. By explicitly and implicitly encoding temporal smoothness constraints, the proposed neural network can improve the prediction accuracy and consistency. The Feature Transform Module (FTM) can explicitly aggregate information with reference to estimated camera motion and encourages consistency on the feature level. Information obtained locally from individual frames can be combined with the information obtained globally from entire video sequences. Unlike prior methods that estimate flow in the perspective view of the scene, The Feature Transform Module (FTM) and Long Short-Term Memory (LSTM) modules work in the top- view space.

[0024] In various embodiments, a deep learning framework can leverage training data from both domains, real and simulated, to infer the parameters of a scene model. A conditional random field (CRF) can enforce coherence between related parameters of the scene model and encourage temporal smoothness for video inputs. OpenStreetMaps can be used for training data, and to gather ground truth (referring to information provided by direct observation (i.e. empirical evidence)) for an RGB image. A combination of manual annotation and simulation can be used for training. For sequential data, many attributes may stay constant over a long period of time.

[0025] In various embodiments, the modeling can be applicable to both offline (after a multi- frame video sequence has been captured) and online (as a video sequence is being captured; occurring in real time) scene understanding in videos. Applications like forensic analysis of traffic scenes and driver behavior studies using commodity cameras are examples where road layout estimation is used with the entire videos available.

[0026] Referring now in detail to the figures in which like numerals represent the same or similar elements and initially to FIG. 1, a high-level system/method a diagram illustrating a road in a perspective view is shown, in accordance with an embodiment of the present invention. [0027] Understanding complex layouts of the 3D world can be a part of applications for robot navigation, driver assistance systems, and autonomous driving. Models can also be used for accident recreation and insurance investigations. Applications like forensic analysis of traffic scenes and driver behavior studies using commodity cameras are examples where road layout estimation is required, and entire video(s) can be available.

[0028] In various embodiments, a sequence of images 101, 102, 103, 104 of a roadway 110 can be captured as a video, where the images 101, 102, 103, 104 can be a perspective view of a roadway 110. The images can be captured, for example, from another vehicle on the roadway 110 mounting a forward-looking video camera, where the video camera may be traveling with the associated vehicle along a predetermined direction on the roadway. The model can compensate for the relative motion of the camera.

[0029] In various embodiments, the features of and along the roadway can include, but not be limited to, lane markings/dividers 112, left side and/or right side intersecting roadways 115, vehicles 120 (e.g., cars, trucks, busses, etc.) traveling on the roadway 110 and/or on intersecting roadways 115, shoulders and/or sidewalks 130 along the edge(s) of the roadway 110, crosswalks 135, and traffic signs 140.

[0030] In various embodiments, the model can describe road scenes in a semantic top-view representation, where the camera can be at a position towards the bottom center in each frame, and capture perspective views of the roadway 110. All features in the images captured by the camera can be located relative to the camera position, “Z”. A “main road”, where the camera is facing, can be differentiated from “side road(s)s” within the camera view, that branch from the main road. The main road can be defined by a set of lanes, one- or two-way traffic, delimiters, shoulders, and sidewalks. Identifying and modeling one or two side roads (one on the left and one on the right of the main road) along with distances to each one of them can provide the flexibility to model both 3 -way and 4- way intersections. An additional attribute can determine whether the main road ends after the intersection, which yields a T-inter section. All roads may consist of at least one lane having a width, and intersections can be a joining of the main road with one or more side roads. Optional delimiters (e.g., shoulders, bike lanes, curbs, island, etc.) next to the outer most lanes can separate the road proper from a sidewalk or unpaved, open ground.

[0031] In various embodiments, crosswalks 135 can be modeled at all potential intersections and side roads 115. The width(s) of crosswalks 135 can be modeled as a parameter. The existence of a crosswalk 135 or side road 115 would be a binary attribute, which can be easy to annotate, however, annotating the exact width of a crosswalk or side road can require the knowledge of scene geometry, which can be more difficult when only a perspective RGB image is available.

[0032] In various embodiments, the parametric representation of the perspective view of the roadway can include a set of parameters, Θ, grouped into different types. In various embodiments, three different types of scene attributes/variables can include, for example, M b = 14 binary variables Θ b , M m = 2 multi-class variables Θ m , and M c = 22 continuous variables Θ c ., where M is the scalar value of the number of parameters/variables (e.g., M b = 14, M m = 2, M c = 22), Θ represents the parameters/variables, b indicates binary values, m indicates multiclass values, and c indicates continuous values for the associated variable(s). These parameters/variables can represent a large variety of road scene layouts. Denoting the scene model parameters Θ = {Θ b , Θ m , Θ c ], then parameter Θ t can be predicted, where Θ t is the scene parameters of the t-th frame of a video, coherently and accurately for all t ∈ { 1, . . . , T], where T is the number of frames in a video. The underlying feature representation can be augmented and temporal information from videos can be aggregated for more temporally consistent and robust predictions.

[0033] A list of model parameters can include, but not be limited to, [0034] Binary Parameters/Variables:

[0035] B1 — Is the main road curved? (Yes/No);

[0036] B2 — Is the main road a one-way? (Yes/No);

[0037] B3 — Does the main road have a delimiter? (Yes/No);

[0038] B4 — Is there a delimiter between the road and side walks? (Yes/No);

[0039] B5 — Does a sidewalk exist on the left of the main road? (Yes/No);

[0040] B6 — Does a sidewalk exist on the right of the main road? (Yes/No);

[0041] B7 — Does a crosswalk exist before the intersection? (Yes/No);

[0042] B8 — Does a crosswalk exist after the intersection? (Yes/No);

[0043] B9 — Does a crosswalk exist on the left side road of the intersection? (Yes/No);

[0044] B10 — Does a crosswalk exist on right side road of the intersection? (Yes/No);

[0045] B11 — Does a crosswalk exist on the main road w/o intersection? (Yes/No);

[0046] B12 — Does a left side road exist? (Yes/No);

[0047] B13 — Does a right side road exist? (Yes/No);

[0048] B14 — Does the main road end after the side roads (T-intersection)? (Yes/No); [0049] Multi-Class Parameters/Variables:

[0050] M1 — Number of lanes on the left of the ego-lane? (value) (e.g., maximum 6); [0051] M2 — Number of lanes on the right of the ego-lane? (value) (e.g., maximum 6); [0052] Continuous Parameters/Variables:

[0053] C1 — Rotation angle of the main road (e.g., when car makes a turn)? (value); [0054] C2 — Width of the right side road (when present)? (value);

[0055] C3 — Width of the left side road (when present)? (value);

[0056] C4 — Width of a delimiter on the main road (when present)? (value);

[0057] C5 — Distance to right side street (when present)? (value);

[0058] C6 — Distance to left side street (when present)? (value); [0059] C7 — Distance to crosswalk on the main road without intersections? (value);

[0060] C8 — Width of delimiter between main road and sidewalk? (value);

[0061] C9 — Curve radius of the main road ? (value);

[0062] C10-22 - Width of each lane present? (value for each (e.g., feet ( ’ , ft))).

[0063] Ego-lane or host lane are names given to the lane where the vehicle and camera are positioned.

[0064] FIG. 2 is a block/flow diagram illustrating a system/method for converting a perspective image of a scene to a top view model, in accordance with an embodiment of the present invention.

[0065] In one or more embodiments, a system/method 200 for converting a perspective image of a scene to a top view model is provided.

[0066] At block 210, the perception of a road scene involves capturing a perspective image using a camera (e.g., a digital video camera), where the image(s) can be made up of an array (i.e., row and column) of pixels that can be analyzed pixel by pixel. In various embodiments, a plurality of images can be captured in sequence as a video, where the images are digital images made up of row by column pixels. The digital images can be captured and recorded by a digital camera. The cameral can be mounted forward-facing in a vehicle.

[0067] In various embodiments, given a perspective image, x, that captures a 3D scene (e.g., a roadway), a rich and interpretable scene description, which represents the scene in an occlusion-reasoned semantic top-view can be predicted. Parameters, of the model can describe various scene attributes, like the number and width of lanes, the existence of, and distance to, various types of intersections, and crosswalks and sidewalks. Explicit modeling of such parameters can be beneficial for higher-level modeling and decision making, as it provides a tangible interface to the real world that a user can use to make decisions. In various embodiments, the scene model can be fully parameterized, where the scene representation is fully described by a fixed set of parameters; and the scene model can be inferred from a single camera input with a combination of deep neural networks (DNN) and a graphical model (GM). With a fully parameterized scene model, an entire scene can be represented with a/the predefined attributes/parameters, such as number of lanes, whether there exist side-road and the distance to side-road, etc. Given some combinations of these parameters, one can recover the original scene.

[0068] In comparison, a partially parameterized scene model could be a road segmentation with a parameterized modeling of the lanes only, without sidewalks, crosswalks, etc. The road segmentation can be non-parametric in a sense that it is just an image with some pixels detected as the road and other pixels identified as non-road, but it is difficult to change the width of the road, when there is no parameter for “width-of-road”. It would be unclear what pixels in such a segmentation would need to be modified to change the width of the road for a model. If a scene is partially parametrized, then some useful/meaningful components in the scene could be missed.

[0069] At block 215, the captured image(s) can be analyzed using a deep learning-based perception systems that can provide pixel accurate semantic segmentation, where scene parsing can provide an understanding of the captured scene, and predict a label, location, and shape for each element in an image. Semantic segmentation can be accomplished using deep neural networks (e.g., fully convolutional neural networks) to annotate each pixel in an image as belonging to a single class/object, where the semantic segmentation can be applied in/to the perspective view. With semantic segmentation, the objects in the annotated images would not overlap each other. The identified and annotated object can be shaded with a specific color to differentiate that object from other adjacent/adjoining objects. Each object in an image can be segmented by clustering the pixels into their ground truth classes. Conditional random field (CRF) can be used for post processing to refine the segmentation result. [0070] At block 218, the location of objects within each image relative to each other can be identified using depth prediction/estimation.

[0071] In various embodiments, structure from motion (SfM) and/or multiple view stereo (MVS) can be utilized to obtain a dense 3D reconstruction of the road scene from the video sequence. The multi-view geometric constraints encoded in such methods can aggregate the temporal information from multiple frames, thus permitting a more coherent scene representation as compared to individual views. This allows a better model input to be build, which is of better representation power and smoother, which boosts the prediction accuracy as well as coherence. SfM can provide full/dense 3D reconstruction, thereby including depth. [0072] Given a monocular video sequence capturing a road in the perspective view, a coherent yet accurate road layout estimation in the form of a top-view (i.e., top-down view, bird’s-eye- view) can be obtained for each of the frames of the video, where the frames can be sequential. Scene understanding for outdoor scenarios is less constrained, and thus can be more challenging than for indoor scenes, which can have strong priors, e.g. Manhattan world assumption. Scene understanding in videos also involves consistent predictions between consecutive frames of the video.

[0073] In various embodiments, a convolutional neural network (CNN) can predict dense depth, where for each pixel in perspective image space, a depth value is provided for it. Such depth value(s) represent the predicted absolute depth of this pixel in real world, e.g. 10.5 meters from the point in the image represented by this pixel in real world to camera. The CNN can take as input a perspective image with occluded regions (corresponding to foreground objects) masked out, and estimate the segmentation labels and depth values over the entire image. The CNN can be trained without additional human annotations for occluded regions. A depth map can then be used to map the semantic segmentation of each pixel into a top-down (bird’s eye) view. [0074] The pixels far away from the camera can be unobserved due to limited image resolution or due to imperfect depth estimation. Since there is no correspondence between actual images and simulated data, an adversarial loss can be employed for teaching the neural network (e.g., convolutional neural network (CNN)) a generative aspect about road layouts. [0075] In various embodiments, given the semantic segmentation, a mask of foreground pixels can be defined, where a pixel in the mask is 1 if and only if the segmentation at that pixel belongs to any of the foreground classes. Otherwise, the pixel in the mask is 0. In order to inform the CNN about which pixels have to be in-painted, we apply the mask on the input RGB image and define each pixel in the masked input.

[0076] At block 220, a top view representation of a road can be generated. A top-view image of the road can be generated by (1) back-projecting all the road pixels into a 3D point cloud and (2) projecting all the 3D points onto the x-y plane. This mapping can be used to transfer the semantic class probability distribution of each pixel from perspective-view into top-view (bird’s eye view (“bev”)), and is referred to as bev and denote as , where C is the number of semantic classes, and in various embodiments H = 128 and W = 64 pixels, for example, which can relate to 60x30 meters in the point cloud in a non-limiting exemplary embodiment.

[0077] In various embodiments, given a single perspective image as input, a corresponding per-pixel semantic segmentation on background classes as well as dense depth map can be obtained. Combined with the intrinsic camera parameters, each coordinate of the perspective view can be mapped into the 3D space.

[0078] An image representation based on objects can be used for a high-level visual recognition tasks for scenes containing multiple objects. A large number of object detectors can be scanned across an image at different scales to generate a response map of an image. Existing 3D object detectors can be applied to the video frames and the detection results mapped into top-view. In various embodiments, one or more 3D detector(s) can be trained and be applied to each frame in a video sequence. Any existing 3D object/car detectors could also be applied in practice.

[0079] In various embodiments, context cues can provide useful priors and constraints for layout estimation in the top view. Traffic participants, i.e. vehicles, are commonly present in driving scenarios and can be used for layout estimation, e.g. side-faced cars are informative in terms of predicting the existence of and/or the distance to a side-road. If it is observed that some side-faced cars are X meters away, it is very likely that it is where the side-road lies. A prior probability distribution, referred to as a “prior,” of an uncertain quantity is the probability distribution that would express one's beliefs about this quantity before some evidence is taken into account. Context information can be incorporated in top-view space, which is represented by object-level cues. The contextual information, such as exploiting traffic participants (cars) in top-view map are explored. In addition, the top-view images (or semantics) can include both short-range information (i.e., information from the current frame) and long-range information (i.e., cues obtained with SfM results from an entire video sequence), when a video sequence has been previously recorded (e.g., for insurance company or accident review).

[0080] In various embodiments, two decoders can be put on fused feature representation(s) for predicting semantic segmentation and the depth map of an occlusion-free scene. Given the depth map and the intrinsic camera parameters, each coordinate of the perspective view can be mapped into the 3D space. The z-coordinate (height axis) can be dropped for each 3D point, and assign x and y coordinates to the closest integer, which gives us a mapping into bird’s eye view (bev) representation. Each pixel can be mapped to some geometrically meaningful top- view space. We use this mapping to transfer the class probability distribution of each pixel in the perspective view into the bird’s eye view. For all points that are mapped to the same pixel in the top view, the corresponding class distribution can be averaged. Some pixels in a first occlusion-reasoned semantic representation in the bird’s eye view may not be assigned any class probability, especially those far from the camera due to image foreshortening in the perspective view. Imperfect depth prediction is also an issue because it may assign a well classified pixel in the perspective view a wrong depth value, which can put the point into a wrong location in the top-view. A refinement CNN can take the first occlusion-reasoned semantic representation in the bird’s eye view and predict the final occlusion-reasoned semantic representation in the bird’s eye view.

[0081] In one or more embodiments, a geometrically and semantically consistent spatial layout can be estimated even in regions hidden behind foreground objects, like cars or pedestrians, without requiring human annotation for occluded pixels or the top-view itself. [0082] In various embodiments, given simulated data with accurate and complete annotations, as well as real images with potentially noisy and incomplete annotations, a hybrid training procedure leveraging both sources of information can be utilized. A scene model allows efficient sampling and enables the generation of large-scale simulated data with accurate and complete annotations.

[0083] At block 225, occlusion reasoning can be applied when the input is an entire sequence of video frames, the artifacts and occlusions in an individual frame can be addressed by generating a more complete 3D reconstruction as well as the subsequent bev from sequential video frames. SfM and MVS algorithms, for example, from COLMAP, as well as semantic segmentation in the 2D image can be used to generate the top-view map (denoted as bev-col ) from the video frames. A simple winner-take-all strategy can be applied to determine the final semantic label for each point. The 3D semantic segmentation allows the 3D points for the road part to be extracted, to which a 2D plane can be fitted. The bev-col (in reference to bev maps generated by COLMAP algorithms) can be generated by cropping a rectangular box on the 2D road plane according to the camera pose and our pre-defined top-view image size and resolution; the 3D points on the plane are converted into the pixels in the image.

[0084] A sideroad that is far away or occluded can be difficult to noticed in a bev generated from an individual video frame, due to the lack of observations in perspective view. In contrast, bev-col generated with global information (e.g., sequential frames) is able to recover the sideroad properly as long as there are observations in subsequent frame of the video of the previously occluded area. Local (e.g., single frame) and global (e.g., multiple frame) cues can be mutually informative. The bev-col can be overlayed on top of bev to fuse them together. [0085] In various embodiments, the camera position can be used to transform the global plane parameters to the local parameters with respect to the camera.

[0086] At block 230, a scene model can be formulated.

[0087] At block 235, a graphical model for predicting consistent layouts of road scenes can be generated and trained.

[0088] In various embodiments, the elements of scene attributes and corresponding predictions can be denoted as: Θ[·] and η[·], respectively, where indices i ∈ { 1, ..., M b ], p ∈ { 1, ..., M m ] and m ∈ { 1, ..., M c ] can be used for binary, multi-class, and continuous variables, respectively.

[0089] The scene understanding can be formulated as an energy minimization problem: [0090] E(ΘIx) =E b b ) + E m m ) + E c c ) + E s b , Θ m ) + Eq(Θ b , Θ c ) + E h b , Θ m , Θ c ), [0091] where each E(*) denotes energy potentials for the associated scene attribute variables (Θ b , Θ m and Θ c ) (“*” is a wildcard/placeholder, “b” represents binary, “m” represents multi- valued variables, “c” represents continuous variables). The details for each of the potentials is described in the following. For binary variables Θ b , the potential function E b can consist of two terms:

[0092] E b b ) = Σ i Φ b b [i]) + Σ i≠j Ψ b b [i], Θ b [j] ). [0093] The unary term φ b (*) specifies the cost of assigning a label to ^ ^ ^ and is defined as − log P b b [i]), where P b b [i]) = η b [i] is the probabilistic output of the neural network h. The pairwise term ψ b (· , ·) defines the cost of assigning Θ b [i] and Θ b [j] to i-th and j-th variable as ψb(Θ b [i], Θ b [j]) = − log Mb(Θ b [i], Θ b [j]), where Mb is the co-occurrence matrix and Mb(Θ b [i], Θ b [j]) is the corresponding probability. i and j can be indexes over the attributes/labels/variables. For multi-class variables, the potential is defined as Em(Θ m ) = Pp φ m m [p]), where φ m (·) = − log P m (·) and P m m [p]) = η m [p]. Similarly, the potential for continuous variables is defined as: E c c ) = P m φ c c [m]) with φ c c [m]) being the negative log-likelihood of ηc[m]. η[·] represents corresponding predictions, and m ∈ {1, ..., M c } is an index. [0094] For a coherent prediction, we further introduce the potentials E s , E q and E h to model correlations among scene attributes. Es and Eq enforce hard constraints between certain binary variables and multi-class or continuous variables, respectively. They convey the idea that, for instance, the number of lanes of a side-road is consistent with the actual existence of that side- road. The set of pre-defined pairs between Θ b and Θ m is denoted as: S = {(i, p)} and between Θ b and Θ c as Q = {(i, m)}. Potential E s is then defined as: [0095] E s b, Θ m ) = ∑ i,p∈S ∞ × ]8Θ b [i] ≠ Θ m [p]) [0096] where is the indicator function. Potential E q is defined likewise but using the set Q and variables Θ c . In both cases, a high penalty can be applied to scenarios where two types of predictions are inconsistent. The potential E h of the energy models higher-order relations between Θ b , Θ m and Θ c . The potential takes the form: [0097] E h b, Θ m , Θ c ) = ∑ c ∈ C ∞ × f c b [i] , Θ m [p] , Θ c [m] ), [0098] where c = (i, p, m) and f c (· , · , ·) is a table where conflicting predictions are set to 1. C represents the relations between scene attributes and the constraints enforce on them. The energy function can be extended by two terms that enforce temporal consistency of the binary and multi-class variables and smoothness for continuous variables.

[0099] FIG. 3 is an estimation and rendition of the roadway illustrated in FIG. 1 showing features captured from the perspective road view in a top-down view, in accordance with an embodiment of the present invention.

[0100] In various embodiments, vehicles 120 on the roadway 110 can be identified, for example, using a neural network pattern or image recognition approach. Placement and motion of the vehicles 120 can be used to identify drivable areas. For example, by looking at only the cross-hatched rectangles representing vehicles 120 in the “top-view representation” in Fig. 3, one can obtain a rough estimate of the drivable areas based on the vehicles relative positioning and orientation relative to the camera. The relative positioning and orientation can be monitored over subsequent images.

[0101] In various embodiments, the sequence of perspective images 101, 102, 103, 104 can be translated into top view images 301, 302, 303, and 304, respectively. The relative motion of the camera 350 to the other vehicles 120 can be utilized by aggregating information to achieve consistency on the feature level. By explicitly and implicitly encoding temporal smoothness constraints, the neural network can improve the prediction accuracy and consistency. Structure from motion (SfM) and multiple view stereo (MVS) can be used to obtain a dense 3D reconstruction of the road scene from the video sequence.

[0102] Context information is incorporated by introducing road participants, e.g. objects, into the model.

[0103] FIG. 4 is a flow diagram illustrating a system/method for modeling and predicting the layout of a driving scene as a top-down view (bird’s eye view), in accordance with an embodiment of the present invention. [0104] In one or more embodiments, a neural network can be trained and utilized to directly predict road features from single perspective RGB image(s), and from sequential RGB images from a video. In various embodiments, the neural network design can include (i) a feature extractor to leverage information from both domains, simulated and real semantic top-views from, and (ii) a domain-agnostic classifier of scene parameters.

[0105] In various embodiments, a training procedure can use supervised domain adaptation techniques to incorporate both simulated as well as manually annotated data.

[0106] In various embodiments, a Conditional Random Field (CRF) can enforce coherent predictions for a single frame and encourages temporal smoothness among video frames, where a CRF is a type of graphical model (GM).

[0107] In various embodiments, the representation of the road scene at a certain view can be a single perspective image denoted as The input image can be a picture taken by a camera (e.g., video camera). The image can have a width, W, and a height, H, in pixels, for example, 1024 pixels x 768 pixels for an Extended Graphics Array (XGA). A color image can also have a third dimension for channels, C, for example, of size 3 for RGB (red, green, blue). [0108] In a non-limiting exemplary embodiment, a neural network could process such an input image, x, and produce a feature map of size 1024/16 x 768/16 x C = 64 x 48 x C. So the neural network could downscale the input image, and could change the size of the third dimension. Instead of the colors RGB, the neural network could provide its own representation for each pixel having a vector of length C.

[0109] In various embodiments, the whole pipeline can convert a perspective input image into a top-view representation, where the meaning of H and W changes, but is still essentially the size of an image. For example, in a satellite image, the width and height of the image corresponds to distances (e.g., lengths) in actual meters, e.g., the satellite image covers an area 30 meters wide and 60 meters long. For a first representation after the conversion to a top- view, C, can equal the number of semantic categories, and this input data can then be processed by a neural network. [0110] A video image, x, in a sequence of T images, can be denoted, x t , for the t-th frame/image in the video sequence. Here, x can be regarded as any generic representation, such as a Red-Green-Blue (RGB) perspective image. x can also be considered a spatial map using the pixels of the image. A top-view image of the road for a single frame can be denoted as x r . A data set, , for N r samples of semantic top-views, x r , and corresponding scene attributes, Θ r , can be identified. [0111] In various embodiments, a data set for N s samples of simulated semantic top-views, x s , and corresponding simulated scene attributes, Θ s , can be generated. [0112] The semantic top-views with spatial dimensions H × W, contain C semantic categories (e.g., "road", "sidewalk", "lane boundaries", "crosswalks", etc.) and are computed by applying a framework. [0113] Given x t , the overall model is defined as follows: [0114] y t = f com (g i (x t ), g ftm (g i (x t-1 ))), Θ t = h(g lstm (g j (y t ))), [0115] where y t is the auxiliary intermediate feature representation, f com is a neural network for a composition of frames, g i is a feature transform that converts x* to features g i (x*) (where ‘*’ is a place holder for the time index), g ftm is a feature transform (module) that converts g i (x*) into features, g ftm (g i (x t-1 )). The output of g j is a 1-dimensional feature vector (for each frame) that is further fed into an LSTM module g lstm . g lstm then outputs features that implicitly encode information from the previous frame by incorporating hidden states from x t−1 and sends it/them to h. Then, the function h is defined as a multi-layer perceptron (MLP) predicting the scene attributes Θ t with features obtained from LSTM module. Specifically, h is implemented as a multi-task network with three separate predictions for each of the parameter groups of the scene model The model can be defined as a directed acyclic graph enabling efficient sampling and is represented in the top-view, to make rendering easy. h, g∗ and f∗ are neural networks, with weights γ h , γ g ∗ and γ f ∗ respectively, that are to be trained. “f com ” (i.e., f_{com}) can be a weighted combination function that combines the features from a current frame with the previous transformed features, with the applied weights. [0116] At input stages 410, 411, and 412, a sequential set of images (e.g., video frames) can be input to a neural network, g i , where the sequential set of images can include images at times, t-1, t, and t+1. The images at sequential times can be represented as x t-1 , x t , x t+1 , as shown in the equations, or x(t-1), x(t), x(t+1), as shown in FIG. 4. The time reference does not have to start with the beginning (i.e., first frame) of the video sequence, that is video image x t-1 does not necessarily correlate with the first image of the captured video. [0117] In various embodiments, neural network, g i , is represented as boxes 420, 421, and 422, where the neural network 420, 421, and 422, performs a feature extraction on images x(t- 1), x(t), x(t+1) at times t-1, t, and t+1, to generate feature transforms, g i (x t-1 ), g i (x t ), g i (x t+1 ), etc. In various embodiments, the architecture of g i can be a shallow (one-layer) convolutional neural network (CNN). [0118] In various embodiments, a feature map F = g i (x*) ∈ R hf ×wf ×cf , where h f , w f , and c f denote the height, width and feature dimension that can be extracted after g i . [0119] At 430, the feature transform, g i (x t-1 ), output by neural network 420 is conveyed and input into a combiner 440 that combines the vector or tensor of the feature transform, g i (x t-1 ) 430 with a vector/tensor of a previous feature transform. In various embodiments, for each image from t and t-1, the images can be parsed individually to g i , which generates g i (x t ) and g i (x t-1 ). Then the output feature from the previous frame can be parsed to the feature transform module (FTM), which generates g ftm (g i (x t-1 )). Then both g ftm (g i (x t-1 )) and g i (x t ) can be inputted into f com to output a final feature, which can then be processed and subsequently the feature inputted into an LSTM module. [0120] At 436, the feature transform, g i (x t-1 ), is transferred and input into a feature transform module, g ftm , 437 that finds a correspondence between two feature maps in neighboring frames. A way to achieve this is by computing optical flow between neighboring perspective images and transforming the correspondence with regard to the flow field on the feature map. Another way to achieve this is to warp the feature map, g i (x t-1 ) 430, at time step t − 1 to the current time step t, which can then be inputted into feature transform module, g ftm , 437. Given the correspondence between feature maps, the feature map can be warped at time step t − 1 to the current time step t, denoted as: [0121] g ftm (F t−1 ) = φ(F t−1 , S t−1 (x t , x t−1 )), [0122] where φ(∗) is the bilinear sampling function and S t−1 (x t , x t−1 ) ∈ R hf ×wf ×2 is a displacement (or flow) field between frames t and t-1. F t−1 is a feature map for t-1 generated by g i (x t-1 ). [0123] At 437, the feature transform module, g ftm , 437 operates on the feature transform, g i (x t-1 ) 430, to output a feature map g ftm (F t−1 ). [0124] In various embodiments, a Feature Transform Module (FTM) can warp the feature in top-view and effectively aggregate information over time. Such module is able to explicitly encourage temporal smoothness in predictions by enforcing feature-level consistency over frames. Although road layout is static, the camera is moving. So the feature map F t obtained at time step t and feature map F t−1 are generally different at some the same location. Intuitively, if one can find the dense correspondences between feature maps from consecutive frames, it is possible to aggregate information among frames thus to encourage the feature level consistency. [0125] f st (F t−1 ) = f st (g i (x t−1 )) = φ(F t−1 , S t−1 (x t , x t−1 )), [0126] where φ(∗) is the bilinear sampling function and S t−1 (x t , x t−1 ) ∈ R hf ×wf ×2 is a displacement (or flow) field between frames t and t-1. [0127] At 431, the feature transform, g i (x t ), generated at 421 is conveyed and input into a feature combiner 441 with the output of feature transform module, g ftm (g i (x t-1 )) output from the feature transform module 437. [0128] At 441, the output of feature transform module, g ftm , 437 can be combined with the output of feature transform,g i (x t ), generated at 421. One can choose various ways to aggregate the feature map g ftm (F t−1 ) and F t . In various embodiments, a simple weighted summation of the two can be adopted. [0129] f com (F t , g ftm (F t−1 )) = α · F t + (1 − α) · g ftm (F t−1 ), [0130] where α can either be a scalar, e.g. α = 1/2, or a matrix, α ∈ R hf ×wf . Note that in both cases, α can be automatically learned together with the rest of the network without any additional supervision. For special cases where t = 1, g ftm (F t−1 ) can be assumed to be equal to F t . [0131] In various embodiments, two sequential images, for example, at time, t, and time t+1, the information from t-1 to t can be aggregated, which provides more temporally coherent features and predictions. [0132] At 438, the feature transform, g i (x t ), is transferred and input into a feature transform module, g ftm , 439 that finds a correspondence between two feature maps in neighboring frames. A way to achieve this is by computing optical flow between neighboring perspective images and transforming the correspondence with regard to the flow field on the feature map. Another way to achieve this is to warp the feature map, g i (x t-1 ) 430, at time step t − 1 to the current time step t. Given the correspondence between feature maps, the feature map can be warped at time step t − 1 to the current time step t, denoted as: [0133] g ftm (F t ) = φ(F t , S t (x t , x t )), [0134] where φ(∗) is the bilinear sampling function and S t (x t , x t ) ∈ R hf ×wf ×2 is a displacement (or flow) field between frames t+1 and t. [0135] At 439, the feature transform module, g ftm , 437 operates on the feature transform,g i (x t ) to output a feature map g ftm (F t ). [0136] At 432, the feature transform, g i (x t+1 ), generated at 422 is conveyed and input into a feature combiner 442 with the output of feature transform module, g ftm (g i (x t )) output from the feature transform module 439. [0137] At 442, the output of feature transform module, g ftm , 439 can be combined with the output of feature transform, g i (x t+1 ), generated at 422. One can choose various ways to aggregate the feature map g ftm (F t+1 ) and F t . In various embodiments, a simple weighted summation of the two can be adopted. [0138] f com (F t+1 , g ftm (F t )) = α · F t+1 + (1 − α) · g ftm (F t ), [0139] where α can either be a scalar, e.g. α = 1/2, or a matrix, α ∈ R hf ×wf . Note that in both cases, α can be automatically learned together with the rest of the network without any additional supervision. [0140] In various embodiments, two sequential images, for example, at time, t, and time t+1, can be aggregated, which provides more temporally coherent features and predictions. [0141] At 450, the combined output from combiner 440 can be input into long short-term memory (LSTM) module 460, g lstm, to exploit long-term temporal information. [0142] At 470, g lstm then outputs features that implicitly encode information from a previous frame by incorporating hidden states from x t−1 and sends it/them to h. In various embodiments, the function h is defined as a multi-layer perceptron (MLP) predicting the scene attributes Θ given f x , where h can be implemented as a multi-task network. [0143] At 451, the combined output from combiner 441 can be transferred and input into long short-term memory (LSTM) module 461, g lstm , to exploit long-term temporal information. [0144] At 471, g lstm then outputs features that implicitly encode information from previous frame by incorporating hidden states from x t−1 and sends it/them to h. [0145] At 452, the combined output from combiner 442 can be input into long short-term memory (LSTM) module 462, g lstm , to exploit long-term temporal information. [0146] At 472, g lstm then outputs features that implicitly encode information from previous frame by incorporating hidden states from x t−1 and send to h. [0147] In various embodiments, to leverage both sources of supervision (real and simulated data) during training, we define this mapping as Θ = f(x) = (h ◦ g)(x), where ◦ defines a function composition and h and g are neural networks, with weights γ h and γ g respectively, that we want to train. The circle “∘” is the symbol for composition of functions, where the output of one function is used as the input of the subsequent function. [0148] In various embodiments, g is a 6-layer convolutional neural network (CNN) that converts a semantic top-view into a 1-dimensional feature vector where D is the dimensionality of the feature f x . In various embodiments, the function h is defined as a multi-layer perceptron (MLP) predicting the scene attributes Θ given f x . Specifically, h is implemented as a multi-task network with three separate predictions η b , η m and η c for each of the parameter groups Θ b , Θ m and Θ c of the scene model. [0149] A neural network can take, as input, data of some dimensionality D1 and output features of dimensionality D2. These dimensions are hyper-parameters, except for the input dimension, which is dictated by the input data itself. [0150] A supervised loss functions on real (and simulated) data and leverage domain adaptation techniques is utilized to minimize the domain gap between the output of g given top-views from different domains. g can map semantic top-views, x, of different domains into a common feature representation, usable by a domain-agnostic classifier h. [0151] Given data sets D r of real data that includes N r videos, a loss function is defined: [0153] where (B)CE is the (binary) cross-entropy loss and we denote the t-th frame in i-th video sequence in the data set as {Θ t , η t } , i , and where b is binary, m is multivalued, and c is class or category. is the distance between two variables, and is the corresponding predictions for the i-th continuous variables at time step tScene attributes without manual annotation can be ignored for Continuous variables can be discretize. In various embodiments, each variable is discretized into K bins by convolving a dirac delta function centered at Θ c with a Gaussian of fixed variance. [0154] The loss function can be used to compare the predictions of the scene attributes/parameters (theta – output of network h) with the ground truth (referring to information provided by direct observation (i.e. empirical evidence)). We have a data set of many pairs (input images and corresponding scene attributes/parameters). The loss function returns a single scalar that corresponds to how much error out neural network makes. This error/loss should be minimized (via gradient-based optimization here). This is standard supervised learning for neural networks. The loss, as described above, is split into three parts, one for each of the different types of scene parameters: binary, multi-class and continuous. [0155] In a non-limiting exemplary embodiment, the architecture of g i is a shallow (one- layer) convolutional neural network (CNN) and gj is a deeper (seven-layer) network work. [0156] In various embodiments, the individual input(s) x t are passed to g i and receive feature g i (x t ). Then this feature is combined with g ftm (g i (x t−1 )), which is obtained by feeding g i (x t−1 ), the feature obtained from previous frame, to FTM g ftm , and feed to g j . The output of g j is a 1- dimensional feature vector (for each frame) that is further fed into an LSTM module g lstm . g lstm then outputs features that implicitly encode information from the previous frame by incorporating hidden states from x t−1 and sends it/them to h. Then, the function h is defined as a multi-layer perceptron (MLP) predicting the scene attributes Θ t with features obtained from LSTM module. Specifically, h is implemented as a multi-task network with three separate predictions for each of the parameter groups of the scene model.

[0157] In various embodiments, a model can be formulated by aggregating features from frames that are further away than the next sequential frame or even from future frames in offline settings.

[0158] In various embodiments, a model that takes a video sequence as input and outputs accurate while consistent per-frame predictions can be designed.

[0159] In various embodiments, two public driving data sets, KITTI and NuScenes can be used to validate the models. The results demonstrate the effectiveness of the global and context cues in terms of prediction accuracy, and the importance of the LSTM as well as FTM for consistent outputs.

[0160] FIG. 5 is a diagram illustrating a final prediction of a modeled road in a top-down view, in accordance with an embodiment of the present invention.

[0161] Individual image models 501, 502, 503, 504, show the parameters generated by the graphical model. The image models 501, 502, 503, 504, show a two lane road 110 with a side street 115 having a sidewalk 130 and crosswalk 135 for each of a sequential set of input images. [0162] While the FTM can be configured to utilize two consecutive frames (enabling an online system), it can be extended by aggregating features from multiple frames that are further away or even from future frames in offline settings.

[0163] The output model can be displayed to a user on a screen to allow the user to detect immediate upcoming hazards, make travel decisions, and adjust their driving style to adapt to the road conditions on a real time basis. Insurance companies and accident investigators can use a captured video to recreate a top view of an accident for evaluation and determination of fault. [0164] FIG. 6 is an exemplary processing system 600 to which the present methods and systems may be applied, in accordance with an embodiment of the present invention.

[0165] The processing system 600 can include at least one processor (CPU) 604 and may have a graphics processing (GPU) 605 that can perform vector calculations/manipulations operatively coupled to other components via a system bus 602. A cache 606, a Read Only Memory (ROM) 608, a Random Access Memory (RAM) 610, an input/output (I/O) adapter 620, a sound adapter 630, a network adapter 640, a user interface adapter 650, and a display adapter 660, can be operatively coupled to the system bus 602.

[0166] A first storage device 622 and a second storage device 624 are operatively coupled to system bus 602 by the I/O adapter 620. The storage devices 622 and 624 can be any of a disk storage device (e.g., a magnetic or optical disk storage device), a solid state device, a magnetic storage device, and so forth. The storage devices 622 and 624 can be the same type of storage device or different types of storage devices.

[0167] A speaker 632 is operatively coupled to system bus 602 by the sound adapter 630.

A transceiver 642 is operatively coupled to system bus 602 by network adapter 640. A display device 662 is operatively coupled to system bus 602 by display adapter 660.

[0168] A first user input device 652, a second user input device 654, and a third user input device 656 are operatively coupled to system bus 602 by user interface adapter 650. The user input devices 652, 654, and 656 can be any of a keyboard, a mouse, a keypad, an image capture device, a motion sensing device, a microphone, a device incorporating the functionality of at least two of the preceding devices, and so forth. Of course, other types of input devices can also be used, while maintaining the spirit of the present principles. The user input devices 652, 654, and 656 can be the same type of user input device or different types of user input devices. The user input devices 652, 654, and 656 can be used to input and output information to and from system 600. [0169] In various embodiments, the processing system 600 may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements. For example, various other input devices and/or output devices can be included in processing system 600, depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art. For example, various types of wireless and/or wired input and/or output devices can be used. Moreover, additional processors, controllers, memories, and so forth, in various configurations can also be utilized as readily appreciated by one of ordinary skill in the art. These and other variations of the processing system 600 are readily contemplated by one of ordinary skill in the art given the teachings of the present principles provided herein.

[0170] Moreover, it is to be appreciated that system 600 is a system for implementing respective embodiments of the present methods/systems. Part or all of processing system 800 may be implemented in one or more of the elements of FIGs. 1-5. Further, it is to be appreciated that processing system 600 may perform at least part of the methods described herein including, for example, at least part of the method of FIGs. 1-5.

[0171] FIG. 7 is an exemplary processing system 700 configured to implement one or more neural networks for modeling road layouts, in accordance with an embodiment of the present invention.

[0172] In one or more embodiments, the processing system 700 can be a computer system 600 configured to perform a computer implemented method of identifying viable business entities.

[0173] In one or more embodiments, the processing system 700 can be a computer system 600 having memory components 750, including, but not limited to, the computer system’s random access memory (RAM) 610, hard drives 622, and/or cloud storage to store and implement a computer implemented method of understanding road layouts from video images. The memory components 750 can also utilize a database for organizing the memory storage.

[0174] In various embodiments, the memory components 750 can include a graphical modeler 710 that can be configured to implement a plurality of neural networks configured to model a road layout, that can implement a Feature Transform Module (FTM), and can implement a Long Short Term Memory. The graphical modeler 710 can also be configured to receive as input digital images of perspective views of a road and transform the perspective view to top-down (i.e., bird’s eye) views. The input can be a sequential set of video images. The graphical modeler 710 can also be a deep learning-based perception systems that can provide pixel accurate semantic segmentation

[0175] In various embodiments, the memory components 750 can include a feature transform module 720 configured to extract a feature map, where the feature map at time step t - 1 can be warped to the current time step t.

[0176] In various embodiments, the memory components 750 can include a Combiner 730 configured to aggregate the feature map g ftm (F t-1 ) and F t . The Combiner 730 can be configured to receive two or more feature maps and perform a weighted summation of the two or more feature maps.

[0177] In various embodiments, the memory components 750 can include a Long Short Term Memory 740 configured to output features that implicitly encode information from previous frame(s) by incorporating hidden states from x t-1 and sends the output to a multi-layer perceptron (MLP) predicting the scene attributes Θ t with features obtained from LSTM module. The output can be displayed on a screen for viewing and implementation by the user.

[0178] FIG. 8 is a block diagram illustratively depicting an exemplary neural network in accordance with another embodiment of the present invention. [0179] A neural network 800 may include a plurality of neurons/nodes 801, and the nodes 808 may communicate using one or more of a plurality of connections 808. The neural network 800 may include a plurality of layers, including, for example, one or more input layers 802, one or more hidden layers 804, and one or more output layers 806. In one embodiment, nodes 801 at each layer may be employed to apply any function (e.g., input program, input data, etc.) to any previous layer to produce output, and the hidden layer 804 may be employed to transform inputs from the input layer (or any other layer) into output for nodes 801 at different levels.

[0180] Embodiments described herein may be entirely hardware, entirely software or including both hardware and software elements. In a preferred embodiment, the present invention is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.

[0181] Embodiments may include a computer program product acces sible from a computer- usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. A computer-usable or computer readable medium may include any apparatus that stores, communicates, propagates, or transports the program for use by or in connection with the instruction execution system, apparatus, or device. The medium can be magnetic, optical, electronic, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium. The medium may include a computer-readable storage medium such as a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk, etc.

[0182] Each computer program may be tangibly stored in a machine-readable storage media or device (e.g., program memory or magnetic disk) readable by a general or special purpose programmable computer, for configuring and controlling operation of a computer when the storage media or device is read by the computer to perform the procedures described herein. The inventive system may also be considered to be embodied in a computer-readable storage medium, configured with a computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner to perform the functions described herein.

[0183] A data processing system suitable for storing and/or executing program code may include at least one processor coupled directly or indirectly to memory elements through a system bus. The memory elements can include local memory employed during actual execution of the program code, bulk storage, and cache memories which provide temporary storage of at least some program code to reduce the number of times code is retrieved from bulk storage during execution. Input/output or I/O devices (including but not limited to keyboards, displays, pointing devices, etc.) may be coupled to the system either directly or through intervening I/O controllers.

[0184] Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modem and Ethernet cards are just a few of the currently available types of network adapters.

[0185] As employed herein, the term “hardware processor subsystem” or “hardware processor” can refer to a processor, memory, software or combinations thereof that cooperate to perform one or more specific tasks. In useful embodiments, the hardware processor subsystem can include one or more data processing elements (e.g., logic circuits, processing circuits, instruction execution devices, etc.). The one or more data processing elements can be included in a central processing unit, a graphics processing unit, and/or a separate processor- or computing element-based controller (e.g., logic gates, etc.). The hardware processor subsystem can include one or more on-board memories (e.g., caches, dedicated memory arrays, read only memory, etc.). In some embodiments, the hardware processor subsystem can include one or more memories that can be on or off board or that can be dedicated for use by the hardware processor subsystem (e.g., ROM, RAM, basic input/output system (BIOS), etc.). [0186] In some embodiments, the hardware processor subsystem can include and execute one or more software elements. The one or more software elements can include an operating system and/or one or more applications and/or specific code to achieve a specified result. [0187] In other embodiments, the hardware processor subsystem can include dedicated, specialized circuitry that performs one or more electronic processing functions to achieve a specified result. Such circuitry can include one or more application-specific integrated circuits (ASICs), field-programmable gate arrays (FPGAs), and/or programmable logic arrays (PLAs). [0188] These and other variations of a hardware processor subsystem are also contemplated in accordance with embodiments of the present invention.

[0189] Reference in the specification to “one embodiment” or “an embodiment” of the present invention, as well as other variations thereof, means that a particular feature, structure, characteristic, and so forth described in connection with the embodiment is included in at least one embodiment of the present invention. Thus, the appearances of the phrase “in one embodiment” or “in an embodiment”, as well any other variations, appearing in various places throughout the specification are not necessarily all referring to the same embodiment. However, it is to be appreciated that features of one or more embodiments can be combined given the teachings of the present invention provided herein.

[0190] It is to be appreciated that the use of any of the following “/”, “and/or”, and “at least one of’, for example, in the cases of “A/B”, “A and/or B” and “at least one of A and B”, is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of both options (A and B). As a further example, in the cases of “A, B, and/or C” and “at least one of A, B, and C”, such phrasing is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of the third listed option (C) only, or the selection of the first and the second listed options (A and B) only, or the selection of the first and third listed options (A and C) only, or the selection of the second and third listed options (B and C) only, or the selection of all three options (A and B and C). This may be extended for as many items listed.

[0191] The foregoing is to be understood as being in every respect illustrative and exemplary, but not restrictive, and the scope of the invention disclosed herein is not to be determined from the Detailed Description, but rather from the claims as interpreted according to the full breadth permitted by the patent laws. It is to be understood that the embodiments shown and described herein are only illustrative of the present invention and that those skilled in the art may implement various modifications without departing from the scope and spirit of the invention. Those skilled in the art could implement various other feature combinations without departing from the scope and spirit of the invention. Having thus described aspects of the invention, with the details and particularity required by the patent laws, what is claimed and desired protected by Letters Patent is set forth in the appended claims.