📄 Technical Report (arXiv) • 🤗 Model • 🤗 Dataset
Omnimodal large language models enable unified audio video understanding, but long joint token sequences make inference costly, and existing benchmarks do not fully isolate audio visual association in noisy user generated videos. We introduce UGC-AVQA, a public UGC benchmark with 1,000 videos and 4,816 QA pairs, where an audio removal test ensures that benchmark questions require both acoustic and visual evidence. To reduce inference cost, we propose OMAC, a training free plug in compression method that preserves salient visual memory and temporally grounded audio anchors. To further make compact models robust to compressed inputs, we introduce O-MARC, a compression distillation framework for learning with memory compressed multimodal contexts. On Qwen2.5-Omni-3B, O-MARC improves the average score across four benchmarks to 45.8, outperforming full token inference at 44.1 and OmniZip at 41.0. OMAC also keeps inference efficient, reducing latency by 34.6% (1.53× speedup) and memory by 34.7% compared with full token inference.
- [2026/06/23] UGC-AVQA benchmark and training data is coming soon
- [2026/06/23] O-MARC and MARC please check:https://github.com/WPR001/Omni_marc
We thank the open-source community. This work builds on Qwen2.5-Omni, ms-swift.
If you find MARC and O-MARC useful, please cite:
@article{wu2026marc,
title={O-MARC: Omni Memory-Augmented Compression Distillation for Efficient Video Understanding},
author={Wu, Peiran and Liu, Yunze and Wu, Chi-Hao and Chen, Chen and Shen, Junxiao},
journal={arXiv preprint arXiv:2605.26584},
year={2026}
}@article{wu2025marc,
title={MARC: Memory-Augmented RL Token Compression for Efficient Video Understanding},
author={Wu, Peiran and Yu, Zhuorui and Liu, Yunze and Wu, Chi-Hao and Zhou, Enmin and Shen, Junxiao},
journal={arXiv preprint arXiv:2510.07915},
year={2025}
}