EP4115318A1 - System and method for predicting a map from an image - Google Patents
System and method for predicting a map from an imageInfo
- Publication number
- EP4115318A1 EP4115318A1 EP20711531.2A EP20711531A EP4115318A1 EP 4115318 A1 EP4115318 A1 EP 4115318A1 EP 20711531 A EP20711531 A EP 20711531A EP 4115318 A1 EP4115318 A1 EP 4115318A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- map
- feature
- image
- neural network
- trained
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/241—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
- G06F18/2413—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
- G06F18/24133—Distances to prototypes
- G06F18/24137—Distances to cluster centroïds
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/82—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/56—Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
- G06V20/58—Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads
Definitions
- the present disclosure is related to the field of image processing, in particular to a system and method for predicting a map from an image.
- Processing images may be used to detect various objects visible on the image. Such processing is therefore particularly useful for autonomous vehicles (partially or fully self-driving) and for other types of automated systems, because these systems have to be able to understand their surroundings on the basis of images acquired by cameras.
- Construction of these birds-eye-view maps is at present a complex multistage processing pipeline, involving the composition of multiple fundamental machine vision tasks: structure from motion, ground plane estimation, road segmentation, lane detection, 3D object detection, and many more. Intuitively, however, all these tasks are related: knowing the layout of the road ought to inform one about where in the image one should look for cars; and similarly a car emerging from behind a building may indicate the presence of a hidden side road beyond. There therefore seems to be a clear imperative towards discarding this complicated multistage pipeline and replacing it with a simple end-to-end approach which is able to reason holistically about the world and predict the desired map representation directly from sensor observations. In this work one may focus on the particularly challenging scenario of BEV map estimation from monocular surround view images alone. This is important given the high cost of existing range sensors and the higher resolution of cameras which allows them to perceive small objects further into the distance.
- Birds-eye-view maps are particularly valuable in the context of prediction and planning given their metric nature: Djurik et al. and Casas et al. render the local environment as a rasterised top-view map representation, incorporating road geometry, lane direction, and traffic agents, and use this representation to predict future vehicle trajectories, cf.:
- IPM inverse perspective mapping
- the VED method of Lu et al. uses a variational encoder-decoder network to predict a semantic occupancy grid directly from an image, cf.: Chenyang Lu, Marinus Jacobus Gerardus van de Molengraft, and Gijs Dubbelman. Monocular semantic occupancy grid mapping with convolutional variational encoder-decoder networks. IEEE Robotics and Automation Letters, 4(2): 445-452, 2019.
- a system for predicting a map from an image comprising a first module comprising a trained neural network and configured to input the image to the neural network, wherein the neural network is configured to predict an occupancy grid map, which allows for each grid cell of the map to simultaneously encode the presence of multiple object classes.
- the occupancy grid map is configured to simultaneously encode for each grid cell of the map the presence of multiple object classes.
- the map predicted from the image may be a semantic map. More in particular, the occupancy grid map is a semantic Bayesian occupancy grid map.
- the neural network has a probabilistic occupancy grid framework. Occupancy grid maps are widely used in robotics, and allow one to trivially incorporate information over multiple sensors and timesteps. They are also conveniently processed by convolutional neural networks, allowing to take advantage of powerful new developments from the deep learning technology. In the present disclosure the traditional definition of occupancy grids, which usually only consider the drivable or occupied state of grid cells, is desirably extended to that of a semantic occupancy grid, which encodes the presence or absence at each grid location of an object from a set of object classes.
- these occupancies are desirably not considered exclusively, as multiple object classes (for example road, pedestrian crossing and cyclist) may simultaneously occupy the same grid cell.
- the present disclosure therefore desirably provides a technique for performing the task of semantic occupancy grid map prediction from images.
- the system of the present disclosure desirably comprises a deep convolutional neural network architecture which is able to predict accurate birds-eye-view maps from monocular images.
- the predicted occupancy grid map may allow for each grid cell of the map to additionally encode geometric information (of the scene shown on the image).
- the predicted occupancy grid map may represent simultaneously an elevation map).
- the neural network may be trained to process a monocular image without depth information as input image and to output the occupancy grid map in an orthographic birds-eye-view space.
- the projection i.e. the occupancy grid map
- the projection may be at an aleatory angle (e.g. projected from image at 90° to a 45° plane).
- the neural network may comprise a feature extractor which is trained to generate a set of (e.g. down-sampled) feature maps containing multi-scale semantic and geometric features from the input image.
- a feature extractor which is trained to generate a set of (e.g. down-sampled) feature maps containing multi-scale semantic and geometric features from the input image.
- the neural network may comprise a feature pyramid module which takes as input the set of feature maps outputted by the feature extractor, and is trained to up-sample the set of feature maps to provide context to features at higher resolutions, such that distant objects represented by the set of feature- maps have an increased resolution and nearby objects represented by the feature-maps have a larger spatial context.
- a feature pyramid module which takes as input the set of feature maps outputted by the feature extractor, and is trained to up-sample the set of feature maps to provide context to features at higher resolutions, such that distant objects represented by the set of feature- maps have an increased resolution and nearby objects represented by the feature-maps have a larger spatial context.
- the neural network may comprise a dense transformer layer or a stack of dense transformer layers trained to map features from a feature map on the image plane, e.g. from the upsampled feature maps outputted by the feature pyramid module, having a height H and a width W to the occupancy grid map in a birds-eye-view space having a depth Z and a width X.
- the feature mapping may be achieved by: mapping a column of feature vectors of height H by the dense transformer layer to a stack of Z depth feature vectors via a pair of fully connected layers, applying this transformation convolutionally in the horizontal direction to yield a birds-eye-view feature map in polar coordinates with dimensions Z x W, wherein, in order to obtain a Cartesian feature map, the polar features are resampled by using a predetermined camera geometry to determine a image column u which corresponds to grid cell location (x, z) T .
- the neural network may comprise a topdown network trained to process feature maps in the birds-eye-view, in particular on the Cartesian feature map outputted by the dense transformer layer, and to predict the occupancy grid map.
- the system may further comprise at least one digital camera, e.g. a monocular camera, configured to obtain the image.
- at least one digital camera e.g. a monocular camera
- the present disclosure further relates to a computer implemented method of predicting a map from an image, comprising: inputting the image to a trained neural network, wherein the neural network is predicts a occupancy grid map, which allows for each grid cell of the map to simultaneously encode the presence of multiple object classes.
- the present disclosure further relates to a computer implemented method of training a neural network to predict a map from an image according to the method of the preceding claim, wherein the network is trained using in combination a binary cross entropy loss function and a maximum entropy loss function.
- the maximum entropy loss function may be configured to encourage the neural network to predict reduced confidence (i.e. increased uncertainty) in ambiguous regions of the occupancy grid map, said ambiguous regions being identified based on a predetermined camera geometry and/or based on predetermined occlusion information in the scene captured by the camera.
- the maximum entropy loss function may only applied to grid cells where the cell occupancies are invalid, either because they fall outside the visible region of the image, or because they are completely occluded by buildings or other large objects.
- the occlusion information may be predetermined based on information originating from an active sensor, e.g. a LIDAR sensor. Said sensor desirably senses the scene visible on the image.
- an active sensor e.g. a LIDAR sensor. Said sensor desirably senses the scene visible on the image.
- the present disclosure further relates to a computer program including instructions for executing the steps of a method according to any one of the preceding methods when said program is executed by a computer.
- the present disclosure further relates to a recording medium readable by a computer and having recorded thereon a computer program including instructions for executing the steps of a method according to any one of the preceding methods.
- FIG. 1 shows a block diagram of a system according to embodiments of the present disclosure
- Fig. 2 shows an exemplary method using a neural network for predicting a map from according to embodiments of the present disclosure.
- Fig. 3 shows schematically the neural network used in the method of fig. 2, and
- Fig. 4 shows an exemplary transformation layer according to embodiments of the present disclosure.
- Fig. 1 shows a block diagram of a system 10 according to embodiments of the present disclosure.
- the system is configured to carry out the method according the present disclosure.
- the system may be configured to carry out computer instructions.
- the system may comprise a processor 11 (e.g. at least one CPU and/or GPU) and a memory 13 for executing said instructions.
- the memory 13 may be a non-volatile memory and it may comprise said instructions (or a computer program), e.g. of the method according the present disclosure, which can be executed by the processor 11 for predicting a semantic map from an image.
- the memory may store a trained artificial neural network (ANN), which can be executed by the processor 11 to perform the method described below.
- ANN trained artificial neural network
- the system 10 may further comprise an acquisition module 12 configured to acquire images (e.g. one or several cameras, in particular only monocular camera(s) for obtaining monocular surround view images of the environment of the system).
- images e.g. one or several cameras, in particular only monocular camera(s) for obtaining monocular surround view images of the environment of the system.
- the system may comprise a plurality of cameras which together obtain a panoramic (e.g. 360°) image of the system environment, in particular without any depth information.
- it may comprise only one rotating camera.
- the system may be part of a robotic system or a vehicle 30.
- the system in particular its acquisition module 12 may be configured to autonomously move.
- Fig. 2 shows an exemplary method using a neural network for predicting a map from according to embodiments of the present disclosure.
- the neural network is thereby schematically presented in fig. 3.
- the neural network desirably has a probabilistic occupancy grid framework trained for semantic occupancy grid map prediction from images.
- the system of the present disclosure desirably is able to predict accurate birds-eye-view maps, in particular from monocular images.
- the neural network may have a deep Pyramid Occupancy Network (PyrOcNet) comprising a dense transformer layer.
- the pyramid occupancy network may consist of four main stages:
- a (backbone) feature extractor for generating multi scale semantic and geometric features from the input image (cf. stage SI).
- a feature pyramid module for upsampling low-resolution feature-maps to provide context to features at higher resolutions may be FPN inspired, as described e.g. by Tsung-Yi Lin, Piotr Dollar, Ross Girshick, Kaiming He, Bharath Hariharan, and Serge Belongie.
- FPN FPN inspired, as described e.g. by Tsung-Yi Lin, Piotr Dollar, Ross Girshick, Kaiming He, Bharath Hariharan, and Serge Belongie.
- Feature pyramid networks for object detection In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 2117-2125, 2017.
- a topdown network for processing feature maps in the birds-eye-view and for predicting the final occupancy grid map (cf. stage S4).
- the predicted occupancy grid map may not only comprise information regarding occupancy/object presence but e.g. also geometric information (for example the predicted occupancy grid map may represent simultaneously an elevation map).
- the predicted occupancy grid map may not only comprise information regarding occupancy/object presence but e.g. also geometric information (for example the predicted occupancy grid map may represent simultaneously an elevation map).
- the neural network of the present disclosure is configured to represent the state of the world as a birds-eye-view semantic occupancy grid map.
- the true state of the world is unknown, so one may treat m; as a random variable, and estimate the probability of occupancy p( m i ⁇ z i-. t ), conditioned on a set of observations z t .
- the occupancy grid concept may further be extended to that of semantic occupancy grid mapping, in which instead of cells being free or occupied, the state m- represents the presence or absence of an object of class c at a given location.
- These occupancies are non ⁇ exclusive: for example both the road and vehicle classes may coexist at the same location.
- z 1:t ) are estimated using an inverse sensor model, often a simple function which maps from range sensor readings to occupancy probabilities based on the sensor characteristics.
- the objective of the present disclosure is therefore to predict a binary class label at each location on a 2D birds-eye-view image.
- This scenario bears many similarities to the widely-studied computer vision problem of semantic segmentation. What makes this task particularly challenging however, is the fact that the input and output representations exist within entirely different coordinate systems: the former in the perspective image space, and the latter in the orthographic birds-eye-view space. It is therefore proposed a simple dense transformer layer, which makes use of both camera geometry and fully-connected reasoning to map features from the image to the birds-eye-view space.
- This dense transformer layer is incorporated as part of a deep Pyramid Occupancy Network (PyrOcNet).
- the pyramid occupancy network consists of four main stages.
- Fig. 4 shows an exemplary (dense) transformer layer (S3) according to embodiments of the present disclosure.
- the dense transformer layer may first condense the image-based features along the vertical dimension, whilst retaining the horizontal dimension. Then it may be predicted a set of features along the depth axis in a polar coordinate system, which are then resampled to Cartesian coordinates.
- the (dense) transformer layer (S3) may comprise: 1.
- a backbone feature extractor generates multiscale semantic and geometric features from the image.
- the neural network may be trained using a combination of two loss functions.
- the binary cross entropy loss encourages the predicted semantic occupancy probabilities p(mf ⁇ z t ) to match the ground truth occupancies in ⁇ .
- the used datasets includes many small objects such as pedestrians, cyclists and traffic cones, it may be made use of a balanced variant of this loss, which up-weights occupied cells belonging to class c by a constant factor a c ⁇ ,
- Neural networks are however renowned for routinely predicting high probabilities even in situations where they are highly uncertain. To encourage the networks to predict high uncertainty in regions which are known to be ambiguous, one may introduce a second loss, which maximises the entropy of the predictions, encouraging them to fall close to 0.5:
- This maximum entropy loss may be applied only to grid cells which are not visible to the network, either because they fall outside field of view of the image, or because they are completely occluded (see Section 2 for details). One may ignore the cross entropy loss in these regions.
- the overall loss is given by the sum of the two loss functions:
- L total L xent + XL ⁇ uncert (3) where X is a constant weighting factor.
- the Bayesian occupancy grid formulation provides a natural way of combining information over multiple observations and multiple timesteps using a Bayesian filtering approach [?].
- An image observation z t taken by a camera with extrinsic matrix M t One may begin by converting the occupancy probabilities p(m ⁇ z t ) into a log-odds representation which conveniently is equivalent to the network's pre-sigmoid output activations.
- the combined log-odds occupancies over observations 1 to t is then given by from which the occupancy probabilities after fusion can be recovered by applying the standard sigmoid function
- the log-odds value l Q c represents the prior probability of occupancy for class c: [0066]
- M t the extrinsics matrix
- the observations z 7 take the form of images captured from surround-view cameras.
- CNN convolutional neural network
- Dense transformer layer [0069]
- One of the fundamental challenges of the occupancy grid prediction task is that the input and output exist in two entirely disparate coordinate systems: the perspective image space and the orthographic birds-eye-view space.
- a simple transformation layer may be introduced, which is depicted in Fig. 4. The objective is to convert from an image plane feature map with C channels, height H and width W , to a feature map on the birds-eye-view plane with C channels, depth Z and width X.
- the dense transformer layer is inspired by the observation that while the network needs a lot of vertical context to map features to the birds- eye-view (due to occlusion, lack of depth information, and the unknown ground topology), in the horizontal direction the relationship between BEV locations and image locations can be established using simple camera geometry. Therefore, in order to retain the maximum amount of spatial information, it may be collapsed the vertical dimension and channel dimensions of the image feature map to a bottleneck of size B, but preserve the horizontal dimension W. One may then apply a ID convolution along the horizontal axis and reshape the resulting feature map to give a tensor of dimensions C x D x W.
- the resampling step described above may involve, for a row of grid cells a distance z away from the camera, sampling the polar feature map at intervals of where Dc is the grid resolution and s is the downsampling factor of input feature map with respect to the image.
- Dc the grid resolution
- s the downsampling factor of input feature map with respect to the image.
- the final birds-eye-view feature map is then constructed by concatenating the outputs of each individual transformer along the depth axis.
- H k f (10 s ) k z k corresponding to a fixed vertical range between y min and y max in the world space. This means that the heights of the cropped feature maps stay roughly constant across scales.
- the feature maps are taken from the outputs of each residual stage in the backbone network, from conv3 to conv7. To ensure that the high resolution feature maps still encompass a large spatial context, it may be added upsampling layers from lower resolutions.
- the dense transformer layer may initially predict birds-eye-view features in a polar coordinate system, which is then rectified to a Cartesian system via bilinear interpolation. However this implies the difficult question of how many stages of downsampling to perform in the backbone network before applying the transformer layer.
- the optimum sampling rate s * is given by k.
- the backbone and feature pyramid components of the network it may be used a pretrained FPN network, which incorporates a ResNet-50 front-end.
- the topdown network consists of a stack of e.g. 8 residual blocks, including a transposed convolution layer which upsamples the birds-eye-view features from a resolution of e.g. 0.5m to 0.25m per pixel.
- the balanced loss weighting a c it may be used the square root of the inverse class frequency, as it has been found that using inverse frequency directly leads to a tendancy to overpredict on small classes.
- the uncertainty loss weighting l is taken as e.g. 0.001.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Evolutionary Computation (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Multimedia (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Engineering & Computer Science (AREA)
- Life Sciences & Earth Sciences (AREA)
- Molecular Biology (AREA)
- Mathematical Physics (AREA)
- Biomedical Technology (AREA)
- Computational Linguistics (AREA)
- Biophysics (AREA)
- Databases & Information Systems (AREA)
- Medical Informatics (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/EP2020/055928 WO2021175434A1 (en) | 2020-03-05 | 2020-03-05 | System and method for predicting a map from an image |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4115318A1 true EP4115318A1 (en) | 2023-01-11 |
Family
ID=69844796
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP20711531.2A Pending EP4115318A1 (en) | 2020-03-05 | 2020-03-05 | System and method for predicting a map from an image |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP4115318A1 (en) |
| WO (1) | WO2021175434A1 (en) |
Families Citing this family (21)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11521394B2 (en) * | 2020-10-09 | 2022-12-06 | Motional Ad Llc | Ground plane estimation using LiDAR semantic network |
| KR102786684B1 (en) * | 2021-09-30 | 2025-03-28 | 서울대학교산학협력단 | Vision based autonomous driving device and method of operation thereof |
| CN113879333B (en) * | 2021-09-30 | 2023-08-22 | 深圳市商汤科技有限公司 | Track prediction method, track prediction device, electronic equipment and storage medium |
| DE102021133614A1 (en) * | 2021-12-17 | 2023-06-22 | Still Gesellschaft Mit Beschränkter Haftung | Method for generating an environment map for a mobile logistics robot and mobile logistics robot |
| CN114782919B (en) * | 2021-12-24 | 2024-12-31 | 东风悦享科技有限公司 | A road grid map construction method and system with real and simulated data enhancement |
| DE102022214341A1 (en) * | 2022-01-18 | 2023-07-20 | Robert Bosch Gesellschaft mit beschränkter Haftung | Method for detecting at least one lane line and/or road marking in at least one digital image representation |
| CN114913213B (en) * | 2022-05-17 | 2024-03-22 | 苏州轻棹科技有限公司 | Method and device for learning aerial view characteristics |
| CN115273002A (en) * | 2022-07-01 | 2022-11-01 | 华为技术有限公司 | Image processing method, device, storage medium and computer program product |
| CN115482515B (en) * | 2022-07-29 | 2025-11-25 | 重庆长安汽车股份有限公司 | Method and apparatus for dynamic fusion of accessible spaces for autonomous vehicles |
| DE102022121111A1 (en) * | 2022-08-22 | 2024-02-22 | Connaught Electronics Ltd. | Automatic visual perception with a vehicle using a camera and an ultrasonic sensor system |
| US12482246B2 (en) * | 2022-09-13 | 2025-11-25 | Cron Ai Ltd. | Object detection system and method for updating cartesian representation of region of interest |
| US12469305B2 (en) * | 2022-09-14 | 2025-11-11 | Ford Global Technologies, Llc | Object detection with images |
| CN115937704B (en) * | 2022-12-09 | 2025-03-11 | 太原理工大学 | Remote sensing image road segmentation method based on topology perception neural network |
| CN115619958B (en) * | 2022-12-16 | 2023-04-07 | 小米汽车科技有限公司 | Target aerial view generation method and device, electronic device and storage medium |
| CN116630912A (en) * | 2023-03-24 | 2023-08-22 | 北京鉴智科技有限公司 | Three-dimensional semantic occupancy prediction method, system, device, medium and product |
| CN117218618B (en) * | 2023-09-13 | 2025-06-13 | 同济大学 | End-to-end autonomous driving method and system based on reinforcement learning driving world model |
| CN117723048B (en) * | 2023-12-18 | 2024-07-19 | 哈尔滨工业大学 | Multi-robot compressed communication collaborative mapping method and system under communication limitation |
| WO2025231648A1 (en) * | 2024-05-08 | 2025-11-13 | Greenworks (Jiangsu) Co., Ltd | Robotic mower and method for path planning in robotic mower |
| WO2026059863A1 (en) * | 2024-09-10 | 2026-03-19 | Qualcomm Incorporated | Systems and methods for predicting occupancy in a voxel representation of an environment |
| CN119323772B (en) * | 2024-12-19 | 2025-03-18 | 杭州智元研究院有限公司 | Semantic map construction method based on RGBD visual segmentation algorithm |
| CN120299008B (en) * | 2025-06-13 | 2025-09-12 | 中国科学院大学 | Mine area 3D occupancy prediction method, device, vehicle, equipment, medium and chip |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110008848A (en) * | 2019-03-13 | 2019-07-12 | 华南理工大学 | A kind of travelable area recognizing method of the road based on binocular stereo vision |
-
2020
- 2020-03-05 EP EP20711531.2A patent/EP4115318A1/en active Pending
- 2020-03-05 WO PCT/EP2020/055928 patent/WO2021175434A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| WO2021175434A1 (en) | 2021-09-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP4115318A1 (en) | System and method for predicting a map from an image | |
| Roddick et al. | Predicting semantic map representations from images using pyramid occupancy networks | |
| CN113159151B (en) | Multi-sensor depth fusion 3D target detection method for automatic driving | |
| EP4047565A1 (en) | Low level sensor fusion based on lightweight semantic segmentation of 3d point clouds | |
| Park et al. | High-precision depth estimation with the 3d lidar and stereo fusion | |
| CN108665496B (en) | An end-to-end semantic instant localization and mapping method based on deep learning | |
| Held et al. | Precision tracking with sparse 3d and dense color 2d data | |
| CN111563415A (en) | Binocular vision-based three-dimensional target detection system and method | |
| CN109919026B (en) | A Local Path Planning Method for Unmanned Surface Vehicle | |
| JP7574799B2 (en) | Information processing device, information processing method, and program | |
| CN116129233A (en) | Automatic driving scene panoramic segmentation method based on multi-mode fusion perception | |
| CN119888738B (en) | Multi-view semantic recognition method based on depth map assistance | |
| CN117237895B (en) | Cross-mode multitasking environment sensing method and system | |
| US20260065691A1 (en) | Obstacle detection method, apparatus, and system, and computing device | |
| WO2020131134A1 (en) | Systems and methods for determining depth information in two-dimensional images | |
| CN113283525A (en) | Image matching method based on deep learning | |
| CN117372991A (en) | Autonomous driving method and system based on multi-view and multi-modal fusion | |
| Gong et al. | SkipcrossNets: Adaptive Skip-Cross Fusion for Road Detection: Y. Gong et al. | |
| Rashed et al. | Bev-modnet: Monocular camera based bird's eye view moving object detection for autonomous driving | |
| CN119625279A (en) | Multimodal target detection method, device and multimodal recognition system | |
| KR101921071B1 (en) | Method of estimating pose of three-dimensional object with sensor fusion in multi-frame and apparatus theroef | |
| Shore et al. | BEV-CV: Birds-eye-view transform for cross-view geo-localisation | |
| Aswini et al. | Drone object detection using deep learning algorithms | |
| Shi et al. | Self-supervised learning of depth and ego-motion with differentiable bundle adjustment | |
| Dimitrievski et al. | Semantically aware multilateral filter for depth upsampling in automotive lidar point clouds |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20220830 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: TOYOTA JIDOSHA KABUSHIKI KAISHA Owner name: CAMBRIDGE ENTERPRISE LIMITED |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20251023 |