← Search

Zhanzhong Pang

3 accepted papers

2026

Decouple and Cache: KV Cache Construction for Streaming Video Understanding

ICML 2026poster

Streaming video understanding requires processing unbounded video streams with limited memory and computation, posing two key challenges. First, continuously constructing new and evicting old key-value(KV) caches is required for unbounded streams. Secondly, due to the high cost of collecting and tra…

Cited by 0SourceScholar
2026

On Discriminative vs. Generative classifiers: Rethinking MLLMs for Action Understanding

ICLR 2026poster

Multimodal Large Language Models (MLLMs) have advanced open-world action understanding and can be adapted as generative classifiers for closed-set settings by autoregressively generating action labels as text. However, this approach is inefficient, and shared subwords across action labels introduce…

Cited by 0SourcecodeScholar
2025

Context-Enhanced Memory-Refined Transformer for Online Action Detection

CVPR 2025poster

Online Action Detection (OAD) detects actions in streaming videos using past observations. State-of-the-art OAD approaches model past observations and their interactions with an anticipated future. The past is encoded using short- and long-term memories to capture immediate and long-range dependenci…