arXiv 2026 · Preprint

Where Do We (Not) Need Temporal Context in
Low-Resource Video Task Adaptation?

Luc Sträter  Â·  Hazel Doughty

Leiden University

Abstract

Parameter-efficient fine-tuning (PEFT) and probing enable adaptation of foundation models using only a small number of trainable parameters, making it attractive for video understanding where annotation and computation are expensive. However, video PEFT has focused on adapting image-pretrained models, while standard PEFT methods can also be applied to video representations. These settings are rarely compared and both confine temporal reasoning to a single component of the model, leaving open how temporal context should be distributed across backbone, PEFT and probe. In this work we provide a systematic study of model adaptation strategies for video understanding. We evaluate methods across appearance-focused, motion-focused and spatially dense settings, with a particular focus on scenarios with limited data where parameter-efficiency is most beneficial. Our results provide new insights into PEFT and probing across settings and demonstrate the importance of temporal context allocation for effective video adaptation.

Key Findings

1

Standard PEFT outperforms image-to-video PEFT

Standard PEFT methods (e.g. LoRA, AdaptFormer) outperform image-to-video PEFT approaches when paired with an attentive probe. This gap widens with a video-pretrained backbone.

2

Attention for motion, MLP for spatial

On video backbones, attention-based adaptation excels on motion-heavy tasks, while MLP-based adaptation is best for spatial prediction.

3

A simple attentive probe is sufficient

Although probe performance differs substantially per task, this variability largely disappears once combined with PEFT, suggesting that a simple attentive probe is sufficient and removes the need for elaborate task-specific decoders.

4

Limited temporal modeling in image-to-video PEFT

Temporal modeling is driven by the backbone, which also dominates throughput. Current temporal PEFT methods can only partially compensate for reduced temporal context in the backbone.

Distributing Temporal Context

Video adaptation requires reasoning over multiple frames, making a central design choice not just whether to model temporal information, but where this temporal reasoning should occur. Existing approaches make this choice implicitly by assigning temporal modeling to a single component, leaving a broader design space underexplored in which multiple components may benefit from temporal reasoning at different temporal scales. We treat temporal context as a flexible resource that can be distributed across components with different temporal extents, enabling a systematic study of where performance gains arise.

Method
Distributing Temporal Context. Existing works place temporal modeling in a single component: either the PEFT modules (a), where a frame-wise backbone is combined with temporal adaptation, or in the backbone (b), where temporally-aware representations are adapted by static PEFT and probes. We instead allow temporal modeling across backbone, PEFT and probe simultaneously (c) and study how temporal context should be distributed across components (d).

Results

We benchmark adaptation methods on naturally low-resource video tasks spanning appearance (CAER, NurViD), motion (IndustReal, MammAlps) and spatial understanding (ScanNet, VSPW). The datasets span diverse annotation granularities, viewpoints and domains, and study how temporal context affects adaptation across the backbone, probe and PEFT modules.

Appearance Motion Spatial
CAER
top-1 ↑
NurViD
top-1 ↑
IndustReal
top-1 ↑
MammAlps
top-1 ↑
ScanNet
AbsRel ↓
VSPW
mIoU ↑
SigLIP2Attentive Probe52.179.047.466.90.23733.8
LoRA63.087.067.773.40.13653.5
AdaptFormer61.287.164.272.40.12254.9
ST-Adapter62.587.566.972.40.13155.7
DINOv3Attentive Probe58.985.258.171.50.12056.4
LoRA62.887.369.872.60.11160.6
AdaptFormer61.887.167.572.60.09261.2
ST-Adapter62.486.969.275.60.10661.1
VJEPA2Attentive Probe54.382.460.274.00.15835.4
LoRA59.184.067.677.10.13146.9
AdaptFormer57.883.864.477.20.12845.7
IV-NEXTAttentive Probe62.788.567.074.00.13547.3
LoRA63.188.572.875.90.14255.2
AdaptFormer63.488.670.076.30.11857.6

Adapting Image vs. Video Models. Video models consistently outperform image-to-video adaptation, especially for motion, while DINOv3 excels on spatial tasks. Best and best per backbone.

Appearance Motion Spatial
Params
(M) ↓
CAER
top-1 ↑
NurViD
top-1 ↑
IndustReal
top-1 ↑
MammAlps
top-1 ↑
ScanNet
AbsRel ↓
VSPW
mIoU ↑
BaseFull Finetuning87.159.187.366.771.80.16440.9
Attentive Probe7.460.385.563.169.90.15740.4
SelectiveBitFit7.561.185.963.869.90.14744.8
LayerNorm7.560.485.764.669.60.15043.5
SSF7.660.786.265.369.60.13647.0
AdditiveVPT8.161.285.665.870.90.15248.7
VFPT8.260.986.164.869.90.14648.6
BPT8.560.786.565.569.90.14449.3
AdaptAdaptFormer11.361.586.266.771.90.13750.1
ST-Adapter12.561.485.967.170.60.14849.4
RankLoRA12.162.186.968.772.60.15648.2
DoRA13.760.385.766.968.80.15945.9

Comparison of PEFT Methods for Video. Low-rank and adapter methods perform best while keeping parameters limited. No single method dominates: LoRA excels on motion and appearance, while AdaptFormer performs best on spatial tasks. Best and second-best are highlighted.

Comparison of Probe Methods for Video
Comparison of Probe Methods for Video. In isolation, the best probe varies per task. Combining probe and PEFT reduces this variability, with attentive probe performing best overall.
Disentangling Temporal Modeling from Input Frames
Disentangling Temporal Modeling from Input Frames. Performance-throughput trade-offs when varying temporal context jointly with the input (matched) or only within the backbone, PEFT, and probe while keeping the input fixed at 16 frames (input-fixed). This separates performance changes due to temporal-modeling and input-information.
How to Distribute Temporal Context
How to Distribute Temporal Context. Fixing one component while varying the other two at Tc isolates each component's contribution to temporal modeling. Curves above input-fixed indicate that the corresponding component improves with increased temporal context.

Recommendations

Appearance

Video-pretrained models consistently outperform image-pretrained alternatives, but only lightweight adaptation is required. In particular, image-style adapter and low-rank PEFT methods, combined with a backbone with limited temporal context (e.g. T=2) and simple temporal aggregation in the prediction head, provide a good efficiency–accuracy trade-off.

Motion

Temporal modeling in the backbone is critical. Video-pretrained backbones are substantially more effective than image models, and increasing temporal reasoning in the backbone leads to the largest performance gains. Extensive temporal modeling in the PEFT and probe is not necessary, although it can partially compensate for reduced backbone context when higher throughput is required.

Spatial

Adapting DINOv3 is most effective, likely due to large-scale dense pretraining. However, we find benefits from increased temporal modeling within video backbones. Conversely, low-capacity PEFT and probes struggle to preserve spatial detail while integrating temporal context, meaning temporal modeling in adaptation modules should be minimized.

BibTeX

@article{strater2026temporal,
  title   = {Where Do We (Not) Need Temporal Context in Low-Resource Video Task Adaptation?},
  author  = {Str{\"a}ter, Luc and Doughty, Hazel},
  journal = {arXiv preprint},
  year    = {2026}
}