Skip to content

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Preprint Aug 2026

Enhancing Localized Reasoning for Long Video Understanding via Efficient Segment-to-Video Supervision

Though Multimodal Large Language Models (MLLMs) have shown impressive potential in video understanding, long video understanding (LVU) remains challenging since distracting noise in complex and lengthy contexts can obscure localized details, misleading MLLMs to produce incorrect answers. Recent works mitigate these issues by incentivizing deep reasoning to include relevant evidence. However, these methods have two main problems: First, the reinforcement fine-tuning framework (RFT) they leveraged incurs substantial training overheads, including high annotation costs and complicated reward designs. Second, the self-reflective and iterative-perception mechanism in some methods causes lengthy outputs and high inference latency. To alleviate these problems, we propose a novel Segment-to-Video Supervision} method (S2V) to efficiently enhance fine-grained reasoning in LVU. Specifically, we generate question answer pairs (VQA) based on localized segments, and then transfer these segment-based VQA back to the whole video for training. Due to focusing on short segments, segment-based VQA can naturally notice details which tend to be overlooked from a whole-video perspective. Training on such data can enforce MLLMs to correctly associate fine-grained details with QA while avoiding distracting noise in the whole video. The S2V training involves just reinforcement learning (RL) with a simple accuracy reward based on only 10K VQA samples and the resulting S2V model predicts answer using a single forward pass with limited output tokens. Experimental results demonstrate that S2V can consistently improve LVU performance across multiple LVU benchmarks, outperforming both general MLLMs and reasoning-based methods not only in LVU accuracy but also in training and inference efficiency.

Beibei Zhang, Chao Xu, Jun Lan et al. · 0 citations
Jul 2026

Multi-Level Semantic-Guided Framework for Cloth-Changing Person Re-Identification

Cloth-changing person re-identification (CC-ReID) aims to match persons who change clothing across multiple surveillance cameras. Recent approaches strive to extract clothing-agnostic features by utilizing biological information, including skeleton, texture, gait, and 3D data. However, most methods rely on additional features at a single aspect, leading to a lack of comprehensive understanding of concepts and semantics. This limitation introduces biases and restricts both accuracy and functionality, thereby diminishing their effectiveness in handling variations in clothing. To alleviate this problem, we propose a Multi-level Semantic-Guided (MSG) framework that integrates contextual and fine-grained visual information to eliminate clothing variance across both conceptual and pixel dimensions. This innovative solution consists of two key components: the Contextual Semantic Guidance (CSG) module adeptly utilizes textual features from clothing descriptions to decouple clothing concepts at a higher semantic level. In contrast, the Low-Level Robust Feature Disentanglement (LRD) module meticulously analyzes images featuring clothing to disentangle texture information at the granular pixel level, and the integration of a momentum update mechanism significantly bolsters the model’s robustness. The two approaches collaboratively eliminate clothing information by interacting across different semantic levels. Extensive experiments demonstrate the effectiveness of our method, achieving new state-of-the-art performance on several popular CC-ReID benchmarks. Our code will be available on GitHub at https://github.com/ShijuanHuang/MSG.

Shijuan Huang, Hefei Ling, Zongyi Li et al. · 0 citations