← Search

Lingling Zhang

22 accepted papers

2026

Beyond Layer-Wise Merging: Chain-of-Merging for Vision-Language Models

CVPR 2026

While model merging has demonstrated remarkable success for large language models (LLMs), its application to vision-language models (VLMs) remains largely underexplored. Recent methods attempt to enhance VLM reasoning capabilities by integrating specialized LLM parameters through layer-wise merging.

Cited by 0SourceScholar
2026

CL-DMDF: Dynamic Multimodal Data Fusion Model Based on Contrastive Learning

AAAI 2026technical

Multimodal data fusion involves integrating and analyzing information from multiple modalities to uncover latent correlations and complementary patterns, thereby enhancing data processing and decision-making. While existing methods for structured multimodal inputs are typically designed around speci

Cited by 0SourcePDFScholar
2026

Encode Geometric Diagram as Geo-Graph in Geometry Problem Solving

AAAI 2026technical

Geometry Problem Solving has become a hot topic these years due to its complexity of enabling the machine with geometric abstraction, multi-modal reasoning and mathematical capabilities. Majority of research works place their attention on the fusion of multi-modal data or the synergistic combination

Cited by 0SourcePDFScholar
2026

MAPS: Multi-Agent Personality Shaping for Collaborative Reasoning

AAAI 2026technical

Collaborative reasoning with multiple agents offers the potential for more robust and diverse problem-solving. However, existing approaches often suffer from homogeneous agent behaviors and lack of reflective and rethinking capabilities. We propose Multi-Agent Personality Shaping ((MAPS), a novel fr

Cited by 0SourcePDFScholar
2026

Neurodynamics-Driven Coupled Neural P Systems for Multi-Focus Image Fusion

CVPR 2026

Multi-focus image fusion (MFIF) is a crucial technique in image processing, with a key challenge being the generation of decision maps with precise boundaries. However, traditional methods based on heuristic rules and deep learning methods with black-box networks are difficult to generate high-quali

Cited by 0SourcecodeScholar
2026

ST-SAM: Multimodal Scene Text Segmentation with Dense Visual and Sparse Textual Prompts via SAM

AAAI 2026technical

Scene text segmentation is a critical preprocessing step in various text-based applications. Specialist text segmentation methods, often relying on a detect-then-segment paradigm, tend to exhibit reduced robustness and can lead to cascading errors. The introduction of the Segment Anything Model (SAM

Cited by 0SourcePDFScholar
2026

SketchVL: Policy Optimization via Fine-Grained Credit Assignment for Chart Understanding and More

CVPR 2026

Charts are high-density visual carriers of complex data and medium for information extraction and analysis. Due to the need for precise and complex visual reasoning, automated chart understanding poses a significant challenge to existing Multimodal Large Language Models (MLLMs). Many MLLMs trained w

Cited by 0SourceScholar
2025

Causal-R: A Causal-Reasoning Geometry Problem Solver for Optimized Solution Exploration

NeurIPS 2025poster

The task of geometry problem solving has been a long-standing focus in the automated mathematics community and draws growing attention due to its complexity for both symbolic and neural models. Although prior studies have explored various effective approaches for enhancing problem solving performanc…

Cited by 0SourceScholar
2025

ChartSketcher: Reasoning with Multimodal Feedback and Reflection for Chart Understanding

NeurIPS 2025poster

Charts are high-density visualization carriers for complex data, serving as a crucial medium for information extraction and analysis. Automated chart understanding poses significant challenges to existing multimodal large language models (MLLMs) due to the need for precise and complex visual reasoni…

Cited by 0SourcecodeScholar
2025

CoFFT: Chain of Foresight-Focus Thought for Visual Language Models

NeurIPS 2025poster

Despite significant advances in Vision Language Models (VLMs), they remain constrained by the complexity and redundancy of visual input. When images contain large amounts of irrelevant information, VLMs are susceptible to interference, thus generating excessive task-irrelevant reasoning processes or…

Cited by 0SourceScholar
2025

EvoChart: A Benchmark and a Self-Training Approach Towards Real-World Chart Understanding

AAAI 2025technical

Chart understanding enables automated data analysis for humans, which requires models to achieve highly accurate visual comprehension. While existing Visual Language Models (VLMs) have shown progress in chart understanding, the lack of high-quality training data and comprehensive evaluation benchmar…

2025

PhysReason: A Comprehensive Benchmark towards Physics-Based Reasoning

ACL 2025long

Large language models demonstrate remarkable capabilities across various domains, especially mathematics and logic reasoning. However, current evaluations overlook physics-based reasoning - a complex task requiring physics theorems and constraints. We present PhysReason, a 1,200-problem benchmark co…

Cited by 0SourcePDFScholar
2025

VProChart: Answering Chart Question Through Visual Perception Alignment Agent and Programmatic Solution Reasoning

AAAI 2025technical

Charts are widely used for data visualization across various fields, including education, research, and business. Chart Question Answering (CQA) is an emerging task focused on the automatic interpretation and reasoning of data presented in charts. However, chart images are inherently difficult to in…

2024

CoG-DQA: Chain-of-Guiding Learning with Large Language Models for Diagram Question Answering

CVPR 2024poster

Diagram Question Answering (DQA) is a challenging task requiring models to answer natural language questions based on visual diagram contexts. It serves as a crucial basis for academic tutoring technical support and more practical applications. DQA poses significant challenges such as the demand for…

Cited by 6SourcePDFScholar
2024

E-GPS: Explainable Geometry Problem Solving via Top-Down Solver and Bottom-Up Generator

CVPR 2024poster

Geometry Problem Solving has drawn growing attention recently due to its application prospects in intelligent education field. However existing methods are still inadequate to meet the needs of practical application suffering from the following limitations: 1) explainability is not ensured which is…

Cited by 5SourcePDFScholar
2024

When Phrases Meet Probabilities: Enabling Open Relation Extraction with Cooperating Large Language Models

ACL 2024long

Current clustering-based open relation extraction (OpenRE) methods usually apply clustering algorithms on top of pre-trained language models. However, this practice has three drawbacks. First, embeddings from language models are high-dimensional and anisotropic, so using simple metrics to calculate…

2023

Diagram Visual Grounding: Learning to See with Gestalt-Perceptual Attention

IJCAI 2023poster

Diagram visual grounding aims to capture the correlation between language expression and local objects in the diagram, and plays an important role in the applications like textbook question answering and cross-modal retrieval. Most diagrams consist of several colors and simple geometries. This resul…

2023

GPTR: Gestalt-Perception Transformer for Diagram Object Detection

AAAI 2023technical

Diagram object detection is the key basis of practical applications such as textbook question answering. Because the diagram mainly consists of simple lines and color blocks, its visual features are sparser than those of natural images. In addition, diagrams usually express diverse knowledge, in whi…

Cited by 6SourcePDFScholar
2022

Inductive Relation Prediction with Logical Reasoning Using Contrastive Representations

EMNLP 2022main

Relation prediction in knowledge graphs (KGs) aims at predicting missing relations in incomplete triples, whereas the dominant embedding paradigm has a restriction on handling unseen entities during testing. In the real-world scenario, the inductive setting is more common because entities in the tra…

Cited by 21SourcePDFScholar
2022

MatchPrompt: Prompt-based Open Relation Extraction with Semantic Consistency Guided Clustering

EMNLP 2022main

Relation clustering is a general approach for open relation extraction (OpenRE). Current methods have two major problems. One is that their good performance relies on large amounts of labeled and pre-defined relational instances for pre-training, which are costly to acquire in reality. The other is…