Movatterモバイル変換


[0]ホーム

URL:


CN111310762A - Intelligent medical bill identification method based on Internet of things - Google Patents

Intelligent medical bill identification method based on Internet of things
Download PDF

Info

Publication number
CN111310762A
CN111310762ACN202010183612.4ACN202010183612ACN111310762ACN 111310762 ACN111310762 ACN 111310762ACN 202010183612 ACN202010183612 ACN 202010183612ACN 111310762 ACN111310762 ACN 111310762A
Authority
CN
China
Prior art keywords
text
internet
method based
layer
identification method
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010183612.4A
Other languages
Chinese (zh)
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 Demai Technology Co Ltd
Original Assignee
Tianjin Demai Technology Co Ltd
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 Demai Technology Co LtdfiledCriticalTianjin Demai Technology Co Ltd
Priority to CN202010183612.4ApriorityCriticalpatent/CN111310762A/en
Publication of CN111310762ApublicationCriticalpatent/CN111310762A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The invention relates to character recognition, in particular to an intelligent medical bill recognition method based on the Internet of things, which comprises the steps of extracting features by using a VGG16 model as a basic network, obtaining feature maps by convolution of the first 5 in a VGG16 model, obtaining feature vectors by sliding windows on the feature maps, inputting the feature vectors corresponding to the sliding windows into an RNN circulation layer to obtain an output result of the circulation layer, inputting the output result of the circulation layer into a full connection layer, obtaining a text candidate region of intensive prediction by classification or regression, filtering the text candidate region of the intensive prediction by using a standard Soft maximum non-value suppression algorithm, combining the filtered text candidate regions into a text box by using a simple text line construction algorithm, and recognizing characters in the combined text box by using a CRNN model; the technical scheme provided by the invention can effectively overcome the defect that the bill information on the medical bill cannot be accurately and efficiently identified in the prior art.

Description

Intelligent medical bill identification method based on Internet of things
Technical Field
The invention relates to character recognition, in particular to an intelligent medical bill recognition method based on the Internet of things.
Background
With the continuous development and progress of the medical industry in China in recent years, the system and the system owned by the medical industry are relatively perfect. However, at present, the management of medical bills is messy, and because the bill format issued by each hospital is quinqueous, the circulation of the bills between the hospital and the reimbursement unit is performed in a manual input mode by the acceptance unit after the bills are submitted, so that the management is not beneficial to archiving and later retrieval, and the collection of the bill information is still performed in a traditional manual input mode.
The medical bill reimbursement system is characterized in that after information of a security participant is manually input, the security participant submits a bill, a front desk worker manually inputs invoice information item by item, a checker checks the input information and then submits audit of the audit, reimbursement comparison and reimbursement amount are given, the efficiency of the whole process worker is very low, and some input errors which are difficult to find often occur.
Disclosure of Invention
Technical problem to be solved
Aiming at the defects in the prior art, the invention provides the intelligent medical bill identification method based on the Internet of things, which can effectively overcome the defect that the bill information on the medical bill cannot be accurately and efficiently identified in the prior art.
(II) technical scheme
In order to achieve the purpose, the invention is realized by the following technical scheme:
an intelligent medical bill identification method based on the Internet of things comprises the following steps:
s1, extracting features by using a VGG16 model as a basic network, and obtaining a feature map through the first 5 convolutions in the VGG16 model;
s2, performing a sliding window on the feature map to obtain a feature vector;
s3, inputting the feature vector corresponding to the sliding window into an RNN circulation layer to obtain an output result of the circulation layer;
s4, inputting the output result of the circulation layer into the full-connection layer, and obtaining a text candidate region of dense prediction through classification or regression;
s5, filtering out the densely predicted text candidate area by using a standard Soft non-maximum suppression algorithm;
s6, merging the filtered text candidate regions into a text box by using a simple text line construction algorithm;
and S7, recognizing the characters in the combined text box through the CRNN model.
Preferably, the size of the feature map is W × H × C.
Preferably, the window size of the sliding window is 3 × 3, and the window of the sliding window obtains a feature vector with a length of 3 × 3 × C.
Preferably, the feature vector predicts offset distances between 10 target candidate regions, and the window center of the sliding window predicts 10 text candidate regions.
Preferably, the RNN cycle layer uses BLSTM, and the cycle layer outputs the result W × 256.
Preferably, the fully connected layer is 512-dimensional.
Preferably, the determination condition for merging the filtered text candidate regions into the text box includes:
the horizontal distance between the two text candidate regions is the smallest, the distance between the two text candidate regions is less than 50 pixels, and the vertical overlap of the two text candidate regions is greater than 0.7.
Preferably, the CRNN model consists of a CNN convolution layer, an RNN cycle layer, and a CTC transcription layer.
(III) advantageous effects
Compared with the prior art, the intelligent medical bill identification method based on the Internet of things integrates and combs the existing business processes, identifies the medical bill information scanned in batches by using the intelligent identification technology, can quickly identify texts with different formats, and completes heavy and repeated input work by a system to form editable structural information, so that an assistant worker can efficiently and accurately process the medical bill information of a participant, the waiting time of a reimburser is shortened, the related business processes are perfected, the intelligent processing of the medical bill is realized, an efficient and convenient medical bill reimbursement service environment is created, the service period is shortened, and the efficiency and the satisfaction degree of the medical bill reimbursement service are greatly improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below. It is obvious that the drawings in the following description are only some embodiments of the invention, and that for a person skilled in the art, other drawings can be derived from them without inventive effort.
FIG. 1 is a schematic diagram of a dense predictive text candidate region obtained by classification or regression according to the present invention;
FIG. 2 is a schematic diagram of the invention after filtering FIG. 1 using a standard Soft non-maximum suppression algorithm;
FIG. 3 is a schematic diagram of combining filtered text candidate regions in FIG. 2 into a text box according to a simple text line construction algorithm;
FIG. 4 is a diagram illustrating the decision conditions for merging filtered text candidates into a text box according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention. It is to be understood that the embodiments described are only a few embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
An intelligent medical bill identification method based on the internet of things is shown in fig. 1 to 3, and comprises the following steps:
s1, extracting features by using a VGG16 model as a basic network, and obtaining a feature map through the first 5 convolutions in the VGG16 model;
s2, performing a sliding window on the feature map to obtain a feature vector;
s3, inputting the feature vector corresponding to the sliding window into an RNN circulation layer to obtain an output result of the circulation layer;
s4, inputting the output result of the circulation layer into the full-connection layer, and obtaining a text candidate region of dense prediction through classification or regression;
s5, filtering out the densely predicted text candidate area by using a standard Soft non-maximum suppression algorithm;
s6, merging the filtered text candidate regions into a text box by using a simple text line construction algorithm;
and S7, recognizing the characters in the combined text box through the CRNN model.
The size of the feature map is W × H × C.
The window size of the sliding window is 3 × 3, and the window of the sliding window obtains a feature vector with a length of 3 × 3 × C.
The feature vectors predict the offset distances between 10 target candidate regions, and the window center of the sliding window predicts 10 text candidate regions.
BLSTM is adopted by the RNN circulating layer, and the output result of the circulating layer is W multiplied by 256.
The fully connected layer is 512 dimensions.
The decision condition for merging the filtered text candidate regions into the text box includes:
the horizontal distance between the two text candidate regions is the smallest, the distance between the two text candidate regions is less than 50 pixels, and the vertical overlap of the two text candidate regions is greater than 0.7.
The CRNN model consists of a CNN convolution layer, an RNN circulation layer and a CTC transcription layer.
The steps S1-S6 are based on a CTPN network structure, the position of the text predicted by the CTPN network in the vertical direction is fixed at 16, the height of the text is changed from 11 pixels to 128 pixels, the total number of 10 target candidate areas is obtained, and the position in the horizontal direction is not predicted.
Every two adjacent text candidate regions form a text box, and different text boxes are combined until the text boxes cannot be combined any more. And determines two text candidate areas BiAnd BjCan form a textCondition of this frame is Bi—>BjWhile B isj—>BiThe symbol determination conditions are shown in fig. 4.
The CRNN model consists of a CNN convolution layer, an RNN circulation layer and a CTC transcription layer. It is characterized in that: end-to-end training, and performing combined training on the CNN convolution layer and the RNN circulation layer; input of arbitrary length (arbitrary image width, arbitrary word length); the training set does not need to be calibrated with characters; both dictionary and dictionary-less libraries (samples) may be used.
The above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the corresponding technical solutions.

Claims (8)

CN202010183612.4A2020-03-162020-03-16Intelligent medical bill identification method based on Internet of thingsPendingCN111310762A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202010183612.4ACN111310762A (en)2020-03-162020-03-16Intelligent medical bill identification method based on Internet of things

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202010183612.4ACN111310762A (en)2020-03-162020-03-16Intelligent medical bill identification method based on Internet of things

Publications (1)

Publication NumberPublication Date
CN111310762Atrue CN111310762A (en)2020-06-19

Family

ID=71147166

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202010183612.4APendingCN111310762A (en)2020-03-162020-03-16Intelligent medical bill identification method based on Internet of things

Country Status (1)

CountryLink
CN (1)CN111310762A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN111967391A (en)*2020-08-182020-11-20清华大学Text recognition method and computer-readable storage medium for medical laboratory test reports
CN112364837A (en)*2020-12-092021-02-12四川长虹电器股份有限公司Bill information identification method based on target detection and text identification
CN113255642A (en)*2021-05-072021-08-13北京精友时代信息技术发展有限公司Medical bill information integration method for injury claims
WO2022006829A1 (en)*2020-07-092022-01-13国网电子商务有限公司Bill image recognition method and system, electronic device, and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN108446621A (en)*2018-03-142018-08-24平安科技(深圳)有限公司Bank slip recognition method, server and computer readable storage medium
CN109886174A (en)*2019-02-132019-06-14东北大学 A natural scene character recognition method for character recognition of warehouse shelf signs
CN110245545A (en)*2018-09-262019-09-17浙江大华技术股份有限公司A kind of character recognition method and device
CN110363199A (en)*2019-07-162019-10-22济南浪潮高新科技投资发展有限公司Certificate image text recognition method and system based on deep learning
CN110399845A (en)*2019-07-292019-11-01上海海事大学 A method for detecting and recognizing text in continuous segments in images
CN110516676A (en)*2019-08-212019-11-29河海大学常州校区 A Bank Card Number Recognition System Based on Image Processing
US20200012876A1 (en)*2017-09-252020-01-09Tencent Technology (Shenzhen) Company LimitedText detection method, storage medium, and computer device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20200012876A1 (en)*2017-09-252020-01-09Tencent Technology (Shenzhen) Company LimitedText detection method, storage medium, and computer device
CN108446621A (en)*2018-03-142018-08-24平安科技(深圳)有限公司Bank slip recognition method, server and computer readable storage medium
CN110245545A (en)*2018-09-262019-09-17浙江大华技术股份有限公司A kind of character recognition method and device
CN109886174A (en)*2019-02-132019-06-14东北大学 A natural scene character recognition method for character recognition of warehouse shelf signs
CN110363199A (en)*2019-07-162019-10-22济南浪潮高新科技投资发展有限公司Certificate image text recognition method and system based on deep learning
CN110399845A (en)*2019-07-292019-11-01上海海事大学 A method for detecting and recognizing text in continuous segments in images
CN110516676A (en)*2019-08-212019-11-29河海大学常州校区 A Bank Card Number Recognition System Based on Image Processing

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
董洪义: "《深度学习之PyTorch物体检测实战》", 31 January 2020*

Cited By (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO2022006829A1 (en)*2020-07-092022-01-13国网电子商务有限公司Bill image recognition method and system, electronic device, and storage medium
CN111967391A (en)*2020-08-182020-11-20清华大学Text recognition method and computer-readable storage medium for medical laboratory test reports
CN112364837A (en)*2020-12-092021-02-12四川长虹电器股份有限公司Bill information identification method based on target detection and text identification
CN113255642A (en)*2021-05-072021-08-13北京精友时代信息技术发展有限公司Medical bill information integration method for injury claims
CN113255642B (en)*2021-05-072024-09-06北京精友时代信息技术发展有限公司Medical bill information integration method for human injury claim settlement

Similar Documents

PublicationPublication DateTitle
CN111310762A (en)Intelligent medical bill identification method based on Internet of things
CN110363252B (en) Trending to end-to-end scene text detection and recognition method and system
CN111861978B (en) Bridge crack instance segmentation method based on Faster R-CNN
CN109977918B (en) An Optimization Method for Object Detection and Localization Based on Unsupervised Domain Adaptation
CN110969129B (en)End-to-end tax bill text detection and recognition method
CN110598698B (en)Natural scene text detection method and system based on adaptive regional suggestion network
CN111460927A (en)Method for extracting structured information of house property certificate image
CN113591866B (en)Special operation certificate detection method and system based on DB and CRNN
CN113256601A (en)Pavement disease detection method and system
CN111401353A (en)Method, device and equipment for identifying mathematical formula
CN115063679B (en)Pavement quality assessment method based on deep learning
CN115881265B (en) Method, system, equipment and storage medium for quality control of electronic medical records intelligent medical records
CN114418956A (en) Method and system for change detection of key electrical equipment in substation
CN116704512A (en) A meter recognition method and system integrating semantic and visual information
CN111340032A (en)Character recognition method based on application scene in financial field
CN117649395A (en)Zero sample industrial defect segmentation method and device based on label-free image mutual scoring
CN118691795A (en) Intelligent inspection method of transmission lines based on image recognition and deep learning technology
CN116543391A (en)Text data acquisition system and method combined with image correction
CN116092101A (en)Training method, image recognition method apparatus, device, and readable storage medium
CN115457304A (en) A baggage damage analysis method and system based on target detection
CN117911329A (en) A lightweight pavement crack detection method and system based on yolo network
CN117854076A (en)End-to-end container number detection and identification method based on instance segmentation
CN116563534A (en) A Cell Segmentation Method Based on Oriented Cascade Mask RCNN Network
CN116091828A (en)Chromosome image interpretable analysis method, device, equipment and storage medium
CN114328886A (en)Intelligent logistics address entity recognition system based on deep learning

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication
RJ01Rejection of invention patent application after publication

Application publication date:20200619


[8]ページ先頭

©2009-2025 Movatter.jp