English

It's About Time: Analog Clock Reading in the Wild

Computer Vision and Pattern Recognition 2022-04-07 v4 Machine Learning

Abstract

In this paper, we present a framework for reading analog clocks in natural images or videos. Specifically, we make the following contributions: First, we create a scalable pipeline for generating synthetic clocks, significantly reducing the requirements for the labour-intensive annotations; Second, we introduce a clock recognition architecture based on spatial transformer networks (STN), which is trained end-to-end for clock alignment and recognition. We show that the model trained on the proposed synthetic dataset generalises towards real clocks with good accuracy, advocating a Sim2Real training regime; Third, to further reduce the gap between simulation and real data, we leverage the special property of "time", i.e.uniformity, to generate reliable pseudo-labels on real unlabelled clock videos, and show that training on these videos offers further improvements while still requiring zero manual annotations. Lastly, we introduce three benchmark datasets based on COCO, Open Images, and The Clock movie, with full annotations for time, accurate to the minute.

Cite

@article{arxiv.2111.09162,
  title  = {It's About Time: Analog Clock Reading in the Wild},
  author = {Charig Yang and Weidi Xie and Andrew Zisserman},
  journal= {arXiv preprint arXiv:2111.09162},
  year   = {2022}
}

Comments

CVPR 2022. Project page: https://www.robots.ox.ac.uk/~vgg/research/time

R2 v1 2026-06-24T07:42:14.241Z