paper-with-me

Papers

FusionAgent: A Multimodal Agent with Dynamic Model Selection for Human Recognition

2026-03-27 · Jie Zhu, Xiao Guo, Yiyang Su, Anil Jain, Xiaoming Liu arxiv

Model fusion is a key strategy for robust recognition in unconstrained scenarios, as different models provide complementary strengths. This is especially important for whole-body human recognition, where biometric cues such as face, gait, and body shape vary across samples and are typically integrated via score-fusion. However, existing score-fusion strategies are usually static, invoking all models for every test sample regardless of sample quality or modality reliability. To overcome these limitations, we propose \textbf{FusionAgent}, a novel agentic framework that leverages a Multimodal Large Language Model (MLLM) to perform dynamic, sample-specific model selection. Each expert model is treated as a tool, and through Reinforcement Fine-Tuning (RFT) with a metric-based reward, the agent learns to adaptively determine the optimal model combination for each test input. To address the model score misalignment and embedding heterogeneity, we introduce Anchor-based Confidence Top-k (ACT) score-fusion, which anchors on the most confident model and integrates complementary predictions in a confidence-aware manner. Extensive experiments on multiple whole-body biometric benchmarks demonstrate that FusionAgent significantly outperforms SoTA methods while achieving higher efficiency through fewer model invocations, underscoring the critical role of dynamic, explainable, and robust model fusion in real-world recognition systems. Project page: \href{https://fusionagent.github.io/}{FusionAgent}.

📄 PDF Abstract BibTeX arXiv:2603.26908

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PolyFusionAgent: A Multimodal Foundation Model and Autonomous AI Assistant for Polymer Property Prediction and Inverse Design

2026-05-26 · Manpreet Kaur, Xingying Zhang, Qian Liu arxiv

Polymer discovery is central to fields ranging from energy storage to biomedicine, but it is hindered by an astronomically large chemical design space and fragmented representations of structure, properties, and prior kn…

Representation Learning

AutoTool: Dynamic Tool Selection and Integration for Agentic Reasoning

2025-12-15 · Jiaru Zou, Ling Yang, Yunzhe Qi, Sirui Chen 외 arxiv

Agentic reinforcement learning has advanced large language models (LLMs) to reason through long chain-of-thought trajectories while interleaving external tool use. Existing approaches assume a fixed inventory of tools, w…

Reinforcement LearningMultimodal ReasoningCode Generation

Dynamic Modality and View Selection for Multimodal Emotion Recognition with Missing Modalities

2024-04-18 · Luciana Trinkaus Menon, Luiz Carlos Ribeiro Neduziak, Jean Paul Barddal, Alessandro Lameiras Koerich 외

The study of human emotions, traditionally a cornerstone in fields like psychology and neuroscience, has been profoundly impacted by the advent of artificial intelligence (AI). Multiple channels, such as speech (voice) a…

Emotion RecognitionMultimodal Emotion Recognition

RESOURCE2SKILL: Distilling Executable Agent Skills from Human-Created Multimodal Resources

2026-06-28 · Yijia Fan, Zonglin Di, Zimo Wen, Yifan Yang 외 arxiv

Skills are a useful abstraction for software agents, turning human and agent experience into reusable procedural knowledge. Yet existing skill libraries are mostly hand-written, text-centric, or derived from agent traces…

A Multimodal Framework for Human-Multi-Agent Interaction

2026-03-24 · Shaid Hasan, Breenice Lee, Sujan Sarker, Tariq Iqbal arxiv

Human-robot interaction is increasingly moving toward multi-robot, socially grounded environments. Existing systems struggle to integrate multimodal perception, embodied expression, and coordinated decision-making in a u…

Multimodal Reasoning