U.S. flag

An official website of the United States government

The .gov means it’s official. Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.

The site is secure. The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

  • Publications
  • Account settings

Preview improvements coming to the PMC website in October 2024. Learn More or Try it out now .

  • Advanced Search
  • Journal List
  • Scientific Reports

Logo of scirep

Research on water meter reading recognition based on deep learning

School of Mathematics and Computer Sciences, Nanchang University, Nanchang, China

Taorong Qiu

Weiping zhang, associated data.

The data that support the findings of this study are available from the offices of Jiaxing Water Supply and Drainage Co but restrictions apply to the availability of these data, which were used under license for the current study, and so are not publicly available. Data are however available from the corresponding author on reasonable request and with permission of the offices of Jiaxing Water Supply and Drainage Co.

At present, there are still many old-fashioned water meters in the society, and the water department needs to send staff to read the water meter after arriving at the scene with a handheld all-in-one machine. However, there are many problems in this manual meter reading method. First, a large number of meter reading work leads to low efficiency of the entire water department, consuming a lot of time and energy, and high labor costs; second, the water meters in natural scenes have problems such as serious dial contamination and other environmental factors that interfere with the meter reading staff, and the results of the meter reader cannot be verified later. In response to these problems, this paper studies a deep learning method for automatic detection and recognition of water meter readings. This paper first introduces the existing in-depth learning models, such as Faster R-CNN, SSD, and YOLOv3. Then two datasets are sorted out, one is the original water table picture dataset, and the other is a dataset cut out from the water meter image with the black bounding box showing the water meter readings. Then two plans are proposed, one is the original water table image dataset, and the other is a dataset cut out from the water meter image with the black bounding box showing the water meter readings. Finally, by comparing the three models from different angles, it is determined that YOLOv3 in the second solution has the best recognition effect, and the accuracy rate reaches 90.61%, which can greatly improve work efficiency, save labor costs, and assist auditors in reviewing the read water meter readings.

Introduction

In the current society, traditional old-fashioned mechanical water meters are still used in places where development is relatively backward or in remote mountainous areas, requiring staff to read the meters on site. In the meter reading work, the management personnel of the business office is responsible for the arrangement of the meter-reading personnel, the adjustment of the meter-reading circuit and the formulation of the meter-reading plan. The meter reader downloads the meter reading task to the water supply management department through the spot by hand, and then carries the meter reading machine to the spot to read the meter. After completing the meter reading plan for the day, the meter reading result is uploaded to the meter reading system of the water supply management department. In this working mode, there are subjective factors such as deviation of observation angle or long distance when manually reading the numbers of the water meter, and problems such as dial contamination and limited energy of the meter reader, etc. It is difficult to arrange the meter reading plan, and it is impossible to judge whether the meter reading results reported by the meter readers are accurate (such as misreading or missing reading, etc.). Therefore, there are many problems in manual meter reading, and effective means are urgently needed to improve work efficiency and reduce labor costs.

In recent years, the development of artificial intelligence technology has become more and more mature, there are more and more researches on applying artificial intelligence technology to character recognition 1 . With the development of artificial intelligence technology becoming more and more mature, there are more and more researches on applying artificial intelligence technology to character recognition. The traditional digital recognition of water meter images usually consists of the following parts: one is to denoise the image to reduce the noise that interferes with the recognized numbers in the image, so that the numbers are clearer; the other is to binarize the image to separate the numbers in the image from the background, convert the image with three channels (RGB) into a grayscale image, and then convert it into a binary image with only 0 and 1 2 ; the third is to segment the area where the character is located, and then perform tilt correction on the area to obtain a single character that is easy to identify Text image; Fourth, accurate recognition of a single character. However, the traditional solution is easily disturbed by the external environment, and the process is complicated. Different solutions need to be designed for different problems, and there is no way to accurately and quickly identify the collected real water meter images.

In recent years, deep learning algorithms have further developed and matured. Deep learning learns a large amount of data and automatically extracts features, and then trains specific algorithm models to obtain output results 3 . Deep learning is widely used in various aspects, and target detection is one of them. The role of target detection is to detect specific categories of targets on pictures, which can be widely used in various fields of production and life, such as military field 4 , biological field 5 , industrial manufacturing field 6 and Object detection field 7 . With the maturity of image recognition technology in computer vision, more and more target detection algorithms have been proposed 8 . From R-CNN 9 to MASK R-CNN 10 , R-CNN series (regions with CNN features), YOLO 11 – 13 series (You only look once), SSD 14 (Single Shot Multi Box Detector) and so on, the recognition accuracy in improving step by step, both the speed of recognition.

Compared with traditional identification methods, deep learning algorithms are less disturbed by external factors and have higher detection and identification accuracy 15 . Therefore, the Internet and deep learning technology are applied to meter reading companies to process water meter images and automatically detect and identify. The reading of the water meter becomes possible. Compared with the traditional recognition method, the water meter image recognition method based on deep learning can directly output the water meter numbers in the image in the form of a sequence, which not only has a fast detection speed, but also has a high recognition accuracy.

At present, deep learning methods in the field of object detection are mainly divided into two categories: Two-Stages and One-Stage. One-Stage refers to a target detection algorithm that directly converts the problem of target frame positioning into a regression problem without generating candidate frames. Common algorithms include YOLO, SSD, etc., so we choose classic SSD and YOLOv3 for experiments. In Two-Stages, it refers to a target detection algorithm that first generates a series of candidate frames as samples by an algorithm, and then classifies the samples through a convolutional neural network. Common algorithms include R-CNN, Fast R-CNN, Faster R-CNN 16 , etc., so we chose the classic Faster R-CNN algorithm for experiments.

In this paper, the target detection algorithm is used to quickly identify the water meter image taken by the meter reader and compare it with the manually read water meter number, screen out the wrong data and check it, which can help the auditor to reduce the workload, improve work efficiency, and then Reduce labor costs, help companies to better read water meters and increase revenue.

The structure of this article is as follows:

  • (i) Introduction This section introduces the basic process of meter reading in the water department, elicits the existing problems of manual meter reading, and introduces the research situation of traditional methods and deep learning methods in the field of water meter image recognition in recent years.
  • (ii) Related studies This section introduces the basic concepts of the three object detection algorithms used in this experiment, and compares the advantages and disadvantages of different algorithms.
  • (iii) Materials and methods This section introduces the sources and preprocessing methods of the water meter image dataset, and investigates the construction and selection of a water meter image reading model.
  • (iv) Experimental comparison and analysis This section introduces the specific experimental process and comparative analysis, and proposes improved methods.
  • (v) Conclusion This section summarizes the research content and experimental results, analyzes the advantages and disadvantages of the model, and proposes improvement methods.

Related studies

Faster rcnn algorithm for target detection based on candidate regions.

In Faster R-CNN, a candidate region detection box is generated by introducing Region Proposal Networks (RPN network 16 ), and Anchor Box is introduced to integrate feature extraction, candidate region recommendation, bounding box regression and classification into a network. And share the features extracted by the convolutional layer. The backbone network for Faster R-CNN is VGG16. The algorithm consists of two steps: first, the RPN network determines whether the candidate box is the target or not, and then the target type is determined by the multi-task loss objective function. The specific algorithm steps are as follows:

  • (i) The convolutional layer extracts feature maps from the input images for subsequent networks and RPN networks.
  • (ii) After the feature map is input into the RPN network, the candidate region is obtained, and the candidate box matrix and its score are output.
  • (iii) The feature map and candidate regions are pooled to output the proposal Feature Map through the Roi pooling layer, and then sent to the subsequent full-connection layer.
  • (iv) The full-connection layer conducts classification and border regression according to proposal Feature Map to get the position and score information of the final detection box.

Target detection SSD method based on regression

The SSD model takes VGG16 as the main network structure, and changes the last two full connection layers of VGG16 into the convolution layer, and adds four convolution layers to construct the SSD network structure. SSD uses regression mode to quickly detect the category and location of objects. Also, feature maps of different scales are extracted based on regions to detect target regions. A total of 6 feature maps were extracted from the SSD model for detection, which presented an inverted pyramid structure from large to small.

YOLOv3 algorithm for target detection based on regression

The YOLOv3 model is composed of two structures, one is the feature extraction layer (Darknet53) 11 and the other is the YOLO detection layer. Darknet53 network consists of convolutional layer and residual unit. The convolutional layers are made up of 1 × 1 and 3 × 3 convolutional kernels, using batch normalization and LeakvReLU activation functions at each convolutional layer. YOLOv3 generates the position of the bounding box and category information of the entire image through the neural network in one step. The feature map of a specific size is obtained through the feature extraction network, and the image is divided into S  ×  S networks. The grid is responsible for detecting the target and predicting N bounding boxes, including position information ( x , y , w , h ) and a confidence level. This format uses P r (Object)  ×  IOU to determine the accuracy information of the subject and the bounding box. When P r (Object) equals 1, it means there is an Object, and when P r (Object) is 0, it means there is no Object. IOU is the value of the union over the intersection ratio of the predicted border and the real border, and the maximum value of IOU can be used to predict the object category. If there are K classes, YOLOv3 will output S  ×  S  ×  (N  ×  (4  +  1  +  K)) . S  ×  S is the size of feature graph, N is the number of boundary boxes, K is the number of categories, 4 represents (x, y, w, h) , and 1 represents confidence.

Comparison of algorithms

The Faster R-CNN series use the pyramid model to solve the problem of R-CNN clipping scale changes, classify the region of interest, improve the speed of candidate frame collection, and have better detection effects for small objects, but the detection speed cannot reach The effect of real-time detection.

The YOLO series lose part of the accuracy, and the image is detected end-to-end, and the detection speed is faster than the two-stage Faster R-CNN. The mAP is greatly improved by introducing the Anchor box system of R-CNN. The YOLO series don’t perform regional sampling, so it has better performance on global information, but poor performance on small-scale information.

SSD is a model that balances the advantages and disadvantages of YOLO series algorithms and Faster R-CNN. The Anchor box size of SSD is calculated, which is more scientific than the fixed anchor box of Faster R-CNN. Faster R-CNN has higher accuracy mAP and lower missed detection rate recall, but because it is a two-stage algorithm, the detection speed is relatively slow. The YOLO series of algorithms are on the contrary, with fast detection speed, but relatively low accuracy and missed detection rate.

Materials and methods

This data is obtained by meter reading personnel from 5 water supply branches and subordinate offices of Jiaxing Water Supply and Drainage Co., Ltd., who take pictures of water meters in real scenes with mobile phone cameras within the specified scope. Some images of water meters are shown in Fig.  1 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig1_HTML.jpg

Part of water meter image display.

Preprocessing of water meter image data set

Build a black bounding box for target detection network recognition.

Due to the obvious features of the black bounding box, it is easy to identify. After comparative analysis of Faster R-CNN, SSD and YOLOv3, this paper selects the YOLOv3 target detection network with good recognition accuracy and speed to identify and cut the black bounding box, and obtains the black bounding box water meter image data set. The steps to build a YOLOv3 network are as follows.

First, Calculate the width and height of the mark. All the black bounding boxes are manually marked as the same class(this class is named screen) through the labelImg widget, generate xml files one by one, read out the coordinates in the xml file, calculate the width and height of the mark box, namely w and h , by calculating the values of xmax − xmin and ymax − ymin . The image labeling effect is shown in Fig.  2 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig2_HTML.jpg

Picture label effect drawing.

Second, Clustering algorithm is used to design the target detection box which conforms to the standard. Calculate all w and h of the annotation box and gather 9 center points to design 9 target detection boxes.

Nine target detection boxes are gathered by K-means algorithm. Build an array object with each group w and h. There are 3600 array objects in total, form a two-dimensional array, initialize 9 data points as the center of mass ( w 1 , h 1 ), ( w 2 , h 2 ), ( w 3 , h 3 ), …, ( w 9 , h 9 ), that is, nine classes. Calculate the distance from the center of mass for each array object in a two-dimensional array, such as (w a , w b ) . If (w a , w b ) is closer to ( w 1 , h 1 ), then ( w a , w b ) is divided into the class ( w 1 , h 1 ). After the first cycle, for each class, the average value of w and the average value of h are calculated to obtain (w 1 ′ , h 1 ′) as the new center of mass, and then the distance and new center of mass are recalculated until no new center of mass position is generated. The classification effect Fig.  3 is as follows.

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig3_HTML.jpg

K-means classification effect diagram.

Hierarchical clustering method was used to divide 9 target detection boxes. 3600 array objects equals 3600 clusters. The Euclidean distance between clusters is calculated to determine whether it is the same class. Define a distance threshold. If the distance between clusters is closer and does not exceed the threshold (the threshold is set as 130 here), the two clusters are classified into one cluster; if the threshold is exceeded, the two clusters are divided into two categories. The center of mass of the clusters is represented by the mean value of the pair-distance of their respective data points.

Part of the effect of hierarchical clustering is shown in Fig.  4 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig4_HTML.jpg

Partial renderings of hierarchical clustering.

The classification comparison between K-means and hierarchical clustering algorithm is shown in Table ​ Table1 1 .

Comparison of clustering algorithms.

It can be seen from the figure that, compared with the classes divided by hierarchical clustering, the categories divided by K-means are more obvious in width and height, and can better classify the target box of identifying large target, medium target and small target. Combined with the water meter image data set, K-means can be used for better classification. The effect of some image target boxes is shown in Fig.  5 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig5_HTML.jpg

Effect of water meter image target box.

Third, The training model of migration. In this experiment, model parameters pre-trained by COCO were selected for fine-tuning. The specific training steps are as follows:

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig6_HTML.jpg

Image of water meter with uniform size.

  • Select the pre-training model. In this experiment, model parameters pre-trained by COCO were selected for fine-tuning.
  • Process the data set and set the data set to VOC format.

Identifies part of the network parameters of the black bounding box.

  • Training and testing.

The data of the black bounding box is processed

When marking the image, considering that there are numbers in other areas of the dial, in order to further eliminate the interference of other numbers, the black edge above and below the number of the water meter is also put into the box when marking. The effect is shown in Fig.  7 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig7_HTML.jpg

Annotations of some water meter images.

Resize the image according to the network, such as 416 × 416, as shown in Fig.  8 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig8_HTML.jpg

Water meter image after resizing.

Split the training dataset and the test dataset

The initial water meter images in this paper are 4000 pieces, and the water meter images after the segmentation of the black rectangle are 4000 pieces in total. In this paper, the two data sets are randomly divided into 10 pieces, 9 pieces as training datasets and 1 piece as test data sets. Therefore, the two data sets respectively have 3600 pieces of training data sets and 400 pieces of test data sets.

Data enhancement of water meter image

Data enhancement is to expand more data by changing the picture data of the training and synchronously changing the position information of the label, but not changing the category of the label, so as to improve the quality of the picture. Meanwhile, this paper only expands the training set. In computer vision, many image transformation methods are used to expand data sets. In this paper, the following data expansion methods are used in the image preprocessing stage.

  • The original image was flipped left and right to expand the data set and increase the diversity of the data.
  • The original image is cropped randomly. Set the random function and the clipping threshold (for example, 0.5). If the value of the random function is less than the clipping threshold, it will be clipped randomly; otherwise, it will not be clipped randomly.
  • Translate the original image. The fruit images in the data set were randomly shifted horizontally within the range of [0, width × 0.1] or vertically within the range of [0, height × 0.1].

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig9_HTML.jpg

Water meter image after geometric transformation.

Construction and selection of reading recognition model

Deep learning model building environment.

Faster R-CNN uses the candidate boxes generated by RPN algorithm, and the candidate boxes are the same network as the CNN network for target detection, which reduces the number of candidate boxes to 300 and improves the quality of the selection boxes at the same time. To solve the problem of slow speed in Faster R-CNN, SSD adopts the idea of feature stratifying extraction, border regression and scoring simultaneously, and integrates the Anchors idea in Faster R-CNN, which is suitable for multi-scale target detection and faster at the same time. YOLOv3 is a target detection network with a very balanced speed and accuracy. Combined with this experimental environment, this paper uses Faster R-CNN in the two-stage target detection algorithm and SSD and YOLOv3 in the one-stage target detection algorithm to train the classification model of water meter graphics. The introduction of the experimental environment is shown in Table ​ Table3 3 .

Introduction to the experimental environment.

Selection of model plan

First, Faster R-CNN is constructed to recognize water meter numbers. The specific training steps are as follows:

  • Make the data set in VOC format. There are 14,400 trainval files (training set) and 400 test files (test set).
  • Debug the environment. The .pyx files of cython_bbox and bbox are compiled to generate .c files so that the files can be run on windows to generate bounding box.
  • Determine the pre-training model. Select the public VGG16 as the pre-training model and fine-tune its parameters.

Faster R-CNN partial parameters.

Second, construct SSD to identify water meter image. The specific training steps are as follows:

  • Preprocessing on the water meter image. Scale the size of the image to 300 × 300. Make VOC data sets and convert images and labels to TF Records format.
  • Determine the pre-training model and fine-tune it using the public VGG16 model parameters.

Partial experimental parameters of SSD.

Third, construction of YOLOv3 recognition water meter image. The specific training steps are as follows.

Nine Anchorbox were selected by clustering algorithm. By calculating w and h of each annotation box, an array object is constructed with each group of w and h . There are a total of 16,402 array objects. The K-means algorithm and hierarchical clustering algorithm described in the second step of “ Deep learning model building environment ” section are used respectively to gather 9 AnchorBox classes. The experimental results are shown in Table ​ Table6 6 .

Experimental results of K-means and hierarchical clustering.

It can be seen from the experimental results that the 9 AnchorBox classes gathered by the K-means clustering algorithm are more average compared with the hierarchical clustering algorithm, and can be used for multi-scale recognition with sizes ranging from [20, 23] to [114.03, 129.53], which is more in line with the design of YOLOv3. So select the 9 AnchorBox separated by K-means.

Use transfer learning. The specific training steps are as follows:

  • (i) Resize the image to 416 × 416.
  • (ii) Pre-training model selection. In this experiment, model parameters pre-trained by COCO were selected for fine-tuning.
  • (iii) Processing data sets. Put the data in VOC format and generate voc_train and voc_test texts.

Some parameters of YOLOv3.

  • (v) Training and testing.

Experimental comparison and analysis

Program design and improvement.

In this paper, there are two plans for the outline design of water meter digital recognition model.

Plan A: Overall picture recognition. Image preprocessing stage, the image processing into a uniform format size, and the use of transfer learning. In the training stage, the water meter pictures were input into the deep learning model to learn ten categories. Categorize each goal. According to the predicted result, sort by the position size of x. Finally output the number on the water meter. The main process is shown in Fig.  10 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig10_HTML.jpg

Flow chart of Plan A.

Although the Plan A can identify the number in one step, the target will detect other numbers on the dial due to the existence of some external factors such as illumination, dust, interferences and some digital interference of the dial itself. Therefore, Plan A is improved on this basis and Plan B is proposed, as shown in Fig.  11 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig11_HTML.jpg

Flow chart of Plan B.

Plan B: The image is recognized step by step. The first step of image preprocessing, adjust the picture size, and then carried out on the water meter image target detection for the first time, select YOLOv3 target detection depth learning network, and then will deal with good image input to the network, and learn a category, namely, with black rectangle category (screen), and used to predict the (x, y, w, h) to cutting of pictures to process the dataset further. The second step is to retrain the model and learn from 10 categories (0–9). The two-character criteria are used to determine the number based on the larger proportion of numbers in a box. According to the predicted results, the x position is sorted by the predicted size. Finally output the number on the water meter.

Comparison of model and plans results

mAP (mean average precision) is a commonly used evaluation index in multi-task target detection. Firstly, whether the prediction box or the prediction box is TP or FP is determined according to whether the IOU of the prediction box and the real box of each figure is greater than 0.5. Then, the prediction box is ranked from high to low according to the confidence of each prediction box, and the Precision and Recall under different confidence threshold values are obtained. PR curve is drawn and the area is obtained. AP is an indicator of the detection quality of a class, and mAP is an indicator of the detection quality of multiple classes, namely the average value of multiple categories of AP. Since the model needs to be used in the project, there are certain requirements for the accuracy. The higher the accuracy, the more efficient the user will be. In addition, for the prediction speed and model size of the model, the better the better on the basis of not affecting the accuracy requirements. To sum up, the evaluation indexes of the model are mAP, accuracy, recognition speed and model size.

First, Experimental results of identifying black bounding boxes are shown in Table ​ Table8 8 .

Experimental results of identifying black bounding boxes.

The bold values are meant to represent the best results obtained under the corresponding metric.

It can be concluded that YOLOv3 has a significant effect on the recognition of the black bounding box, can accurately identify the target area, and eliminate the interference of lighting, stains and black background. On this basis, this paper cuts the predicted target region and makes a data set. Some images are shown in Fig.  12 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig12_HTML.jpg

Display of detection images of some water meters with black bounding boxes.

The image is cut according to the predicted (x, y, w, h) , and the cut part of the image is shown in Fig.  13 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig13_HTML.jpg

Shows a picture with a black bounding box cut out.

At this point, this paper obtains a cut data set. According to the regulations of the company, this paper divides the numbers of water meters into ten categories. For single characters, each number represents a category; for double characters, the number with a large proportion represents the whole category of double characters.

Second, The result of identifying the water meter picture after cutting.

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig14_HTML.jpg

A partial rendering of the Faster RCNN test.

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig15_HTML.jpg

Partial renderings of SSD tests.

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig16_HTML.jpg

A partial rendering of the YOLOv3 test.

Third, Comparison of experimental results of the Plans. The experimental results of Plan A are shown in Table ​ Table9, 9 , and The experimental results of Plan B are shown in Table ​ Table10 10 .

Experimental results of Plan A.

Experimental results of Plan B.

AP values for individual characters in Plan B are compared as shown in Table ​ Table11 11 .

In combination with the results in the table it can be seen that for the water meter image data in the recognition, the best is YOLOv3 network, can accurately identify the water meter black bounding box in the digital images, and basic would not identify the black rectangle beyond the Numbers, if there is a character by two box predicted that if the two boxes of IOU value is greater than 0.8, By comparing the confidence, the greater one was selected as the predicted value, and the accuracy reached 90.61%. Compared with YOLOv3, the accuracy of SSD network is not very good at identifying the numbers in the black rectangle, and the proportion of SSD network identifying the numbers outside the black rectangle is higher than that of YOLOv3. The influence later is sorted according to the size of the predicted x. So it’s not as effective as YOLOv3. The accuracy of Faster R-CNN network is also not as high as that of Yolov3, and compared with YOLOv3, Faster R-CNN cannot effectively identify every data in the black bounding box. In addition, Faster R-CNN does not carry out good non-maximum suppression for the selection of candidate box, which leads to the recognition of multiple numbers into one number and the failure of candidate box to match the number region well, which does not meet the practical requirements.

Fourth, Testing. Deploy the model to the server, and through the simple test on the page, the water meter number can be output effectively, as shown in Fig.  17 .

An external file that holds a picture, illustration, etc.
Object name is 41598_2022_17255_Fig17_HTML.jpg

Test result diagram.

According to the actual demand of water meter reading recognition, this paper deeply studies and analyzes the existing deep learning model, and proposes two Plans. Plan B compared to Plan A, mAP of YOLOv3 improved by nearly 4 percentage points, and its accuracy rate increased by about 3 percentage points, reaching 90.61%. It can accurately identify the numbers in the black bounding box and output the sorted numbers, which can greatly improve labor efficiency and save labor costs.

In the following research work, we will learn and use the updated model to conduct research and experiments.

Acknowledgements

The authors are truly grateful to the people who helped with this research. This topic comes from the “Intelligent Meter Reading System Development” of Jiaxing Jiayuan Water Supply Branch; the National Natural Science Foundation of China’s “Research and Application of Unsupervised Multi-View Data Feature Selection” (Project No.: 62066027).

Author contributions

Y.L., S.L, Y.L. researched literature, developed the protocol, conceived the study, and wrote the first draf of the manuscript. Y.L., W.W. analyzed the data. T.Q. and W.Z. reviewed the manuscript. And all the participants completed the manuscript together.

Data availability

Competing interests.

The authors declare no competing interests.

Publisher's note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

These authors contributed equally: Yue Liang, Yiqi Liao, Shaobo Li, Wenjuan Wu, Taorong Qiu and Weiping Zhang.

Book cover

International Conference on Communication, Devices and Computing

ICCDC 2021: Proceedings of the 3rd International Conference on Communication, Devices and Computing pp 435–444 Cite as

A Survey on the Applications and Advancements in Smart Water Meter

  • Deb Sekhar Roy 40 ,
  • Debajyoti Sengupta 40 ,
  • Debraj Paul 40 ,
  • Aftab Khan 40 ,
  • Ankush Das 40 ,
  • Debjit Pal 40 &
  • Bidhan Malakar 40  
  • Conference paper
  • First Online: 18 February 2022

473 Accesses

Part of the book series: Lecture Notes in Electrical Engineering ((LNEE,volume 851))

This paper reviews on some of the recent methodologies of intelligent water metering system used in the smart water meter (SWM) to overcome the problem of water crises. The conservation of water is one of the vital problems in worldwide that needs proper attention. Due to the unpredictable rise in water consumption, the entire fresh water sources are diminishing day by day. At present, there is a gradual advancement in the technologies used for the purpose of monitoring of the proper utilization of water sources. This resulted into better functioning and solving various water loss issues in broad spectrum. The different frameworks available for SWM including the advanced communication protocols are also being discussed in this paper that could help for further advancement in the SWM.

This is a preview of subscription content, log in via an institution .

Buying options

  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
  • Available as EPUB and PDF
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
  • Durable hardcover edition

Tax calculation will be finalised at checkout

Purchases are for personal use only

Hossain, M.Z.: Water: the most precious resource of our life. Glob. J. Adv. Res. 2 (9), 1–11 (2015)

Google Scholar  

Mankar, G.U., Satpute, M.S.: Experimental investigation with software validation for exergy analysis of solar still by reticular porous media with glass cover of (IAO) coating–a review. 09 , 43–46 (2019)

Chakkaravarthy, D.N., Balakrishnan, T.: Water scarcity-challenging the future. Int. J. Agric., Environ. Biotechnol. 12 (3), 187–193 (2019)

Ghosh, P.: Water stress and water crisis in large cities of India. Sustain. Clim. Action Water Manage. 131 (2021)

Shah, S.H., Narain, V.: Re-framing India’s “water crisis”: an institutions and entitlements perspective. Geoforum 101 , 76–79 (2019)

Article   Google Scholar  

López, T.S., Ranasinghe, D.C., Harrison, M., McFarlane, D.: Adding sense to the internet of things. Pers. Ubiquit. Comput. 16 (3), 291–308 (2012)

Sliwa, J.: A generalized framework for multi-party data exchange for IoT systems. 30th International Conference on Advanced Information Networking and Applications Workshops (WAINA). IEEE, pp. 193–198 (2016)

Mankad, U., Arolkar, H.A.: Survey of IoT frameworks for smart water metering. Management 24 , 26 (2018)

Kandris, D., Nakas, C., Vomvas, D., Koulouras, G.: Applications of wireless sensor networks: an up-to-date survey. Appl. Syst. Innov. 3 (1), 14 (2020)

Dlodlo, N., Foko, T.E., Mvelase, P., Mathaba, S.: The state of affairs in internet of things research. Academic Conferences International Ltd, pp. 224–258. (2012)

Agrawal, S., Vieira, D.: A survey on internet of things. Abakós 1 (2), 78–95 (2013)

Zanella, A., Bui, N., Castellani, A., Vangelista, L., Zorzi, M.: Internet of things for smart cities. IEEE Internet Things J. 1 (1), 22–32 (2014)

Perwej, Y., Haq, K., Parwej, F., Mumdouh, M., Hassan, M.: The internet of things (IoT) and its application domains. Int. J. Comput. Appl. 975 (8887), 182 (2019)

Dogo, E.M., Salami, A.F., Nwulu, N.I., Aigbavboa, C.O.: Blockchain and internet of things-based technologies for intelligent water management system. In Artificial Intelligence in IoT, pp. 129–150. Springer, Cham (2019)

Sithole, B., Rimer, S., Ouahada, K., Mikeka, C., Pinifolo, J.: Smart water leakage detection and metering device. IST-Africa Week Conference, pp. 1–9. IEEE, (2016)

Rao, N., Waghmode, R., Gaikwad, D., Tupe, A.: Automatic water distribution and leakage detection using PLC and SCADA. Technology 2.1 (2014)

Daadoo, M., Daraghmi, Y.A.: Smart Water Leakage Detect. Using Wirel. Sens. Netw. (SWLD) 7 (1), 1–16 (2017)

Fikejz, J., Roleček, J.: Proposal of a smart water meter for detecting sudden water leakage, pp. 1–4. ELEKTRO. IEEE (2018)

Zhang, B., Liu, J.: A kind of design schema of wireless smart water meter reading system based on ZigBee technology. International Conference on E-Product E-Service and E-Entertainment, pp. 1–4. IEEE, (2010)

Zabasta, A., Kunicina, N., Chaiko, Y., Ribickis, L.: Automatic wireless meters reading for water distribution network in Talsi city. EUROCON-International Conference on Computer as a Tool, pp. 1–4. IEEE, (2011)

Di Zenobio, D., Steenhaut, K., Celidonio, M., Sergio, E., Verbelen, Y.: A self-powered wireless sensor for water/gas metering systems. International Conference on Communications (ICC), pp. 5772–5776. IEEE, (2012)

Boyle, T., Giurco, D., Mukheibir, P., Liu, A., Moy, C., White, S., Stewart, R.: Intelligent metering for urban water: a review. Water 5 (3), 1052–1081 (2013)

Robles, T., Alcarria, R., Martín, D., Morales, A., Navarro, M., Calero, R., López, M.: An internet of things-based model for smart water management. 28th International Conference on Advanced Information Networking and Applications Workshops, pp. 821–826. IEEE, (2014)

Mudumbe, M.J., Abu-Mahfouz, A.M.: Smart water meter system for user-centric consumption measurement.13th International Conference on Industrial Informatics (INDIN), pp. 993–998. IEEE, (2015)

Marais, J., Malekian, R., Ye, N., Wang, R.: A review of the topologies used in smart water meter networks: a wireless sensor network application. J. Sens. 2016 , 12 (2016)

Suresh, M., Muthukumar, U., Chandapillai, J.: A novel smart water-meter based on IoT and smartphone app for city distribution management. 2017 IEEE Region 10 Symposium (TENSYMP), pp. 1–5. IEEE, (2017)

Tamilselvan, G.M., Ashishkumar, V., Prasath, S.J., Yusuff, S.M.: IOT based automated water distribution system with water theft control and water purchasing system. Int. J. Recent Technol. Eng. (IJRTE) 7 (4S) (2018)

Li, X.J., Chong, P.H.J.: Design and Implementation of a self-powered smart water meter. Sensors 19 (19), 4177 (2019)

Ray, A., Goswami, S.: IoT and cloud computing based smart water metering system. In 2020 International Conference on Power Electronics & IoT Applications in Renewable Energy and its Control (PARC), pp. 308–313. IEEE, (2020)

Alvisi, S., Luciani, C., Franchini, M.: Using water consumption smart metering for water loss assessment in a DMA: a case study. Urban Water J. 16 (1), 77–83 (2019)

Download references

Author information

Authors and affiliations.

Department of Electrical Engineering, JIS College of Engineering, Kalyani, West Bengal, India

Deb Sekhar Roy, Debajyoti Sengupta, Debraj Paul, Aftab Khan, Ankush Das, Debjit Pal & Bidhan Malakar

You can also search for this author in PubMed   Google Scholar

Editor information

Editors and affiliations.

Department of Communications and Networks, National University of Singapore, Singapore, Singapore

Biplab Sikdar

Department of Information Technology, Indian Institute of Engineering Science and Technology, Howrah, India

Santi Prasad Maity

Department of Electronics and Communication Engineering, Haldia Institute of Technology, Haldia, West Bengal, India

Jagannath Samanta

Avisankar Roy

Rights and permissions

Reprints and permissions

Copyright information

© 2022 The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd.

About this paper

Cite this paper.

Roy, D.S. et al. (2022). A Survey on the Applications and Advancements in Smart Water Meter. In: Sikdar, B., Prasad Maity, S., Samanta, J., Roy, A. (eds) Proceedings of the 3rd International Conference on Communication, Devices and Computing. ICCDC 2021. Lecture Notes in Electrical Engineering, vol 851. Springer, Singapore. https://doi.org/10.1007/978-981-16-9154-6_41

Download citation

DOI : https://doi.org/10.1007/978-981-16-9154-6_41

Published : 18 February 2022

Publisher Name : Springer, Singapore

Print ISBN : 978-981-16-9153-9

Online ISBN : 978-981-16-9154-6

eBook Packages : Engineering Engineering (R0)

Share this paper

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Publish with us

Policies and ethics

  • Find a journal
  • Track your research

A Unified Metering System Deployed for Water and Energy Monitoring in Smart City

Ieee account.

  • Change Username/Password
  • Update Address

Purchase Details

  • Payment Options
  • Order History
  • View Purchased Documents

Profile Information

  • Communications Preferences
  • Profession and Education
  • Technical Interests
  • US & Canada: +1 800 678 4333
  • Worldwide: +1 732 981 0060
  • Contact & Support
  • About IEEE Xplore
  • Accessibility
  • Terms of Use
  • Nondiscrimination Policy
  • Privacy & Opting Out of Cookies

A not-for-profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity. © Copyright 2024 IEEE - All rights reserved. Use of this web site signifies your agreement to the terms and conditions.

Accessibility Links

  • Skip to content
  • Skip to search IOPscience
  • Skip to Journals list
  • Accessibility help
  • Accessibility Help

Click here to close this panel.

Purpose-led Publishing is a coalition of three not-for-profit publishers in the field of physical sciences: AIP Publishing, the American Physical Society and IOP Publishing.

Together, as publishers that will always put purpose above profit, we have defined a set of industry standards that underpin high-quality, ethical scholarly communications.

We are proudly declaring that science is our only shareholder.

The Case Study of Water Flow Measurement Comparison in the Range of 12-120 L/min

P Wongthep 1 , K Leetang 1 and T Chinarak 1

Published under licence by IOP Publishing Ltd Journal of Physics: Conference Series , Volume 1144 , Siam Physics Congress 2018 (SPC2018) A Creative Path to Sustainable Innovation21–23 May 2018, Pitsanulok, Thailand Citation P Wongthep et al 2018 J. Phys.: Conf. Ser. 1144 012077 DOI 10.1088/1742-6596/1144/1/012077

Article metrics

1086 Total downloads

Share this article

Author e-mails.

[email protected]

Author affiliations

1 Flow Laboratory, Mechanical Department, National Institute of Metrology (Thailand), Pathumthani, 12120 Thailand

Buy this article in print

Nowadays, the water flow measurement involves in our daily life such as water meters for tap water, hydrocarbon flow meters at petrol stations, etc. Those flow meters have to be calibrated by higher accuracy equipments with the accredited calibration laboratory. Therefore the accreditation laboratory has to complete the measurement comparison with reliable laboratory or the National Institute of Metrology (Thailand), NIMT which confirms the traceability chain and the measurement capability. However, the liquid primary standard at NIMT applies volumetric principle to measure flow rate which differs from other laboratories using gravimetric method. Thus, the case study of water flow measurement comparison has been done to verify the possibility of compatibility of those two methods. With high accuracy and good repeatability, the Coriolis mass flow meter was used as the transfer standard in the range of 12 – 120 litre per minute and 12 – 120 kilogram per minute. The comparison result of both measurement principles are considered by using the degree of equivalence, E n ratio. The result shows that E n ratio is less than 1 which means that both principles are agreed.

Export citation and abstract BibTeX RIS

Content from this work may be used under the terms of the Creative Commons Attribution 3.0 licence . Any further distribution of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.

IMAGES

  1. (PDF) A novel smart water-meter based on IoT and smartphone app for

    research paper on water meter

  2. Water Conservation Essay Example

    research paper on water meter

  3. Evaluation and and comparison of of water qualityparameters from fro…

    research paper on water meter

  4. (PDF) Smart water meter system for user-centric consumption measurement

    research paper on water meter

  5. (PDF) Effluents and Waste Water Treatment by Physical, Chemical and

    research paper on water meter

  6. (PDF) Assessment of drinking water quality

    research paper on water meter

VIDEO

  1. An AMI Water Meter Solution that Paid for itself

  2. How a water meter works

  3. All about water meters

  4. China Water Meters Manufacturer with 26 Years';Water Meters' Testing on Automatic Testing Bench;

  5. Drain Water flow meter 🌊. #electronic #engineering #circuit #diy #sensor #meter #tally #rpm

  6. How to Read Water Meter, Urdu

COMMENTS

  1. Research on water meter reading recognition based on deep learning

    The specific training steps are as follows: Preprocess the water meter image, unify the image size, for example: 416 × 416, shrink the long side to 416, shrink the short side and fill it with ...

  2. Research on water meter reading recognition based on deep learning

    The initial water meter images in this paper are 4000 pieces, and the water meter images after the segmentation of the black rectangle are 4000 pieces in total. In this paper, the two data sets are randomly divided into 10 pieces, 9 pieces as training datasets and 1 piece as test data sets.

  3. (PDF) The Scientific Landscape of Smart Water Meters: A ...

    This review underscores the escalating global research trend in this field since 2000. The primary scientific disciplines contributing to extensive research on smart water meters are engineering ...

  4. (PDF) Smart Water Metering Technology for Water ...

    Most of the regions in the country don't have water meters deployed, they mostly run on rationing system, which allows people with resource to hoard and use water carelessly, with the ...

  5. PDF Research on water meter reading recognition based on deep learning

    In response to these problems, this paper studies a deep learning method for automatic detection and recognition of water meter readings. This paper first introduces the existing in-depth learning ...

  6. Study and design of a retrofitted smart water meter solution with

    The reduction of water resources due to climate change and the increasing demand associated with population growth is a renewed concern. Water distribution monitoring and smart metering are essential tools to improve distribution efficiency. This paper reports on the study, design, and implementation of a smart water meter (SWM) prototype, designed for mechanical water meters that need to ...

  7. The Scientific Landscape of Smart Water Meters: A Comprehensive ...

    This review underscores the escalating global research trend in this field since 2000. The primary scientific disciplines contributing to extensive research on smart water meters are engineering, computer science, and energy. In terms of countries, the analysis reveals that the United States, India, and China exhibit the highest scientific production.

  8. PDF Digital Water Metering: A Review

    water Review Machine Learning and Data Analytic Techniques in Digital Water Metering: A Review Md Shamsur Rahim 1,*, Khoi Anh Nguyen 2, Rodney Anthony Stewart 2, Damien Giurco 3 and Michael Blumenstein 1 1 Centre for Artificial Intelligence, School of Computer Science, University of Technology Sydney, Sydney 2007, NSW, Australia; [email protected]

  9. Hedging for Privacy in Smart Water Meters

    Water Resources Research is an AGU hydrology journal publishing original research articles and commentaries on hydrology, water resources, and the social sciences of water. Abstract Smart water meters at household connections are being installed in large numbers throughout the world due to the benefits they are expected to bring to the water ...

  10. The impact of smart meters on residential water consumption: Evidence

    In a later, second step, the company introduced a staggered roll-out of antennas (i.e., "smart metering") on the digital water meters installed during the first phase of the programme. 4 These antennas allow for almost real-time feedback information on household water consumption through an online portal. Further, they allow to set alarms indicating if the water consumption reaches a pre ...

  11. A Survey on the Applications and Advancements in Smart Water Meter

    In 2013, a research paper was published that discussed about an intelligent metering system for the urban water distribution. This paper reviews about the current development of water meters and its process networks to enhance the sustainability of future urban water supply management . In 2014, researchers from Spain proposed smart water ...

  12. Smart water meter system for user-centric consumption measurement

    The smart water meter is connected to a remote device via WiFi for remote control (Hsia, Wang, Hsu, 2021). The main aim of smart water meters is to provide information to the consumer about her ...

  13. An investigation of smart water meter adoption factors at universities

    The study investigates the factors affecting the adoption of smart water meters in universities. The study used a systematic literature review to explore factors affecting the adoption of smart water meters using secondary data. The Technology, Organisation, Environment (TOE) Framework was used as a theoretical lens to identify themes that ...

  14. PDF The Scientific Landscape of Smart Water Meters: A Comprehensive Review

    Additionally, this study will focus on dissecting the key words employed in the articles, aiming to discern the scientific communities within which these works can be categorized. The overarching aim is to provide a comprehensive and insightful overview of the landscape of smart water meter research. 3. Results.

  15. IoT and Cloud Computing based Smart Water Metering System

    This paper focuses on the developmental and implementation methodology of smart water meter based on Internet of Things (IoT) and Cloud computing equipped with machine learning algorithms, to differentiate between normal and excessive water usage at industrial, domestic and all other sectors having an abundance of water usage, both for Indian and worldwide context. Recognizing that intelligent ...

  16. Research and Application of Smart Water Meter Monitoring System Based

    Abstract: With the increasing shortage of water resources and the improvement of environmental awareness, intelligent water meter monitoring systems have become a hot research topic in the field of water conservation. This paper studies and designs a smart water meter system based on NB-IoT, and discusses its effect in practical applications. This smart water meter monitoring system adopts ...

  17. PDF Water Meters for Measuring Residential Water Consumption

    water Article Performance Analysis of Ageing Single-Jet Water Meters for Measuring Residential Water Consumption Francisco J. Arregui 1,* ID, Francesc J. Gavara 2, Javier Soriano 1 and Laura Pastor-Jabaloyes 1 ID 1 ITA—Grupo de Ingeniería y Tecnología del Agua, Dpto. de Ingeniería del Agua y Medio Ambiente, Universitat Politecnica Valencia, Camino de Vera s/n, 46022 Valencia, Spain ...

  18. Water

    The paper aims to present current research on the design of smart water applications for water management, as well as cover publication statistics on research in this area. The study will henceforth use "smart water meter" as the keyword unless otherwise stated.

  19. A Unified Metering System Deployed for Water and Energy Monitoring in

    In the context of smart cities in India, accurate meter readings are crucial for managing household water and energy systems efficiently. However, traditional meter reading methods are costly and time-consuming due to the large number of users and the lack of daily usage analysis leading to customer dissatisfaction. The proposed solution to tackle this matter involves implementing an ...

  20. An Efficient IoT-based Smart Water Meter System of Smart ...

    The system items used are Arduino Uno, Wi-Fi-ESP8266, and water flow sensors. The applied algorithm is an efficient data collection algorithm for water meter (EDCDWM) to reduce the number of ...

  21. The Case Study of Water Flow Measurement Comparison in the ...

    With high accuracy and good repeatability, the Coriolis mass flow meter was used as the transfer standard in the range of 12 - 120 litre per minute and 12 - 120 kilogram per minute. The comparison result of both measurement principles are considered by using the degree of equivalence, En ratio. The result shows that En ratio is less than 1 ...

  22. Water

    Coal mine pre-grouting is an important means to reduce the risk of coal seam floor water inrush, and the scientific evaluation of its effects is an important basis for the formulation of water control countermeasures and the realization of safe mining. This paper takes the Guhanshan Mine 15,051 working face grouting project as the research object and selects the grouting volume, the length of ...

  23. (PDF) A novel smart water-meter based on IoT and ...

    Abstract. A novel approach to performing automated water-meter reading for update of consumption information from field to the Utility office is described in this paper. The smart metering ...

  24. A Water Flow Meter for Smart Metering Applications

    In this paper, a novel low-cost water flow meter is developed for use in household smart metering solutions. The design is based on an orifice plate, to leverage the Venturi effect, which causes a ...