EP3800521A1 - Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs - Google Patents

Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs Download PDF

Info

Publication number
EP3800521A1
EP3800521A1 EP19465568.4A EP19465568A EP3800521A1 EP 3800521 A1 EP3800521 A1 EP 3800521A1 EP 19465568 A EP19465568 A EP 19465568A EP 3800521 A1 EP3800521 A1 EP 3800521A1
Authority
EP
European Patent Office
Prior art keywords
controller
model
neural network
autonomous
processor
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
EP19465568.4A
Other languages
English (en)
French (fr)
Other versions
EP3800521B1 (de
Inventor
Sorin Mihai Grigorescu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Elektrobit Automotive GmbH
Original Assignee
Elektrobit Automotive GmbH
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Elektrobit Automotive GmbH filed Critical Elektrobit Automotive GmbH
Priority to EP23176488.7A priority Critical patent/EP4254122A3/de
Priority to EP19465568.4A priority patent/EP3800521B1/de
Priority to US17/060,259 priority patent/US20210096576A1/en
Publication of EP3800521A1 publication Critical patent/EP3800521A1/de
Application granted granted Critical
Publication of EP3800521B1 publication Critical patent/EP3800521B1/de
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0212Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory
    • G05D1/0221Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory involving a learning process
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/049Temporal neural networks, e.g. delay elements, oscillating neurons or pulsed inputs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent

Definitions

  • the present invention is related to a controller for a vehicle, in particular for an autonomous or semi-autonomous vehicle, to a computer program implementing such a controller, and to an autonomous or semi-autonomous vehicle comprising such a controller.
  • the invention is further related to a method, a computer program and an apparatus for training the controller.
  • the invention is related to a nonlinear approximator for an automatic estimation of an optimal desired trajectory and to a computer program implementing such a nonlinear approximator.
  • An autonomous vehicle is an intelligent agent, which observes its environment, makes decisions and performs actions based on these decisions.
  • autonomous driving systems are based on separated environment perception systems, which pass the obtained information to path planners, which further pass a calculated path planning to a motion controller of the car.
  • autonomous driving systems map sensory input to control output and are implemented either as modular perception-planning-action pipelines [1], or as End2End [2] or Deep Reinforcement Learning [3] systems, which directly map observations to driving commands.
  • modular pipeline the main problem is divided into smaller sub-problems, where each module is designed to solve a specific task and offer input to the adjoining component.
  • such an approach does not scale to a large number of driving scenarios and the intrinsic relations between perception, path planning and motion control are not taken into account.
  • Deep learning has become a leading technology in many domains, enabling autonomous vehicles to perceive their driving environment and take actions accordingly.
  • the current solutions for autonomous driving are typically based on machine learning concepts, which exploit large training databases acquired in different driving conditions.
  • deep learning is mainly used for perception.
  • the detected and recognized objects are further passed to a path planner which cc-the reference trajectory for the autonomous vehicle's motion controller.
  • the motion controller uses an a priori vehicle model and the reference trajectory calculated by the path planner to control the longitudinal and lateral velocities of the car.
  • End2End and Deep Reinforcement Learning systems are model-free approaches, where the driving commands for the motion controller are estimated directly from the input sensory information. Although the latter systems perform better in the presence of uncertainties, they do not have a predictable behavior, which a model-based approach can offer.
  • the stability is investigated here in the sense of the learning algorithm's convergence and not in the overall closed-loop stability principles.
  • a controller according to claim 1 by a computer program code according to claim 5, which implements this controller, by a nonlinear approximator according to claim 6, by a computer program code according to claim 10, which implements this nonlinear approximator, by a method for training the controller according to claim 11, by a computer program code according to claim 13, which implements this method, and by an apparatus for training the controller according to claim 14.
  • the dependent claims include advantageous further developments and improvements of the present principles as described below.
  • a controller for an autonomous or semi-autonomous vehicle is configured to use an a priori process model in combination with a behavioral model and a disturbance model, wherein the behavioral model is responsible for estimating a behavior of a controlled system in different operating conditions and to calculate a desired trajectory for a constrained nonlinear model predictive controller, and wherein the disturbance model is used for compensating disturbances.
  • a computer program code comprises instructions, which, when executed by at least one processor, cause the at least one processor to implement a controller according to the invention.
  • the term computer has to be understood broadly. In particular, it also includes electronic control units, embedded devices and other processor-based data processing devices.
  • the computer program code can, for example, be made available for electronic retrieval or stored on a computer-readable storage medium.
  • a nonlinear approximator for an automatic estimation of an optimal desired trajectory for an autonomous or semi-autonomous vehicle is configured to use a behavioral model and a disturbance model, wherein the behavioral model is responsible for estimating a behavior of a controlled system in different operating conditions and to calculate a desired trajectory, and wherein the disturbance model is used for compensating disturbances.
  • a computer program code comprises instructions, which, when executed by at least one processor, cause the at least one processor to implement a nonlinear approximator according to the invention.
  • the term computer has to be understood broadly. In particular, it also includes electronic control units, embedded devices and other processor-based data processing devices.
  • the computer program code can, for example, be made available for electronic retrieval or stored on a computer-readable storage medium.
  • the proposed solution integrates the perception and path planning components within the motion controller itself, without having the need to decouple perception and path planning components from the motion controller of the vehicle, thus enabling better autonomous driving behavior in different driving scenarios.
  • a deep learning based behavioral nonlinear model predictive controller for autonomous or semi-autonomous vehicles is introduced.
  • the controller uses an a priori process model in combination with behavioral and disturbance models.
  • the behavioral model is responsible for estimating the controlled system's behavior in different operating conditions and also to calculate a desired trajectory for a constrained nonlinear model predictive controller, while the disturbances are compensated based on the disturbance model.
  • This formulation exploits in a natural way the advantages of model-based control with the robustness of deep learning, enabling to encapsulate path planning within the controller.
  • path planning i.e. the automatic estimation of the optimal desired trajectory, is performed by a nonlinear behavioral and disturbance approximator.
  • the only required input to the controller is the global route that the car has to follow from start to destination.
  • the behavioral model and the disturbance model are encoded within layers of a deep neural network.
  • the deep neural network is a recurrent neural network.
  • both models are encoded within the layers of a deep neural network.
  • This deep neural network acts as a nonlinear approximator for the high order state-space of the operating conditions, based on historical sequences of system states and observations integrated by an augmented memory component. This approach allows estimating the optimal behavior of the system in different cases which cannot be modeled a priori.
  • the deep neural network is composed of two or more convolutional neural networks and at least one long short-term memory.
  • One challenge in using basic recurrent neural networks is the vanishing gradient encountered during training.
  • the gradient signal can end up being multiplied a large number of times, as many as the number of time steps.
  • a traditional recurrent neural network is not suitable for capturing long-term dependencies in sequence data.
  • the weights of the network will not be effectively updated, ending up with very small weight values.
  • the use of long short-term memories solves the vanishing gradient problem by incorporating three gates, which control the input, output and memory state.
  • a method for training a controller comprises:
  • a computer program code comprises instructions, which, when executed by at least one processor, cause the at least one processor to train a controller according to the invention by performing the steps of:
  • computer has to be understood broadly. In particular, it also includes workstations, distributed systems and other processor-based data processing devices.
  • the computer program code can, for example, be made available for electronic retrieval or stored on a computer-readable storage medium.
  • an apparatus for training a controller comprises a processor configured to:
  • the proposed solution may use the Bellman optimality principle to train the learning controller with a modified version of the deep Q-Learning algorithm. This allows estimating the desired state trajectory as an optimal action-value function.
  • the environment observation inputs comprise synthetic and real-world training data.
  • the training of the behavioral model may be based on synthetic generated data, while the disturbance model may be trained on real-world data.
  • the use of synthetic generated data has the advantage that at least some of the necessary data can be provided without time-consuming test drives.
  • an autonomous or semi-autonomous vehicle comprises a controller according to the invention.
  • a controller according to the invention.
  • processor or “controller” should not be construed to refer exclusively to hardware capable of executing software, and may implicitly include, without limitation, digital signal processor (DSP) hardware, read only memory (ROM) for storing software, random access memory (RAM), and nonvolatile storage.
  • DSP digital signal processor
  • ROM read only memory
  • RAM random access memory
  • any switches shown in the figures are conceptual only. Their function may be carried out through the operation of program logic, through dedicated logic, through the interaction of program control and dedicated logic, or even manually, the particular technique being selectable by the implementer as more specifically understood from the context.
  • any element expressed as a means for performing a specified function is intended to encompass any way of performing that function including, for example, a combination of circuit elements that performs that function or software in any form, including, therefore, firmware, microcode or the like, combined with appropriate circuitry for executing that software to perform the function.
  • the disclosure as defined by such claims resides in the fact that the functionalities provided by the various recited means are combined and brought together in the manner which the claims call for. It is thus regarded that any means that can provide those functionalities are equivalent to those shown herein.
  • Nonlinear model predictive control [4] and reinforcement learning [5] are both methods for optimal control of dynamic systems, which have evolved in parallel in the control systems and computational intelligence communities, respectively.
  • a notation is used which brings together both the control system community and the computational intelligence community.
  • Vectors and matrices are indicated by bold symbols.
  • the value of a variable is defined either for a single discrete time step t , written as superscript ⁇ t >, or as a discrete sequence value on the interval ⁇ t, t + k >, where k represents the sequence length.
  • the value of a state variable z is defined either at a discrete time t as z ⁇ t > or for the sequence interval z ⁇ t,t + k > .
  • Synthetic and real-world training data are used for estimation of the optimal action-value function used to calculate the desired trajectory for the nonlinear model predictive controller.
  • Fig. 1 schematically illustrates a controller 1 according to the invention for an autonomous or semi-autonomous vehicle.
  • the only input required by the controller 1 is the global start-to-destination route z ref ⁇ t ⁇ ⁇ , t + ⁇ > for the autonomous car 50, which, from a control theoretical perspective, varies in the [ t - ⁇ , t + ⁇ ] interval.
  • ⁇ i , ⁇ o and t represent input and output horizons and discrete time, respectively.
  • the dotted lines illustrate the flow of data used only during training.
  • u ⁇ t > is the control output provided by the controller 1.
  • z ⁇ t > is the real state of the vehicle, while ⁇ ⁇ t > is the estimated or measured state.
  • Fig. 2 schematically illustrates a nonlinear approximator 9 used in a controller 1 according to the invention for an autonomous or semi-autonomous vehicle 50.
  • the nonlinear approximator 9 is configured to estimate the desired trajectory z d ⁇ t + 1 , t + ⁇ o > for the constrained nonlinear model predictive controller 8 by combined behavioral h ( ⁇ ) and disturbance g ( ⁇ ) models.
  • the observations I ⁇ t - ⁇ i , t > are provided as occupancy grids by a dedicated perception component 7, whereas the system states are provided by a dedicated localization component 6.
  • the nonlinear approximator 9 is implemented as a deep neural network composed of a number of convolutional neural networks (CNN) 11 and at least one long short-term memory (LSTM) 10.
  • CNN convolutional neural networks
  • LSTM long short-term memory
  • recurrent neural networks are especially good in processing temporal sequence data, such as text or video streams.
  • a recurrent neural network contains a time dependent feedback loop in its memory cell. Given a time dependent input sequence [ s ⁇ t - ⁇ i > ,...
  • a recurrent neural network can be unfolded ⁇ i + ⁇ o times to generate a loop-less network architecture matching the input length, as illustrated in Fig. 3 .
  • Fig. 3a shows a folded recurrent neural network
  • Fig. 3b shows the corresponding unfolded recurrent neural network.
  • t represents a temporal index
  • ⁇ i and ⁇ o are the lengths of the input and output sequences, respectively.
  • both the input s ⁇ t - ⁇ i ,t > and output z ⁇ t +1, t + ⁇ o > sequences share the same weights w ⁇ > .
  • An unrolled network thus has ⁇ i + ⁇ o + 1 identical layers, i.e. each layer shares the same learned weights w ⁇ > .
  • a recurrent neural network can be trained using the backpropagation through time algorithm. When compared to a conventional neural network, the only difference is that the learned weights in each unrolled copy of the network are averaged, thus enabling the network to share the same weights over time.
  • a main challenge in using basic recurrent neural networks is the vanishing gradient encountered during training.
  • the gradient signal can end up being multiplied a large number of times, as many as the number of time steps.
  • a traditional recurrent neural network is not suitable for capturing long-term dependencies in sequence data. If a network is very deep, or processes long sequences, the gradient of the network's output would have a hard time in propagating back to affect the weights of the earlier layers. Under gradient vanishing, the weights of the network will not be effectively updated, ending up with very small weight values.
  • long short-term memories solve the vanishing gradient problem by incorporating three gates, which control the input, output and memory state.
  • Recurrent layers exploit temporal correlations of sequence data to learn time dependent neural structures.
  • ⁇ u ⁇ t > ⁇ W u s ⁇ t > + U u o ⁇ t ⁇ 1 > + b u
  • ⁇ f ⁇ t > ⁇ W f s ⁇ t > + U f o ⁇ t ⁇ 1 > + b f
  • ⁇ o ⁇ t > ⁇ W o s ⁇ t > + U o o ⁇ t ⁇ 1 > + b o
  • ⁇ u ⁇ t > ⁇ W u ⁇ t > , ⁇ f ⁇ t > , and ⁇ o ⁇ t > are gate functions of the input gate, forget gate, and output gate, respectively.
  • c ⁇ t > ⁇ u ⁇ t > ⁇ tanh W c s ⁇ t > + U c o ⁇ t ⁇ 1 > + b c + ⁇ f ⁇ t > ⁇ c ⁇ t ⁇ 1 > ,
  • the operator * symbolizes element-wise multiplication.
  • z d ⁇ t + 1 > is a predicted trajectory set-point at time t + 1.
  • ⁇ i and ⁇ o are not necessarily equal input and output temporal horizons, namely ⁇ i ⁇ ⁇ o .
  • a desired trajectory set-point z d ⁇ t > is a collection of variables describing the desired future states of the plant, i.e. in the present case the vehicle.
  • s ⁇ t - ⁇ i , t > will be defined as a sequence variable with data instances [ s ⁇ t - ⁇ i > , ..., s ⁇ t -1> , s ⁇ t > ] in a specific time interval [ t - ⁇ i , t ].
  • s ⁇ t > ( z ⁇ t - ⁇ i , t > , I ⁇ t - ⁇ i , t > ) is defined as the system's state and the measured state of the environment, both at time t .
  • s ⁇ t > represents the set of historic dependencies integrated along time interval [ t - ⁇ i , t ] by the so-called augmented memory component.
  • the models f ( ⁇ ), h ( ⁇ ), and g ( ⁇ ) are nonlinear process models.
  • f ( ⁇ ) is a known process model, representing the knowledge of f true ( ⁇ )
  • h ( ⁇ ) is a learned behavioral model representing discrepancies between the response of the a priori model and the optimal behavior of the system in different corner-case situations.
  • the behavior and the initially unknown disturbance models are modeled as a deep neural network, which estimates the optimal behavior of the system in different cases which cannot be modeled a priori.
  • the role of the behavioral model is to estimate the desired future states of the system, also known as optimal desired policy.
  • a distinction is made between a given route z ref ⁇ t ⁇ ⁇ , t + ⁇ > , which, from a control perspective, is practically infinite, and a desired policy z d ⁇ t + 1 , t + ⁇ o > , which is estimated over a finite time horizon ⁇ o .
  • z d ⁇ t + 1 , t + ⁇ o > describes the quantitative deviation of the system from the reference trajectory, in order to cope with an unpredictable changing environment.
  • the role of the behavioral model is to estimate the optimal desired policy z d ⁇ t + 1 , t + ⁇ o > using the temporal information stored in the augmented memory component and the reference trajectory z ref ⁇ t ⁇ ⁇ , t + ⁇ > .
  • the robust temporal predictions of a long short-term memory networks are combined with a generative approach, which allows learning behavioral models from synthetic data obtained in a simulation environment.
  • the behavioral modeling problem is formulated in a reinforcement learning setup.
  • the task is to learn a compensating behavior policy for navigating from state z ⁇ t > to the destination state z ref ⁇ t + ⁇ ⁇ > , where ⁇ o is the number of time steps for which the set-point trajectory is planned.
  • MDP Markov decision process
  • Z d represents a finite set of behavioral set-point sequences allowing the agent to navigate through the environment defined by I ⁇ t - ⁇ i , t > , where z d ⁇ t + 1 , t + ⁇ ⁇ > ⁇ Z d is the future predicted optimal behavior policy that the agent should perform in the next time interval [ t + 1, t + ⁇ o ].
  • the behavioral policy z d ⁇ t + 1 , t + ⁇ ⁇ > is defined as the collection of estimated trajectory set-points from Eq. 7, which are used by the nonlinear model predictive controller to compute the optimal control actions.
  • R is a stochastic transition function, where describes the probability of arriving in state s ⁇ t + ⁇ o > after performing the behavioral actions z d ⁇ t + 1 , t + ⁇ o > in state s ⁇ t > .
  • R : S ⁇ A ⁇ S ⁇ R is a scalar reward function, which controls the estimation of z d ⁇ t + 1 , t + ⁇ o > , where R s ⁇ t > , z d ⁇ t + 1 , t + ⁇ o > s ⁇ t + ⁇ o > ⁇ R .
  • the reward function is a distance feedback, which is smaller if the desired system's state follows a minimal energy trajectory to the reference state z ref ⁇ t + ⁇ o > , and large otherwise.
  • is a discount factor controlling the importance of future versus immediate rewards.
  • the behavioral model's objective is to find the desired set-point policy that maximizes the associated cumulative future reward.
  • the following optimal action-value function Q *( ⁇ , ⁇ ) is defined, which estimates the maximal future discounted reward when starting in state s ⁇ t > and performing the nonlinear model predictive control actions u ⁇ t +1, t + ⁇ o > , given an estimated policy set-point z d ⁇ t + 1 , t + ⁇ o > :
  • Q * s z d max ⁇ E R ⁇ t ⁇ >
  • the standard reinforcement learning method described above is not feasible due to the high dimensional observations space.
  • the observation space is mainly composed of sequences of sensory information made up of images, radar, Lidar, etc.
  • a non-linear parametrization of Q *( ⁇ , ⁇ ) for autonomous driving is used, encoded in the deep neural network illustrated in Fig. 4 .
  • the environment observation inputs I ⁇ t - ⁇ i , t > are firstly passed through a series of convolutional layers 12, activation layers 13, and max pooling layers 14 of a convolutional neural network.
  • This builds an abstract representation which is stacked on top of the previous system's states z ⁇ t - ⁇ i , t > and reference trajectory z ref ⁇ t ⁇ ⁇ i , t + ⁇ o > .
  • the stacked representation is processed by a fully connected neural network layer 15 of 256 units, before being fed as input to a long short-term memory network 10.
  • the optimal action-value function Q *( s , z d ) and the desired state trajectory z d ⁇ t + 1 , t + ⁇ o > is computed solely from real-world observation sequences, e.g. from occupancy grid sequences.
  • the maximum likelihood estimation function from Eq. 11 is applied for calculating the weights of the deep Q-network.
  • the action space In comparison to traditional deep reinforcement learning setups, where the action space consisted of only a couple of actions, such as left, right, accelerate, decelerate, in the present approach the action space is much larger and depends on the prediction horizon ⁇ o .
  • the behavioral model is trained solely on synthetic simulation data obtained from GridSim.
  • GridSim is an autonomous driving simulation engine that uses kinematic models to generate synthetic occupancy grids from simulated sensors. It allows for multiple driving scenarios to be easily represented and loaded into the simulator.
  • the disturbance g ( ⁇ ) is modelled on top of the behavioral model h ( ⁇ ), both models being functions dependent on s ⁇ t > .
  • the learned disturbance model depends on disturbance observations from real-world data, collected during test trials with the real agent.
  • the weights of the Q-network of Fig. 4 are adapted using real-world training data and the Q-learning algorithm implemented in Eq. 21 and Eq. 22.
  • Fig. 5 illustrates an autonomous driving problem space.
  • the aim is to estimate the optimal driving control action u opt ⁇ t + 1 > at time t + a , such that the vehicle follows an optimal future state trajectory z ⁇ t +1, t + ⁇ o > .
  • the optimal future states are calculated by the constrained nonlinear model predictive controller, based on the desired states z d ⁇ t + 1 , t + ⁇ o > estimated by the behavioral model h ( ⁇ ) and the disturbance model g ( ⁇ ).
  • x, y, and ⁇ represent the position and heading of the vehicle in the 2D driving plane, respectively.
  • the motivation for this specific model comes from a comparison in [8], where both the kinematic and dynamic models have been evaluated with respect to the statistics of the forecast error provided by a model predictive control system.
  • the single-track model also known as the car-like robot, or the bicycle model, consists of two wheels connected by a rigid link. The wheels are restricted to move in a 2D plane coordinate system.
  • u ⁇ t > ( v ⁇ t > , ⁇ ⁇ t > ).
  • the historic position state z ⁇ t - ⁇ i , t > , the sensory information I ⁇ t - ⁇ i , t > ) the reference trajectory z ref ⁇ t ⁇ ⁇ i , t + ⁇ o > , and the control actions u ⁇ t - ⁇ i , t > recorded from a human driver are stored as sequence data.
  • Data acquisition is performed both in the GridSim simulation environment, as well as in real-world driving scenarios.
  • the reference trajectory is stored over a finite time horizon [ t - ⁇ i , t + ⁇ o ]. This data is used by the Q-learning algorithm to adapt the weights of the deep neural network of Fig. 4 , as described above. Once trained, the network can be queried for the optimal desired vehicle trajectory z d ⁇ t + 1 , t + ⁇ o > .
  • the driving environment is observed using occupancy grids constructed from fused raw radar data.
  • a single occupancy grid corresponds to an observation instance I ⁇ t >
  • a sequence of occupancy grids is denoted as I ⁇ t - ⁇ i , t > .
  • These observations are axis-aligned discrete grid sequences in the time interval [ t - ⁇ i , t ], centered on the vehicle positions ( x ⁇ t - ⁇ i , t > , y ⁇ t - ⁇ i , t > ).
  • Occupancy grids provide a birds-eye perspective of the traffic scene.
  • the basic idea behind occupancy grids is the division of the environment into 2D cells, each cell representing the probability, or belief, of occupation through color-codes. Pixels of a first color represent free space, a second color marks occupied cells or obstacles, and a third color signifies an unknown occupancy.
  • the intensity of the color may represent the degree of occupancy. For example, the higher the intensity of the first color is, the higher is the probability of a cell to be free.
  • Occupancy grids are often used for environment perception and navigation.
  • the occupancy grids may be constructed using the Dempster-Shafer theory, also known as the theory of evidence or the theory of belief functions.
  • synthetic data can be generated in GridSim based on an occupancy grid sensor model.
  • the localization of the vehicle that is, the computation of position state estimate ⁇ ⁇ t > , may be obtained through the fusion of the wheel's odometry and the double integration of the acceleration acquired from an inertial measurement unit (IMU) via Kalman filtering.
  • IMU inertial measurement unit
  • Fig. 6 schematically illustrates a method for training the controller according to the invention.
  • environment observation inputs are passed 20 through a series of convolutional layers, activation layers, and max pooling layers to build an abstract representation.
  • the environment observation inputs may comprise synthetic or real-world occupancy grids.
  • the abstract representation is stacked 21 on top of previous system states and a reference state trajectory.
  • the stacked representation is then processed 22 by a fully connected neural network layer.
  • the processed stacked representation is fed 23 as an input to a long short-term memory network.
  • Fig. 7 schematically illustrates a block diagram of a first embodiment of an apparatus 30 for training the controller according to the invention.
  • the apparatus 30 has an input 31 for receiving data, in particular environment observation inputs.
  • the environment observation inputs may comprise synthetic or real-world occupancy grids.
  • the apparatus 30 further has a processor 32, which is configured to pass environment observation inputs through a series of convolutional layers, activation layers, and max pooling layers to build an abstract representation.
  • the processor 32 is further configured to stack the abstract representation on top of previous system states and a reference state trajectory, and to process the stacked representation by a fully connected neural network layer.
  • the processed stacked representation may be fed as an input to a long short-term memory network via an output 35.
  • a local storage unit 34 is provided, e.g. for storing data during processing.
  • the output 35 may also be combined with the input 31 into a single bidirectional interface.
  • the processor 32 may be controlled by a controller 33.
  • a user interface 36 may be provided for enabling a user to modify settings of the processor 32 or the controller 33.
  • the processor 32 and the controller 33 can be embodied as dedicated hardware units. Of course, they may likewise be fully or partially combined into a single unit or implemented as software running on a processor, e.g. a CPU or a GPU.
  • FIG. 8 A block diagram of a second embodiment of an apparatus 40 for training the controller according to the invention is illustrated in Fig. 8 .
  • the apparatus 40 comprises a processing device 41 and a memory device 42.
  • the apparatus 40 may be a computer, a workstation or a distributed system.
  • the memory device 42 has stored instructions that, when executed by the processing device 41, cause the apparatus 40 to perform steps according to one of the described methods.
  • the instructions stored in the memory device 42 thus tangibly embody a program of instructions executable by the processing device 41 to perform program steps as described herein according to the present principles.
  • the apparatus 40 has an input 43 for receiving data. Data generated by the processing device 41 are made available via an output 44. In addition, such data may be stored in the memory device 42.
  • the input 43 and the output 44 may be combined into a single bidirectional interface.
  • the processing device 41 as used herein may include one or more processing units, such as microprocessors, digital signal processors, or a combination thereof.
  • the local storage unit 34 and the memory device 42 may include volatile and/or non-volatile memory regions and storage devices such as hard disk drives, optical drives, and/or solid-state memories.
  • the complete training workflow of the deep neural network of Fig. 4 is depicted in Fig. 9 .
  • a simulated occupancy grid sequence is received 60 from the augmented memory component.
  • a simulated vehicle state estimate sequence is received 61 from the augmented memory component.
  • a simulated vehicle route is received 62.
  • human driving commands are received 63 as driving labels.
  • the deep neural network i.e. its convolutional neural networks and the at least one long short-term memory, are then trained 64 on the simulation data using the Q-learning algorithm described above.
  • real-world data are used for training.
  • a real-world occupancy grid sequence is received 65.
  • a real-world vehicle state estimate sequence is received 65.
  • a real-world vehicle route is received 67.
  • real-world human driving commands are received 68 as driving labels.
  • the deep neural network which was initialized in the training step 64, is then trained 69 on the real-world data using the Q-learning algorithm.
  • FIG. 10 A complete deployment workflow of the deep neural network of Fig. 4 is illustrated in Fig. 10 .
  • An occupancy grid sequence is received 70 from the augmented memory component.
  • Each occupancy grid in the sequence is processed 71 using a convolutional neural network.
  • a vehicle state estimate sequence is received 72 from the augmented memory component.
  • a vehicle route is received 73.
  • the sequences of occupancy grids processed by a convolutional neural network is then stacked 74 with the vehicle state estimate sequence and the vehicle route. Based on this stacked data, a desired trajectory is calculated 75 using a long short-term memory. Finally, an optimal vehicle state trajectory is calculated 76 using constrained nonlinear model predictive control.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Computing Systems (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Biophysics (AREA)
  • General Engineering & Computer Science (AREA)
  • Biomedical Technology (AREA)
  • Mathematical Physics (AREA)
  • Data Mining & Analysis (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Feedback Control In General (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)
  • Business, Economics & Management (AREA)
  • Game Theory and Decision Science (AREA)
  • Medical Informatics (AREA)
EP19465568.4A 2019-10-01 2019-10-01 Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs Active EP3800521B1 (de)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP23176488.7A EP4254122A3 (de) 2019-10-01 2019-10-01 Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs
EP19465568.4A EP3800521B1 (de) 2019-10-01 2019-10-01 Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs
US17/060,259 US20210096576A1 (en) 2019-10-01 2020-10-01 Deep learning based motion control of a vehicle

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
EP19465568.4A EP3800521B1 (de) 2019-10-01 2019-10-01 Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs

Related Child Applications (2)

Application Number Title Priority Date Filing Date
EP23176488.7A Division EP4254122A3 (de) 2019-10-01 2019-10-01 Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs
EP23176488.7A Division-Into EP4254122A3 (de) 2019-10-01 2019-10-01 Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs

Publications (2)

Publication Number Publication Date
EP3800521A1 true EP3800521A1 (de) 2021-04-07
EP3800521B1 EP3800521B1 (de) 2023-07-26

Family

ID=68426381

Family Applications (2)

Application Number Title Priority Date Filing Date
EP19465568.4A Active EP3800521B1 (de) 2019-10-01 2019-10-01 Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs
EP23176488.7A Pending EP4254122A3 (de) 2019-10-01 2019-10-01 Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs

Family Applications After (1)

Application Number Title Priority Date Filing Date
EP23176488.7A Pending EP4254122A3 (de) 2019-10-01 2019-10-01 Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs

Country Status (2)

Country Link
US (1) US20210096576A1 (de)
EP (2) EP3800521B1 (de)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113359771A (zh) * 2021-07-06 2021-09-07 贵州大学 一种基于强化学习的智能自动驾驶控制方法

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11525691B2 (en) * 2019-09-20 2022-12-13 Samsung Electronics Co., Ltd. System and method for autonomous motion planning
EP3832420B1 (de) * 2019-12-06 2024-02-07 Elektrobit Automotive GmbH Auf tiefem lernen basierte bewegungssteuerung einer gruppe autonomer fahrzeuge
CN112633474B (zh) * 2020-12-20 2022-04-05 东南大学 一种重型营运车辆的后向防撞驾驶决策方法
CN113537603B (zh) * 2021-07-21 2022-02-01 北京交通大学 一种高速列车智能调度控制方法和系统
CN113657676B (zh) * 2021-08-19 2024-05-14 燕山大学 一种考虑多维度驾驶人特性的制动反应时间预测方法
CN113815679B (zh) * 2021-08-27 2023-01-13 北京交通大学 一种高速列车自主驾驶控制的实现方法
CN114237049A (zh) * 2021-12-14 2022-03-25 西安建筑科技大学 一种基于lstm的智能建筑系统预测控制参数整定方法
CN117093824B (zh) * 2023-10-20 2024-01-19 北京开运联合信息技术集团股份有限公司 一种空间目标行为监测方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180120843A1 (en) * 2016-11-03 2018-05-03 Mitsubishi Electric Research Laboratories, Inc. System and Method for Controlling Vehicle Using Neural Network
US20180374359A1 (en) * 2017-06-22 2018-12-27 Bakhi.com Times Technology (Beijing) Co., Ltd. Evaluation framework for predicted trajectories in autonomous driving vehicle traffic prediction
US20190054955A1 (en) * 2017-08-21 2019-02-21 Mitsubishi Electric Research Laboratories, Inc. Systems and Methods for Intention-Based Steering of Vehicle
US20190176846A1 (en) * 2017-12-11 2019-06-13 Volvo Car Corporation Driving intervention in vehicles

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180120843A1 (en) * 2016-11-03 2018-05-03 Mitsubishi Electric Research Laboratories, Inc. System and Method for Controlling Vehicle Using Neural Network
US20180374359A1 (en) * 2017-06-22 2018-12-27 Bakhi.com Times Technology (Beijing) Co., Ltd. Evaluation framework for predicted trajectories in autonomous driving vehicle traffic prediction
US20190054955A1 (en) * 2017-08-21 2019-02-21 Mitsubishi Electric Research Laboratories, Inc. Systems and Methods for Intention-Based Steering of Vehicle
US20190176846A1 (en) * 2017-12-11 2019-06-13 Volvo Car Corporation Driving intervention in vehicles

Non-Patent Citations (11)

* Cited by examiner, † Cited by third party
Title
"Manning Publications", 1 January 2017, article FRANÇOIS CHOLLET: "Deep Learning with Python", pages: 1 - 386, XP055667837 *
C. KATRAKAZAS ET AL.: "Real-time motion planning methods for autonomous on-road driving: State-of-the-art and future research directions", TRANSPORTATION RESEARCH PART C: EMERGING TECHNOLOGIES, vol. 60, 2015, pages 416 - 442, XP055512799, DOI: 10.1016/j.trc.2015.09.011
D. Q. MAYNE ET AL.: "Constrained model predictive control: Stability and optimality", AUTOMATICA, vol. 36, 2000, pages 789 - 814, XP002351579, DOI: 10.1016/S0005-1098(99)00214-9
J. KONG ET AL.: "Kinematic and dynamic vehicle models for autonomous driving control design", 2015 IEEE INTELLIGENT VEHICLES SYMPOSIUM (IV, pages 1094 - 1099
LI LIU ET AL: "Deep Learning for Generic Object Detection: A Survey", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 6 September 2018 (2018-09-06), XP081368181 *
M. BOJARSKI ET AL.: "End to end learning for self-driving car", ARXIV PREPRINT ARXIV:1604.07316, 2016, Retrieved from the Internet <URL:http://arxiv.org/abs/1604.07316>
MEHDI MOHAMMADI ET AL: "Deep Learning for IoT Big Data and Streaming Analytics: A Survey", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 9 December 2017 (2017-12-09), XP080842796 *
R. BELLMAN: "Dynamic Programming", 1957, PRINCETON UNIVERSITY PRESS
R. FLETCHER: "Practical Methods of Optimization", 1987, JOHN WILEY & SONS
R. SUTTON ET AL.: "Introduction to Reinforcement Learning", 1998, MIT PRESS
V. MNIH ET AL.: "Human-level control through deep reinforcement learning", NATURE, vol. 518, 2015, pages 529 - 533, XP055283401, DOI: 10.1038/nature14236

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113359771A (zh) * 2021-07-06 2021-09-07 贵州大学 一种基于强化学习的智能自动驾驶控制方法
CN113359771B (zh) * 2021-07-06 2022-09-30 贵州大学 一种基于强化学习的智能自动驾驶控制方法

Also Published As

Publication number Publication date
US20210096576A1 (en) 2021-04-01
EP4254122A3 (de) 2024-02-14
EP3800521B1 (de) 2023-07-26
EP4254122A2 (de) 2023-10-04

Similar Documents

Publication Publication Date Title
EP3800521B1 (de) Auf tiefenlernen basierende bewegungssteuerung eines fahrzeugs
EP3832420B1 (de) Auf tiefem lernen basierte bewegungssteuerung einer gruppe autonomer fahrzeuge
Huang et al. Uncertainty-aware driver trajectory prediction at urban intersections
US20230359202A1 (en) Jointly Learnable Behavior and Trajectory Planning for Autonomous Vehicles
CN107861508B (zh) 一种移动机器人局部运动规划方法及装置
US11327449B2 (en) Nonlinear optimization for stochastic predictive vehicle control
CN112888612A (zh) 自动驾驶车辆规划
McKinnon et al. Learn fast, forget slow: Safe predictive learning control for systems with unknown and changing dynamics performing repetitive tasks
JP2018037064A (ja) 能動的探索なしの強化学習に基づくオンライン学習法及び車両制御方法
US20210149404A1 (en) Systems and Methods for Jointly Performing Perception, Perception, and Motion Planning for an Autonomous System
KR102373472B1 (ko) 각 영역에서 최적화된 자율 주행을 수행할 수 있도록 위치 기반 알고리즘 선택을 통해 심리스 파라미터 변경을 수행하는 방법 및 장치
González-Sieira et al. Autonomous navigation for UAVs managing motion and sensing uncertainty
CN114846425A (zh) 移动机器人的预测和规划
Rhinehart et al. Contingencies from observations: Tractable contingency planning with learned behavior models
Chaves et al. Opportunistic sampling-based active visual SLAM for underwater inspection
Saksena et al. Towards behavioural cloning for autonomous driving
Bai et al. Information-driven path planning
Wang et al. Learning‐based model predictive control for improved mobile robot path following using Gaussian processes and feedback linearization
Alighanbari et al. Deep reinforcement learning with nmpc assistance nash switching for urban autonomous driving
Louati Cloud-assisted collaborative estimation for next-generation automobile sensing
US20220269948A1 (en) Training of a convolutional neural network
Ferrari et al. Cooperative navigation for heterogeneous autonomous vehicles via approximate dynamic programming
Khamis et al. Deep learning for unmanned autonomous vehicles: A comprehensive review
EP3839830A1 (de) Trajektorienschätzung für fahrzeuge
Rezaei et al. A Deep Learning-Based Approach for Vehicle Motion Prediction in Autonomous Driving

Legal Events

Date Code Title Description
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: THE APPLICATION HAS BEEN PUBLISHED

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

AX Request for extension of the european patent

Extension state: BA ME

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: 20211007

RBV Designated contracting states (corrected)

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

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: 20220801

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

INTG Intention to grant announced

Effective date: 20230220

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

P01 Opt-out of the competence of the unified patent court (upc) registered

Effective date: 20230522

AK Designated contracting states

Kind code of ref document: B1

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

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602019033474

Country of ref document: DE

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG9D

REG Reference to a national code

Ref country code: DE

Ref legal event code: R079

Ref document number: 602019033474

Country of ref document: DE

Free format text: PREVIOUS MAIN CLASS: G05D0001020000

Ipc: G05D0001430000

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20230726

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1592658

Country of ref document: AT

Kind code of ref document: T

Effective date: 20230726

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231027

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231126

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231127

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231026

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231126

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231027

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20231026

Year of fee payment: 5

Ref country code: DE

Payment date: 20231031

Year of fee payment: 5

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

P02 Opt-out of the competence of the unified patent court (upc) changed

Effective date: 20240207

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20230726