WO2022193416A1 - Method and apparatus for distinguishing driver, and computer device - Google Patents

Method and apparatus for distinguishing driver, and computer device Download PDF

Info

Publication number
WO2022193416A1
WO2022193416A1 PCT/CN2021/091711 CN2021091711W WO2022193416A1 WO 2022193416 A1 WO2022193416 A1 WO 2022193416A1 CN 2021091711 W CN2021091711 W CN 2021091711W WO 2022193416 A1 WO2022193416 A1 WO 2022193416A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
driving
historical driving
track
map
Prior art date
Application number
PCT/CN2021/091711
Other languages
French (fr)
Chinese (zh)
Inventor
唐炳武
罗振珊
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2022193416A1 publication Critical patent/WO2022193416A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2462Approximate or statistical queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • 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

Definitions

  • the present application relates to the field of artificial intelligence, in particular to a method, apparatus and computer equipment for distinguishing drivers.
  • the car insurance premiums for designated drivers and non-designated drivers are different, and the insurance claims costs are also different.
  • the driver's familiarity with the vehicle directly affects the driving behavior.
  • the probability of the insured being a designated driver is much lower than that of other temporary drivers, and the premium discount is more.
  • the main purpose of the present application is to provide a method for distinguishing drivers, aiming to solve the technical problem that drivers cannot be distinguished according to the characteristics of the driving trajectory.
  • the present application proposes a method for distinguishing drivers, including:
  • the designated driving trajectories corresponding to the same driver's driving in each of the historical driving trajectory data are distinguished.
  • the present application also provides a device for distinguishing drivers, comprising:
  • a first acquisition module used to acquire historical driving trajectory data corresponding to the designated vehicle
  • a first forming module used for matching the historical driving trajectory data to a map grid to form a trajectory map
  • a second forming module configured to form feature data arrays corresponding to each of the historical driving track data according to the track map
  • the first calculation module is used to input each of the characteristic data arrays into the twin neural network model, and calculate the classification weight between the characteristic data arrays in pairs;
  • the distinguishing module is configured to distinguish, according to the classification weight and the preset threshold, the designated driving trajectories corresponding to the same driver in each of the historical driving trajectories data.
  • the present application also provides a computer device, comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the above-mentioned method for distinguishing a driver when executing the computer program, and the method includes:
  • the designated driving trajectories corresponding to the same driver's driving in each of the historical driving trajectory data are distinguished.
  • the present application also provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the above-mentioned method for distinguishing a driver is realized, and the method includes:
  • the designated driving trajectories corresponding to the same driver's driving in each of the historical driving trajectory data are distinguished.
  • a trajectory map is formed by superimposing the historical driving trajectory data and the map grid, and each historical driving trajectory data is labeled according to the characteristic data array calculated from the trajectory map, and then the characteristic data of each historical driving trajectory data is calculated according to the twin neural network model.
  • the similarity between the arrays is used to distinguish the driving behavior of different drivers, to realize the distinction and classification of drivers, and to realize the one-to-one correspondence between the driving trajectory data and the drivers.
  • FIG. 1 is a schematic flowchart of a method for distinguishing drivers according to an embodiment of the present application
  • FIG. 2 is a schematic flowchart of a system for distinguishing drivers according to an embodiment of the present application
  • FIG. 3 is a schematic diagram of an internal structure of a computer device according to an embodiment of the present application.
  • a method for distinguishing drivers according to an embodiment of the present application includes:
  • S4 Input each of the characteristic data arrays into the twin neural network model, and calculate the classification weights between the characteristic data arrays in pairs;
  • the historical driving trajectory data corresponding to the designated vehicle is obtained through the insurance APP account registered by the owner of the designated vehicle, and the insurance APP collects the navigation trajectory of each insured driver as historical driving by setting rewards or setting insurance conditions.
  • track data is a vector cluster in seconds, including: time, latitude and longitude, altitude, direction, speed and other driving data.
  • the map grid of the present application is obtained by applying a division algorithm to the existing open-source map data.
  • the open-source map data includes road latitude and longitude, road type, road speed limit, and the like.
  • the above division algorithms include algorithms for dividing map grids at specified distances, such as dividing map grids at intervals of 10 kilometers or 20 kilometers to form a map grid of 10*10 square kilometers or 20*20 square kilometers;
  • Each administrative region divides the map grid division algorithm, such as Shenzhen Futian District grid, Shenzhen Nanshan District grid, etc.
  • a data sample for analyzing the characteristics of the driving trajectory is formed, which is used to calculate the characteristic data array corresponding to the historical driving trajectory data, such as but not limited to night driving data, peak hour driving data, Driving smoothness, etc.
  • the feature data arrays corresponding to the two historical driving trajectory data are input into the twin neural network model, and the similarity between the two historical driving track data is calculated by the function included in the twin neural network model, and then the two historical driving track data are judged.
  • the probability that the driving trajectory data matches the driving characteristics of the same driver which in turn determines whether the specified vehicle is driven by the same driver registered with the insurance.
  • a trajectory map is formed by superimposing the historical driving trajectory data and the map grid, and each historical driving trajectory data is labeled according to the characteristic data array calculated from the trajectory map, and then the characteristic data of each historical driving trajectory data is calculated according to the twin neural network model.
  • the similarity between the arrays is used to distinguish the driving behavior of different drivers, to realize the distinction and classification of drivers, and to realize the one-to-one correspondence between the driving trajectory data and the drivers.
  • step S2 of matching the historical driving track data to a map grid to form a track map includes:
  • S22 Acquire the latitude and longitude information corresponding to each track point in the specified historical driving track data, wherein the specified historical driving track data belongs to any one of all the historical driving track data;
  • a trajectory map corresponding to the historical driving trajectory data and the map grid is formed, and the above trajectory map is displayed as a map grid and each The composite of the trajectory lines corresponding to the historical driving trajectory data respectively.
  • the background data of the track map is represented as a combination of the data table corresponding to the historical driving track data and the data table corresponding to the map grid.
  • the feature data array includes track feature data
  • the step S3 of forming a feature data array corresponding to each of the historical driving track data according to the track map includes:
  • each map grid is used as the calculation interval for the trajectory feature data, and the interval value corresponds to the mileage of the travel trajectory in the interval.
  • the above-mentioned trajectory feature data includes the slow driving interval ratio and the overspeed driving interval ratio, and the overspeed driving interval ratio is further subdivided into the exceeding the maximum speed limit interval ratio, the road type speed limit interval ratio and the extreme speeding driving interval ratio.
  • the ratio of the above-mentioned slow driving interval and speeding interval is equal to the number of driving record intervals below 60kph as a percentage of the total number of intervals corresponding to the entire driving track; the above maximum speed limit interval ratio is equal to the number of overspeed record intervals where the vehicle speed exceeds 120kph, which accounts for the total number of intervals.
  • the ratio of the number of intervals; the above-mentioned road type speed limit interval ratio is equal to the ratio of the number of recorded intervals where the vehicle speed exceeds the road type speed limit to the total number of intervals;
  • the above-mentioned extreme speeding interval ratio is equal to the ratio of the number of recorded intervals of extreme speeding to the total number of intervals , 20% over the speed limit defines extreme speeding.
  • the feature data array includes driver driving feature data
  • the step S3 of forming a feature data array corresponding to each of the historical driving track data according to the track map includes:
  • S302 Calculate the driving characteristic data of the driver corresponding to the specified historical driving trajectory data according to the time data, wherein the driving characteristic data of the driver includes driving data in a preset time interval, driving smoothness and fatigue driving data;
  • the characteristic data array includes not only the trajectory characteristic data, but also the driving characteristic data of the driver.
  • the characteristic data array is: A set of 8-dimensional data.
  • the above driving characteristic data is obtained by analyzing the driving habits of the driver, such as night driving data, peak period driving data, driving smoothness, and fatigue driving data.
  • the above driving characteristic data is obtained by collecting time data of the driving trajectory data. For example, the driving time from 11:00 p.m. to 5:00 a.m., the record is marked as 1 for nighttime, and marked as 0 for non-nighttime.
  • the total number of intervals in the current driving track is used as night driving.
  • the time period includes the morning and evening rush hours on weekdays; the above driving smoothness is calculated by counting the times of rapid acceleration and rapid deceleration in the current driving trajectory, and the speed change exceeds 100kph/10S, which is a rapid acceleration or rapid deceleration event; the above fatigue driving data is calculated by statistics
  • the number of intervals marked with fatigue driving is obtained by accounting for the total number of intervals of the currently counted driving trajectory, and the trip with continuous driving for more than 2.5 hours is marked as fatigue driving.
  • step S4 of inputting each of the characteristic data arrays into the twin neural network model, and calculating the classification weights between the characteristic data arrays in pairs including:
  • S41 Input the training samples into the twin neural network model, map them to a high-dimensional space through a specified function, and obtain a space vector corresponding to each of the training samples, wherein the specified function is Gw(X), w represents a parameter, and X represents training sample;
  • the historical driving trajectories corresponding to different drivers in the insurance APP are used as training samples, and the characteristic data array corresponding to each training sample is used as input data to train the parameters of the specified function in the twin neural network.
  • the above specified function is used to distinguish the categories of different feature data arrays, and then distinguish different drivers corresponding to the categories of different feature data arrays.
  • the above-mentioned twin neural network includes two inputs and two parallel designed networks. According to whether the two networks share parameter weights, they can be divided into true and false twin networks. The parameters in the two parallel designed networks in this application are the same.
  • the Siamese neural network learns a similarity metric relationship from the input data, and then uses the learned similarity metric relationship to compare and match samples of new unknown categories.
  • the specified function in the twin neural network in the embodiment of the present application maps the input data to a high-dimensional space to form a space vector corresponding to each input data, and then the similarity of the two input data is judged by calculating the distance of the space vector.
  • This application determines the parameters in the specified function by minimizing the loss function value of a pair of samples from the same category on the training samples, and maximizing the loss function value of a bunch of samples from different categories, and then determining the specified function.
  • the classification information of the input data is obtained by receiving the similarity of the input data that does not express the category label.
  • the step S5 of distinguishing the designated driving trajectory corresponding to the same driver in each of the historical driving trajectory data includes:
  • the historical driving trajectory data corresponding to the designated vehicle is classified by classification, each type is stored in one set, and the corresponding set type, the number of set types, and the respective set types are associated in the map grid.
  • the corresponding number of driving tracks, and the set type containing the maximum number of driving tracks corresponds to the designated driver registered for insurance.
  • the output value interval of the above-mentioned twin neural network model is a value between [-1, 1], and the absolute value of the output value is used as the classification weight.
  • the preset threshold is 0.8, and if it is less than 0.8, it is considered that the same driver is driving the designated vehicle. Otherwise, it is not the trajectory data in the form of the same driver driving the specified vehicle.
  • the classification weight is less than 0.8. The smaller the value, the higher the accurate probability of inferring the same driver.
  • the characteristic data array input in the embodiment of the present application is a set of 8-dimensional vectors, and the formula for calculating the similarity between two input data is: in, is the similarity value, represents the first vector, represents the second vector, represents the i-th dimension of the first vector, represents the ith dimension of the second vector.
  • the step S5 of distinguishing the designated driving trajectory corresponding to the same driver in each of the historical driving trajectory data according to the classification weight and the preset threshold includes:
  • S501 Screening the specified set with the largest amount of data in the specified map grid, wherein the specified map grid is the grid where the car accident accident site is located;
  • S503 Determine whether the current travel trajectory of the accident is included in the travel trajectory set corresponding to the insured;
  • the set type containing the maximum number of driving trajectories is corresponding to the designated driver registered with the insurance, and then the designated map grid corresponding to the accident location and the designated set corresponding to the designated map grid are determined as the judgment criteria. Compare the relationship between the classification weight of the current travel trajectory and the characteristic data array in the specified set and the preset threshold, and determine whether the current travel trajectory of the accident is included in the travel trajectory set corresponding to the insured person, and the current travel trajectory of the accident.
  • the classification weight of the characteristic data array in the specified set and the characteristic data array in the specified set is less than the preset threshold value, it means that it is included in the set of driving trajectories corresponding to the insured person, and the driving trajectory of the current accident is that of the designated driver registered with the auto insurance insurance.
  • Driving behavior belongs to the type of accident of the designated driver, otherwise it does not belong to the type of accident of the designated driver, which is an accident fraud.
  • a device for distinguishing drivers includes:
  • the first acquisition module 1 is used to acquire historical driving trajectory data corresponding to the designated vehicle;
  • the first forming module 2 is used to match the historical driving trajectory data to a map grid to form a trajectory map;
  • a second forming module 3 configured to form feature data arrays corresponding to each of the historical driving track data according to the track map;
  • the first calculation module 4 is used to input each of the characteristic data arrays into the twin neural network model, and calculate the classification weights between the characteristic data arrays in pairs;
  • the distinguishing module 5 is configured to distinguish, according to the classification weight and the preset threshold, the designated driving trajectories corresponding to the driving of the same driver in each of the historical driving trajectories data.
  • the first forming module 2 includes:
  • the division unit is used to divide the map into map grids according to the preset division method
  • a first obtaining unit configured to obtain the latitude and longitude information corresponding to each track point in the specified historical driving track data, wherein the specified historical driving track data belongs to any one of all the historical driving track data;
  • a first superimposing unit configured to superimpose the specified historical driving track data into the map grid according to the longitude and latitude information
  • a second superimposing unit configured to superimpose all the historical driving trajectory data into the map grid in a one-to-one correspondence according to the method of superimposing the specified historical driving trajectory data into the map grid to form the trajectory map .
  • the feature data array includes trajectory feature data
  • the second forming module 3 includes:
  • a second acquiring unit configured to acquire each map grid interval occupied by the specified historical driving track data, and the speed limit labels corresponding to each map grid interval respectively;
  • the first statistical unit is configured to count the trajectory feature data corresponding to the specified historical driving trajectory data according to the speed limit labels corresponding to each map grid interval, wherein the trajectory feature data includes the ratio of slow driving intervals and the ratio of overspeed driving intervals ;
  • the second statistical unit is configured to count the track feature data corresponding to all the historical driving track data respectively according to the statistical method of the track feature data corresponding to the specified historical driving track data.
  • the feature data array includes driver driving feature data
  • the second forming module 3 includes:
  • a third obtaining unit configured to obtain time data corresponding to each track point corresponding to the specified historical driving track data
  • a first calculation unit configured to calculate the driving characteristic data of the driver corresponding to the specified historical driving trajectory data according to the time data, wherein the driving characteristic data of the driver includes driving data in a preset time interval, driving smoothness and fatigue driving data;
  • the second calculation unit is configured to calculate the driver's driving characteristic data corresponding to all the historical driving trajectory data respectively according to the calculation method of the driver's driving characteristic data corresponding to the specified historical driving trajectory data.
  • the device for distinguishing the driver includes:
  • the input module is used to input the training samples into the twin neural network model, and map them to a high-dimensional space through a specified function, so as to obtain a space vector corresponding to each of the training samples, wherein the specified function is Gw(X), and w represents a parameter, X represents training samples;
  • the second calculation module is used to calculate the first space vector distance corresponding to the first sample and the second sample with the same category label, and the distance corresponding to the third sample and the fourth sample with different category labels according to the first calculation formula.
  • an adjustment module configured to adjust the parameters of the specified function, so that the distance of the first space vector becomes smaller, and the distance of the second space vector becomes larger at the same time;
  • a first judgment module configured to judge whether the distance of the second space vector is the largest at the same time when the distance of the first space vector is the smallest;
  • a determination module configured to determine that the parameter of the specified function is a fixed parameter if it is the largest at the same time.
  • distinguish module 5 including:
  • the distinguishing unit is used to distinguish the historical driving trajectory data whose classification weight is greater than or equal to the preset threshold into a first set and a second set corresponding to two drivers respectively, and classify the classification weight less than the preset threshold into a first set and a second set respectively.
  • the historical driving trajectory data with the threshold value are merged into the set corresponding to the same driver;
  • the associating unit is used for associating the collection type and the driving track data volume corresponding to each collection type in each map grid respectively.
  • the device for distinguishing the driver includes:
  • a screening module used for screening the specified set with the largest amount of data in the specified map grid, wherein the specified map grid is the grid where the car accident accident site is located;
  • a second judging module configured to judge whether the current driving trajectory of the accident is included in the driving trajectory set corresponding to the insured
  • a determination module configured to determine the type of accident of the designated driver if it is included in the set of travel trajectories corresponding to the insured person, otherwise it is not.
  • an embodiment of the present application further provides a computer device.
  • the computer device may be a server, and its internal structure may be as shown in FIG. 3 .
  • the computer device includes a processor, memory, a network interface, and a database connected by a system bus. Among them, the processor of the computer design is used to provide computing and control capabilities.
  • the memory of the computer device includes a non-volatile storage medium, an internal memory.
  • the nonvolatile storage medium stores an operating system, a computer program, and a database.
  • the memory provides an environment for the execution of the operating system and computer programs in the non-volatile storage medium.
  • the database of this computer device is used to store all the data required for the process of distinguishing drivers.
  • the network interface of the computer device is used to communicate with an external terminal through a network connection.
  • the computer program when executed by the processor, implements the method of distinguishing a driver in any of the above embodiments.
  • FIG. 3 is only a block diagram of a partial structure related to the solution of the present application, and does not constitute a limitation to the computer equipment to which the solution of the present application is applied.
  • An embodiment of the present application further provides a computer-readable storage medium.
  • the computer-readable storage medium may be non-volatile or volatile, and a computer program is stored thereon.
  • the computer program is executed by a processor, the above-mentioned A method of distinguishing a driver in any of the embodiments.
  • Nonvolatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory may include random access memory (RAM) or external cache memory.
  • RAM is available in various forms such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double-rate SDRAM (SSRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Probability & Statistics with Applications (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Software Systems (AREA)
  • Evolutionary Computation (AREA)
  • Computational Linguistics (AREA)
  • Mathematical Physics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Fuzzy Systems (AREA)
  • Remote Sensing (AREA)
  • Traffic Control Systems (AREA)

Abstract

A method for distinguishing a driver, which relates to the field of artificial intelligence. The method comprises: acquiring historical traveling trajectory data corresponding to a designated vehicle; matching the historical traveling trajectory data to a map grid to form a trajectory map; forming, according to the trajectory map, a feature data array respectively corresponding to each piece of historical traveling trajectory data; inputting each feature data array into a siamese neural network model, and calculating a classification weight between every two feature data arrays; and according to the classification weight and a preset threshold value, distinguishing corresponding designated traveling trajectories in each piece of historical traveling trajectory data when the same driver performs driving. A trajectory map is formed by superimposing historical traveling trajectory data and a map grid, a feature data array is calculated to mark each piece of historical traveling trajectory data, the similarity between feature data arrays for each piece of historical traveling trajectory data is calculated according to a siamese neural network model, and driving behaviors of different drivers are distinguished, thereby distinguishing and classifying the drivers.

Description

区分驾驶员的方法、装置和计算机设备Method, Apparatus and Computer Equipment for Differentiating Drivers
本申请要求于2021年3月15日提交中国专利局、申请号为2021102761469,发明名称为“区分驾驶员的方法、装置和计算机设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese patent application with the application number 2021102761469 and the invention titled "Method, Apparatus and Computer Equipment for Distinguishing Drivers" filed with the China Patent Office on March 15, 2021, the entire contents of which are incorporated by reference in in this application.
技术领域technical field
本申请涉及人工智能领域,特别是涉及到区分驾驶员的方法、装置和计算机设备。The present application relates to the field of artificial intelligence, in particular to a method, apparatus and computer equipment for distinguishing drivers.
背景技术Background technique
指定驾驶员与不指定驾驶员的车险保费不同,出险理赔费用也不同。驾驶员对车辆熟悉程度直接影响驾驶行为,投保人是指定驾驶员的出险概率远低于其他临时驾驶员,保费折扣多。发明人发现,在车险保险中,车辆由投保人借给他人驾驶出险后,易发生投保人冒称是本人驾驶出险,而形成出险欺诈索赔的现象,如何有效地判断车险出险中是否为投保人,成为保险公司核赔难题。The car insurance premiums for designated drivers and non-designated drivers are different, and the insurance claims costs are also different. The driver's familiarity with the vehicle directly affects the driving behavior. The probability of the insured being a designated driver is much lower than that of other temporary drivers, and the premium discount is more. The inventor found that in auto insurance, after the vehicle is lent by the insured to others to drive out of danger, it is easy for the insured to claim that he drove out of the accident, thus forming a fraudulent claim. How to effectively judge whether the insured is the insured in the accident , which has become a problem for insurance companies to claim compensation.
技术问题technical problem
本申请的主要目的为提供区分驾驶员的方法,旨在解决不能根据行驶轨迹的特征进行驾驶员区分的技术问题。The main purpose of the present application is to provide a method for distinguishing drivers, aiming to solve the technical problem that drivers cannot be distinguished according to the characteristics of the driving trajectory.
技术解决方案technical solutions
本申请提出一种区分驾驶员的方法,包括:The present application proposes a method for distinguishing drivers, including:
获取指定车辆对应的历史行驶轨迹数据;Obtain the historical driving trajectory data corresponding to the specified vehicle;
将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;Matching the historical driving track data to a map grid to form a track map;
根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;forming feature data arrays corresponding to each of the historical driving track data according to the track map;
将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;Inputting each of the characteristic data arrays into the twin neural network model, and calculating the classification weights between the characteristic data arrays in pairs;
根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。According to the classification weight and the preset threshold, the designated driving trajectories corresponding to the same driver's driving in each of the historical driving trajectory data are distinguished.
本申请还提供了一种区分驾驶员的装置,包括:The present application also provides a device for distinguishing drivers, comprising:
第一获取模块,用于获取指定车辆对应的历史行驶轨迹数据;a first acquisition module, used to acquire historical driving trajectory data corresponding to the designated vehicle;
第一形成模块,用于将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;a first forming module, used for matching the historical driving trajectory data to a map grid to form a trajectory map;
第二形成模块,用于根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;a second forming module, configured to form feature data arrays corresponding to each of the historical driving track data according to the track map;
第一计算模块,用于将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;The first calculation module is used to input each of the characteristic data arrays into the twin neural network model, and calculate the classification weight between the characteristic data arrays in pairs;
区分模块,用于根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。The distinguishing module is configured to distinguish, according to the classification weight and the preset threshold, the designated driving trajectories corresponding to the same driver in each of the historical driving trajectories data.
本申请还提供了一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,所述处理器执行所述计算机程序时实现上述区分驾驶员的方法,所述方法包括:The present application also provides a computer device, comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the above-mentioned method for distinguishing a driver when executing the computer program, and the method includes:
获取指定车辆对应的历史行驶轨迹数据;Obtain the historical driving trajectory data corresponding to the specified vehicle;
将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;Matching the historical driving track data to a map grid to form a track map;
根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;forming feature data arrays corresponding to each of the historical driving track data according to the track map;
将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;Inputting each of the characteristic data arrays into the twin neural network model, and calculating the classification weights between the characteristic data arrays in pairs;
根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。According to the classification weight and the preset threshold, the designated driving trajectories corresponding to the same driver's driving in each of the historical driving trajectory data are distinguished.
本申请还提供了一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现上述区分驾驶员的方法,所述方法包括:The present application also provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the above-mentioned method for distinguishing a driver is realized, and the method includes:
获取指定车辆对应的历史行驶轨迹数据;Obtain the historical driving trajectory data corresponding to the specified vehicle;
将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;Matching the historical driving track data to a map grid to form a track map;
根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;forming feature data arrays corresponding to each of the historical driving track data according to the track map;
将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;Inputting each of the characteristic data arrays into the twin neural network model, and calculating the classification weights between the characteristic data arrays in pairs;
根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。According to the classification weight and the preset threshold, the designated driving trajectories corresponding to the same driver's driving in each of the historical driving trajectory data are distinguished.
有益效果beneficial effect
本申请通过将历史行驶轨迹数据与地图网格进行叠加形成轨迹地图,并根据轨迹地图计算特征数据数组标注每条历史行驶轨迹数据,然后根据孪生神经网络模型计算每条历史行驶轨迹数据的特征数据数组之间的相似度,进行区分不同驾驶员的驾驶行为,实现对驾驶员的区分和分类,实现对行驶轨迹数据和驾驶员的一一对应关联。In this application, a trajectory map is formed by superimposing the historical driving trajectory data and the map grid, and each historical driving trajectory data is labeled according to the characteristic data array calculated from the trajectory map, and then the characteristic data of each historical driving trajectory data is calculated according to the twin neural network model. The similarity between the arrays is used to distinguish the driving behavior of different drivers, to realize the distinction and classification of drivers, and to realize the one-to-one correspondence between the driving trajectory data and the drivers.
附图说明Description of drawings
图1本申请一实施例的区分驾驶员的方法流程示意图;1 is a schematic flowchart of a method for distinguishing drivers according to an embodiment of the present application;
图2本申请一实施例的区分驾驶员的系统流程示意图;2 is a schematic flowchart of a system for distinguishing drivers according to an embodiment of the present application;
图3本申请一实施例的计算机设备内部结构示意图。FIG. 3 is a schematic diagram of an internal structure of a computer device according to an embodiment of the present application.
本发明的最佳实施方式BEST MODE FOR CARRYING OUT THE INVENTION
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。In order to make the purpose, technical solutions and advantages of the present application more clearly understood, the present application will be described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are only used to explain the present application, but not to limit the present application.
参照图1,本申请一实施例的区分驾驶员的方法,包括:1 , a method for distinguishing drivers according to an embodiment of the present application includes:
S1:获取指定车辆对应的历史行驶轨迹数据;S1: Obtain the historical driving trajectory data corresponding to the specified vehicle;
S2:将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;S2: Match the historical driving track data to a map grid to form a track map;
S3:根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;S3: forming feature data arrays corresponding to each of the historical driving track data according to the track map;
S4:将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;S4: Input each of the characteristic data arrays into the twin neural network model, and calculate the classification weights between the characteristic data arrays in pairs;
S5:根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。S5: According to the classification weight and the preset threshold, distinguish the designated driving trajectories corresponding to the driving of the same driver in each of the historical driving trajectory data.
本申请实施例中,指定车辆对应的历史行驶轨迹数据,通过指定车辆的车主注册的保险APP账号获取,保险APP通过设置奖励或设置保险条件的方式,收集各投保驾驶员的导航轨迹作为历史行驶轨迹数据。上述导航轨迹是以秒为单位的向量集群,包括:时间、经纬度、海拔、方向、速度等行驶数据。本申请的地图网格通过在现有开源的地图数据上通过施加划分算法得到,开源的地图数据包括道路经纬度,道路类型,道路限速等。上述划分算法包括以间隔指定距离划分地图网格的算法,比如间隔10公里或20公里的距离划分地图网格,形成10*10平方公里或20*20平方公里的地图网格;或者根据地图中各行政区域进行划分地图网格的划分算法,比如深圳福田区网格、深圳南山区网格等。通过将历史行驶轨迹数据与地图网格进行叠加,形成分析行驶轨迹特征的数据样本,用于计算历史行驶轨迹数据分别对应的特征数据数组,比如包括但不限于夜间行驶数据、高峰时段行驶数据、驾驶平滑度等。In the embodiment of this application, the historical driving trajectory data corresponding to the designated vehicle is obtained through the insurance APP account registered by the owner of the designated vehicle, and the insurance APP collects the navigation trajectory of each insured driver as historical driving by setting rewards or setting insurance conditions. track data. The above navigation track is a vector cluster in seconds, including: time, latitude and longitude, altitude, direction, speed and other driving data. The map grid of the present application is obtained by applying a division algorithm to the existing open-source map data. The open-source map data includes road latitude and longitude, road type, road speed limit, and the like. The above division algorithms include algorithms for dividing map grids at specified distances, such as dividing map grids at intervals of 10 kilometers or 20 kilometers to form a map grid of 10*10 square kilometers or 20*20 square kilometers; Each administrative region divides the map grid division algorithm, such as Shenzhen Futian District grid, Shenzhen Nanshan District grid, etc. By superimposing the historical driving trajectory data and the map grid, a data sample for analyzing the characteristics of the driving trajectory is formed, which is used to calculate the characteristic data array corresponding to the historical driving trajectory data, such as but not limited to night driving data, peak hour driving data, Driving smoothness, etc.
本申请通过将两条历史行驶轨迹数据分别对应的特征数据数组,输入孪生神经网络模型中,通过孪生神经网络模型中包含的函数计算两条历史行驶轨迹数据的相似度,进而判断该两条历史行驶轨迹数据符合同一个驾驶员的驾驶特征的概率,进而确定指定车辆是否由保险注册的同一驾驶员驾驶。In this application, the feature data arrays corresponding to the two historical driving trajectory data are input into the twin neural network model, and the similarity between the two historical driving track data is calculated by the function included in the twin neural network model, and then the two historical driving track data are judged. The probability that the driving trajectory data matches the driving characteristics of the same driver, which in turn determines whether the specified vehicle is driven by the same driver registered with the insurance.
本申请通过将历史行驶轨迹数据与地图网格进行叠加形成轨迹地图,并根据轨迹地图计算特征数据数组标注每条历史行驶轨迹数据,然后根据孪生神经网络模型计算每条历史 行驶轨迹数据的特征数据数组之间的相似度,进行区分不同驾驶员的驾驶行为,实现对驾驶员的区分和分类,实现对行驶轨迹数据和驾驶员的一一对应关联。In this application, a trajectory map is formed by superimposing the historical driving trajectory data and the map grid, and each historical driving trajectory data is labeled according to the characteristic data array calculated from the trajectory map, and then the characteristic data of each historical driving trajectory data is calculated according to the twin neural network model. The similarity between the arrays is used to distinguish the driving behavior of different drivers, to realize the distinction and classification of drivers, and to realize the one-to-one correspondence between the driving trajectory data and the drivers.
进一步地,所述将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图的步骤S2,包括:Further, the step S2 of matching the historical driving track data to a map grid to form a track map includes:
S21:将地图根据预设划分方式,划分为地图网格;S21: Divide the map into map grids according to a preset division method;
S22:获取指定历史行驶轨迹数据中的各轨迹点分别对应的经纬度信息,其中,所述指定历史行驶轨迹数据属于所有历史行驶轨迹数据中的任一条;S22: Acquire the latitude and longitude information corresponding to each track point in the specified historical driving track data, wherein the specified historical driving track data belongs to any one of all the historical driving track data;
S23:根据所述经纬度信息将所述指定历史行驶轨迹数据叠加到所述地图网格中;S23: Superimpose the specified historical driving track data into the map grid according to the latitude and longitude information;
S24:根据所述指定历史行驶轨迹数据叠加到所述地图网格中方式,将所有所述历史行驶轨迹数据一一对应叠加至所述地图网格中,形成所述轨迹地图。S24: According to the method of superimposing the specified historical driving track data into the map grid, superimpose all the historical driving track data into the map grid in a one-to-one correspondence to form the track map.
本申请实施例中,通过将指定历史行驶轨迹数据根据经纬度数据,叠加到对应网格中,形成历史行驶轨迹数据和地图网格一一对应的轨迹地图,上述轨迹地图展现为地图网格和各历史行驶轨迹数据分别对应的轨迹线的复合。轨迹地图的后台数据表现为历史行驶轨迹数据对应的数据表和地图网格对应的数据表的合并。In the embodiment of the present application, by superimposing the specified historical driving trajectory data into the corresponding grids according to the latitude and longitude data, a trajectory map corresponding to the historical driving trajectory data and the map grid is formed, and the above trajectory map is displayed as a map grid and each The composite of the trajectory lines corresponding to the historical driving trajectory data respectively. The background data of the track map is represented as a combination of the data table corresponding to the historical driving track data and the data table corresponding to the map grid.
进一步地,所述特征数据数组包括轨迹特征数据,所述根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组的步骤S3,包括:Further, the feature data array includes track feature data, and the step S3 of forming a feature data array corresponding to each of the historical driving track data according to the track map includes:
S31:获取所述指定历史行驶轨迹数据占据的各地图网格区间,以及各地图网格区间分别对应的限速标签;S31: Obtain each map grid interval occupied by the specified historical driving track data, and the speed limit labels corresponding to each map grid interval respectively;
S32:根据各地图网格区间分别对应的限速标签,统计所述指定历史行驶轨迹数据对应的轨迹特征数据,其中,轨迹特征数据包括慢速驾驶区间比和超速驾驶区间比;S32: According to the speed limit labels corresponding to the grid intervals of each map, count the trajectory feature data corresponding to the specified historical driving trajectory data, wherein the trajectory feature data includes the ratio of slow driving intervals and the ratio of overspeed driving intervals;
S33:根据所述指定历史行驶轨迹数据对应的轨迹特征数据的统计方式,统计所有历史行驶轨迹数据分别对应的轨迹特征数据。S33: According to the statistical method of the track feature data corresponding to the specified historical driving track data, count the track feature data corresponding to all the historical driving track data respectively.
本申请实施例中,轨迹特征数据以每个地图网格为计算区间,区间值对应行驶轨迹在该区间内的行驶里程。上述轨迹特征数据包括慢速驾驶区间比和超速驾驶区间比,超速驾驶区间比又细分为超过最高限速区间比、道路类型限速区间比和极端超速驾驶区间比。上述慢速驾驶区间比和超速驾驶区间比等于低于60kph的驾驶记录区间数量占比整条行驶轨迹对应的总区间数量比例;上述最高限速区间比等于车速超过120kph的超速记录区间数量占总区间数量的比例;上述道路类型限速区间比等于车速超过道路类型限速的记录区间数量占总区间数量的比例;上述极端超速驾驶区间比等于极端超速驾驶的记录区间数量占总区间数量的比例,超过限速20%的定义极端超速。In the embodiment of the present application, each map grid is used as the calculation interval for the trajectory feature data, and the interval value corresponds to the mileage of the travel trajectory in the interval. The above-mentioned trajectory feature data includes the slow driving interval ratio and the overspeed driving interval ratio, and the overspeed driving interval ratio is further subdivided into the exceeding the maximum speed limit interval ratio, the road type speed limit interval ratio and the extreme speeding driving interval ratio. The ratio of the above-mentioned slow driving interval and speeding interval is equal to the number of driving record intervals below 60kph as a percentage of the total number of intervals corresponding to the entire driving track; the above maximum speed limit interval ratio is equal to the number of overspeed record intervals where the vehicle speed exceeds 120kph, which accounts for the total number of intervals. The ratio of the number of intervals; the above-mentioned road type speed limit interval ratio is equal to the ratio of the number of recorded intervals where the vehicle speed exceeds the road type speed limit to the total number of intervals; the above-mentioned extreme speeding interval ratio is equal to the ratio of the number of recorded intervals of extreme speeding to the total number of intervals , 20% over the speed limit defines extreme speeding.
进一步地,所述特征数据数组包括驾驶员驾驶特征数据,所述根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组的步骤S3,包括:Further, the feature data array includes driver driving feature data, and the step S3 of forming a feature data array corresponding to each of the historical driving track data according to the track map includes:
S301:获取所述指定历史行驶轨迹数据对应的各轨迹点分别对应的时间数据;S301: Obtain time data corresponding to each track point corresponding to the specified historical driving track data;
S302:根据所述时间数据计算所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据,其中,所述驾驶员驾驶特征数据包括预设时间区间驾驶数据、驾驶平滑度以及疲劳驾驶数据;S302: Calculate the driving characteristic data of the driver corresponding to the specified historical driving trajectory data according to the time data, wherein the driving characteristic data of the driver includes driving data in a preset time interval, driving smoothness and fatigue driving data;
S303:根据所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据的计算方式,计算所有历史行驶轨迹数据分别对应的驾驶员驾驶特征数据。S303: According to the calculation method of the driver's driving characteristic data corresponding to the specified historical driving trajectory data, calculate the driver's driving characteristic data corresponding to all the historical driving trajectory data respectively.
本申请实施例中,为增加根据驾驶员对应的行驶数据特征区分不同驾驶员的精准性,特征数据数组中不仅包括轨迹特征数据,还包括驾驶员的驾驶特征数据,本申请中特征数据数组为一组8维数据。上述驾驶特征数据通过分析驾驶员的驾驶习惯得到,比如包括夜间驾驶数据、高峰期驾驶数据、驾驶平滑度以及疲劳驾驶数据等。通过采集行驶轨迹数据的时间数据,获得上述驾驶特征数据。比如晚上11点至凌晨5点驾驶时间,记录标为1表示夜间,标记为0为非夜间,通过统计行驶轨迹中存在夜间驾驶的区间数量,占比当前行驶轨迹的总区间数量,作为夜间驾驶数据;通过统计存在高峰时段驾驶的区间数量,占比当前行驶轨迹的总区间数量,作为高峰期驾驶数据,记录标记为1表示存在高峰期驾驶,否 则标记为0表示非高峰期驾驶,上述高峰时段包括工作日的早晚高峰时段;上述驾驶平滑度通过统计当前行驶轨迹中急加速和急减速的次数计算,速度变化超过100kph/10S,即为急加速或急减速事件;上述疲劳驾驶数据通过统计存在疲劳驾驶标记的区间数量,占比当前统计的行驶轨迹的总区间数量得到,连续驾驶2.5小时以上的行程标记为疲劳驾驶。In the embodiment of the present application, in order to increase the accuracy of distinguishing different drivers according to the characteristics of the driving data corresponding to the drivers, the characteristic data array includes not only the trajectory characteristic data, but also the driving characteristic data of the driver. In this application, the characteristic data array is: A set of 8-dimensional data. The above driving characteristic data is obtained by analyzing the driving habits of the driver, such as night driving data, peak period driving data, driving smoothness, and fatigue driving data. The above driving characteristic data is obtained by collecting time data of the driving trajectory data. For example, the driving time from 11:00 p.m. to 5:00 a.m., the record is marked as 1 for nighttime, and marked as 0 for non-nighttime. By counting the number of night driving intervals in the driving track, the total number of intervals in the current driving track is used as night driving. Data; by counting the number of sections with peak hours driving, accounting for the total number of sections of the current driving track, as the peak period driving data, the record marked as 1 indicates that there is peak driving, otherwise it is marked as 0 to indicate off-peak driving. The time period includes the morning and evening rush hours on weekdays; the above driving smoothness is calculated by counting the times of rapid acceleration and rapid deceleration in the current driving trajectory, and the speed change exceeds 100kph/10S, which is a rapid acceleration or rapid deceleration event; the above fatigue driving data is calculated by statistics The number of intervals marked with fatigue driving is obtained by accounting for the total number of intervals of the currently counted driving trajectory, and the trip with continuous driving for more than 2.5 hours is marked as fatigue driving.
进一步地,所述将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重的步骤S4之前,包括:Further, before the step S4 of inputting each of the characteristic data arrays into the twin neural network model, and calculating the classification weights between the characteristic data arrays in pairs, including:
S41:将训练样本输入孪生神经网络模型,通过指定函数映射至高维空间,得到各所述训练样本分别对应的空间向量,其中,所述指定函数为Gw(X),w表示参数,X表示训练样本;S41: Input the training samples into the twin neural network model, map them to a high-dimensional space through a specified function, and obtain a space vector corresponding to each of the training samples, wherein the specified function is Gw(X), w represents a parameter, and X represents training sample;
S42:根据第一计算公式计算具有相同类别标签的第一样本和第二样本对应的第一空间向量距离,以及具有不相同类别标签的第三样本和第四样本对应的第二空间向量距离,其中,所述第一计算公式为Ew(X 1,X 2)=||Gw(X 1)-Gw(X 2)||,X 1,X 2表示训练样本,Ew(X 1,X 2)表示空间向量距离; S42: Calculate the first space vector distance corresponding to the first sample and the second sample with the same category label, and the second space vector distance corresponding to the third sample and the fourth sample with different category labels according to the first calculation formula , wherein the first calculation formula is Ew(X 1 , X 2 )=||Gw(X 1 )-Gw(X 2 )||, X 1 , X 2 represent training samples, Ew(X 1 , X 2 ) represents the space vector distance;
S43:调整所述指定函数的参数,使所述第一空间向量距离变小,同时所述第二空间向量距离变大;S43: Adjust the parameters of the specified function, so that the distance of the first space vector becomes smaller, and the distance of the second space vector becomes larger at the same time;
S44:判断所述第一空间向量距离最小时,所述第二空间向量距离是否同时最大;S44: When judging that the distance of the first space vector is the smallest, whether the distance of the second space vector is the largest at the same time;
S45:若是,则确定所述指定函数的参数为固定参量。S45: If yes, determine that the parameter of the specified function is a fixed parameter.
本申请实施例中,通过统计保险APP中的不同驾驶员分别对应的各历史行驶轨迹为训练样本,通过各训练样本分别对应的特征数据数组作为输入数据,训练孪生神经网络中指定函数的参数。上述指定函数用于区分不同特征数据数组的类别,进而区分不同特征数据数组的类别对应的不同驾驶员。上述孪生神经网络包括两个输入以及两个并行设计的网络,根据这两个网络是否共享参数权重,可以分为真假孪生网络,本申请中两个并行设计的网络中的参数相同。孪生神经网络从输入数据中去学习一个相似性度量关系,然后用学习出来的相似性度量关系去比较和匹配新的未知类别的样本。In the embodiment of the present application, the historical driving trajectories corresponding to different drivers in the insurance APP are used as training samples, and the characteristic data array corresponding to each training sample is used as input data to train the parameters of the specified function in the twin neural network. The above specified function is used to distinguish the categories of different feature data arrays, and then distinguish different drivers corresponding to the categories of different feature data arrays. The above-mentioned twin neural network includes two inputs and two parallel designed networks. According to whether the two networks share parameter weights, they can be divided into true and false twin networks. The parameters in the two parallel designed networks in this application are the same. The Siamese neural network learns a similarity metric relationship from the input data, and then uses the learned similarity metric relationship to compare and match samples of new unknown categories.
本申请实施例孪生神经网络中指定函数将输入数据映射到高维空间,形成各输入数据分别对应的空间向量,然后通过计算空间向量的距离,判断两个输入数据的相似度。本申请通过在训练样本上最小化来自相同类别的一对样本的损失函数值,最大化来自不同类别的一堆样本的损失函数值,来确定指定函数中的参数,然后在确定了指定函数中的参数后,通过接收未表述类别标签的输入数据的相似度,得到输入数据的分类信息。The specified function in the twin neural network in the embodiment of the present application maps the input data to a high-dimensional space to form a space vector corresponding to each input data, and then the similarity of the two input data is judged by calculating the distance of the space vector. This application determines the parameters in the specified function by minimizing the loss function value of a pair of samples from the same category on the training samples, and maximizing the loss function value of a bunch of samples from different categories, and then determining the specified function. After the parameters of , the classification information of the input data is obtained by receiving the similarity of the input data that does not express the category label.
进一步地,所述根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹的步骤S5,包括:Further, according to the classification weight and the preset threshold, the step S5 of distinguishing the designated driving trajectory corresponding to the same driver in each of the historical driving trajectory data includes:
S51:将所述分类权重大于或等于所述预设阈值的历史行驶轨迹数据,区分为两个驾驶员分别对应的第一集合和第二集合,将所述分类权重小于所述预设阈值的历史行驶轨迹数据,归并为同一驾驶员对应的集合中;S51: Divide the historical driving trajectory data whose classification weight is greater than or equal to the preset threshold into a first set and a second set respectively corresponding to two drivers, and classify the historical driving trajectory data whose classification weight is less than the preset threshold The historical driving trajectory data is merged into the set corresponding to the same driver;
S52:将集合类型以及各集合类型分别对应的行驶轨迹数据量,分别关联在各地图网格中。S52 : Associate the collection type and the driving track data amount corresponding to each collection type to each map grid respectively.
本申请实施例中,通过分类将指定车辆对应的历史行驶轨迹数据进行分类,每一类同一存放于一个集合中,并在地图网格中关联对应的集合类型、集合类型数量以及各集合类型分别对应的行驶轨迹数量,并将含有最大行驶轨迹数量的集合类型对应为保险注册的指定驾驶员。上述孪生神经网络模型的输出值区间为[-1、1]之间的一个值,以输出值的绝对值作为分类权重,预设阈值为0.8,小于0.8认为是同一个驾驶员驾驶指定车辆,否则不是同一个驾驶员驾驶指定车辆的形式轨迹数据。分类权重在小于0.8的基础上,值越小推测为同一个驾驶员的准确概率越高。In the embodiment of the present application, the historical driving trajectory data corresponding to the designated vehicle is classified by classification, each type is stored in one set, and the corresponding set type, the number of set types, and the respective set types are associated in the map grid. The corresponding number of driving tracks, and the set type containing the maximum number of driving tracks corresponds to the designated driver registered for insurance. The output value interval of the above-mentioned twin neural network model is a value between [-1, 1], and the absolute value of the output value is used as the classification weight. The preset threshold is 0.8, and if it is less than 0.8, it is considered that the same driver is driving the designated vehicle. Otherwise, it is not the trajectory data in the form of the same driver driving the specified vehicle. The classification weight is less than 0.8. The smaller the value, the higher the accurate probability of inferring the same driver.
本申请实施例中输入的特征数据数组为一组8维的向量,计算两个输入数据的相似度的公式为:
Figure PCTCN2021091711-appb-000001
其中,
Figure PCTCN2021091711-appb-000002
为相似度值,
Figure PCTCN2021091711-appb-000003
表示第一向量,
Figure PCTCN2021091711-appb-000004
表示第二向量,
Figure PCTCN2021091711-appb-000005
表示第一向量的第i维,
Figure PCTCN2021091711-appb-000006
表示第二向量的第i维。
The characteristic data array input in the embodiment of the present application is a set of 8-dimensional vectors, and the formula for calculating the similarity between two input data is:
Figure PCTCN2021091711-appb-000001
in,
Figure PCTCN2021091711-appb-000002
is the similarity value,
Figure PCTCN2021091711-appb-000003
represents the first vector,
Figure PCTCN2021091711-appb-000004
represents the second vector,
Figure PCTCN2021091711-appb-000005
represents the i-th dimension of the first vector,
Figure PCTCN2021091711-appb-000006
represents the ith dimension of the second vector.
进一步地,所述根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹的步骤S5之后,包括:Further, after the step S5 of distinguishing the designated driving trajectory corresponding to the same driver in each of the historical driving trajectory data according to the classification weight and the preset threshold, the step includes:
S501:筛选指定地图网格中数据量最大的指定集合,其中所述指定地图网格为车险出险地点所在网格;S501: Screening the specified set with the largest amount of data in the specified map grid, wherein the specified map grid is the grid where the car accident accident site is located;
S502:将所述指定集合作为投保人对应的行驶轨迹集合;S502: Use the designated set as a set of driving trajectories corresponding to the insured;
S503:判断当前出险的行驶轨迹是否包含于所述投保人对应的行驶轨迹集合中;S503: Determine whether the current travel trajectory of the accident is included in the travel trajectory set corresponding to the insured;
S504:若是,则判定为指定驾驶员的出险类型,否则不是。S504: If yes, it is determined that the accident type of the designated driver is determined, otherwise it is not.
本申请实施例中,将含有最大行驶轨迹数量的集合类型对应为保险注册的指定驾驶员,然后通过确定出险地点对应的指定地图网格,以及指定地图网格对应的指定集合作为判断标准,通过比较当前出险的行驶轨迹与指定集合中的特征数据数组的分类权重与预设阈值的关系,判断当前当前出险的行驶轨迹是否包含于所述投保人对应的行驶轨迹集合中,当前出险的行驶轨迹的特征数据数组与指定集合中的特征数据数组的分类权重小于预设阈值,则表明包含于所述投保人对应的行驶轨迹集合中,该当前出险的行驶轨迹为车险保险登记的指定驾驶员的驾驶行为,属于指定驾驶员的出险类型,否则不属于指定驾驶员的出险类型,为出险诈骗。In the embodiment of the present application, the set type containing the maximum number of driving trajectories is corresponding to the designated driver registered with the insurance, and then the designated map grid corresponding to the accident location and the designated set corresponding to the designated map grid are determined as the judgment criteria. Compare the relationship between the classification weight of the current travel trajectory and the characteristic data array in the specified set and the preset threshold, and determine whether the current travel trajectory of the accident is included in the travel trajectory set corresponding to the insured person, and the current travel trajectory of the accident. The classification weight of the characteristic data array in the specified set and the characteristic data array in the specified set is less than the preset threshold value, it means that it is included in the set of driving trajectories corresponding to the insured person, and the driving trajectory of the current accident is that of the designated driver registered with the auto insurance insurance. Driving behavior belongs to the type of accident of the designated driver, otherwise it does not belong to the type of accident of the designated driver, which is an accident fraud.
参照图2,本申请一实施例的区分驾驶员的装置,包括:Referring to FIG. 2 , a device for distinguishing drivers according to an embodiment of the present application includes:
第一获取模块1,用于获取指定车辆对应的历史行驶轨迹数据;The first acquisition module 1 is used to acquire historical driving trajectory data corresponding to the designated vehicle;
第一形成模块2,用于将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;The first forming module 2 is used to match the historical driving trajectory data to a map grid to form a trajectory map;
第二形成模块3,用于根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;A second forming module 3, configured to form feature data arrays corresponding to each of the historical driving track data according to the track map;
第一计算模块4,用于将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;The first calculation module 4 is used to input each of the characteristic data arrays into the twin neural network model, and calculate the classification weights between the characteristic data arrays in pairs;
区分模块5,用于根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。The distinguishing module 5 is configured to distinguish, according to the classification weight and the preset threshold, the designated driving trajectories corresponding to the driving of the same driver in each of the historical driving trajectories data.
本申请实施例的相关解释适用对应方法部分的解释,不赘述。The relevant explanations in the embodiments of the present application are applicable to the explanations in the corresponding method part, and are not repeated here.
进一步地,第一形成模块2,包括:Further, the first forming module 2 includes:
划分单元,用于将地图根据预设划分方式,划分为地图网格;The division unit is used to divide the map into map grids according to the preset division method;
第一获取单元,用于获取指定历史行驶轨迹数据中的各轨迹点分别对应的经纬度信息,其中,所述指定历史行驶轨迹数据属于所有历史行驶轨迹数据中的任一条;a first obtaining unit, configured to obtain the latitude and longitude information corresponding to each track point in the specified historical driving track data, wherein the specified historical driving track data belongs to any one of all the historical driving track data;
第一叠加单元,用于根据所述经纬度信息将所述指定历史行驶轨迹数据叠加到所述地图网格中;a first superimposing unit, configured to superimpose the specified historical driving track data into the map grid according to the longitude and latitude information;
第二叠加单元,用于根据所述指定历史行驶轨迹数据叠加到所述地图网格中方式,将所有所述历史行驶轨迹数据一一对应叠加至所述地图网格中,形成所述轨迹地图。A second superimposing unit, configured to superimpose all the historical driving trajectory data into the map grid in a one-to-one correspondence according to the method of superimposing the specified historical driving trajectory data into the map grid to form the trajectory map .
进一步地,所述特征数据数组包括轨迹特征数据,第二形成模块3,包括:Further, the feature data array includes trajectory feature data, and the second forming module 3 includes:
第二获取单元,用于获取所述指定历史行驶轨迹数据占据的各地图网格区间,以及各地图网格区间分别对应的限速标签;a second acquiring unit, configured to acquire each map grid interval occupied by the specified historical driving track data, and the speed limit labels corresponding to each map grid interval respectively;
第一统计单元,用于根据各地图网格区间分别对应的限速标签,统计所述指定历史行驶轨迹数据对应的轨迹特征数据,其中,轨迹特征数据包括慢速驾驶区间比和超速驾驶区间比;The first statistical unit is configured to count the trajectory feature data corresponding to the specified historical driving trajectory data according to the speed limit labels corresponding to each map grid interval, wherein the trajectory feature data includes the ratio of slow driving intervals and the ratio of overspeed driving intervals ;
第二统计单元,用于根据所述指定历史行驶轨迹数据对应的轨迹特征数据的统计方式,统计所有历史行驶轨迹数据分别对应的轨迹特征数据。The second statistical unit is configured to count the track feature data corresponding to all the historical driving track data respectively according to the statistical method of the track feature data corresponding to the specified historical driving track data.
进一步地,所述特征数据数组包括驾驶员驾驶特征数据,第二形成模块3,包括:Further, the feature data array includes driver driving feature data, and the second forming module 3 includes:
第三获取单元,用于获取所述指定历史行驶轨迹数据对应的各轨迹点分别对应的时间数据;a third obtaining unit, configured to obtain time data corresponding to each track point corresponding to the specified historical driving track data;
第一计算单元,用于根据所述时间数据计算所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据,其中,所述驾驶员驾驶特征数据包括预设时间区间驾驶数据、驾驶平滑度以及疲劳驾驶数据;a first calculation unit, configured to calculate the driving characteristic data of the driver corresponding to the specified historical driving trajectory data according to the time data, wherein the driving characteristic data of the driver includes driving data in a preset time interval, driving smoothness and fatigue driving data;
第二计算单元,用于根据所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据的计算方式,计算所有历史行驶轨迹数据分别对应的驾驶员驾驶特征数据。The second calculation unit is configured to calculate the driver's driving characteristic data corresponding to all the historical driving trajectory data respectively according to the calculation method of the driver's driving characteristic data corresponding to the specified historical driving trajectory data.
进一步地,区分驾驶员的装置,包括:Further, the device for distinguishing the driver includes:
输入模块,用于将训练样本输入孪生神经网络模型,通过指定函数映射至高维空间,得到各所述训练样本分别对应的空间向量,其中,所述指定函数为Gw(X),w表示参数,X表示训练样本;The input module is used to input the training samples into the twin neural network model, and map them to a high-dimensional space through a specified function, so as to obtain a space vector corresponding to each of the training samples, wherein the specified function is Gw(X), and w represents a parameter, X represents training samples;
第二计算模块,用于根据第一计算公式计算具有相同类别标签的第一样本和第二样本对应的第一空间向量距离,以及具有不相同类别标签的第三样本和第四样本对应的第二空间向量距离,其中,所述第一计算公式为Ew(X 1,X 2)=||Gw(X 1)-Gw(X 2)||,X 1,X 2表示训练样本,Ew(X 1,X 2)表示空间向量距离; The second calculation module is used to calculate the first space vector distance corresponding to the first sample and the second sample with the same category label, and the distance corresponding to the third sample and the fourth sample with different category labels according to the first calculation formula. The second space vector distance, wherein the first calculation formula is Ew(X 1 , X 2 )=||Gw(X 1 )-Gw(X 2 )||, X 1 , X 2 represent training samples, Ew (X 1 , X 2 ) represents the space vector distance;
调整模块,用于调整所述指定函数的参数,使所述第一空间向量距离变小,同时所述第二空间向量距离变大;an adjustment module, configured to adjust the parameters of the specified function, so that the distance of the first space vector becomes smaller, and the distance of the second space vector becomes larger at the same time;
第一判断模块,用于判断所述第一空间向量距离最小时,所述第二空间向量距离是否同时最大;a first judgment module, configured to judge whether the distance of the second space vector is the largest at the same time when the distance of the first space vector is the smallest;
确定模块,用于若同时最大,则确定所述指定函数的参数为固定参量。A determination module, configured to determine that the parameter of the specified function is a fixed parameter if it is the largest at the same time.
进一步地,区分模块5,包括:Further, distinguish module 5, including:
区分单元,用于将所述分类权重大于或等于所述预设阈值的历史行驶轨迹数据,区分为两个驾驶员分别对应的第一集合和第二集合,将所述分类权重小于所述预设阈值的历史行驶轨迹数据,归并为同一驾驶员对应的集合中;The distinguishing unit is used to distinguish the historical driving trajectory data whose classification weight is greater than or equal to the preset threshold into a first set and a second set corresponding to two drivers respectively, and classify the classification weight less than the preset threshold into a first set and a second set respectively The historical driving trajectory data with the threshold value are merged into the set corresponding to the same driver;
关联单元,用于将集合类型以及各集合类型分别对应的行驶轨迹数据量,分别关联在各地图网格中。The associating unit is used for associating the collection type and the driving track data volume corresponding to each collection type in each map grid respectively.
进一步地,区分驾驶员的装置,包括:Further, the device for distinguishing the driver includes:
筛选模块,用于筛选指定地图网格中数据量最大的指定集合,其中所述指定地图网格为车险出险地点所在网格;A screening module, used for screening the specified set with the largest amount of data in the specified map grid, wherein the specified map grid is the grid where the car accident accident site is located;
作为模块,用于将所述指定集合作为投保人对应的行驶轨迹集合;As a module, it is used to use the specified set as the set of driving trajectories corresponding to the insured;
第二判断模块,用于判断当前出险的行驶轨迹是否包含于所述投保人对应的行驶轨迹集合中;a second judging module, configured to judge whether the current driving trajectory of the accident is included in the driving trajectory set corresponding to the insured;
判定模块,用于若包含于所述投保人对应的行驶轨迹集合中,则判定为指定驾驶员的出险类型,否则不是。A determination module, configured to determine the type of accident of the designated driver if it is included in the set of travel trajectories corresponding to the insured person, otherwise it is not.
参照图3,本申请实施例中还提供一种计算机设备,该计算机设备可以是服务器,其内部结构可以如图3所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口和数据库。其中,该计算机设计的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统、计算机程序和数据库。该内存器为非易失性存储介质中的操作系统和计算机程序的运行提供环境。该计算机设备的数据库用于存储区分驾驶员的过程需要的所有数据。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机程序被处理器执行时以实现上述任一实施例中的区分驾驶员的方法。Referring to FIG. 3 , an embodiment of the present application further provides a computer device. The computer device may be a server, and its internal structure may be as shown in FIG. 3 . The computer device includes a processor, memory, a network interface, and a database connected by a system bus. Among them, the processor of the computer design is used to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium, an internal memory. The nonvolatile storage medium stores an operating system, a computer program, and a database. The memory provides an environment for the execution of the operating system and computer programs in the non-volatile storage medium. The database of this computer device is used to store all the data required for the process of distinguishing drivers. The network interface of the computer device is used to communicate with an external terminal through a network connection. The computer program, when executed by the processor, implements the method of distinguishing a driver in any of the above embodiments.
本领域技术人员可以理解,图3中示出的结构,仅仅是与本申请方案相关的部分结构 的框图,并不构成对本申请方案所应用于其上的计算机设备的限定。Those skilled in the art can understand that the structure shown in Fig. 3 is only a block diagram of a partial structure related to the solution of the present application, and does not constitute a limitation to the computer equipment to which the solution of the present application is applied.
本申请一实施例还提供一种计算机可读存储介质,该计算机可读存储介质可以是非易失性,也可以是易失性,其上存储有计算机程序,计算机程序被处理器执行时实现上述任一实施例中的区分驾驶员的方法。An embodiment of the present application further provides a computer-readable storage medium. The computer-readable storage medium may be non-volatile or volatile, and a computer program is stored thereon. When the computer program is executed by a processor, the above-mentioned A method of distinguishing a driver in any of the embodiments.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,上述的计算机程序可存储于一非易失性计算机可读取存储介质中,该计算机程序在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的和实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可以包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双速据率SDRAM(SSRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。Those of ordinary skill in the art can understand that all or part of the process in the method of the above-mentioned embodiments can be implemented by instructing the relevant hardware through a computer program, and the above-mentioned computer program can be stored in a non-volatile computer-readable storage medium , when the computer program is executed, it may include the processes of the above-mentioned method embodiments. Wherein, any reference to memory, storage, database or other medium provided in this application and used in the embodiments may include non-volatile and/or volatile memory. Nonvolatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory. Volatile memory may include random access memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in various forms such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double-rate SDRAM (SSRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、装置、物品或者方法不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、装置、物品或者方法所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、装置、物品或者方法中还存在另外的相同要素。It should be noted that, herein, the terms "comprising", "comprising" or any other variation thereof are intended to encompass non-exclusive inclusion, such that a process, device, article or method comprising a series of elements includes not only those elements, It also includes other elements not expressly listed or inherent to such a process, apparatus, article or method. Without further limitation, an element qualified by the phrase "comprising a..." does not preclude the presence of additional identical elements in the process, apparatus, article, or method that includes the element.
以上所述仅为本申请的优选实施例,并非因此限制本申请的专利范围,凡是利用本申请说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本申请的专利保护范围内。The above are only the preferred embodiments of the present application, and are not intended to limit the scope of the patent of the present application. Any equivalent structure or equivalent process transformation made by using the contents of the description and drawings of the present application, or directly or indirectly applied to other related The technical field is similarly included in the scope of patent protection of this application.

Claims (20)

  1. 一种区分驾驶员的方法,其中,包括:A method of distinguishing drivers, including:
    获取指定车辆对应的历史行驶轨迹数据;Obtain the historical driving trajectory data corresponding to the specified vehicle;
    将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;Matching the historical driving track data to a map grid to form a track map;
    根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;forming feature data arrays corresponding to each of the historical driving track data according to the track map;
    将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;Inputting each of the characteristic data arrays into the twin neural network model, and calculating the classification weights between the characteristic data arrays in pairs;
    根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。According to the classification weight and the preset threshold, the designated driving trajectories corresponding to the same driver's driving in each of the historical driving trajectory data are distinguished.
  2. 根据权利要求1所述的区分驾驶员的方法,其中,所述将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图的步骤,包括:The method for distinguishing drivers according to claim 1, wherein the step of matching the historical driving track data to a map grid to form a track map comprises:
    将地图根据预设划分方式,划分为地图网格;Divide the map into map grids according to the preset division method;
    获取指定历史行驶轨迹数据中的各轨迹点分别对应的经纬度信息,其中,所述指定历史行驶轨迹数据属于所有历史行驶轨迹数据中的任一条;obtaining the latitude and longitude information corresponding to each track point in the specified historical driving track data, wherein the specified historical driving track data belongs to any one of all the historical driving track data;
    根据所述经纬度信息将所述指定历史行驶轨迹数据叠加到所述地图网格中;superimposing the specified historical driving track data into the map grid according to the latitude and longitude information;
    根据所述指定历史行驶轨迹数据叠加到所述地图网格中方式,将所有所述历史行驶轨迹数据一一对应叠加至所述地图网格中,形成所述轨迹地图。According to the manner in which the specified historical driving trajectory data is superimposed on the map grid, all the historical driving trajectory data are superimposed on the map grid in a one-to-one correspondence to form the trajectory map.
  3. 根据权利要求1所述的区分驾驶员的方法,其中,所述特征数据数组包括轨迹特征数据,所述根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组的步骤,包括:The method for distinguishing drivers according to claim 1, wherein the characteristic data array includes trajectory characteristic data, and the step of forming the characteristic data array corresponding to each of the historical driving trajectory data according to the trajectory map comprises the following steps: :
    获取所述指定历史行驶轨迹数据占据的各地图网格区间,以及各地图网格区间分别对应的限速标签;Obtaining each map grid interval occupied by the specified historical driving trajectory data, and the speed limit labels corresponding to each map grid interval respectively;
    根据各地图网格区间分别对应的限速标签,统计所述指定历史行驶轨迹数据对应的轨迹特征数据,其中,轨迹特征数据包括慢速驾驶区间比和超速驾驶区间比;According to the speed limit labels corresponding to the grid intervals of each map, count the trajectory feature data corresponding to the specified historical driving trajectory data, wherein the trajectory feature data includes the ratio of slow driving intervals and the ratio of overspeed driving intervals;
    根据所述指定历史行驶轨迹数据对应的轨迹特征数据的统计方式,统计所有历史行驶轨迹数据分别对应的轨迹特征数据。According to the statistical method of the track feature data corresponding to the specified historical driving track data, the track feature data respectively corresponding to all the historical driving track data are counted.
  4. 根据权利要求1所述的区分驾驶员的方法,其中,所述特征数据数组包括驾驶员驾驶特征数据,所述根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组的步骤,包括:The method for distinguishing drivers according to claim 1, wherein the feature data array includes driver driving feature data, and the step of forming a feature data array corresponding to each of the historical driving track data according to the track map ,include:
    获取所述指定历史行驶轨迹数据对应的各轨迹点分别对应的时间数据;obtaining time data corresponding to each track point corresponding to the specified historical driving track data;
    根据所述时间数据计算所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据,其中,所述驾驶员驾驶特征数据包括预设时间区间驾驶数据、驾驶平滑度以及疲劳驾驶数据;Calculate the driver's driving characteristic data corresponding to the specified historical driving trajectory data according to the time data, wherein the driver's driving characteristic data includes driving data in a preset time interval, driving smoothness and fatigue driving data;
    根据所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据的计算方式,计算所有历史行驶轨迹数据分别对应的驾驶员驾驶特征数据。According to the calculation method of the driver's driving characteristic data corresponding to the specified historical driving trajectory data, the driver's driving characteristic data corresponding to all the historical driving trajectory data respectively is calculated.
  5. 根据权利要求1所述的区分驾驶员的方法,其中,所述将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重的步骤之前,包括:The method for distinguishing drivers according to claim 1, wherein, before the step of inputting each of the characteristic data arrays into the twin neural network model, before the step of calculating the classification weights between the characteristic data arrays, comprising:
    将训练样本输入孪生神经网络模型,通过指定函数映射至高维空间,得到各所述训练样本分别对应的空间向量,其中,所述指定函数为Gw(X),w表示参数,X表示训练样本;The training samples are input into the twin neural network model, and the specified function is mapped to the high-dimensional space to obtain a space vector corresponding to each of the training samples, wherein the specified function is Gw(X), w represents a parameter, and X represents a training sample;
    根据第一计算公式计算具有相同类别标签的第一样本和第二样本对应的第一空间向量距离,以及具有不相同类别标签的第三样本和第四样本对应的第二空间向量距离,其中,所述第一计算公式为Ew(X 1,X 2)=||Gw(X 1)-Gw(X 2)||,X 1,X 2表示训练样本,Ew(X 1,X 2)表示空间向量距离; Calculate the first space vector distance corresponding to the first sample and the second sample with the same class label, and the second space vector distance corresponding to the third sample and the fourth sample with different class labels according to the first calculation formula, wherein , the first calculation formula is Ew(X 1 , X 2 )=||Gw(X 1 )-Gw(X 2 )||, X 1 , X 2 represent training samples, Ew(X 1 , X 2 ) represents the space vector distance;
    调整所述指定函数的参数,使所述第一空间向量距离变小,同时所述第二空间向量距离变大;Adjust the parameters of the specified function so that the distance of the first space vector becomes smaller, and the distance of the second space vector becomes larger at the same time;
    判断所述第一空间向量距离最小时,所述第二空间向量距离是否同时最大;When it is judged that the distance of the first space vector is the smallest, whether the distance of the second space vector is the largest at the same time;
    若是,则确定所述指定函数的参数为固定参量。If so, determine that the parameter of the specified function is a fixed parameter.
  6. 根据权利要求1所述的区分驾驶员的方法,其中,所述根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹的步骤,包括:The method for distinguishing drivers according to claim 1, wherein, according to the classification weight and the preset threshold, the step of distinguishing the designated driving trajectories corresponding to the same driver in each of the historical driving trajectory data comprises:
    将所述分类权重大于或等于所述预设阈值的历史行驶轨迹数据,区分为两个驾驶员分别对应的第一集合和第二集合,将所述分类权重小于所述预设阈值的历史行驶轨迹数据,归并为同一驾驶员对应的集合中;Distinguish the historical driving trajectory data with the classification weight greater than or equal to the preset threshold into a first set and a second set corresponding to two drivers respectively, and classify the historical driving with the classification weight less than the preset threshold Trajectory data, merged into sets corresponding to the same driver;
    将集合类型以及各集合类型分别对应的行驶轨迹数据量,分别关联在各地图网格中。The collection type and the corresponding driving track data volume of each collection type are respectively associated with each map grid.
  7. 根据权利要求1所述的区分驾驶员的方法,其中,所述根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹的步骤之后,包括:The method for distinguishing drivers according to claim 1, wherein after the step of distinguishing the designated driving trajectories corresponding to the same driver in each of the historical driving trajectory data according to the classification weight and the preset threshold, the method comprises: :
    筛选指定地图网格中数据量最大的指定集合,其中所述指定地图网格为车险出险地点所在网格;Screening the specified set with the largest amount of data in the specified map grid, wherein the specified map grid is the grid where the car accident accident site is located;
    将所述指定集合作为投保人对应的行驶轨迹集合;Taking the designated set as the set of driving trajectories corresponding to the insured;
    判断当前出险的行驶轨迹是否包含于所述投保人对应的行驶轨迹集合中;judging whether the current driving trajectory of the accident is included in the driving trajectory set corresponding to the insured;
    若是,则判定为指定驾驶员的出险类型,否则不是。If so, it is determined as the type of accident of the designated driver, otherwise it is not.
  8. 一种区分驾驶员的装置,其中,包括:A device for distinguishing drivers, comprising:
    第一获取模块,用于获取指定车辆对应的历史行驶轨迹数据;a first acquisition module, used to acquire historical driving trajectory data corresponding to the designated vehicle;
    第一形成模块,用于将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;a first forming module, used for matching the historical driving trajectory data to a map grid to form a trajectory map;
    第二形成模块,用于根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;a second forming module, configured to form feature data arrays corresponding to each of the historical driving track data according to the track map;
    第一计算模块,用于将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;The first calculation module is used to input each of the characteristic data arrays into the twin neural network model, and calculate the classification weight between the characteristic data arrays in pairs;
    区分模块,用于根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。The distinguishing module is configured to distinguish, according to the classification weight and the preset threshold, the designated driving trajectories corresponding to the same driver in each of the historical driving trajectories data.
  9. 一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,其中,所述处理器执行所述计算机程序时实现一种区分驾驶员的方法,所述方法包括:A computer device, comprising a memory and a processor, wherein the memory stores a computer program, wherein, when the processor executes the computer program, a method for distinguishing a driver is implemented, the method comprising:
    获取指定车辆对应的历史行驶轨迹数据;Obtain the historical driving trajectory data corresponding to the specified vehicle;
    将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;Matching the historical driving track data to a map grid to form a track map;
    根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;forming feature data arrays corresponding to each of the historical driving track data according to the track map;
    将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;Inputting each of the characteristic data arrays into the twin neural network model, and calculating the classification weights between the characteristic data arrays in pairs;
    根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。According to the classification weight and the preset threshold, the designated driving trajectories corresponding to the same driver's driving in each of the historical driving trajectory data are distinguished.
  10. 根据权利要求9所述的计算机设备,其中,所述将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图的步骤,包括:The computer device according to claim 9, wherein the step of matching the historical driving trajectory data to a map grid to form a trajectory map comprises:
    将地图根据预设划分方式,划分为地图网格;Divide the map into map grids according to the preset division method;
    获取指定历史行驶轨迹数据中的各轨迹点分别对应的经纬度信息,其中,所述指定历史行驶轨迹数据属于所有历史行驶轨迹数据中的任一条;obtaining the latitude and longitude information corresponding to each track point in the specified historical driving track data, wherein the specified historical driving track data belongs to any one of all the historical driving track data;
    根据所述经纬度信息将所述指定历史行驶轨迹数据叠加到所述地图网格中;superimposing the specified historical driving track data into the map grid according to the latitude and longitude information;
    根据所述指定历史行驶轨迹数据叠加到所述地图网格中方式,将所有所述历史行驶轨迹数据一一对应叠加至所述地图网格中,形成所述轨迹地图。According to the manner in which the specified historical driving trajectory data is superimposed on the map grid, all the historical driving trajectory data are superimposed on the map grid in a one-to-one correspondence to form the trajectory map.
  11. 根据权利要求9所述的计算机设备,其中,所述特征数据数组包括轨迹特征数据,所述根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组的步骤,包括:The computer device according to claim 9, wherein the feature data array includes track feature data, and the step of forming the feature data array corresponding to each of the historical driving track data according to the track map comprises:
    获取所述指定历史行驶轨迹数据占据的各地图网格区间,以及各地图网格区间分别对 应的限速标签;Acquiring each map grid interval occupied by the specified historical driving track data, and the speed limit labels corresponding to each map grid interval respectively;
    根据各地图网格区间分别对应的限速标签,统计所述指定历史行驶轨迹数据对应的轨迹特征数据,其中,轨迹特征数据包括慢速驾驶区间比和超速驾驶区间比;According to the speed limit labels corresponding to the grid intervals of each map, count the trajectory feature data corresponding to the specified historical driving trajectory data, wherein the trajectory feature data includes the ratio of slow driving intervals and the ratio of overspeed driving intervals;
    根据所述指定历史行驶轨迹数据对应的轨迹特征数据的统计方式,统计所有历史行驶轨迹数据分别对应的轨迹特征数据。According to the statistical method of the track feature data corresponding to the specified historical driving track data, the track feature data respectively corresponding to all the historical driving track data are counted.
  12. 根据权利要求9所述的计算机设备,其中,所述特征数据数组包括驾驶员驾驶特征数据,所述根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组的步骤,包括:The computer equipment according to claim 9, wherein the characteristic data array includes driver driving characteristic data, and the step of forming the characteristic data array corresponding to each of the historical driving trajectory data according to the trajectory map comprises:
    获取所述指定历史行驶轨迹数据对应的各轨迹点分别对应的时间数据;obtaining time data corresponding to each track point corresponding to the specified historical driving track data;
    根据所述时间数据计算所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据,其中,所述驾驶员驾驶特征数据包括预设时间区间驾驶数据、驾驶平滑度以及疲劳驾驶数据;Calculate the driver's driving characteristic data corresponding to the specified historical driving trajectory data according to the time data, wherein the driver's driving characteristic data includes driving data in a preset time interval, driving smoothness and fatigue driving data;
    根据所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据的计算方式,计算所有历史行驶轨迹数据分别对应的驾驶员驾驶特征数据。According to the calculation method of the driver's driving characteristic data corresponding to the specified historical driving trajectory data, the driver's driving characteristic data corresponding to all the historical driving trajectory data respectively is calculated.
  13. 根据权利要求9所述的计算机设备,其中,所述将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重的步骤之前,包括:The computer equipment according to claim 9, wherein, before the step of inputting each of the characteristic data arrays into the twin neural network model, and calculating the classification weights between the characteristic data arrays in pairs, the steps include:
    将训练样本输入孪生神经网络模型,通过指定函数映射至高维空间,得到各所述训练样本分别对应的空间向量,其中,所述指定函数为Gw(X),w表示参数,X表示训练样本;The training samples are input into the twin neural network model, and the specified function is mapped to the high-dimensional space to obtain a space vector corresponding to each of the training samples, wherein the specified function is Gw(X), w represents a parameter, and X represents a training sample;
    根据第一计算公式计算具有相同类别标签的第一样本和第二样本对应的第一空间向量距离,以及具有不相同类别标签的第三样本和第四样本对应的第二空间向量距离,其中,所述第一计算公式为Ew(X 1,X 2)=||Gw(X 1)-Gw(X 2)||,X 1,X 2表示训练样本,Ew(X 1,X 2)表示空间向量距离; Calculate the first space vector distance corresponding to the first sample and the second sample with the same class label, and the second space vector distance corresponding to the third sample and the fourth sample with different class labels according to the first calculation formula, wherein , the first calculation formula is Ew(X 1 , X 2 )=||Gw(X 1 )-Gw(X 2 )||, X 1 , X 2 represent training samples, Ew(X 1 , X 2 ) represents the space vector distance;
    调整所述指定函数的参数,使所述第一空间向量距离变小,同时所述第二空间向量距离变大;Adjust the parameters of the specified function so that the distance of the first space vector becomes smaller, and the distance of the second space vector becomes larger at the same time;
    判断所述第一空间向量距离最小时,所述第二空间向量距离是否同时最大;When it is judged that the distance of the first space vector is the smallest, whether the distance of the second space vector is the largest at the same time;
    若是,则确定所述指定函数的参数为固定参量。If so, determine that the parameter of the specified function is a fixed parameter.
  14. 根据权利要求9所述的计算机设备,其中,所述根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹的步骤,包括:The computer equipment according to claim 9, wherein, according to the classification weight and the preset threshold, the step of distinguishing the designated driving trajectory corresponding to the same driver in each of the historical driving trajectory data comprises:
    将所述分类权重大于或等于所述预设阈值的历史行驶轨迹数据,区分为两个驾驶员分别对应的第一集合和第二集合,将所述分类权重小于所述预设阈值的历史行驶轨迹数据,归并为同一驾驶员对应的集合中;Distinguish the historical driving trajectory data with the classification weight greater than or equal to the preset threshold into a first set and a second set corresponding to two drivers respectively, and classify the historical driving with the classification weight less than the preset threshold Trajectory data, merged into sets corresponding to the same driver;
    将集合类型以及各集合类型分别对应的行驶轨迹数据量,分别关联在各地图网格中。The collection type and the corresponding driving track data volume of each collection type are respectively associated with each map grid.
  15. 一种计算机可读存储介质,其上存储有计算机程序,其中,所述计算机程序被处理器执行时实现一种区分驾驶员的方法,所述方法包括:A computer-readable storage medium on which a computer program is stored, wherein, when the computer program is executed by a processor, a method for distinguishing a driver is realized, the method comprising:
    获取指定车辆对应的历史行驶轨迹数据;Obtain the historical driving trajectory data corresponding to the specified vehicle;
    将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图;Matching the historical driving track data to a map grid to form a track map;
    根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组;forming feature data arrays corresponding to each of the historical driving track data according to the track map;
    将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重;Inputting each of the characteristic data arrays into the twin neural network model, and calculating the classification weights between the characteristic data arrays in pairs;
    根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹。According to the classification weight and the preset threshold, the designated driving trajectories corresponding to the same driver's driving in each of the historical driving trajectory data are distinguished.
  16. 根据权利要求15所述的计算机可读存储介质,其中,所述将所述历史行驶轨迹数据匹配至地图网格中,形成轨迹地图的步骤,包括:The computer-readable storage medium according to claim 15, wherein the step of matching the historical driving track data into a map grid to form a track map comprises:
    将地图根据预设划分方式,划分为地图网格;Divide the map into map grids according to the preset division method;
    获取指定历史行驶轨迹数据中的各轨迹点分别对应的经纬度信息,其中,所述指定历史行驶轨迹数据属于所有历史行驶轨迹数据中的任一条;obtaining the latitude and longitude information corresponding to each track point in the specified historical driving track data, wherein the specified historical driving track data belongs to any one of all the historical driving track data;
    根据所述经纬度信息将所述指定历史行驶轨迹数据叠加到所述地图网格中;superimposing the specified historical driving track data into the map grid according to the latitude and longitude information;
    根据所述指定历史行驶轨迹数据叠加到所述地图网格中方式,将所有所述历史行驶轨迹数据一一对应叠加至所述地图网格中,形成所述轨迹地图。According to the manner in which the specified historical driving trajectory data is superimposed on the map grid, all the historical driving trajectory data are superimposed on the map grid in a one-to-one correspondence to form the trajectory map.
  17. 根据权利要求15所述的计算机可读存储介质,其中,所述特征数据数组包括轨迹特征数据,所述根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组的步骤,包括:The computer-readable storage medium according to claim 15, wherein the feature data array includes track feature data, and the step of forming the feature data array corresponding to each of the historical driving track data according to the track map comprises the steps of: :
    获取所述指定历史行驶轨迹数据占据的各地图网格区间,以及各地图网格区间分别对应的限速标签;Obtaining each map grid interval occupied by the specified historical driving trajectory data, and the speed limit labels corresponding to each map grid interval respectively;
    根据各地图网格区间分别对应的限速标签,统计所述指定历史行驶轨迹数据对应的轨迹特征数据,其中,轨迹特征数据包括慢速驾驶区间比和超速驾驶区间比;According to the speed limit labels corresponding to the grid intervals of each map, count the trajectory feature data corresponding to the specified historical driving trajectory data, wherein the trajectory feature data includes the ratio of slow driving intervals and the ratio of overspeed driving intervals;
    根据所述指定历史行驶轨迹数据对应的轨迹特征数据的统计方式,统计所有历史行驶轨迹数据分别对应的轨迹特征数据。According to the statistical method of the track feature data corresponding to the specified historical driving track data, the track feature data respectively corresponding to all the historical driving track data are counted.
  18. 根据权利要求15所述的计算机可读存储介质,其中,所述特征数据数组包括驾驶员驾驶特征数据,所述根据所述轨迹地图形成各所述历史行驶轨迹数据分别对应的特征数据数组的步骤,包括:The computer-readable storage medium according to claim 15, wherein the feature data array includes driver driving feature data, and the step of forming a feature data array corresponding to each of the historical driving track data according to the track map ,include:
    获取所述指定历史行驶轨迹数据对应的各轨迹点分别对应的时间数据;obtaining time data corresponding to each track point corresponding to the specified historical driving track data;
    根据所述时间数据计算所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据,其中,所述驾驶员驾驶特征数据包括预设时间区间驾驶数据、驾驶平滑度以及疲劳驾驶数据;Calculate the driver's driving characteristic data corresponding to the specified historical driving trajectory data according to the time data, wherein the driver's driving characteristic data includes driving data in a preset time interval, driving smoothness and fatigue driving data;
    根据所述指定历史行驶轨迹数据对应的驾驶员驾驶特征数据的计算方式,计算所有历史行驶轨迹数据分别对应的驾驶员驾驶特征数据。According to the calculation method of the driver's driving characteristic data corresponding to the specified historical driving trajectory data, the driver's driving characteristic data corresponding to all the historical driving trajectory data respectively is calculated.
  19. 根据权利要求15所述的计算机可读存储介质,其中,所述将各所述特征数据数组输入孪生神经网络模型,两两计算特征数据数组之间的分类权重的步骤之前,包括:The computer-readable storage medium according to claim 15, wherein, before the step of inputting each of the characteristic data arrays into the twin neural network model, and before the step of calculating the classification weights between the characteristic data arrays, comprising:
    将训练样本输入孪生神经网络模型,通过指定函数映射至高维空间,得到各所述训练样本分别对应的空间向量,其中,所述指定函数为Gw(X),w表示参数,X表示训练样本;The training samples are input into the twin neural network model, and the specified function is mapped to the high-dimensional space to obtain a space vector corresponding to each of the training samples, wherein the specified function is Gw(X), w represents a parameter, and X represents a training sample;
    根据第一计算公式计算具有相同类别标签的第一样本和第二样本对应的第一空间向量距离,以及具有不相同类别标签的第三样本和第四样本对应的第二空间向量距离,其中,所述第一计算公式为Ew(X 1,X 2)=||Gw(X 1)-Gw(X 2)||,X 1,X 2表示训练样本,Ew(X 1,X 2)表示空间向量距离; Calculate the first space vector distance corresponding to the first sample and the second sample with the same class label, and the second space vector distance corresponding to the third sample and the fourth sample with different class labels according to the first calculation formula, wherein , the first calculation formula is Ew(X 1 , X 2 )=||Gw(X 1 )-Gw(X 2 )||, X 1 , X 2 represent training samples, Ew(X 1 , X 2 ) represents the space vector distance;
    调整所述指定函数的参数,使所述第一空间向量距离变小,同时所述第二空间向量距离变大;Adjust the parameters of the specified function so that the distance of the first space vector becomes smaller, and the distance of the second space vector becomes larger at the same time;
    判断所述第一空间向量距离最小时,所述第二空间向量距离是否同时最大;When it is judged that the distance of the first space vector is the smallest, whether the distance of the second space vector is the largest at the same time;
    若是,则确定所述指定函数的参数为固定参量。If so, determine that the parameter of the specified function is a fixed parameter.
  20. 根据权利要求15所述的计算机可读存储介质,其中,所述根据分类权重和预设阈值,区分各所述历史行驶轨迹数据中为同一驾驶员驾驶时对应的指定行驶轨迹的步骤,包括:The computer-readable storage medium according to claim 15, wherein the step of distinguishing the designated driving trajectory corresponding to the same driver in each of the historical driving trajectory data according to the classification weight and the preset threshold value comprises:
    将所述分类权重大于或等于所述预设阈值的历史行驶轨迹数据,区分为两个驾驶员分别对应的第一集合和第二集合,将所述分类权重小于所述预设阈值的历史行驶轨迹数据,归并为同一驾驶员对应的集合中;Distinguish the historical driving trajectory data with the classification weight greater than or equal to the preset threshold into a first set and a second set corresponding to two drivers respectively, and classify the historical driving with the classification weight less than the preset threshold Trajectory data, merged into sets corresponding to the same driver;
    将集合类型以及各集合类型分别对应的行驶轨迹数据量,分别关联在各地图网格中。The collection type and the corresponding driving track data volume of each collection type are respectively associated with each map grid.
PCT/CN2021/091711 2021-03-15 2021-04-30 Method and apparatus for distinguishing driver, and computer device WO2022193416A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110276146.9 2021-03-15
CN202110276146.9A CN113157817B (en) 2021-03-15 2021-03-15 Method, device and computer equipment for distinguishing drivers

Publications (1)

Publication Number Publication Date
WO2022193416A1 true WO2022193416A1 (en) 2022-09-22

Family

ID=76887126

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/091711 WO2022193416A1 (en) 2021-03-15 2021-04-30 Method and apparatus for distinguishing driver, and computer device

Country Status (2)

Country Link
CN (1) CN113157817B (en)
WO (1) WO2022193416A1 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107784046A (en) * 2016-11-14 2018-03-09 平安科技(深圳)有限公司 POI treating method and apparatus
US20180204119A1 (en) * 2017-01-19 2018-07-19 International Business Machines Corporation Method and Apparatus for Driver Identification Leveraging Telematics Data
CN109313852A (en) * 2016-06-07 2019-02-05 罗伯特·博世有限公司 Method, apparatus and system for driver's identification of driving in the wrong direction
CN110443185A (en) * 2019-07-31 2019-11-12 京东城市(北京)数字科技有限公司 Driver's recognition methods, driver identification device, electronic equipment and storage medium
US20200143298A1 (en) * 2014-12-31 2020-05-07 The City And County Of San Francisco Application-based commercial ground transportation management system
CN111512345A (en) * 2017-09-06 2020-08-07 瑞士再保险有限公司 Electronic system for dynamically and quasi-real-time measuring and identifying driver action based on mobile phone remote measurement only and corresponding method thereof
US10820166B1 (en) * 2019-12-04 2020-10-27 Toyota Connected North America, Inc. Systems and methods for obtaining location intelligence
CN112417273A (en) * 2020-11-17 2021-02-26 平安科技(深圳)有限公司 Region portrait image generation method, region portrait image generation device, computer equipment and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9898759B2 (en) * 2014-03-28 2018-02-20 Joseph Khoury Methods and systems for collecting driving information and classifying drivers and self-driving systems
CN106314438B (en) * 2016-08-15 2018-09-25 西北工业大学 The detection method and system of abnormal track in a kind of driver driving track
CN109145982A (en) * 2018-08-17 2019-01-04 上海汽车集团股份有限公司 The personal identification method and device of driver, storage medium, terminal
US11577734B2 (en) * 2018-12-20 2023-02-14 Nauto, Inc. System and method for analysis of driver behavior
CN110889444B (en) * 2019-11-22 2022-08-09 南京邮电大学 Driving track feature classification method based on convolutional neural network

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200143298A1 (en) * 2014-12-31 2020-05-07 The City And County Of San Francisco Application-based commercial ground transportation management system
CN109313852A (en) * 2016-06-07 2019-02-05 罗伯特·博世有限公司 Method, apparatus and system for driver's identification of driving in the wrong direction
CN107784046A (en) * 2016-11-14 2018-03-09 平安科技(深圳)有限公司 POI treating method and apparatus
US20180204119A1 (en) * 2017-01-19 2018-07-19 International Business Machines Corporation Method and Apparatus for Driver Identification Leveraging Telematics Data
CN111512345A (en) * 2017-09-06 2020-08-07 瑞士再保险有限公司 Electronic system for dynamically and quasi-real-time measuring and identifying driver action based on mobile phone remote measurement only and corresponding method thereof
CN110443185A (en) * 2019-07-31 2019-11-12 京东城市(北京)数字科技有限公司 Driver's recognition methods, driver identification device, electronic equipment and storage medium
US10820166B1 (en) * 2019-12-04 2020-10-27 Toyota Connected North America, Inc. Systems and methods for obtaining location intelligence
CN112417273A (en) * 2020-11-17 2021-02-26 平安科技(深圳)有限公司 Region portrait image generation method, region portrait image generation device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN113157817A (en) 2021-07-23
CN113157817B (en) 2024-05-10

Similar Documents

Publication Publication Date Title
US10262530B2 (en) Determining customized safe speeds for vehicles
US10023200B2 (en) Driver profiling system and method
Weidner et al. Telematic driving profile classification in car insurance pricing
CN107085943B (en) Short-term prediction method and system for road travel time
CN110395245B (en) Hybrid electric vehicle energy management system based on fixed route driving information
CN113436433B (en) Efficient urban traffic outlier detection method
CN114493191B (en) Driving behavior modeling analysis method based on network about vehicle data
CN112860782A (en) Pure electric vehicle driving range estimation method based on big data analysis
WO2022193416A1 (en) Method and apparatus for distinguishing driver, and computer device
Lee et al. Traffic speed prediction under weekday, time, and neighboring links’ speed: Back propagation neural network approach
CN116665342B (en) New energy automobile driving behavior analysis method, system and equipment
Korishchenko et al. Usage-based vehicle insurance: Driving style factors of accident probability and severity
CN115035715B (en) Expressway flow prediction method based on decision tree and multi-element auxiliary information
CN112733891B (en) Method for identifying bus IC card passengers to get off station points during travel chain breakage
CN115742758B (en) Method and system for calculating endurance mileage and new energy automobile
US20220340148A1 (en) Method for estimating an accident risk of an autonomous vehicle
Rosas et al. Neural network delay estimation with inclusion of heavy goods vehicular data
CN117612371A (en) Method and system for predicting expressway toll loss
EP4162464A1 (en) Traffic density estimation system and a method thereof
Stipancic Modelling crash frequency and severity using global positioning system travel data: Evaluation of surrogate safety measures and development of a network screening model
Stipancic Modelling Crash Frequency and Severity Using GPS Travel Data: Evaluation of Surrogate Safety Measures and Development of a Network Screening Model
CN117953680A (en) Road section congestion condition prediction method and system based on multiple linear regression
CN114897336A (en) Grid parking difficulty coefficient calculation method based on multi-source data and application thereof
CN117291648A (en) Differential charging method, device and medium for expressway
Hadi et al. Impact of Modeling Parameters on the Highway Capacity Manual–Based Procedure to Estimate Reliability of Freeway Corridors

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21931002

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 08/11/2023)