CN111523667B - RFID positioning method based on neural network - Google Patents

RFID positioning method based on neural network Download PDF

Info

Publication number
CN111523667B
CN111523667B CN202010365734.5A CN202010365734A CN111523667B CN 111523667 B CN111523667 B CN 111523667B CN 202010365734 A CN202010365734 A CN 202010365734A CN 111523667 B CN111523667 B CN 111523667B
Authority
CN
China
Prior art keywords
coordinate
measured
algorithm
positioning
point
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010365734.5A
Other languages
Chinese (zh)
Other versions
CN111523667A (en
Inventor
吴浩
石海涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin University
Original Assignee
Tianjin University
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 Tianjin University filed Critical Tianjin University
Priority to CN202010365734.5A priority Critical patent/CN111523667B/en
Publication of CN111523667A publication Critical patent/CN111523667A/en
Application granted granted Critical
Publication of CN111523667B publication Critical patent/CN111523667B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01BMEASURING LENGTH, THICKNESS OR SIMILAR LINEAR DIMENSIONS; MEASURING ANGLES; MEASURING AREAS; MEASURING IRREGULARITIES OF SURFACES OR CONTOURS
    • G01B21/00Measuring arrangements or details thereof, where the measuring technique is not covered by the other groups of this subclass, unspecified or not relevant
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The invention discloses an RFID positioning method based on a neural network, which comprises a card reader and a processor, wherein the processor realizes the following steps through program codes: the positioning algorithm module reads card reader coordinate data, reference tag coordinate data and real coordinate data of a point to be measured, and obtains measured coordinate and positioning error data of the point to be measured by adopting a LANDMARC algorithm, a BVER algorithm and a VIRE algorithm; the error analysis module extracts time stamps and error main characteristics in the measured coordinates and positioning error data of the point to be measured to construct a training set; the positioning correction module corrects the minimum error position point coordinate and the minimum error position point time to output a point coordinate correction value to be detected and a position coordinate corresponding to the maximum occurrence possibility.

Description

RFID positioning method based on neural network
Technical Field
The invention mainly relates to the technical field of indoor positioning based on an RFID network, in particular to an RFID positioning method based on a neural network.
Background
At present, under indoor environment, radio frequency identification (Radio Frequency Identification, RFID) technology is widely paid attention to and applied due to the characteristics of information carrying function, reliable identification of transmission and the like. The RFID positioning technology utilizes the unique identification characteristic of the tag to the object, and obtains the position information of the electronic tag according to the signal sent by the electronic tag and received by the card reader. The basis of RFID indoor positioning is to combine the received signal intensity, phase and other parameters of RFID signals, and utilize a positioning algorithm to complete the calculation of distance and azimuth, namely, a plurality of card readers are placed in the indoor in advance, when a mobile object with an electronic tag enters the recognition range of the card reader, the received signal can be uploaded to an upper computer, and the upper computer can realize the positioning algorithm by calculating the signal attenuation degree of the tag and the position information of the adjacent known tag.
Indoor positioning algorithms based on RFID can be divided into two main categories: non-ranging positioning algorithms and ranging positioning algorithms. The RSSI positioning method in the ranging positioning algorithm is easier to operate than other positioning methods, and the thought of the RSSI positioning method is to estimate the position of an object by measuring the RSSI of a signal strength value, and more advanced positioning algorithms comprise a LANDMARC algorithm, a BVERE algorithm and a VIRE algorithm.
The LANDMARC (Location Identification Based on Dynamic Active RFIDCalibration) algorithm is well-established for its simplicity and high positioning accuracy, and the boundary virtual tag algorithm (Boundary Virtual Label Algorithm, BVIRE) is obtained by inserting the grid virtual reference tag and the boundary reference tag with similar parties on the basis of the LANDMARC algorithm. Two weights are adopted in the boundary virtual tag algorithm, which is 1 more than that of the Landmarc algorithm, and a threshold value TH is adopted in the selection of adjacent tags to exclude the tags with large errors with small probability, so that the BVER algorithm is greatly improved in positioning accuracy. The VIRE algorithm introduces the concepts of virtual reference labels and adjacent maps while utilizing the principle of LANDMARC, provides the concepts of the virtual reference labels, utilizes an interpolation method to estimate the signal strength values of the virtual reference labels, and takes the virtual reference labels as actual reference labels to perform later calculation and positioning, thereby improving the accuracy and the positioning calculation feasibility.
Conventional approaches require that all test samples be stored in a database. This will seriously affect the positioning efficiency and accuracy, since in a complex indoor environment most of the test samples are noisy. And a large amount of data needs to be collected as an alignment for high accuracy.
In recent years, machine learning has been increasingly applied to rfid processing. However, since the acquired RSSI signal is usually noisy, the existing features are all selected based on the raw data, and a large amount of computation and tuning work are required to improve the model accuracy. Therefore, the organic combination of error correction and positioning calculation realizes the aims of reducing positioning error, improving positioning accuracy and increasing positioning calculation efficiency.
Disclosure of Invention
The invention aims to design an RFID positioning method based on a neural network, which is used for analyzing errors, reducing original noise and data volume and reducing algorithm errors, calculated amount and calculation complexity.
In view of the above problems, the present invention provides an RFID positioning method based on a neural network, which calculates a minimum error value of a card reader based on a random position to read position data of a moving object at a certain position. And carrying out positioning calculation according to the optimization schemes of the three positioning algorithms, carrying out data analysis on the result data of the positioning calculation to obtain error data of the three algorithms, taking the error data as a modeling object, and modeling by using a neural network algorithm to obtain the position coordinates and the corresponding time of the maximum occurrence possibility. The invention integrates the LANDMARC algorithm, the BVERE algorithm and the VIRE algorithm, and combines the neural network algorithm to obtain a more efficient and accurate result, thereby realizing the improvement of the RFID positioning precision.
The achievement of the invention is realized by the following steps:
the RFID positioning method based on the neural network comprises a card reader and a processor, wherein the processor realizes the following steps through program codes:
the positioning algorithm module reads card reader coordinate data, reference tag coordinate data and real coordinate data of a point to be measured, and obtains measured coordinate and positioning error data of the point to be measured by adopting a LANDMARC algorithm, a BVER algorithm and a VIRE algorithm;
the error analysis module extracts time stamps and error main characteristics in the measured coordinates and positioning error data of the point to be measured to construct a training set;
the training set processes the timestamp and the error main characteristic through grid encryption and a neural network algorithm to output the minimum error position point coordinate and the minimum error position point time;
and the positioning correction module corrects the minimum error position point coordinate and the minimum error position point time and outputs a coordinate correction value of the point to be detected and a position coordinate corresponding to the maximum occurrence possibility.
Further, the neural network algorithm is to selectively input the minimum error position point coordinates and the minimum error position point time obtained in the RNN, CNN and LSTM neural network algorithm after efficiency calculation and data stability evaluation are carried out on the positioning errors of the LANDMARC algorithm, the BVERE algorithm and the VIRE algorithm.
Further, the positioning correction module corrects the minimum error position point coordinate and the minimum error position point time to find the corresponding measured coordinate of the point to be measured through data screening of the minimum error value, and performs data analysis on the measured coordinate of the point to be measured and the real coordinate of the point to be measured through path fitting of the moving object to realize positioning correction of the measured coordinate of the point to be measured
Advantageous effects
1. The invention provides a neural network analysis algorithm based on an RFID indoor positioning algorithm, which improves the calculation accuracy and the positioning calculation complexity.
2. The invention provides a neural network analysis method based on a time stamp and an error value as a feature set, which utilizes a feedback neural network to convert a positioning problem into an error problem for analysis. Compared with the prior art, the method combines a plurality of algorithms, effectively saves data resources, does not directly analyze the original data, and improves the data operation analysis speed.
Drawings
FIG. 1 is a diagram of the result of a positioning algorithm.
FIG. 2 is a logic block diagram of an analysis method based on three RFID positioning algorithms and a neural network;
fig. 3 is a logic structure diagram based on a feedback neural network.
Detailed Description
The data analysis, network training and data computation of the inventive design are described in detail below with reference to the accompanying drawings. The whole positioning principle block diagram is shown in fig. 1, 2 and 3.
Step 1: and (3) carrying out data analysis by using three positioning algorithm modules, wherein input data are card reader coordinate data, reference tag coordinate data and real coordinate data of the point to be detected, output data are measured coordinates and positioning errors of the point to be detected, and a positioning result is shown in a schematic diagram shown in fig. 1.
The method comprises the steps of performing parallel calculation through three positioning algorithm modules of a LANDMARC algorithm, a BVERE algorithm and a VIRE algorithm, performing simulation by utilizing Matlab, inputting card reader coordinate data, reference tag coordinate data and real coordinate data of a point to be measured, performing positioning calculation by calculating the received signal strength of the reference tag and the tag to be measured, and simultaneously starting the calculation of the three algorithms according to a distributed principle, wherein output data is measured coordinates and positioning errors of the point to be measured.
Step 2: the error analysis module performs network training by utilizing a neural network algorithm, inputs positioning errors of three algorithms, inputs RNN, CNN and LSTM neural network algorithms, and outputs data which are error minimum values and corresponding time stamps.
That is, the positioning error data is preprocessed, the positioning errors of the three algorithms are input by using grid calculation and a neural network algorithm, the RNN, CNN and LSTM neural network algorithm are input at the same time, the neural network algorithm is selected according to the calculation efficiency and the data stability, the time stamp and the error value are used as main characteristic sets in the neural network algorithm to train, and the minimum value of the positioning error and the time stamp corresponding to the occurrence of the positioning error are output by training the selected neural network algorithm.
Step 3: and (3) carrying out data calculation by using a positioning correction algorithm, wherein input data is the minimum value of errors, and output data is the coordinate correction value of the point to be detected, the corresponding maximum possible position coordinate and the corresponding time.
Namely, a positioning correction algorithm is realized by selecting a minimum value of a positioning error, a corresponding measured coordinate of a point to be measured is found through data screening of the minimum value of the error, the measured coordinate of the point to be measured and a true coordinate of the point to be measured are subjected to data analysis through path fitting of a moving object, positioning correction of the measured coordinate of the point to be measured is realized, and a coordinate correction value of the point to be measured and a corresponding position coordinate with the maximum occurrence possibility are output.

Claims (1)

1. The utility model provides a RFID positioning method based on neural network, includes card reader, treater, its characterized in that: the processor implements the following steps by program code:
the positioning algorithm module reads card reader coordinate data, reference tag coordinate data and real coordinate data of a point to be measured, and obtains measured coordinate and positioning error data of the point to be measured by adopting a LANDMARC algorithm, a BVER algorithm and a VIRE algorithm;
the error analysis module extracts time stamps and error main characteristics in the measured coordinates and positioning error data of the point to be measured to construct a training set;
the training set processes the timestamp and the error main characteristic through grid encryption and a neural network algorithm to output the minimum error position point coordinate and the minimum error position point time; the neural network algorithm is that after efficiency calculation and data stability evaluation are carried out on positioning errors of a LANDMARC algorithm, a BVER algorithm and a VIRE algorithm, the minimum error position point coordinates and the minimum error position point time are selectively input into the RNN, CNN and LSTM neural network algorithm;
the positioning correction module corrects the minimum error position point coordinate and the minimum error position point time and outputs a coordinate correction value of the point to be detected and a position coordinate corresponding to the maximum occurrence possibility; wherein: the positioning correction module corrects the minimum error position point coordinate and the minimum error position point time to find the corresponding measured coordinate of the point to be measured through data screening of the minimum error value, and performs data analysis on the measured coordinate of the point to be measured and the real coordinate of the point to be measured through path fitting of a moving object to realize positioning correction of the measured coordinate of the point to be measured.
CN202010365734.5A 2020-04-30 2020-04-30 RFID positioning method based on neural network Active CN111523667B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010365734.5A CN111523667B (en) 2020-04-30 2020-04-30 RFID positioning method based on neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010365734.5A CN111523667B (en) 2020-04-30 2020-04-30 RFID positioning method based on neural network

Publications (2)

Publication Number Publication Date
CN111523667A CN111523667A (en) 2020-08-11
CN111523667B true CN111523667B (en) 2023-06-27

Family

ID=71905415

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010365734.5A Active CN111523667B (en) 2020-04-30 2020-04-30 RFID positioning method based on neural network

Country Status (1)

Country Link
CN (1) CN111523667B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113743550A (en) * 2021-08-30 2021-12-03 武汉锦象智能科技有限公司 Intelligent circulation RFID read-write system
US20230117768A1 (en) * 2021-10-15 2023-04-20 Kiarash SHALOUDEGI Methods and systems for updating optimization parameters of a parameterized optimization algorithm in federated learning
CN115361661B (en) * 2022-10-20 2023-03-21 中用科技有限公司 Visual industrial management system based on GIS and scene positioning

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104838708A (en) * 2012-12-14 2015-08-12 华为技术有限公司 Systems and methods for user equipment mobility prediction
CN106714302A (en) * 2017-01-23 2017-05-24 吉林大学 Indoor positioning device based on BP-Landmarc neural network and control method
CN107247260A (en) * 2017-07-06 2017-10-13 合肥工业大学 A kind of RFID localization methods based on adaptive depth confidence network
CN109239661A (en) * 2018-09-18 2019-01-18 广西大学 A kind of RFID indoor locating system and algorithm based on depth Q network
CN109284799A (en) * 2018-10-17 2019-01-29 南京邮电大学 A kind of RFID tag Relatively orientation method based on deep learning
CN109444813A (en) * 2018-10-26 2019-03-08 南京邮电大学 A kind of RFID indoor orientation method based on BP and DNN amphineura network
CN109507706A (en) * 2018-11-27 2019-03-22 南京长峰航天电子科技有限公司 A kind of prediction localization method that GPS signal is lost
CN110225460A (en) * 2019-06-05 2019-09-10 三维通信股份有限公司 A kind of indoor orientation method and device based on deep neural network
US10422854B1 (en) * 2019-05-01 2019-09-24 Mapsted Corp. Neural network training for mobile device RSS fingerprint-based indoor navigation
CN110972056A (en) * 2019-11-08 2020-04-07 宁波大学 UWB indoor positioning method based on machine learning

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3299840B1 (en) * 2013-05-02 2018-11-14 Consortium P, Inc. Scalable real-time location detection based on overlapping neural networks
US20170193361A1 (en) * 2015-12-31 2017-07-06 Microsoft Technology Licensing, Llc Neural network training performance optimization framework

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104838708A (en) * 2012-12-14 2015-08-12 华为技术有限公司 Systems and methods for user equipment mobility prediction
CN106714302A (en) * 2017-01-23 2017-05-24 吉林大学 Indoor positioning device based on BP-Landmarc neural network and control method
CN107247260A (en) * 2017-07-06 2017-10-13 合肥工业大学 A kind of RFID localization methods based on adaptive depth confidence network
CN109239661A (en) * 2018-09-18 2019-01-18 广西大学 A kind of RFID indoor locating system and algorithm based on depth Q network
CN109284799A (en) * 2018-10-17 2019-01-29 南京邮电大学 A kind of RFID tag Relatively orientation method based on deep learning
CN109444813A (en) * 2018-10-26 2019-03-08 南京邮电大学 A kind of RFID indoor orientation method based on BP and DNN amphineura network
CN109507706A (en) * 2018-11-27 2019-03-22 南京长峰航天电子科技有限公司 A kind of prediction localization method that GPS signal is lost
US10422854B1 (en) * 2019-05-01 2019-09-24 Mapsted Corp. Neural network training for mobile device RSS fingerprint-based indoor navigation
CN110225460A (en) * 2019-06-05 2019-09-10 三维通信股份有限公司 A kind of indoor orientation method and device based on deep neural network
CN110972056A (en) * 2019-11-08 2020-04-07 宁波大学 UWB indoor positioning method based on machine learning

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
周蕾蕾 ; 刘成友 ; 马俊 ; 秦航 ; 蒋红兵 ; .粒子群神经网络算法的RFID定位应用研究.中国医疗设备.2018,(第02期),全文. *
孔红山 ; 郁滨 ; .一种基于BP神经网络的VIRE改进算法研究.系统仿真学报.2018,(第09期),全文. *

Also Published As

Publication number Publication date
CN111523667A (en) 2020-08-11

Similar Documents

Publication Publication Date Title
CN111523667B (en) RFID positioning method based on neural network
CN109444813B (en) RFID indoor positioning method based on BP and DNN double neural networks
CN111783558A (en) Satellite navigation interference signal type intelligent identification method and system
CN101576956B (en) On-line character detection method based on machine vision and system thereof
CN103530590A (en) DPM (direct part mark) two-dimensional code recognition system
CN116123042A (en) Intelligent monitoring and early warning method and system for wind generating set
CN113015093B (en) Indoor wireless positioning method based on three-dimensional depth residual error neural network
CN112601173B (en) 5G positioning truth value detection and attack tracing method, system, equipment and application
CN113098848A (en) Flow data anomaly detection method and system based on matrix sketch and Hash learning
CN103076595B (en) Abnormal type identifying method for multivariate discrete radar emitter signal
CN117368862A (en) High-efficiency weather radar data quality evaluation system
AU2021106594A4 (en) Online anomaly detection method and system for streaming data
CN112946567B (en) Moving target fingerprint indoor positioning method based on domain antagonism neural network
CN114063150B (en) ML-KNN algorithm-based 'seismic source-station' speed model selection method
WO2022188574A1 (en) Deep learning method and apparatus for regression task
CN114710831A (en) RFID label positioning system based on deep learning
CN114218978A (en) Embedded lightweight millimeter wave radar target identification method
CN112927201A (en) Curve detection method and device
Yadav et al. Research on indoor positioning technology of RFID nodes in the internet of things (IOT)
CN116340533B (en) Satellite-borne electromagnetic spectrum big data intelligent processing system based on knowledge graph
CN112543428B (en) Indoor positioning method based on ELM-AdaBoost classification learning
CN117335912B (en) Spectrum intelligent sensing method and system
CN114445395B (en) Distribution line tree obstacle intelligent positioning method and device based on Internet and big data
CN116386092A (en) LoRa non-stationary radio frequency fingerprint feature extraction method and related device
CN110261818B (en) Method and device for identifying indirect ultra-wideband signal and eliminating error and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant