paper-with-me

Papers

Read Pointer Meters in complex environments based on a Human-like Alignment and Recognition Algorithm

2023-02-28 · Yan Shu, Shaohui Liu, Honglei Xu, Feng Jiang

Recently, developing an automatic reading system for analog measuring instruments has gained increased attention, as it enables the collection of numerous state of equipment. Nonetheless, two major obstacles still obstruct its deployment to real-world applications. The first issue is that they rarely take the entire pipeline's speed into account. The second is that they are incapable of dealing with some low-quality images (i.e., meter breakage, blur, and uneven scale). In this paper, we propose a human-like alignment and recognition algorithm to overcome these problems. More specifically, a Spatial Transformed Module(STM) is proposed to obtain the front view of images in a self-autonomous way based on an improved Spatial Transformer Networks(STN). Meanwhile, a Value Acquisition Module(VAM) is proposed to infer accurate meter values by an end-to-end trained framework. In contrast to previous research, our model aligns and recognizes meters totally implemented by learnable processing, which mimics human's behaviours and thus achieves higher performances. Extensive results verify the good robustness of the proposed model in terms of the accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2302.14323

Code (2)

shuyansy/a-detection-and-recognition-pipeline-of-complex-meters-in-wild 공식 구현 pytorch
shuyansy/detect-and-read-meters 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Intelligent reading recognition method of a pointer meter based on deep learning in a real environment

2022-09-18 · Measurement Science and Technology 2022 9 · Dengke Zhou, Ying Yang, Jie Zhu and Ku Wang

Accurate reading of a pointer meter is a crucial task in complex environments, such as substations, the military and aerospace. Current recognition algorithms are mainly used to identify the same type and a non-tilt mete…

MappedTrace: Tracing Pointer Remotely with Compiler-generated Maps

2025-01-18 · Zhiyao Ma, Caihua Li, Lin Zhong

Existing precise pointer tracing methods introduce substantial runtime overhead to the program being traced and are applicable only at specific program execution points. We propose MappedTrace that leverages compiler-gen…

Management

DialBench: Towards Accurate Reading Recognition of Pointer Meter using Large Foundation Models

2025-11-26 · Futian Wang, Chaoliu Weng, Xiao Wang, Zhen Chen 외 arxiv

The precise reading recognition of pointer meters plays a key role in smart power systems, but existing approaches remain fragile due to challenges like reflections, occlusions, dynamic viewing angles, and overly between…

Meter Reading

Stack-Pointer Networks for Dependency Parsing

2018-05-03 · ACL 2018 7 · Xuezhe Ma, Zecong Hu, Jingzhou Liu, Nanyun Peng 외

We introduce a novel architecture for dependency parsing: \emph{stack-pointer networks} (\textbf{\textsc{StackPtr}}). Combining pointer networks~\citep{vinyals2015pointer} with an internal stack, the proposed model first…

Dependency ParsingSentence

End-to-End real time tracking of children's reading with pointer network

2023-10-17 · Vishal Sunder, Beulah Karrolla, Eric Fosler-Lussier

In this work, we explore how a real time reading tracker can be built efficiently for children's voices. While previously proposed reading trackers focused on ASR-based cascaded approaches, we propose a fully end-to-end …