← Search

Tongkun Guan

10 accepted papers

2026

CodePercept: Code-Grounded Visual STEM Perception for MLLMs

CVPR 2026

When MLLMs fail at Science, Technology, Engineering, and Mathematics (STEM) visual reasoning, a fundamental question arises: is it due to perceptual deficiencies or reasoning limitations? Through systematic scaling analysis that independently scales perception and reasoning components, we uncover a

Cited by 0SourcecodeScholar
2026

From Narrow to Panoramic Vision: Attention-Guided Cold-Start Reshapes Multimodal Reasoning

ICLR 2026poster

The cold-start initialization stage plays a pivotal role in training Multimodal Large Reasoning Models (MLRMs), yet its mechanisms remain insufficiently understood. To analyze this stage, we introduce the Visual Attention Score (VAS), an attention-based metric that quantifies how much a model attend…

Cited by 0SourcecodeScholar
2026

Learning Transferable Temporal Primitives for Video Reasoning via Synthetic Videos

CVPR 2026

The transition from image to video understanding requires vision-language models (VLMs) to shift from recognizing static patterns to reasoning over temporal dynamics such as motion trajectories, speed changes, and state transitions. Yet current post-training methods fall short due to two critical li

Cited by 0SourcecodeScholar
2025

A Token-level Text Image Foundation Model for Document Understanding

ICCV 2025poster

In recent years, general visual foundation models (VFMs) have witnessed increasing adoption, particularly as image encoders for popular multi-modal large language models (MLLMs). However, without semantically fine-grained supervision, these models still encounter fundamental prediction errors in the…

2025

Marten: Visual Question Answering with Mask Generation for Multi-modal Document Understanding

CVPR 2025poster

Multi-modal Large Language Models (MLLMs) have introduced a novel dimension to document understanding, i.e., they endow large language models with visual comprehension capabilities; however, how to design a suitable image-text pre-training task for bridging the visual and language modality in docume…

2025

Multimodal Large Language Models for Text-rich Image Understanding: A Comprehensive Review

ACL 2025finding

The recent emergence of Multi-modal Large Language Models (MLLMs) has introduced a new dimension to the Text-rich Image Understanding (TIU) field, with models demonstrating impressive and inspiring performance. However, their rapid evolution and widespread adoption have made it increasingly challeng…

Cited by 0SourcePDFScholar
2024

Bridging Synthetic and Real Worlds for Pre-training Scene Text Detectors

ECCV 2024poster

"Existing scene text detection methods typically rely on extensive real data for training. Due to the lack of annotated real images, recent works have attempted to exploit large-scale labeled synthetic data (LSD) for pre-training text detectors. However, a synth-to-real domain gap emerges, further l…

2024

PosFormer: Recognizing Complex Handwritten Mathematical Expression with Position Forest Transformer

ECCV 2024poster

"Handwritten Mathematical Expression Recognition (HMER) has wide applications in human-machine interaction scenarios, such as digitized education and automated offices. Recently, sequence-based models with encoder-decoder architectures have been commonly adopted to address this task by directly pred…

2023

Self-Supervised Character-to-Character Distillation for Text Recognition

ICCV 2023poster

When handling complicated text images (e.g., irregular structures, low resolution, heavy occlusion, and uneven illumination), existing supervised text recognition methods are data-hungry. Although these methods employ large-scale synthetic text images to reduce the dependence on annotated real image…

Cited by 33PDFcodeScholar
2023

Self-Supervised Implicit Glyph Attention for Text Recognition

CVPR 2023poster

The attention mechanism has become the de facto module in scene text recognition (STR) methods, due to its capability of extracting character-level representations. These methods can be summarized into implicit attention based and supervised attention based, depended on how the attention is computed…