Table of Contents
Fetching ...

Guess the Age of Photos: An Interactive Web Platform for Historical Image Age Estimation

Hasan Yucedag, Adam Jatowt

TL;DR

The paper presents Guess the Age of Photos, a gamified web platform that invites users to estimate the dates of historical photographs in two modes: Guess the Year and Timeline Challenge. Built with Python, Flask, Bootstrap, and PostgreSQL, it leverages a 10,150-image DEW subset spanning 1930–1999 to study human temporal perception and to generate annotated data for computer vision. Results show that relative judgments in Timeline Challenge yield substantially higher accuracy than absolute year guesses, highlighting distinct patterns in how people perceive temporal cues across decades. Beyond entertainment, the platform serves educational purposes and provides a data source for CV research, with potential for dataset expansion and educational partnerships.

Abstract

This paper introduces Guess the Age of Photos, a web platform engaging users in estimating the years of historical photographs through two gamified modes: Guess the Year (predicting a single image's year) and Timeline Challenge (comparing two images to identify the older). Built with Python, Flask, Bootstrap, and PostgreSQL, it uses a 10,150-image subset of the Date Estimation in the Wild dataset (1930-1999). Features like dynamic scoring and leaderboards boost engagement. Evaluated with 113 users and 15,473 gameplays, the platform earned a 4.25/5 satisfaction rating. Users excelled in relative comparisons (65.9% accuracy) over absolute year guesses (25.6% accuracy), with older decades easier to identify. The platform serves as an educational tool, fostering historical awareness and analytical skills via interactive exploration of visual heritage. Furthermore, the platform provides a valuable resource for studying human perception of temporal cues in images and could be used to generate annotated data for training and evaluating computer vision models.

Guess the Age of Photos: An Interactive Web Platform for Historical Image Age Estimation

TL;DR

The paper presents Guess the Age of Photos, a gamified web platform that invites users to estimate the dates of historical photographs in two modes: Guess the Year and Timeline Challenge. Built with Python, Flask, Bootstrap, and PostgreSQL, it leverages a 10,150-image DEW subset spanning 1930–1999 to study human temporal perception and to generate annotated data for computer vision. Results show that relative judgments in Timeline Challenge yield substantially higher accuracy than absolute year guesses, highlighting distinct patterns in how people perceive temporal cues across decades. Beyond entertainment, the platform serves educational purposes and provides a data source for CV research, with potential for dataset expansion and educational partnerships.

Abstract

This paper introduces Guess the Age of Photos, a web platform engaging users in estimating the years of historical photographs through two gamified modes: Guess the Year (predicting a single image's year) and Timeline Challenge (comparing two images to identify the older). Built with Python, Flask, Bootstrap, and PostgreSQL, it uses a 10,150-image subset of the Date Estimation in the Wild dataset (1930-1999). Features like dynamic scoring and leaderboards boost engagement. Evaluated with 113 users and 15,473 gameplays, the platform earned a 4.25/5 satisfaction rating. Users excelled in relative comparisons (65.9% accuracy) over absolute year guesses (25.6% accuracy), with older decades easier to identify. The platform serves as an educational tool, fostering historical awareness and analytical skills via interactive exploration of visual heritage. Furthermore, the platform provides a valuable resource for studying human perception of temporal cues in images and could be used to generate annotated data for training and evaluating computer vision models.

Paper Structure

This paper contains 10 sections, 4 figures.

Figures (4)

  • Figure 1: System architecture of Guess the Age of Photos, showing request and response flow.
  • Figure 2: Interfaces of the two game modes in Guess the Age of Photos.
  • Figure 3: Leaderboard interface displaying user rankings.
  • Figure 4: Performance analysis across decades for both game modes combined.