STAR-VF: Spatio-Temporal Aware Representation Condensation
for Data-Efficient Video Fusion

1Zhejiang University, Hangzhou, Zhejiang, China
2National University of Singapore, Singapore
3Nanyang Technological University, Singapore
4CFAR, Agency for Science, Technology and Research, Singapore

*Indicates Corresponding Author
ACM MM 2026

Abstract

Video fusion aims to integrate complementary cues from heterogeneous sources, producing visually informative videos with coherent spatio-temporal structures. Jointly learning cross-modal complementarity and temporal dependencies typically relies on large-scale, high-quality video datasets, whose storage and repeated use during optimization incur substantial costs, making data-efficient learning highly desirable. To address this challenge, we rethink video fusion from the perspective of dataset condensation and propose STAR-VF, the first framework that condenses spatio-temporal representations for data-efficient video fusion. STAR-VF condenses the original training set into a compact set of learnable spatio-temporal representations, which are decoded into synthetic video clips and optimized using feature-level supervision provided by a frozen proxy model. The resulting condensed data preserves fusion-relevant spatial and temporal cues without requiring ground-truth fused videos as supervision. To adapt fusion learning to condensed representations, we equip the final fusion model with flow-free inter-frame temporal modeling and query-driven intra-frame aggregation, enabling direct temporal interaction and adaptive selection of fusion-relevant information in representation space. Extensive experiments on infrared-visible, multi-exposure, multi-focus, and medical video fusion benchmarks demonstrate that STAR-VF, trained with only approximately 1/16 of the original temporal training set, achieves fusion quality comparable to methods trained on the full data. Further analyses validate the contributions of learned condensation and flow-free temporal modeling, and demonstrate the robustness of the condensed supervision across different proxy encoders and downstream fusion models.

Method Overview

STAR-VF framework with condensed-data training, final fusion model training, and inference pipeline
Figure 2. Overview of the proposed STAR-VF framework. In Stage I, learnable compact spatio-temporal canvases and the canvas decoder U are jointly optimized under feature-level supervision from a frozen proxy feature extractor, yielding the learned condensed set S* and decoder U*. In Stage II, the learned condensed set is decoded into synthetic temporal samples to train the final fusion model Fθ with flow-free temporal alignment and query-driven intra-frame aggregation. During inference, only the trained fusion model is used, without the condensed set or proxy model.

Experiments

We evaluate STAR-VF on four representative video fusion tasks using established benchmark datasets:

  • Infrared-visible video fusion (IVF): evaluated on VTMOT.
  • Medical video fusion (MVF): evaluated on Harvard.
  • Multi-exposure video fusion (MEF): evaluated on YouTube-HDR.
  • Multi-focus video fusion (MFF): evaluated on DAVIS.

We compare with state-of-the-art video fusion methods, including UniVF, VideoFusion, TemCoCo, and MambaVF, using both fusion quality and temporal consistency metrics. STAR-VF achieves competitive overall performance while substantially reducing the training data and inference cost, showing that the learned compact source preserves the spatial and temporal information required for video fusion.

Qualitative video fusion comparison on VTMOT, Harvard, YouTube-HDR, and DAVIS
Figure 3: Qualitative comparison on four representative benchmarks. For each example, we show the input pair, our method, the full-size variant trained on the original data, and competing video fusion baselines (VideoFusion, UniVF, and TemCoCo). The cyan boxes indicate enlarged local regions for detailed comparison.
Frame-by-frame comparison of STAR-VF, UniVF, VideoFusion, and TemCoCo
Figure 4: Frame-by-frame qualitative comparison on a representative multi-source video fusion sequence.
Visual comparison between the full dataset and learned condensed dataset
Figure 5: Visual comparison between the full dataset and the learned condensed dataset.

BibTeX

@inproceedings{xian2026starvf,
  author    = {Xian, Yuchen and Xu, Yunqiu and Lin, Guosheng and He, Yang},
  title     = {STAR-VF: Spatio-Temporal Aware Representation Condensation for Data-Efficient Video Fusion},
  booktitle = {Proceedings of the 34th ACM International Conference on Multimedia},
  series    = {MM '26},
  year      = {2026},
  address   = {Rio de Janeiro, Brazil},
  numpages  = {8},
  publisher = {Association for Computing Machinery}
}