← Search

Haokun Lin

15 accepted papers

2026

CARE What Fails: Contrastive Anchored-REflection for Verifiable Multimodal Reasoning

CVPR 2026

Group-relative reinforcement learning with verifiable rewards (RLVR) often wastes the most informative data it already has--the failures. When all rollouts are wrong, gradients stall; when one happens to be correct, the update usually ignores why the others are close-but-wrong, and credit can be mis

Cited by 0SourcecodeScholar
2026

Concept-Guided Tokenization: Closing the Gap Between Reconstruction and Generation

ICML 2026poster

Recent advances in image generation have been largely driven by image tokenization, which compresses raw pixels into compact latent representations. While existing tokenizers excel at preserving low-level visual details through reconstruction-based training, they often lack explicit semantic guidanc…

Cited by 0SourceScholar
2026

MedREK: Retrieval-Based Editing for Medical LLMs with Key-Aware Prompts

ICML 2026poster

LLMs hold great promise for healthcare applications, but fast-changing medical knowledge can quickly make their outputs outdated or inaccurate, limiting use in high-stakes settings. Model editing can update LLMs without full retraining, but parameter-based methods often break locality and are risky …

Cited by 0SourceScholar
2026

QuantVLA: Scale-Calibrated Post-Training Quantization for Vision-Language-Action Models

CVPR 2026

Vision-language-action (VLA) models unify perception, language, and control for embodied agents but face significant challenges in practical deployment due to rapidly increasing compute and memory demands, especially as models scale to longer horizons and larger backbones. To address these bottlenec

Cited by 0SourcecodeScholar
2025

DOGR: Towards Versatile Visual Document Grounding and Referring

ICCV 2025poster

With recent advances in Multimodal Large Language Models (MLLMs), grounding and referring capabilities have gained increasing attention for achieving detailed understanding and flexible user interaction. However, these capabilities still remain underdeveloped in visual document understanding due to…

2025

Image-level Memorization Detection via Inversion-based Inference Perturbation

ICLR 2025poster

Recent studies have discovered that widely used text-to-image diffusion models can replicate training samples during image generation, a phenomenon known as memorization. Existing detection methods primarily focus on identifying memorized prompts. However, in real-world scenarios, image owners may n…

Cited by 0SourcePDFScholar
2025

PhyBlock: A Progressive Benchmark for Physical Understanding and Planning via 3D Block Assembly

NeurIPS 2025poster

While vision-language models (VLMs) have demonstrated promising capabilities in reasoning and planning for embodied agents, their ability to comprehend physical phenomena, particularly within structured 3D environments, remains severely limited. To close this gap, we introduce PhyBlock, a progressiv…

Cited by 0SourceScholar
2024

DuQuant: Distributing Outliers via Dual Transformation Makes Stronger Quantized LLMs

NeurIPS 2024oral

Quantization of large language models (LLMs) faces significant challenges, particularly due to the presence of outlier activations that impede efficient low-bit representation. Traditional approaches predominantly address Normal Outliers, which are activations across all tokens with relatively large…

2024

IntactKV: Improving Large Language Model Quantization by Keeping Pivot Tokens Intact

ACL 2024findings

Large language models (LLMs) excel in natural language processing but demand intensive computation. To mitigate this, various quantization methods have been explored, yet they compromise LLM performance. This paper unveils a previously overlooked type of outliers in LLMs. Such outliers are found to…

2024

Learning with Counterfactual Explanations for Radiology Report Generation

ECCV 2024poster

"Due to the common content of anatomy, radiology images with their corresponding reports exhibit high similarity. Such inherent data bias can predispose automatic report generation models to learn entangled and spurious representations resulting in misdiagnostic reports. To tackle these, we propose…

2024

MathVerse: Does Your Multi-modal LLM Truly See the Diagrams in Visual Math Problems?

ECCV 2024poster

"The remarkable progress of Multi-modal Large Language Models (MLLMs) has gained unparalleled attention. However, their capabilities in visual math problem-solving remain insufficiently evaluated and understood. We investigate current benchmarks to incorporate excessive visual content within textual…

2024

MoPE-CLIP: Structured Pruning for Efficient Vision-Language Models with Module-wise Pruning Error Metric

CVPR 2024poster

Vision-language pre-trained models have achieved impressive performance on various downstream tasks. However their large model sizes hinder their utilization on platforms with limited computational resources. We find that directly using smaller pre-trained models and applying magnitude-based pruning…

Cited by 21SourcePDFScholar
2024

Plug-and-Play: An Efficient Post-training Pruning Method for Large Language Models

ICLR 2024poster

With the rapid growth of large language models (LLMs), there is increasing demand for memory and computation in LLMs. Recent efforts on post-training pruning of LLMs aim to reduce the model size and computation requirements, yet the performance is still sub-optimal. In this paper, we present a plug…

2024

Web2Code: A Large-scale Webpage-to-Code Dataset and Evaluation Framework for Multimodal LLMs

NeurIPS 2024poster

Multimodal large language models (MLLMs) have shown impressive success across modalities such as image, video, and audio in a variety of understanding and generation tasks. However, current MLLMs are surprisingly poor at understanding webpage screenshots and generating their corresponding HTML cod…

2023

Dynamic Graph Enhanced Contrastive Learning for Chest X-Ray Report Generation

CVPR 2023poster

Automatic radiology reporting has great clinical potential to relieve radiologists from heavy workloads and improve diagnosis interpretation. Recently, researchers have enhanced data-driven neural networks with medical knowledge graphs to eliminate the severe visual and textual bias in this task. Th…