CVMar 3

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

arXiv:2603.02546v11 citationsh-index: 14
Originality Highly original
AI Analysis

This addresses performance bottlenecks in MLLMs for action understanding tasks, offering a practical improvement for researchers and practitioners in video analysis.

The paper tackles the inefficiency and ambiguity of using generative classifiers in Multimodal Large Language Models (MLLMs) for closed-set action understanding, showing that discriminative classifiers are superior. It proposes a Generation-Assisted Discriminative (GAD) classifier that improves accuracy by 2.5% and speeds up inference by 3x on benchmarks.

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 semantic overlap, leading to ambiguity in generation. In contrast, discriminative classifiers learn task-specific representations with clear decision boundaries, enabling efficient one-step classification without autoregressive decoding. We first compare generative and discriminative classifiers with MLLMs for closed-set action understanding, revealing the superior accuracy and efficiency of the latter. To bridge the performance gap, we design strategies that elevate generative classifiers toward performance comparable with discriminative ones. Furthermore, we show that generative modeling can complement discriminative classifiers, leading to better performance while preserving efficiency. To this end, we propose Generation-Assisted Discriminative~(GAD) classifier for closed-set action understanding. GAD operates only during fine-tuning, preserving full compatibility with MLLM pretraining. Extensive experiments on temporal action understanding benchmarks demonstrate that GAD improves both accuracy and efficiency over generative methods, achieving state-of-the-art results on four tasks across five datasets, including an average 2.5% accuracy gain and 3x faster inference on our largest COIN benchmark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes