---
title: Localization Capture Time in Theory & Applications
url: https://www.emergentmind.com/topics/localization-capture-time
type: topic
---

# Localization Capture Time in Theory & Applications

Localization capture time is an overloaded technical notion whose meaning depends on disciplinary context. In graph theory, it denotes the round complexity of the localization game, where an invisible robber is identified through distance probes rather than by co-occupation of a vertex. In geotemporal computer vision, it denotes estimation or verification of an image’s time of capture jointly with geographic localization. Related formulations also appear in temporal action localization, relativistic particle detection, and nonequilibrium biophysical transport, where localization is expressed through the timing of a detection or capture event rather than through a purely spatial observable.

## 1. Graph-theoretic localization capture time

In the localization game on a connected graph \(G\), the robber is invisible, chooses an initial vertex first, and in each round the cops choose \(k\) vertices to probe, receive the distance vector
\[
(d(c_1,r),\ldots,d(c_k,r)),
\]
and then the robber moves to a neighbor or stays put. The cops win when the distance information determines the robber’s exact position after finitely many rounds. The minimum number of cops that guarantees eventual localization is the localization number \(\zeta(G)\). For \(k\ge \zeta(G)\), the \(k\)-localization capture time \(\lcapt_k(G)\) is the minimum number of rounds needed for \(k\) cops to win under optimal play; when \(k=\zeta(G)\), this is written \(\lcapt(G)\). The number of rounds is explicitly the number of probes [2105.09806] [2508.10443].

A central conjecture is the Localization Capture Time Conjecture, which asks whether all connected graphs are well-localizable, meaning that there exists a constant \(D\) such that every graph \(G\) in the family satisfies
\[
\lcapt(G)\le D|V(G)|.
\]
A stronger form asks whether every connected graph on \(n\) vertices satisfies \(\lcapt(G)\le n\). The 2021 formulation introduced localization capture time as a new graph parameter and proved linear bounds for trees, interval graphs, complete multipartite graphs, and incidence graphs of projective planes, while also developing bounds via pathwidth and treewidth [2105.09806].

The same line of work distinguishes resource complexity from round complexity. Increasing the number of cops beyond \(\zeta(G)\) yields temporal speed-up: \(\lcapt_k(G)\) decreases with \(k\), and if \(k\) equals the metric dimension then \(\lcapt_k(G)=1\). This makes localization capture time a minimax timing parameter rather than merely a variant of metric dimension [2105.09806].

## 2. Exact bounds, extremal cases, and structural methods

Subsequent work sharpened the tree case substantially. If \(T\) is a tree that does not contain a copy of \(T_{3,3}\), then
\[
\lcapt(T)\le \ell(T),
\]
where \(\ell(T)\) is the number of leaves. If \(T\) contains a copy of \(T_{3,3}\), then
\[
\lcapt(T)\le \left\lfloor\frac{\ell(T)}{2}\right\rfloor - 1.
\]
For a tree on \(n\) vertices, this yields
\[
\lcapt(T) \leq
\begin{cases}
n-1, & \text{if } \zeta(T)=1,\\[4pt]
\left\lfloor \dfrac{n}{2}\right\rfloor -3, & \text{if } \zeta(T)=2.
\end{cases}
\]
The bounds are tight: for the star \(K_{1,n}\), \(\zeta(K_{1,n})=1\) and \(\lcapt(K_{1,n})=n=\ell(K_{1,n})\), while a family \(G_m\) obtained from \(T_{3,3}\) attains the two-cop bound [2508.10443].

For outerplanar graphs with localization number \(2\), two-cop capture time is also linear. If \(G\) is an outerplanar graph that is an edge-disjoint union of blocks \(B_1,\ldots,B_m\), then
\[
\lcapt_2(G)\le \sum_{i=1}^m (|B_i|-1).
\]
If \(G\) is 2-connected outerplanar with \(c\) chords, then
\[
\lcapt_2(G)\le c+1\le n-2.
\]
These results establish that outerplanar graphs with \(\zeta(G)=2\) are well-localizable and satisfy the stronger \(n\)-vertex bound [2508.10443].

Earlier results remain important for broader graph classes. Trees are well-localizable; graphs with \(\mathrm{pw}(G)=\zeta(G)\), including interval graphs, satisfy \(\mathrm{capt}_{\zeta}(G)\le n\); and for the incidence graph of a projective plane of order \(q\),
\[
\mathrm{capt}_{\zeta}(G)\le q-1+\left\lceil \frac q2\right\rceil.
\]
The Heawood graph has exact localization capture time \(2\) [2105.09806].

| Graph class | Capture-time statement | Source |
|---|---|---|
| Trees without \(T_{3,3}\) | \(\lcapt(T)\le \ell(T)\) | [2508.10443] |
| Trees with \(T_{3,3}\) | \(\lcapt(T)\le \lfloor \ell(T)/2\rfloor-1\) | [2508.10443] |
| Outerplanar, \(\zeta=2\) | \(\lcapt_2(G)\le \sum_i (|B_i|-1)\) | [2508.10443] |
| 2-connected outerplanar | \(\lcapt_2(G)\le c+1\) | [2508.10443] |
| Interval graphs | \(\mathrm{capt}_{\zeta}(G)\le n\) | [2105.09806] |
| Projective-plane incidence graphs | \(\mathrm{capt}_{\zeta}(G)\le q-1+\lceil q/2\rceil\) | [2105.09806] |

A further structural development is a coloring-based game structure. For distance colorings, the number of rows in this structure equals \(\lcapt_k(G)\), reframing localization capture time as the height of a layered combinatorial object rather than only as a game-theoretic runtime [2508.10443].

## 3. Distinction from ordinary capture time in visible pursuit

Localization capture time should be distinguished from the ordinary capture time of the standard visible Cops and Robber game. In that game, the cops and robber occupy vertices of a finite, simple, connected, undirected graph; the cops choose starting vertices first, the robber chooses her start, and thereafter each player may stay put or move to an adjacent vertex. Capture occurs when a cop occupies the robber’s vertex after a cop move. If \(G\) is \(k\)-cop-win, the \(k\)-capture time \(\operatorname{capt}_k(G)\) is the minimum number of rounds needed for \(k\) cops to force capture against an evasive robber [1008.4424].

For Cartesian products of two trees \(T_1\square T_2\), the exact visible-game result is
\[
\operatorname{capt}_2(T_1\square T_2)=\left\lfloor \frac{\operatorname{diam}(T_1\square T_2)}{2}\right\rfloor,
\]
and for the \(m\times n\) grid,
\[
\operatorname{capt}_2(P_m\square P_n)=\left\lfloor \frac{m+n-2}{2}\right\rfloor.
\]
The paper establishing these formulas is explicit that it is not about localization games, localization number, metric dimension, or locating an invisible robber through probes. Its subject is the standard visible pursuit game, not localization capture time in the graph-theoretic sense [1008.4424].

This distinction matters because the two notions use different observables. Ordinary capture time measures how long visible pursuit takes under edge-constrained motion. Localization capture time measures how long it takes to infer the position of an invisible robber from distance vectors, with the cops free to jump between probe vertices each round. The shared phrase “capture time” therefore conceals a substantial change in game model.

## 4. Geotemporal image inference: predicting when and where an image was captured

In computer vision, localization capture time refers to inference of an image’s time of capture jointly with geographic location. An early metadata-supervised approach learned “geo-temporal image features” by optimizing four tasks:
\[
P(l|C_I(I)),\quad P(t|C_I(I)),\quad P(l|(C_I(I),C_T(t))),\quad P(t|C_I(I),C_L(l))).
\]
Time was parameterized as one-hot month and one-hot hour of day, for a total of \(12\times 24\) dimensions, with all timestamps in Greenwich Mean Time; location was encoded as normalized 3D ECEF coordinates; location prediction used \(37\times 72\) equal-angle latitude-by-longitude bins, and time prediction used \(12\times 24\) month-by-hour bins. The resulting representation correlated more strongly with transient outdoor attributes than ImageNet-pretrained features, with average maximum absolute correlation \(\bar{\rho}=0.414\) versus \(0.281\) for ImageNet features and \(0.038\) for random features [1909.07499].

A more recent formulation, GT-Loc, makes the coupling between location and capture time explicit. From a single outdoor image, it predicts GPS coordinates together with time-of-day and time-of-year, but not the absolute year, which is explicitly discarded. GT-Loc is retrieval-based rather than a direct timestamp regressor or a coarse classifier: an image embedding is matched against galleries of time embeddings and location embeddings in a shared 512-D space using cosine similarity. The model uses a frozen CLIP ViT-L/14 image backbone with a trainable MLP projection, a GeoCLIP-style location encoder based on Equal Earth Projection and multi-scale Random Fourier Features with \(\sigma_i\in\{2^0,2^4,2^8\}\), and a parallel time encoder that maps Unix timestamps to normalized cyclic coordinates \((\theta,\phi)\), where \(\theta\) traces the year cyclically and \(\phi\) traces the day cyclically [2507.10473].

The key temporal modeling choice is toroidal cyclic time. GT-Loc argues that standard hard contrastive learning is structurally inappropriate for time because adjacent hours and neighboring months often look extremely similar in outdoor imagery, while time is periodic. Its Temporal Metric Learning therefore replaces one-hot positives and negatives with soft targets inversely proportional to temporal difference on a toroidal manifold. On zero-shot SkyFinder time prediction, the time-only variant TimeLoc obtained month error \(1.52\), hour error \(2.84\), and TPS \(75.49\), whereas joint GT-Loc obtained month error \(1.40\), hour error \(2.72\), and TPS \(77.00\). The time-loss ablation further showed CLIP loss at \(1.71/3.51/71.12\), TML with Euclidean \(\ell_2\) at \(1.53/2.74/75.88\), and TML with cyclic/toroidal distance at \(1.40/2.72/77.00\). Geo-localization remained competitive, with 1 km recall \(14.41\) on Im2GPS3k and \(0.88\) on GWS15k [2507.10473].

Taken together, these results establish a concrete technical meaning of localization capture time in outdoor vision: the time-of-capture problem becomes more accurate when learned jointly with localization, especially when time is modeled as a cyclic variable rather than as a linear regressor or as a hard class label [1909.07499] [2507.10473].

## 5. Timestamp verification, benchmark design, and geo-temporal reasoning

A complementary line of work treats capture time as a consistency variable rather than a direct prediction target. In content-aware timestamp manipulation detection, the input is a tuple \((G,t,l,S)\) consisting of a ground-level image \(G\), an alleged timestamp \(t\), a geographic location \(l\), and an optional co-located satellite image \(S\). The model estimates
\[
P(y\,|\,G,t,l,S),
\]
where \(y=0\) denotes a consistent tuple and \(y=1\) an inconsistent one. Time is represented only by month and hour (UTC), each scaled to \([-1,1]\); location is encoded continuously using ECEF coordinates divided by the Earth’s radius; and the satellite image provides geographic context rather than temporal evidence. On the CVT benchmark, the best model reached \(81.1\%\) accuracy and \(0.885\) AUC, compared with \(59.0\%\) accuracy and \(0.627\) AUC for Salem et al. The DenseNet ablation showed \(G,t\) at \(67.5\%\) accuracy and \(0.766\) AUC, \(G,t,l\) at \(78.7\%\) and \(0.873\), \(G,t,S\) at \(77.0\%\) and \(0.855\), and \(G,t,l,S\) with transient attributes at \(81.1\%\) and \(0.885\). The same model can be repurposed for missing-timestamp estimation by evaluating all candidate month/hour pairs and selecting the maximizer of \(P(y\mid G,t_i,l,S)\) [2103.04736].

Benchmarking work on MLLMs shifts the emphasis from retrieval accuracy to interpretable geo-temporal reasoning. GTPred introduces a benchmark of 370 globally distributed images spanning over 120 years, with location represented as a hierarchy
\[
\text{Country} \rightarrow \text{State} \rightarrow \text{City} \rightarrow \text{Place}
\]
and year labels given as either exact years or intervals. The evaluation uses an interval-aware year score and a hierarchical weighted location score with
\[
\boldsymbol{\omega}=[0.2,0.2,0.3,0.3].
\]
Reasoning quality is separately judged by GPT-5.1 on a 1-to-10 scale and normalized to \([0,1]\). The strongest model was Gemini 3 Pro Preview, with time answer \(0.8762\), time reasoning \(0.8121\), location answer \(0.8526\), and location reasoning \(0.8707\). The main ablation is asymmetric: removing temporal information hurts geo-localization substantially, while removing geographic information has little effect and can even slightly help time prediction for several models [2601.13207].

These two strands define a broader evaluation landscape for localization capture time. One asks whether a claimed time-of-capture is plausible at a given location; the other asks whether a model can jointly infer year and place with interpretable reasoning. Both treat temporal inference as an integral component of localization rather than as auxiliary metadata [2103.04736] [2601.13207].

## 6. Other technical meanings: narrated actions, relativistic detection, and filament-tip capture

In video understanding, the phrase appears as temporal localization of when an event actually happened. The task studied in narrated-action localization is to decide whether a transcript-extracted action is visible and, if so, identify its temporal start and end in the clip. The proposed 2SEAL method first predicts whether an action is short (\(\le 15\) s) or long (\(>15\) s); short actions are localized by transcript alignment, while long actions are localized by a multimodal visual-language scorer over overlapping three-second spans with stride \(1\) s. On the test set, the best system, 2SEAL + MPU, achieved visibility accuracy \(79.0\) and mIoU \(31.9\), compared with \(75.5\) and \(21.4\) for MPU alone. This usage concerns event time within a video rather than geolocation, but it preserves the same core question: when did the observed event occur [2202.08138].

In relativistic quantum field theory, localization is reformulated in terms of time-of-arrival observables. Instead of asking for a particle’s position at a fixed time, the framework asks when a detector at a fixed place is triggered and with what spatially localized record. The resulting probabilities are linear functionals of QFT correlation functions,
\[
P(X)=\int d^4Y\,d^4Y'\, R_X^{ab}(Y,Y')\, G_{ab}(Y,Y'),
\]
with \(X=(t,\mathbf{x})\) the spacetime localization of the detection record. For scalar fields, the paper identifies several time-of-arrival observables that differ by how the apparatus localizes detection records, and shows that maximum localization is obtained for a unique observable related to the Newton–Wigner position operator. It also derives a detector-independent lower bound on the variance of capture time,
\[
(\Delta t)^2 \ge \frac{1}{4(\Delta H)^2} + \frac{m^4}{4}\,\langle \hat H^{-2}\hat p^{-4}\rangle.
\]
Here “capture time” is literally the time coordinate of a detector event [1807.06533].

In biophysical transport on dynamic filaments, localization by capture has yet another meaning. A lattice-gas model for microtubule-binding proteins such as XMAP215 and MCAK studies diffusion on a semi-infinite one-dimensional lattice whose terminal site is a tip reaction site. Capture is implemented by forbidding hopping from site \(1\) back to site \(2\), thereby breaking detailed balance. The central localization observables are tip occupancy \(\rho_1=\langle n_1\rangle\) and the capture flux
\[
J_{\mathrm{cap}}=\epsilon(\rho_2-g_2),
\]
with steady-state tip balance
\[
0=\epsilon(\rho_2-g_2)+\omega_a c(1-\rho_1)-\overline{\omega}_d\rho_1.
\]
The paper does not compute an explicit mean first-passage capture time, but tip occupancy, capture flux, and tip residence time \(1/\overline{\omega}_d\) act as kinetic proxies. The main result is that nonequilibrium diffusion plus capture strongly enhances tip localization relative to direct binding from solution alone [1607.05304].

Across these usages, the common pattern is not a single universal definition but a shared shift from purely spatial localization to localization mediated by time: rounds of probing in graphs, time-of-capture estimation in images, temporal intervals in video, detector arrival times in QFT, and capture-mediated residence at a reaction site in biophysics.

Source: https://www.emergentmind.com/topics/localization-capture-time