← Search

Cheng-Lin Liu

41 accepted papers

2026

An Open-Ended Benchmark and Formal Framework for Adjuvant Research with MLLM

ICLR 2026poster

Adjuvants play a critical role in modulating immune responses and are central to the development of vaccines and immunotherapies. Yet progress in this field is constrained by data scarcity and incomplete understanding of mechanisms of action, which limit the transition from experience-based design t…

Cited by 0SourceScholar
2026

CatalystBench: A Comprehensive Multi-Task Benchmark for Advancing Language Models in Catalysis Science

ICLR 2026poster

The discovery of novel catalytic materials is a cornerstone of chemical engineering and sustainable energy, yet it remains a complex, knowledge-intensive process. While Large Language Models (LLMs) have demonstrated remarkable potential in various scientific domains, their application to catalysis i…

Cited by 0SourceScholar
2026

End-to-End Hyper-Relational Information Extraction for Engineering Diagrams via Dynamically Tokenized Relation Transformer

CVPR 2026

Engineering diagrams are the core carriers of technical information in industrial contexts, where the pressing demand for their digitization from industrial sectors has driven great advancements in related research domains. However, existing research still suffers from three limitations. Firstly, th

Cited by 0SourcecodeScholar
2026

HVR-Met: A Hypothesis-Verification-Replaning Agentic System for Extreme Weather Diagnosis

ICML 2026poster

While deep learning-based weather forecasting paradigms have made significant strides, addressing extreme weather diagnostics remains a formidable challenge. This gap exists primarily because the diagnostic process demands sophisticated multi-step logical reasoning, dynamic tool invocation, and expe…

Cited by 0SourceScholar
2026

Learning to Generate Stylized Handwritten Text via a Unified Representation of Style, Content, and Noise

ICLR 2026poster

Handwritten Text Generation (HTG) seeks to synthesize realistic and personalized handwriting by modeling stylistic and structural traits. While recent diffusion-based approaches have advanced generation fidelity, they typically rely on auxiliary style or content encoders with handcrafted objectives,…

Cited by 0SourceScholar
2026

One Patch Doesn’t Fit All: Adaptive Patching for Native-Resolution Multimodal Large Language Models

ICLR 2026poster

Real-world visual signals are inherently variable in resolution, and it is natural to endow multimodal large language models (MLLMs) with such native-resolution perception capabilities. In principle, for general and straightforward multimodal understanding, low-resolution images are sufficient. Whil…

Cited by 0SourceScholar
2025

CMMaTH: A Chinese Multi-modal Math Skill Evaluation Benchmark for Foundation Models

COLING 2025main

With the rapid advancements in multimodal large language models, evaluating their multimodal mathematical capabilities continues to receive wide attention. Although datasets such as MathVista have been introduced for evaluating mathematical capabilities in multimodal scenarios, there remains a lack…

2025

DocSAM: Unified Document Image Segmentation via Query Decomposition and Heterogeneous Mixed Learning

CVPR 2025poster

Document image segmentation is crucial in document analysis and recognition but remains challenging due to the heterogeneity of document formats and diverse segmentation tasks. Existing methods often treat these tasks separately, leading to limited generalization and resource wastage.This paper intr…

2025

Federated Continual Instruction Tuning

ICCV 2025poster

A vast amount of instruction tuning data is crucial for the impressive performance of Large Multimodal Models (LMMs), but the associated computational costs and data collection demands during supervised fine-tuning make it impractical for most researchers. Federated learning (FL) has the potential t…

2025

HiDe-LLaVA: Hierarchical Decoupling for Continual Instruction Tuning of Multimodal Large Language Model

ACL 2025long

Instruction tuning is widely used to enhance a pre-trained Multimodal Large Language Model (MLLM) to understand and follow human instructions by training it on a curated set of task-specific dataset. However, it is infeasible to collect all possible instruction datasets simultaneously in real-world…

Cited by 0SourcePDFScholar
2025

HiE-VL: A Large Vision-Language Model with Hierarchical Adapter for Handwritten Mathematical Expression Recognition

ICASSP 2025accepted

Large Vision-Language Models (LVLMs) have shown impressive capabilities across various domains, but existing LVLMs have limited performance in dense perception and structured learning problems, such as Handwritten Mathematical Expression Recognition (HMER). The primary challenges stem from the compl…

Cited by 0SourceScholar
2025

LongDocURL: a Comprehensive Multimodal Long Document Benchmark Integrating Understanding, Reasoning, and Locating

ACL 2025long

Large vision language models (LVLMs) have improved the document understanding capabilities remarkably, enabling the handling of complex document elements, longer contexts, and a wider range of tasks. However, existing document understanding benchmarks have been limited to handling only a small numbe…

2025

MV-MATH: Evaluating Multimodal Math Reasoning in Multi-Visual Contexts

CVPR 2025poster

Multimodal Large Language Models (MLLMs) have shown promising capabilities in mathematical reasoning within visual contexts across various datasets. However, most existing multimodal math benchmarks are limited to single-visual contexts, which diverges from the multi-visual scenarios commonly encoun…

Cited by 6SourcePDFScholar
2025

ModalPrompt: Towards Efficient Multimodal Continual Instruction Tuning with Dual-Modality Guided Prompt

EMNLP 2025

Large Multimodal Models (LMMs) exhibit remarkable multi-tasking ability by learning mixed instruction datasets. However, novel tasks would be encountered sequentially in dynamic world, which urges for equipping LMMs with multimodal continual instruction learning (MCIT) ability especially for diverse

2025

Recoverable Compression: A Multimodal Vision Token Recovery Mechanism Guided by Text Information

AAAI 2025technical

With the advancement of large-scale language modeling techniques, large multimodal models combining visual encoders with large language models have demonstrated exceptional performance in various visual tasks. Most of the current large multimodal models achieve this by mapping visual features obtain…

2025

SolidGeo: Measuring Multimodal Spatial Math Reasoning in Solid Geometry

NeurIPS 2025poster

Geometry is a fundamental branch of mathematics and plays a crucial role in evaluating the reasoning capabilities of multimodal large language models (MLLMs). However, existing multimodal mathematics benchmarks mainly focus on plane geometry and largely ignore solid geometry, which requires spatial…

Cited by 0SourceScholar
2024

GeoEval: Benchmark for Evaluating LLMs and Multi-Modal Models on Geometry Problem-Solving

ACL 2024findings

Recent advancements in large language models (LLMs) and multi-modal models (MMs) have demonstrated their remarkable capabilities in problem-solving. Yet, their proficiency in tackling geometry math problems, which necessitates an integrated understanding of both textual and visual information, has n…

2024

Happy: A Debiased Learning Framework for Continual Generalized Category Discovery

NeurIPS 2024poster

Constantly discovering novel concepts is crucial in evolving environments. This paper explores the underexplored task of Continual Generalized Category Discovery (C-GCD), which aims to incrementally discover new classes from *unlabeled* data while maintaining the ability to recognize previously lear…

2024

LANS: A Layout-Aware Neural Solver for Plane Geometry Problem

ACL 2024findings

Geometry problem solving (GPS) is a challenging mathematical reasoning task requiring multi-modal understanding, fusion, and reasoning. Existing neural solvers take GPS as a vision-language task but are short in the representation of geometry diagrams that carry rich and complex layout information.…

2024

MSPE: Multi-Scale Patch Embedding Prompts Vision Transformers to Any Resolution

NeurIPS 2024poster

Although Vision Transformers (ViTs) have recently advanced computer vision tasks significantly, an important real-world problem was overlooked: adapting to variable input resolutions. Typically, images are resized to a fixed resolution, such as 224x224, for efficiency during training and inference.…

Cited by 3SourcePDFScholar
2024

PILoRA: Prototype Guided Incremental LoRA for Federated Class-Incremental Learning

ECCV 2024poster

"Existing federated learning methods have effectively dealt with decentralized learning in scenarios involving data privacy and non-IID data. However, in real-world situations, each client dynamically learns new classes, requiring the global model to classify all seen classes. To effectively mitigat…

2024

Unified Entropy Optimization for Open-Set Test-Time Adaptation

CVPR 2024poster

Test-time adaptation (TTA) aims at adapting a model pre-trained on the labeled source domain to the unlabeled target domain. Existing methods usually focus on improving TTA performance under covariate shifts while neglecting semantic shifts. In this paper we delve into a realistic open-set TTA setti…

2023

A Multi-Modal Neural Geometric Solver with Textual Clauses Parsed from Diagram

IJCAI 2023poster

Geometry problem solving (GPS) is a high-level mathematical reasoning requiring the capacities of multi-modal fusion and geometric knowledge application. Recently, neural solvers have shown great potential in GPS but still be short in diagram presentation and modal fusion. In this work, we convert d…

2023

OpenMix: Exploring Outlier Samples for Misclassification Detection

CVPR 2023highlight

Reliable confidence estimation for deep neural classifiers is a challenging yet fundamental requirement in high-stakes applications. Unfortunately, modern deep neural networks are often overconfident for their erroneous predictions. In this work, we exploit the easily available outlier samples, i.e.…

2023

Social Relation Reasoning Based on Triangular Constraints

AAAI 2023technical

Social networks are essentially in a graph structure where persons act as nodes and the edges connecting nodes denote social relations. The prediction of social relations, therefore, relies on the context in graphs to model the higher-order constraints among relations, which has not been exploited s…

Cited by 9SourcePDFScholar
2023

Visual Traffic Knowledge Graph Generation from Scene Images

ICCV 2023poster

Although previous works on traffic scene understanding have achieved great success, most of them stop at a lowlevel perception stage, such as road segmentation and lane detection, and few concern high-level understanding. In this paper, we present Visual Traffic Knowledge Graph Generation (VTKGG), a…

Cited by 15PDFScholar
2022

Rethinking Confidence Calibration for Failure Prediction

ECCV 2022poster

"Reliable confidence estimation for the predictions is important in many safety-critical applications. However, modern deep neural networks are often overconfident for their incorrect predictions. Recently, many calibration methods have been proposed to alleviate the overconfidence problem. With cal…

2021

Graph-to-Graph: Towards Accurate and Interpretable Online Handwritten Mathematical Expression Recognition

AAAI 2021technical

Recent handwritten mathematical expression recognition (HMER) approaches treat the problem as an image-to-markup generation task where the handwritten formula is translated into a sequence (e.g. LaTeX). The encoder-decoder framework is widely used to solve this image-to-sequence problem. However, (i…

Cited by 46SourcePDFScholar
2021

Prototype Augmentation and Self-Supervision for Incremental Learning

CVPR 2021poster

Despite the impressive performance in many individual tasks, deep neural networks suffer from catastrophic forgetting when learning new tasks incrementally. Recently, various incremental learning methods have been proposed, and some approaches achieved acceptable performance relying on stored data o…

Cited by 486PDFScholar
2021

Proxy Graph Matching with Proximal Matching Networks

AAAI 2021technical

Estimating feature point correspondence is a common technique in computer vision. A line of recent data-driven approaches utilizing the graph neural networks improved the matching accuracy by a large margin. However, these learning-based methods require a lot of labeled training data, which are expe…

Cited by 8SourcePDFScholar
2019

Arbitrary Shape Scene Text Detection With Adaptive Text Region Representation

CVPR 2019oral

Scene text detection attracts much attention in computer vision, because it can be widely used in many applications such as real-time text translation, automatic information entry, blind person assistance, robot sensing and so on. Though many methods have been proposed for horizontal and oriented te…

Cited by 222PDFScholar
2019

TextDragon: An End-to-End Framework for Arbitrary Shaped Text Spotting

ICCV 2019poster

Most existing text spotting methods either focus on horizontal/oriented texts or perform arbitrary shaped text spotting with character-level annotations. In this paper, we propose a novel text spotting framework to detect and recognize text of arbitrary shapes in an end-to-end manner, using only wor…

Cited by 255PDFScholar
2018

Practical Block-Wise Neural Network Architecture Generation

CVPR 2018poster

Convolutional neural networks have gained a remarkable success in computer vision. However, most usable network architectures are hand-crafted and usually require expertise and elaborate design. In this paper, we provide a block-wise network generation pipeline called BlockQNN which automatically bu…

Cited by 650SourcePDFScholar
2018

Robust Classification With Convolutional Prototype Learning

CVPR 2018poster

Convolutional neural networks (CNNs) have been widely used for image classification. Despite its high accuracies, CNN has been shown to be easily fooled by some adversarial examples, indicating that CNN is not robust enough for pattern classification. In this paper, we argue that the lack of robustn…