paper-with-me

홈 › Papers

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

2026-03-03 · Zhanzhong Pang, Dibyadip Chatterjee, Fadime Sener, Angela Yao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.02546

Code (0)

등록된 구현이 없습니다.

Tasks

Action Understanding

Similar Papers 제목 키워드 기반

Rethinking CD: A Reproducibility Study and Extension on the Ineffectiveness of Contrastive Decoding at Mitigating Object Hallucinations in MLLMs

2026-07-28 · Arnav Bendre, Guneesh Gupta, Kavish Grover, Chayan Aggarwal 외 arxiv

Contrastive decoding (CD) has been proposed as a training-free strategy for mitigating object hallucinations in multimodal large language models (MLLMs), with reported gains on benchmarks such as POPE. However, recent wo…

Visual Grounding

Filter-And-Refine: A MLLM Based Cascade System for Industrial-Scale Video Content Moderation

2025-07-23 · Zixuan Wang, Jinghao Shi, Hanzhong Liang, Xiang Shen 외 arxiv

Effective content moderation is essential for video platforms to safeguard user experience and uphold community standards. While traditional video classification models effectively handle well-defined moderation tasks, t…

Video Classification

Deriving discriminative classifiers from generative models

2022-01-03 · Elie Azeraf, Emmanuel Monfrini, Wojciech Pieczynski

We deal with Bayesian generative and discriminative classifiers. Given a model distribution $p(x, y)$, with the observation $y$ and the target $x$, one computes generative classifiers by firstly considering $p(x, y)$ and…

Rethinking Generative Zero-Shot Learning: An Ensemble Learning Perspective for Recognising Visual Patches

2020-07-27 · Zhi Chen, Sen Wang, Jingjing Li, Zi Huang

Zero-shot learning (ZSL) is commonly used to address the very pervasive problem of predicting unseen classes in fine-grained image classification and other tasks. One family of solutions is to learn synthesised unseen vi…

Ensemble LearningFine-Grained Image Classificationimage-classificationImage Classification+1

PerPO: Perceptual Preference Optimization via Discriminative Rewarding

2025-02-05 · Zining Zhu, Liang Zhao, Kangheng Lin, Jinze Yang 외

This paper presents Perceptual Preference Optimization (PerPO), a perception alignment method aimed at addressing the visual discrimination challenges in generative pre-trained multimodal large language models (MLLMs). T…