paper-with-me

Papers

Multimodal Continuous Reasoning via Asymmetric Mutual Variational Learning

2026-07-01 · Shijie Li, Yilin Gao, Siyuan Yang, Tieyuan Chen, Chaofan Gan, Zhihao He, Zicheng Zhao, Yuyu Guo, Weiyao Lin, Hang Yu hf

Multimodal Large Language Models (MLLMs) are often constrained by a language-space bottleneck, forcing complex visual reasoning into discrete tokens which can lose perceptual nuance. A promising alternative is continuous latent reasoning, where the goal is to discover implicit reasoning pathways that bridge the multimodal query and the final answer. However, this introduces a severe train-inference mismatch: a training-time posterior, conditioned on the ground-truth answer, can exploit answer-dependent shortcuts. Standard variational training then forces the inference-time prior to mimic a posterior that has access to information unavailable at test time, leading to poor performance. To address this, we propose Asymmetric Mutual Variational Learning (AMVL), a framework that resolves this mismatch via a bidirectional calibration objective. A forward KL divergence trains the target-agnostic prior to match the posterior, while a novel reverse KL divergence simultaneously regularizes the posterior, preventing it from collapsing into inference-incompatible regions and mitigating this ``answer leakage''. We provide theoretical analysis formalizing this leakage as prior contamination and prove that our dual-KL objective reduces it. We instantiate AMVL in a latent-integrated MLLM and show that it consistently outperforms strong discrete and latent-reasoning baselines, improving the average score on the complex BLINK benchmark by +10.83 and achieving gains of up to +32.00 on individual reasoning tasks, with analyses confirming improved latent-space stability.

📄 PDF Abstract BibTeX arXiv:2607.00461

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

Mutual Information Regularization for Weakly-supervised RGB-D Salient Object Detection

2023-06-06 · Aixuan Li, Yuxin Mao, Jing Zhang, Yuchao Dai

In this paper, we present a weakly-supervised RGB-D salient object detection model via scribble supervision. Specifically, as a multimodal learning task, we focus on effective multimodal representation learning via inter…

Objectobject-detectionObject DetectionPrediction+3

VMI-VAE: Variational Mutual Information Maximization Framework for VAE With Discrete and Continuous Priors

2020-05-28 · Andriy Serdega, Dae-shik Kim

Variational Autoencoder is a scalable method for learning latent variable models of complex data. It employs a clear objective that can be easily optimized. However, it does not explicitly measure the quality of learned …

Flow-Transformed Implicit Processes for Function-Space Variational Inference

2026-06-01 · Luis A. Ortega, Andrés R. Masegosa, Thomas D. Nielsen arxiv

Implicit-process priors define distributions over functions through flexible generative mechanisms, making them attractive for Bayesian function-space modelling. However, performing posterior inference with such priors i…

Salience-Guided Iterative Asymmetric Mutual Hashing for Fast Person Re-identification

2021-09-08 · IEEE Transactions on Image Processing 2021 9 · Cairong Zhao, Yuanpeng Tu, Zhihui Lai, Fumin Shen 외

Person Re-identification (ReID) aims to retrieve the pedestrian with the same identity across different views. Existing studies mainly focus on improving accuracy, while ignoring their efficiency. Recently, several hash …

Code GenerationPerson Re-Identification

Asymmetric Reinforcing against Multi-modal Representation Bias

2025-01-02 · Xiyuan Gao, Bing Cao, Pengfei Zhu, Nannan Wang 외

The strength of multimodal learning lies in its ability to integrate information from various sources, providing rich and comprehensive insights. However, in real-world scenarios, multi-modal systems often face the chall…