Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
METHOD AND SYSTEM FOR TRAINING AND UPDATING A CLASSIFIER
Document Type and Number:
WIPO Patent Application WO/2019/114991
Kind Code:
A1
Abstract:
The present disclosure relates to a method for updating and training a backend-side classifier. The method includes receiving, in a backend-device, from at least one vehicle classification data along with a respective classification result generated by a vehicle-side classifier and training the backend-side classifier using the classification data and a possibly corrected respective classification result as annotation. Accordingly, the backend-side classifier is trained or fine-tuned based on the result of a pre-trained vehicle-side classifier. Classification results and the underlying classification data are sent to the backend by one or more vehicles.

Inventors:
HAMER HENNING (DE)
THIEL ROBERT (DE)
Application Number:
PCT/EP2017/083122
Publication Date:
June 20, 2019
Filing Date:
December 15, 2017
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
CONTINENTAL AUTOMOTIVE GMBH (DE)
International Classes:
G06K9/00; G06K9/62
Foreign References:
CN105930830A2016-09-07
Other References:
AVIK GHOSE ET AL: "Road condition monitoring and alert application: Using in-vehicle Smartphone as Internet-connected sensor", PERVASIVE COMPUTING AND COMMUNICATIONS WORKSHOPS (PERCOM WORKSHOPS), 2012 IEEE INTERNATIONAL CONFERENCE ON, IEEE, 19 March 2012 (2012-03-19), pages 489 - 491, XP032180017, ISBN: 978-1-4673-0905-9, DOI: 10.1109/PERCOMW.2012.6197543
Download PDF:
Claims:
Patent claims

1. Method for training and updating a backend-side classifier, the method comprising:

receiving, in a backend-device, from at least one vehicle, classification data along with a respective classification result generated by a vehicle-side classifier; and training the backend-side classifier using the classi fication data and a possibly corrected respective clas sification result as annotation.

2. The method of claim 1 wherein training the backend-side classifier comprises

comparing classification results for the same classifi cation object received from a plurality of vehicles;

if the classification results differ, applying a con sistency check on the classification results to determine an inconsistent or false classification result; and training the backend-side classifier only using consistent annotations based on the consistency check.

3. The method of claim 2 further comprising:

communicating a consistent annotation back to a vehicle in which an inconsistent or false classification result originates .

4. The method of claim 3 further comprising:

initiating an update of the vehicle-side classifier of the vehicle in which the inconsistent or false classification result originates based on the consistent annotation.

5. The method of any of claims 2 to 4, wherein applying a consistency check on the classification results comprises applying a voting scheme for classification results for the same classification object and setting the classification result that has been voted for by the voting scheme as a consistent annotation for the classification object.

6. The method of any of claims 2 to 4, wherein applying a consistency check on the classification results comprises annotating the classification data by a manual annotator.

7. The method of any of claims 1 to 6, wherein training the backend-side classifier comprises updating the

backend-side classifier.

8. The method of any of claims 1 to 7 wherein the backend-side classifier and the vehicle-side classifier is a multi-layer classifier having a plurality of layers and wherein the classification data is an output of a specific layer of the plurality of layers.

9. The method of claim 8, wherein training the backend-side classifier comprises updating a number of layers corre sponding to the specific layer of the plurality of layers.

10. The method of claim 1, further comprising:

determining, in a vehicle, an inconsistent or false classification result;

generating, in the vehicle, an indication indicating that the classification is inconsistent or false;

receiving, in a backend-device, along with the classi fication data and the classification result the indication that the classification is inconsistent or false;

determining, by the backend-device, a correct classifi cation result with respect to the classification data; communicating, by the backend-device; the classification data and the correct classification result to the vehicle or another vehicle;

initiating, by the backend—device ; a training of the vehicle-side classifier of the vehicle or the other vehicle based on the classification data and the determined correct classification result as annotation.

11. The method of claim 1, further comprising:

determining, in a vehicle, an inconsistent or false classification result;

generating, in the vehicle, an indication indicating that the classification is inconsistent or false;

receiving, in a backend-device, along with the classi fication data and the classification result the indication that the classification is inconsistent false;

determining, by the backend-device, a correct classifi cation result with respect to the classification data; initiating, by the backend—device ; a training of the backend-side classifier based on the classification data and the determined correct classification result as an notation .

12. The method of claim 1, further comprising:

determining, in a vehicle, an inconsistent or false classification result for a classification object;

generating, in the vehicle, an indication indicating that the classification is inconsistent or false;

receiving, in a backend-device, along with the classi fication data and the classification result the indication that the classification is inconsistent false;

communicating, by the backend-device, the classification data to a plurality of other vehicles; initiating, by the backend-device, a classification of the classification data by the vehicle-side classifier of each of the plurality of other vehicles;

receiving, by the backend-device, classification results from the plurality of other vehicles;

applying a voting scheme for the classification results and setting the classification result that the voting scheme has been voted for as a consistent annotation for the clas sification object;

communicating, by the backend-device, the consistent annotation to the vehicle or another vehicle; and initiating, by the backend-device; a training of the vehicle-side classifier of the vehicle or another vehicle based on the classification data and the determined consistent annotation for the classification object.

13. Backend-Device comprising

a receiver configured to receive classification data along with a respective classification result generated by a vehicle-side classifier of at least one vehicle; and one or more processors configured to implement a

backend-side classifier and configured to train the backend-side classifier using the classification data and a possibly corrected respective classification result as annotation .

14. The Backend-Device of claim 13, wherein the one or more processors are configured to compare classification results for the same classification object received from a plurality of vehicles; and

if the classification results differ, to apply a consistency check on the classification results to determine an in consistent or false classification result; and to train the backend-side classifier only using consistent annotations based on the consistency check.

15. System comprising a backend-device of claim 13 or 14 and one or more vehicles each comprising a vehicle side classifier; wherein the backend-device is further configured to communicate a consistent annotation back to a vehicle in which an inconsistent or false classification result originates and wherein the backend-device is further configured to initiate an update of the vehicle-side classifier of the vehicle in which the inconsistent or false classification result originates based on the consistent annotation .

Description:
Description

Method and system for training and updating a classifier

The present disclosure relates to a method for training and updating a classifier. The present disclosure specifically relates to a method for training and updating a backend-side classifier .

TECHNICAL BACKGROUND

Advanced driver assistance systems may rely on classification of elements of camera images acquired by a camera mounted on or in a vehicle. Classification can be achieved by trainable clas sifiers such neuronal networks. Generally, classifiers are trained on a number of positive or negative input samples with the goal of yielding a desired classification result. Classifiers may be specifically trained on camera images to realize the automatic recognition of elements of a certain class in camera images. Accordingly, pedestrians, vehicles, traffic signs etc. can be recognized. Applying trained classifiers on images delivered by cameras in vehicle may enable many use cases like automatic driving, collision avoidance, etc.

Classifiers may be trained in an offline manner. Given a number of samples with manual annotation, a classifier tries to learn characteristics of the input samples to correctly discriminate positive from negative samples, e.g. samples belonging to a certain class.

One popular classification method is to use neural networks. Recently a method for fine tuning neural networks has been proposed which allows retrospective adaption of previously trained classifiers. For this purpose new training examples are used for re-training which means adapting weights within the classifier .

However, appropriate training samples need to be identified and to be distributed to a vehicle-side classifiers. Manual identification of appropriate training samples and manual annotation may be time consuming and costly.

DISCLOSURE

It is an objective of the present disclosure to overcome the drawbacks mention above. This objective is achieved by a method and a backend-device according to the independent claims.

Dependent claims relate to further aspects of the present disclosure .

The present disclosure relates to a method for updating and training a backend-side classifier. The method includes re ceiving, in a backend-device, from at least one vehicle classification data along with a respective classification result generated by a vehicle-side classifier and training the backend-side classifier using the classification data and a possibly corrected respective classification result as anno tation. Accordingly, the backend-side classifier is trained or fine-tuned based on the result of a pre-trained vehicle-side classifier. Classification results and the underlying clas sification data are sent to the backend by one or more vehicles.

Classification data may be any type of input data such as raw data or pre-processed data necessary for classification and training. Pre-processed data may include the output of any stage or multi-stage classifier. Specifically, classification data may include raw data, e.g. raw camera images, acquired by a vehicle. The classification results of the pre-trained vehicle-side classifiers may be used as annotation for training the backend-side classifier, either from scratch or by updating the parameters, e.g. weights in case of a neural network. In order to correctly train or update the backend-side classifier, consistent and correct annotations shall be used only. Therefore, a consistency check may be applied to the classification results that have been received by the backend and inconsistent or false classification results generated by the vehicle-side classifiers need be corrected. However, the classification data that resulted in an inconsistent or false classification result generated by a vehicle-side classifier may represent valuable training data as some vehicle-side classifiers may have correctly identified the classification object while others may have not. Apparently, in this case the classification object may have properties that can only be identified by sophisticated, i.e. intensively trained classifiers. If an existing backend-side classifier is trained with such classification data, an improvement of the classi fication properties of the classifier can be expected. Thus applying a consistency check to classification results received from a plurality of vehicle-side classifiers provides a technique to efficiently determine valuable training data. Therefore, the training data does not need to be chosen manually.

As above, training the backend-side classifier may include comparing classification results for the same classification object received from a plurality of vehicles in order to conduct a consistency check on the classification results. If the classification results differ a consistency check may be applied on the classification results to determine an inconsistent or false classification result. The backend-side classifier may then be trained only using consistent annotations based on the consistency check. A corrected classification result may thus be obtained by identifying a consistent classification result. The consistent classification result may be used as a consistent annotation for the respective classification data. The con sistent annotation may be communicated back to the vehicle in which an inconsistent or false classification result originates. Based on the consistent annotation, the backend may initiate an update of the vehicle-side classifier of the vehicle in which the inconsistent or false classification result originates.

The classification object, e.g. a road sign, represented by the classification data, e.g. a camera image, maybe communicated by one or more vehicles along with its geographical position. The backend, which determines a consistent and correct annotation of the classification object, may distribute the consistent and correct annotation along with the classification data and the geographical position to a plurality of vehicles, specifically to vehicles in the vicinity of the classification object. The geographical position may be coded by WGS 84.

Applying a consistency check on the classification results may include applying a voting scheme such as an automated

backend-assisted voting system, for example majority vote, for classification results for the same classification object and setting the classification result for which the voting scheme has voted for, e.g. that won the majority vote, as a consistent annotation for the classification object represented by the classification data.

For the consistency check classification results from different vehicle-side classifiers may be employed, e.g. classifiers of different type or classifiers of different origin.

In case of an even majority vote it may be necessary to employ manual annotation of the classification data. The backend may communicate the classification data to a service center in which a manual annotator annotates the classification data. A correct and consistent annotation may be retrieved by the backend from the service center.

Classification data which has been originally false or in consistent classified along with a corrected, i.e. corrected and consistent annotation, may be used to train the backend-side classifier. The backend-side classifier may be trained by updating .

As described above, the consistency check may be done in the backend. However, in order to save communication resources, a consistency check may be done in a vehicle. For this purpose, a vehicle may have two classifiers of different type. If the two classifiers within the same vehicle yield different classi fication results, thus classification data valuable for training a classifier may have been identified and be communicated to the backend. Moreover, in case of an inconsistency of the clas sification results, a vehicle may not be able to determine a correct classification of the respective classification object represented by the classification data. The vehicle may make use of the backend to obtain a correct classification. Thus a correct and consistent annotation may generated by the backend which can be used to update the vehicle-side classifier that has generated the incorrect classification result. A vehicle that has de termined an inconsistent or incorrect classification result may generate an indication that the classification is inconsistent or incorrect. The backend may receive along with the classi fication data and the classification result the indication that the classification is inconsistent or incorrect. Being triggered by this indication the backend may determine a correct clas sification based on the classification data, e.g. either by its own backend-side classifier or by a manual annotator. The backend-device may then communicate the classification data and the correct classification result to the vehicle or even another vehicle. Subsequently, the backend-device may initiate a training of the vehicle side classifier of the vehicle or even the other vehicle based on the classification data and the determined correct classification result annotation. Hence, valuable training data along with a correct annotation can be identified by identifying an inconsistent classification result of any vehicle-side classifier and rectifying it by a

backend-device. Thus, an efficient way of identifying training data and making use of it to train vehicle-side classifiers has been presented.

However, it may not be necessary that the backend-device de termines a consistent and correct classification result itself in order to provide a correct annotation for training a classifier. The backend-device may instead employ vehicle-side classifiers of other vehicles to determine a consistent and correct classification result. Accordingly, the backend-device, apart or instead from evaluating the classification data by itself, may communicate, upon receiving the indication that the classification is inconsistent, the classification data to a plurality of other vehicles. The backend-device may then initiate a classification of the classification data by the vehicle-side classifier of each of the plurality of other vehicles. Upon completion of the classification, the backend-device may then receive classification results from the plurality of other vehicles and apply a voting scheme, e.g. a majority vote, for the classification results and set the classification result that won the voting scheme, e.g. the majority vote, as a consistent annotation for the classification object. The backend-device may communicate the consistent annotation to the vehicle or another vehicle. The backend-device may initiate a training of the vehicle-side classifier of the vehicle or another vehicle based on the classification data and the determined correct clas- sification result as annotation. The backend-side classifier does not necessarily need to be trained from scratch. Instead, existing classifiers can be used that are fine-tuned within the training. For example, a copy of a vehicle-side classifier can be present in the backend as a starting point for the backend-side classifier. As new and possibly consistent classifications arrive in the backend along with the respective classification data, the classification data along with a consistent, possibly corrected annotation, can be inserted into the backend-side classifiers to adapt the pa rameters, e.g. the weights, thus improving the classifiers. The improved backend-side classifier can then be redistributed to the vehicles, e.g. via over the air updates.

Any of the training schemes proposed above increase the variance within a training set. The overall training data set includes a plurality of classification data sets.

Instead of sending classification data in the form of raw data, e.g. camera images, to the backend along with their classi fication result a more abstract representation may be uploaded to the backend. The backend-side classifier and the vehicle-side may be a multi-layer classifier having a plurality of layers. For example a neural network classifier consists of several layers, each layer containing perceptrons . The perceptrons contain the weights which define the classifier. For classification the raw data is inserted into the first layer. The data is then transformed as it moves through the different layers of the network with a final classification result as the output of the last layer. Instead of uploading raw data, the representation of the raw data at any layer may be uploaded. For example, the output of layer 10 of the vehicle-side classifier may be uploaded and inserted into layer 11 of the respective backend-side classifier. Accordingly, the classification data is an output of specific layer of a plurality layers. Within the backend-side classifier only layers higher than the output layer of the vehicle-side classifier can be trained or updated. In other words, training the backend-side classifier includes updating a number of layers corresponding to the specific layer of the plurality of layers of the vehicle-side classifier. For fine tuning this is suf ficient. It saves data to be communicated to the backend and thus communication resources such as bandwidth or time. Moreover, there are no privacy issues compared to uploading complete camera images. Therefore, user acceptance can be expected to be higher in contrast to solutions that affect privacy issues. Other abstract representations of the raw data may be communicated from a vehicle to the backend for classifier training, e.g. results from image processing like demosaicing and hand-crafted features like histogram of oriented gradient features.

The present disclosure further relates to a backend-device that includes a receiver configured to receive classification data along with a respective classification result generated by a vehicle-side classifier of at least one vehicle and one or more processors configured to implement a backend-side classifier and configured to train the backend-side classifier using the classification data and a possibly corrected respective classification result as annotation.

The one or more processors may be configured to compare classification results for the same classification object received from a plurality of vehicles. If the classification results differ, the one or more processors are configured to apply a consistency check on the classification results to determine an inconsistent or false classification result; and to train the backend-side classifier only using consistent annotations based on the consistency check. The present disclosure further relates to a system including a backend-device as described above and one or more vehicles. Each vehicle includes a vehicle-side classifier. The backend-device may be further configured to communicate a consistent annotation back to a vehicle in which an inconsistent or false classification result originates. The backend-device may be further configured to initiate an update of the vehicle-side classifier of the vehicle in which the inconsistent or false classification result originates based on the consistent annotation.

Different implementations of the present invention are shown in the drawings and will be described and discussed below. Therein,

Fig. 1 shows a diagram showing a backend device and three vehicle-side classifiers;

Fig. 2 shows a flow graph of a training method of a

backend-side classifier using an annotation generated by a majority vote or manually initiated by the backend;

Fig. 3 shows a flow graph of a training method of a

backend-side classifier and/or a vehicle side classifier initiated by a vehicle; and

Fig. 4 shows a flow graph of a training method of a

vehicle-side classifier using an annotation generated by a majority vote initiated by a vehicle.

DETAILED DESCRIPTION

Fig. 1 shows a block diagram of system 100 that includes backend-device 102 which is communicatively coupled to vehi cle-device 106, vehicle-device 108 and vehicle-device 110 via communication network 104. The communication network 104 may be a wireless communication network based on communication standards such as Global System for Mobile Communications (GSM) , Long Term Evolution (LTE) or 5G or any other network suitable for Car-to-X communications. Backend-device 102 includes a transceiver to receive data from or to send transmit to vehicle devices 106, 108, 110 via communication network 114.

Backend-device 102 further includes processor 112 coupled to memory 114. Memory 114 stores a plurality of classifiers 116, 118, 120 implemented as software modules. Classifier 116 may be a vehicle-side stand-alone classifier. Classifier 118 may be classifier that represents a copy of a specific vehicle-side classifier, e.g. vehicle-side classifier 142. Classifier 120 may be a classifier that represents a copy of another specific vehicle-side classifier, e.g. of a second ordinary equipment manufacturer .

Vehicle device 106 comprised in a first vehicle includes processor 122 coupled to memory 124. Memory 124 stores vehi cle-side classifier 126 implemented as a software module. Vehicle device 106 includes a transceiver for communication via com munication network 104.

Vehicle device 108 comprised in a second vehicle includes processor 128 coupled to memory 128. Memory 128 stores vehi cle-side classifier 130 implemented as a software module. Vehicle device 108 includes a transceiver for communication via com munication network 104.

Vehicle device 110 comprised in a third vehicle includes processor 136 coupled to memory 138. Memory 138 stores vehi cle-side classifier 140 and vehicle-side classifier 142, each implemented as a software module. Vehicle-side classifier 140 may be different from vehicle-side classifier 142, either in terms of its parameters or even in terms of its structure. If ve hicle-side classifiers 140 and 142 yield different classifi cation results, vehicle device 110 itself can determine that the classification results are inconsistent. Inconsistent clas sification results may be an indication that the underlying classification data may be specifically valuable for training of classifiers, that is because only one of the classifier 140, 142 works correctly for that classification data. Such valuable classification data can be communicated to backend-device 102. For this purpose, vehicle device 110 includes a transceiver for communication via communication network 104.

System 100 only represents a specific embodiment. For example, the vehicle-side classifiers may be implemented as software modules running in a processor of an electronic control unit of a vehicle.

Standalone backend-side classifier 116 may be trained using training data, i.e. classification data collected from vehicles over communication network 104. In order to determine suitable, i.e. valuable, classification data, backend-device 102 collects classification data for classification objects for which different vehicle-side classifiers 124, 134, 140 and 142 yield different results. Training or updating the backend-side classifier 116 will be explained with reference to Fig. 2 which shows a flow graph of method 200 implemented in processor 112.

Each of vehicle-side classifiers 126, 134, 140 and 142 may classify the same classification object, e.g. a road sign when vehicles that include vehicle devices 106, 108 and 110 drive by that classification object.

Backend-device 102 may initiate a data transfer by sending a request to vehicle devices 102, 106 and 108 via communication network 104. Alternatively, backend device 104 may continuously receive classification data of classification object along with respective classification results from a plurality of vehicles, e.g. the first vehicle, the second vehicle and the third vehicle, see stage 200.

Backend-device 102 may then compare the classification results for the same classification object, see stage 200. The clas sification object may be identified by its geographical position. For this purpose the first, second and third vehicles may comprise means for determining the geographical position of a classi fication object, e.g. GPS or Radar.

Backend-device 102 may then determine whether the classification results differ, see stage 206. If the classification results do not differ, then the classification results are consistent and may be regarded as correct. They can be used as annotation of the classification data for training vehicle-side classifier 116. If the classification results differ, then backend-device 102 may apply a consistency check on the classification results based on a majority vote, see stage 210.

If a majority vote exists, e.g. three of the four classifiers 126, 134, 140 may have determined a specific classification object, while classifier 142 may have determined another classification object, then the classification results that have won the majority vote are taken as a correct annotation for the classification data, see stage 214. The classification data along with the thus determined correct annotation may be used to train the standalone-classifier 116 in the backend. However, ap parently classifier 142 needs some improvement as it did not correctly classify the classification object. Therefore, the classification data along with the determined correct annotation may be communicated back to vehicle device 110. Backend-device 102 may initiate a training of vehicle side classifier 142. Alternatively backend-side classifier 118 may be a copy of vehicle-side classifier 142. Backend-device 102 may train backend-side classifier 120 based on the classification data and the determined correct annotation. When the training is complete, the updated parameters of vehicle-side classifier 120 may be communicated to vehicle-device 110 over the communication network. Vehicle-device 110 may then use the updated parameters to update vehicle-side classifier 142.

However, a majority may not exist, e.g. in the case of even results. For example vehicle-side classifiers 126 and 136 may have determined a specific classification object and vehi cle-side classifiers 140 and 142 may have determined another classification object. In this case, a consistent annotation cannot be determined by a majority vote. In this case, backend-device 102 may employ other methods to determine a correct annotation, i.e. classification result for the clas sification object. As shown in stage 216, the classification data may be annotated manually. For this purpose, backend device 102 may communicate the classification data to an external server or service provide, where a manual annotator exists. The thus determined correct annotation may be used to train or update the backend-side standalone classifier 116. Backend-device 102 may initiate a training of vehicle side classifier 140 and 142 as those classifiers did not correctly classified the classifi cation data in this case. Alternatively, backend-side classifier 118 may be a copy of vehicle-side classifier 140 and backend-side classifier 120 may be a copy of vehicle-side classifier 142. Backend-device 102 may train backend-side classifier 118 and backend-side classifier 120 based on the classification data and the determined correct annotation. When the training is complete, the updated parameters of vehicle-side classifier 118 and vehicle-side classifier 120 may be communicated to vehi cle-device 110 over the communication network. Vehicle-device 110 may then use the updated parameters to update vehicle-side classifier 140 and vehicle-side classifier 142 respectively. The method described above provides a technique for implicitly identifying training data sets suitable for training classi fiers, i.e. classification data for which some classifiers generate correct classification results while other classifiers do not.

However, it may be observed that the backend itself needs to identify the training data sets by applying a majority vote to classification results received from a plurality of vehicles.

Fig. 3 shows a flow diagram of a method in which a suitable training data set is identified within the vehicle.

A classification object may be classified by vehicle-side classifier 140 and vehicle-side classifier 142, see stage 302. The two classification results may be different, i.e. incon sistent. Accordingly, one or both classifiers may not have worked correctly. Vehicle device 110 may generate an indication that is has generated inconsistent classification results and may communicate this indication along with the classification data to backend-device 102 via communication network 104, see stage 306. Accordingly, the backend-device may save communication effort in order to find out whether a classification result is inconsistent or not using other vehicle-side classifiers because vehicle-device 110 determines the inconsistency by itself.

Up reception the indication that the classification result is inconsistent or false along with the respective classification data, see stage 306, backend-device 102 may determine a correct classification result, i.e. a correct and consistent annotation to the classification, see stage 308, e.g. by employing its own stand-alone classifier 116. Alternatively, backend-device 102 may employ a manual annotator or even vehicle-side classifiers of other vehicles accessible over communication network 104 as will be explained later with reference to Fig. 4.

Once backend-device 102 has determined a correct classification result, it may communicate the classification result along with the classification data back to vehicle-device 110. Additionally it may communication the classification data along with the correct classification result to any other vehicle device, e.g. vehicle device 106 and/or 108, see stage 310.

Backend-device 102 may the initiate a training of the vehi cle-side classifiers 140 and 142 and additionally of vehicle-side classifiers 126 and 134, see stage 312, which can then be trained based on the classification data and the correct annotation, see stages 314 and 316, respectively.

As above, one vehicle-device identified suitable and valuable training data that is annotated by the backend-device and the correct annotation along with the training data is distributed over the network to train vehicle-side classifiers of other vehicle devices.

Fig. 4 shows a flow diagram of a method in which a suitable training data set is identified within the vehicle and wherein a correct and classification result is identified by means of a plurality of vehicle-side classifiers.

A classification object may be classified by vehicle-side classifier 140 and vehicle-side classifier 142, see stage 402. The two classification results may be different, i.e. incon sistent. Accordingly, one or both classifiers may not have worked correctly. Vehicle device 110 may generate an indication that is has generated inconsistent classification results and may communicate this indication along with the classification data to backend-device 102 via communication network 104, see stage 406. Accordingly, the backend-device may save communication effort in order to find out whether a classification result is inconsistent or not using other vehicle-side classifiers because vehicle-device 110 determines the inconsistency by itself.

Upon reception of the indication that the classification result is inconsistent or false along with the respective classification data, see stage 406, backend-device 102 may determine a correct classification result, i.e. a correct and consistent annotation to the classification by employing vehicle-side classifiers of other vehicles accessible over communication network 104.

For this purpose, backend-device 102 may communicate the classification data to vehicle-devices 106 and 108 and other vehicle-devices not shown in Fig.l, see stage 408.

Backend-device 102 may initiate a classification of the classification data by the vehicle-side classifier of each vehicle-device the classification data was communicated to, e.g. vehicle-side classifiers 126, 128 and others, see stage 410.

Each vehicle-side classifier may then classify the classifi cation object, see stage 412 and communicate the results back to backend-device 102. Backend-device 102 may then receive the classification results, see stage 412 and apply a majority vote to it, see stage 416. The classification result that won the majority vote as a consistent annotation for the classification obj ect .

Backend-device 102 may then initiate a training of the vehi cle-side classifier of vehicle-device 110 and possibly vehi cle-side classifiers of other vehicles, see stage 420. Addi tionally backend-device 102 may train its own standalone-classifier 116 using the classification data and the consistent annotation.

As above, one vehicle-device identified suitable and valuable training data that is annotated by employing other vehicle-side classifiers accessible over the communication network. The consistent, i.e. correct annotation along with the training data is distributed over the network to train vehicle-side classifiers of other vehicle devices.

In any of the above described scenarios, the classification data may be the output of a specific layer of a multi-layer classifier. Then, subsequent layers of other classifiers can be employed to determine a correct annotation. Also subsequent layer of other classifiers can be trained or updated using this type of classification data and the determined correct annotation. This way, some privacy issues are resolved with respect to data collection and processing thus promoting the acceptance of drivers .