Temporal Skipping: Mechanisms and Impact
- Temporal skipping is a design pattern that selectively processes time steps by skipping redundant or less informative inputs, enhancing temporal abstraction.
- It is applied across domains like reinforcement learning, video analysis, speech recognition, and networking to improve efficiency and learning speed.
- Empirical studies demonstrate significant computation savings and faster convergence, with performance gains dependent on proper skip parameter tuning.
Temporal skipping denotes a family of techniques that alter the temporal granularity at which a model senses, predicts, updates, or acts. Rather than processing every time step uniformly, these methods either repeat an action for multiple steps, skip state updates, subsample frames or snapshots, attach delayed skip connections, or deliberately ignore arrivals, handovers, or parameter updates when they are deemed redundant or harmful. Across reinforcement learning, recurrent sequence modeling, video understanding, speech recognition, temporal knowledge graphs, spiking neural networks, recommender training, and wireless systems, the common objective is to trade dense step-by-step processing for a temporally selective mechanism that preserves task-relevant information while reducing decision points, computation, or control overhead (Biedenkapp et al., 2021, Campos et al., 2017, Neitz et al., 2018, Habibian et al., 2021).
1. Scope and canonical formulations
The literature does not present temporal skipping as a single formalism. In reinforcement learning, it appears as explicit action repetition over a learned skip length; in recurrent models, as learned omission of hidden-state updates; in video and speech, as frame subsampling or blank-guided frame removal; in graph and spiking models, as skip information flow or temporally delayed skip connections; and in networking, as deliberate suppression of update transmissions or handovers (Biedenkapp et al., 2021, Campos et al., 2017, Yang et al., 2023, Wang et al., 2023, Malettira et al., 2024, Wang et al., 2018, Tokuyama et al., 2020).
| Domain | Skipped unit | Representative mechanism |
|---|---|---|
| Reinforcement learning | Decision points / actions | Learned skip length for repeating (Biedenkapp et al., 2021) |
| Recurrent models | Hidden-state updates | Binary gate decides UPDATE or COPY (Campos et al., 2017) |
| Dynamical prediction | Prediction intervals | Matching to any future frame up to horizon (Neitz et al., 2018) |
| Video / speech | Frames | Uniform frame skipping, random temporal skipping, or blank-guided removal (Muhammad et al., 2023, Zhu et al., 2018, Yang et al., 2023) |
| Temporal graphs / SNNs | Historical snapshots / delayed paths | Relation-aware skip flow or explicit temporal delays (Wang et al., 2023, Malettira et al., 2024) |
| Networks / information systems | Updates or handovers | Skip-or-switch, periodic skipping, time-based skipping (Wang et al., 2018, Tokuyama et al., 2023, Tokuyama et al., 2020) |
A central distinction is whether the skip variable is explicit. TempoRL defines a joint choice and optimizes a skip-policy (Biedenkapp et al., 2021). Skip RNN defines a binary skip gate that either computes a new state or copies the previous one (Campos et al., 2017). By contrast, Adaptive Skip Intervals does not learn an explicit “action” or “skip-policy” module; the skip decision is implicit in the matching supervisor (Neitz et al., 2018). In speech, blank-regularized CTC does not predict a skip action directly either; it regularizes alignments so that blank symbols can be used to discard frames (Yang et al., 2023).
This suggests that temporal skipping is best understood as a design pattern for temporal abstraction rather than as a single algorithmic family. The operative question varies by domain: when to act, when to update, which historical states to retrieve, which frames to process, or which transmissions to suppress.
2. Action repetition and temporal abstraction in control and prediction
In "TempoRL: Learning When to Act" (Biedenkapp et al., 2021), a standard discounted MDP is augmented with a skip-length . The agent chooses pairs 0 and commits to repeating 1 for 2 consecutive environment steps. The induced skip return is the usual 3-step return, and the objective is to learn a joint policy 4 and 5 that maximizes the expected 6-discounted return while reducing the total number of decision points (Biedenkapp et al., 2021).
TempoRL learns two value functions: a behavior value 7 and an action-conditioned skip value
8
At decision time, the agent first picks 9 and then 0, with 1-greedy variants for exploration (Biedenkapp et al., 2021). The method was reported to reach halfway-to-optimal reward 2 faster and to use 3 fewer decision points than vanilla Q in tabular grid-worlds; in the 6×10 Cliff task, normal Q needs 4 episodes to reach average reward 5, whereas TempoRL needs only 6, and decision-step count is reduced from 7 to 8 (Biedenkapp et al., 2021).
Adaptive Skip Intervals (ASI) addresses a related but distinct temporal-abstraction problem for recurrent dynamical models (Neitz et al., 2018). Given a trajectory 9, the model predicts 0, but instead of matching only to 1, a matching supervisor searches over 2 and picks
3
The skip interval is therefore discovered through future-frame matching, not emitted by a control head (Neitz et al., 2018). ASI uses two curricula: exploration of temporal matching via a decaying probability 4, and scheduled sampling via a decaying temperature 5 (Neitz et al., 2018). On Room Runner, fixed-step 6 or 7 baselines top out at roughly 8–9 validation accuracy after 0k model evaluations, whereas ASI with 1 converges in half the number of forward passes and reaches 2 accuracy; with exploration it reaches 3 (Neitz et al., 2018). On Funnel Board, baselines achieve 4–5 accuracy after 6k steps, while ASI climbs to 7 in under 8k steps (Neitz et al., 2018).
A more recent manipulation-oriented formulation, SkiP, operationalizes temporal skipping through action relabeling rather than a learned skip planner (Dai et al., 15 May 2026). Demonstration timesteps are partitioned into key and skip segments by Motion Spectrum Keying (MSK), and if a timestep 9 lies in a skip segment, the target is relabeled to the entrance of the next key segment: 0 The same backbone then learns both skip mode and refine mode within one network (Dai et al., 15 May 2026). Across 72 simulated tasks and 3 real-robot tasks, SkiP reduces executed control steps by 1–2 while matching or improving success rates (Dai et al., 15 May 2026).
3. Selective state updates, sparse reminders, and long-range temporal credit
Skip RNN formulates temporal skipping as learned omission of recurrent state updates (Campos et al., 2017). A base RNN cell 3 is augmented with a binary skip gate 4. When 5, the model updates with 6; when 7, it copies 8. The actual hidden state is
9
An auxiliary budget loss
0
encourages fewer updates (Campos et al., 2017). Reported reductions are 1–2 in RNN updates and FLOPs, with equal or better accuracy in most operating points (Campos et al., 2017). On Sequential MNIST, accuracy rises from 3 for LSTM to 4–5 for Skip-LSTM/GRU while using only 6 of the pixels; on UCF-101, Skip-LSTM/GRU reaches 7–8 using only 9–0 of frames (Campos et al., 2017).
Sparse Attentive Backtracking (SAB) uses temporal skipping for credit assignment rather than forward execution (Ke et al., 2018). At each time 1, a learned attention mechanism scores a memory buffer of past hidden states,
2
retains at most 3 memories by top-4 sparsification, and forms a retrieval summary 5 (Ke et al., 2018). The final hidden state is 6, so the gradient can flow directly from 7 to selected memories: 8 This “teleport[s]” credit arbitrarily far back in time through a sparse set of temporal skip connections (Ke et al., 2018). On the copying memory task with sequence length 9, SAB with 0 reaches 1, compared to 2 for LSTM + BPTT; when trained on 3 and tested at 4, SAB attains 5, while LSTM yields 6 and LSTM+self-attention is out of memory (Ke et al., 2018).
The earlier Skipping Recurrent Neural Network (S-RNN) applies skipping to latent subsequence discovery in visual albums rather than to hidden-state update frequency (Sigurdsson et al., 2016). A storyline is defined as an ordered subset 7 of an album 8, and the model maximizes the marginal likelihood over all ordered subsets: 9 Because the sum over 0 subsets is intractable, the method uses an EM-style sampling procedure (Sigurdsson et al., 2016). Reported long-term next-image prediction accuracy is 1 for S-RNN versus 2 for LSTM/RNN, and AMT preference for S-RNN storylines is 3–4 against the strongest baseline (Sigurdsson et al., 2016).
A common misconception is that temporal skipping in sequence models simply means downsampling the input. The recurrent literature shows several distinct variants: skipping may omit computation while retaining every input symbol in principle, as in Skip RNN; it may create sparse long-range reminders for backward credit assignment, as in SAB; or it may model only an ordered latent subset, as in S-RNN.
4. Frame, snapshot, and delayed-path skipping in perception and structured temporal data
Video, speech, and temporal-graph models implement temporal skipping primarily as selective observation. In face anti-spoofing, "Deep Ensemble Learning with Frame Skipping for Face Anti-Spoofing" divides a video of 5 frames into non-overlapping segments of fixed size 6, sets 7, and selects exactly one frame per segment: 8 The authors report that sampling 9–00 frames per video clip preserves enough temporal information for anti-spoofing while reducing computation by 01 compared to processing every frame (Muhammad et al., 2023). DenseNet-201 extracts a 1,920-dimensional feature vector from each selected frame, and three recurrent sub-models—LSTM, BiLSTM, and GRU—are stacked by a meta-model (Muhammad et al., 2023). In cross-dataset testing, the meta-model reports HTERs of 02 on MSU-MFSD, 03 on Replay-Attack, and 04 on OULU-NPU (Muhammad et al., 2023).
Random Temporal Skipping (RTS) addresses multirate videos by randomizing inter-frame strides during training (Zhu et al., 2018). For a clip of 05 frames, one draws 06 and samples
07
With 08 and 09, the clip can span up to 10 original frames (Zhu et al., 2018). On UCF101, when test clips are sampled with random strides in 11, accuracy is 12 without RTS and 13 with RTS; on the same benchmark, the full RTS two-stream model reaches 14, and on HMDB51 it reaches 15 (Zhu et al., 2018).
In speech recognition, blank-regularized CTC exploits the blank symbol to remove redundant frames in a neural Transducer (Yang et al., 2023). The standard CTC objective sums over alignments 16, and the paper introduces two regularizers on non-blank self-loops. The soft restriction adds a penalty 17 to
18
producing
19
A hard restriction instead limits the maximum run length of identical non-blank labels (Yang et al., 2023). On LibriSpeech, the baseline Transducer has WER 20 / 21, FRR 22, and RTF 23; the soft 24 model attains WER 25 / 26, FRR 27, and RTF 28, which is 29 faster (Yang et al., 2023).
Temporal knowledge graph completion supplies a snapshot-level analogue. Re-Temp inserts a relation-aware skip information flow after each timestamp representation (Wang et al., 2023). After CompGCN computes 30, the model averages the relations incident on the query entity at the target timestamp,
31
constructs attention scores over the previous 32 inputs, and forms
33
When 34 is small, the model effectively skips snapshot 35 (Wang et al., 2023). Reported MRR improvements include 36 versus 37 on ICEWS14, 38 versus 39 on ICEWS05-15, and 40 versus 41 on GDELT (Wang et al., 2023).
A separate architectural variant appears in TSkips for spiking neural networks (Malettira et al., 2024). Standard feedforward SNNs connect layer 42 at time 43 to layer 44 at the same time 45; TSkips adds explicit multi-step temporal delays 46 on both forward and backward skip connections: 47 and, with trainable mixing,
48
A training-free NAS procedure, NASWOT-SAHD, ranks candidate architectures by spike-pattern diversity at initialization (Malettira et al., 2024). Reported gains include AEE 49 on DSEC-flow for the base SNN, 50 top-1 accuracy on DVS128 Gesture for F+B TSkips, and 51 on SSC for the 4-layer model with backward TSkip (Malettira et al., 2024).
5. Temporal skipping as systems optimization: convolution, embeddings, updates, and mobility
Some temporal-skipping methods operate at the systems level rather than the task-policy level. Skip-Convolutions reformulates video convolutions on residual frames 52, using the identity
53
A binary gate 54 then decides whether residual computation is needed at each spatial location: 55 Gates may be norm-based, learned with Gumbel-Softmax, or structured block-wise for hardware efficiency (Habibian et al., 2021). On UA-DETRAC with EfficientDet D0–D3, Skip-Conv reduces compute from 56–57 GMAC to 58–59 GMAC with equal or slightly better AP; on JHMDB with HRNet-w32, it reduces 60 GMAC to 61 GMAC while increasing PCK from 62 to 63 (Habibian et al., 2021). On Intel Xeon CPU, HRNet-w32 conv layers take 64 ms/frame, Skip-Conv achieves 65 ms, and up to 66 ms with additional compression (Habibian et al., 2021).
Slipstream applies temporal skipping to recommender-model training by dynamically skipping stale embeddings (Maboud et al., 2024). For hot embeddings 67, periodic snapshots 68 are compared via
69
If 70, row 71 is deemed stale; batches that touch only stale hot embeddings can be skipped (Maboud et al., 2024). Reported end-to-end speedups for Slipstream over 4-GPU XDL are 72 on Alibaba, 73 on Criteo-Kaggle, 74 on Criteo-Terabyte, and 75 on Avazu, with sampling and classification overhead under 76 of training time for large models (Maboud et al., 2024).
In Age of Information scheduling, temporal skipping appears as a skip-or-switch decision over packet arrivals (Wang et al., 2018). Updates arrive according to a Bernoulli process 77, transmission takes exactly 78 slots, and no buffer is available. When a new update arrives during service, the source chooses 79: switch to the new arrival or skip it (Wang et al., 2018). The optimal policy is shown to be a renewal policy with a sequential switching property and a multiple-threshold structure 80 (Wang et al., 2018). With 81 and 82, one finds 83, and for 84 one never switches (Wang et al., 2018). The multi-threshold policy typically reduces the time-average AoI by 85–86 compared to both never-switch-until-completion and always-switch-to-the-freshest rules (Wang et al., 2018).
Wireless mobility management yields an analogous trade-off. Periodic handover skipping prohibits handovers for a period 87, then allows one HO at the end of the block (Tokuyama et al., 2023). Time-based handover skipping uses a fixed skipping time 88 during which all HOs are skipped (Tokuyama et al., 2020). Both lines derive analytical expressions for HO rate and expected data rate via stochastic geometry, and both report that skipping can outperform no skipping particularly when the UE moves fast (Tokuyama et al., 2023, Tokuyama et al., 2020). In the periodic setting, a utility 89 can have an optimal skipping period; in the time-based setting, there is a unique optimal skipping time maximizing transmission performance approximately (Tokuyama et al., 2023, Tokuyama et al., 2020).
These systems-oriented papers emphasize that temporal skipping need not skip semantic events or predictions; it can skip only computation, communication, or protocol transitions.
6. Empirical regularities, design trade-offs, and limitations
Several regularities recur across the literature. First, skipping usually helps when adjacent temporal states are redundant or when only a subset of temporal locations carry task-relevant information. TempoRL is designed for environments that need various degrees of fine and coarse control (Biedenkapp et al., 2021). ASI focuses on “easy-to-predict transitions” and on skipping over “inconsequential chaos” (Neitz et al., 2018). S-RNN is motivated by strong short-term correlations from near-duplicate frames (Sigurdsson et al., 2016). Frame-skipping anti-spoofing retains coarse temporal motion cues while reducing computational cost (Muhammad et al., 2023). Blank-regularized CTC exploits the fact that many frames should emit blank symbols (Yang et al., 2023).
Second, performance gains are typically non-monotonic in the skip parameter. TempoRL reports that larger 90 speeds up learning up to a point, with 91–92 working well, while too many redundant skip-lengths slow early learning (Biedenkapp et al., 2021). TSkips reports that larger 93 such as 94–95 consistently yields higher accuracy, but too small or too large delays degrade performance (Malettira et al., 2024). RTS shows gains that saturate beyond 96 (Zhu et al., 2018). In wireless handover skipping, the utility metric exhibits an optimal skip period or skipping time (Tokuyama et al., 2023, Tokuyama et al., 2020).
Third, many papers distinguish reactive skipping from structured, context-conditioned skipping. TempoRL states that, unlike DAR/FiGAR, it conditions skip-length on the chosen action and the current state, learning per-action, per-state skip behavior rather than a global average (Biedenkapp et al., 2021). Re-Temp reports that removing relation awareness causes a large MRR drop, from 97 to 98 on ICEWS14, and removing skip flow causes a drop to 99 (Wang et al., 2023). SAB relies on learned attention to a small set of reminders rather than uniform truncation (Ke et al., 2018).
Limitations also recur. Skip-Convolutions note that large camera motion invalidates the simple frame-difference prior because residual sparsity decreases (Habibian et al., 2021). ASI warns that greedy temporal matching can lose global alignment and that all experiments were in fully observable deterministic simulators with pixel-space losses (Neitz et al., 2018). Skip RNN notes that the straight-through estimator is biased and that extreme skipping budgets can cause the model to miss critical inputs (Campos et al., 2017). Blank-regularized CTC depends on well-calibrated CTC blank probabilities and requires a warmup before skipping (Yang et al., 2023). Re-Temp reports that on WIKI, simple one-step history can slightly outperform skip flow because 00 of WIKI facts simply repeat from the previous year (Wang et al., 2023). These results indicate that temporal skipping is most effective when redundancy is genuine and harmful, not when repeated observations themselves are predictive.
A final misconception is that temporal skipping necessarily reduces accuracy. The reported results are mixed but frequently favorable: TempoRL learns successful policies up to an order of magnitude faster than vanilla Q-learning (Biedenkapp et al., 2021); Skip-Conv reports 01–02 compute savings with no drop in accuracy (Habibian et al., 2021); blank-regularized CTC attains 03 faster inference without sacrificing performance (Yang et al., 2023); and TSkips reports up to 04 reduction in AEE and up to 05 points higher classification accuracy depending on the dataset (Malettira et al., 2024). This suggests that, in many settings, temporal skipping is not merely a compression heuristic but a bias toward the temporal scales that matter for the objective.