← Search

Yingying Zhang

28 accepted papers

2026

Copy-Paste to Mitigate Large Language Model Hallucinations

ICLR 2026poster

While Retrieval-Augmented Generation (RAG) enables large language models (LLMs) to generate contextually grounded responses, contextual faithfulness remains challenging as LLMs may not consistently trust provided context, leading to hallucinations that undermine reliability. We observe an inverse co…

Cited by 0SourcecodeScholar
2026

Designing Time Series Experiments in A/B Testing with Transformer Reinforcement Learning

ICLR 2026poster

A/B testing has become a gold standard for modern technological companies to conduct policy evaluation. Yet, its application to time series experiments, where treatments are sequentially assigned over time, remains challenging. Existing designs suffer from two limitations: (i) they do not fully leve…

Cited by 0SourceScholar
2026

ECG-R1: Protocol-Guided and Modality-Agnostic MLLM for Reliable ECG Interpretation

ICML 2026poster

Electrocardiography (ECG) serves as an indispensable diagnostic tool in clinical practice, yet existing multimodal large language models (MLLMs) remain unreliable for ECG interpretation, often producing plausible but clinically incorrect analyses. To address this, we propose ECG-R1, the first reason…

Cited by 0SourceScholar
2026

Robust Sequential Experimental Design for A/B Testing

ICML 2026poster

Experimental design has emerged as a powerful approach for improving the sample efficiency of A/B testing, yet existing designs rely critically on correctly specified models. We study robust sequential experimental design under model misspecification and develop a unified framework that covers both …

Cited by 0SourceScholar
2025

Agentic RL Scaling Law: Spontaneous Code Execution for Mathematical Problem Solving

NeurIPS 2025poster

Large Language Models (LLMs) often struggle with mathematical reasoning tasks requiring precise, verifiable computation. While Reinforcement Learning (RL) from outcome-based rewards enhances text-based reasoning, understanding how agents autonomously learn to leverage external tools like code execu…

Cited by 0SourcecodeScholar
2025

AnchorCoT: Anchors Pave the Way for Multi-hop Reasoning

ACL 2025finding

Large Language Models (LLMs) have made substantial strides in a broad array of natural language tasks. Recently, LLMs have demonstrated potential reasoning capabilities through prompt design, such as the Chain of Thought (CoT). Despite their superiority in question answering, LLMs still face challen…

Cited by 0SourcePDFScholar
2025

CasP: Improving Semi-Dense Feature Matching Pipeline Leveraging Cascaded Correspondence Priors for Guidance

ICCV 2025poster

Semi-dense feature matching methods have shown strong performance in challenging scenarios. However, the existing pipeline relies on a global search across the entire feature map to establish coarse matches, limiting further improvements in accuracy and efficiency. Motivated by this limitation, we p…

2025

Conformal Prediction Beyond the Horizon: Distribution-Free Inference for Policy Evaluation

NeurIPS 2025poster

Reliable uncertainty quantification is crucial for reinforcement learning (RL) in high-stakes settings. We propose a unified conformal prediction framework for infinite-horizon policy evaluation that constructs distribution-free prediction intervals for returns in both on-policy and off-policy setti…

Cited by 0SourceScholar
2025

DLP: Dynamic Layerwise Pruning in Large Language Models

ICML 2025poster

Pruning has recently been widely adopted to reduce the parameter scale and improve the inference efficiency of Large Language Models (LLMs). Mainstream pruning techniques often rely on uniform layerwise pruning strategies, which can lead to severe performance degradation at high sparsity levels. Rec…

2025

HR-SKGs: Hyper-Relational Semantic Knowledge Graphs for Multi-hop Reading Comprehension

ICASSP 2025accepted

Multi-hop Reading Comprehension (RC) is a challenging task that requires models to integrate dispersed information and perform multi-step reasoning. In recent years, graph-based methods have shown promising performance on multi-hop RC tasks. However, they often overemphasize nodes and connection str…

Cited by 0SourceScholar
2025

HomoMatcher: Achieving Dense Feature Matching with Semi-Dense Efficiency by Homography Estimation

AAAI 2025technical

Feature matching between image pairs is a fundamental problem in computer vision that drives many applications, such as SLAM. Recently, semi-dense matching approaches have achieved substantial performance enhancements and established a widely-accepted coarse-to-fine paradigm. However, the majority…

Cited by 0SourcePDFScholar
2025

LEP: Leveraging Local Entropy Pruning for Sparsity in Large Language Models

ICASSP 2025accepted

The application of Large Language Models (LLMs) is rapidly expanding in fields such as natural language processing and computer vision. However, due to the enormous number of model parameters, while their emergent capabilities enhance performance, they also incur significant computational and storag…

Cited by 0SourceScholar
2025

Perturbating, Tuning, and Collaborating: Harnessing Vision Foundation Models for Single Domain Generalization on Medical Imaging

AAAI 2025technical

Single Domain Generalization (SDG) is critical in medical imaging applications. Recently, Vision Foundation Models (VFMs) have spearheaded a trend in AI development due to their robust generalizability and versatility. This work aims to fully explore the generalization capabilities of VFMs alongside…

Cited by 0SourcePDFScholar
2025

SkySense V2: A Unified Foundation Model for Multi-modal Remote Sensing

ICCV 2025poster

The multi-modal remote sensing foundation model (MM-RSFM) has significantly advanced various Earth observation tasks, such as urban planning, environmental monitoring, and natural disaster management. However, most existing approaches generally require the training of separate backbone networks for…

Cited by 0SourcePDFScholar
2025

SkySense-O: Towards Open-World Remote Sensing Interpretation with Vision-Centric Visual-Language Modeling

CVPR 2025poster

Open-world interpretation aims to accurately localize and recognize all objects within images by vision-language models (VLMs). While substantial progress has been made in this task for natural images, the advancements for remote sensing (RS) images still remain limited, primarily due to these two c…

2025

Think or Not? Exploring Thinking Efficiency in Large Reasoning Models via an Information-Theoretic Lens

NeurIPS 2025spotlight

The recent rise of Large Reasoning Models (LRMs) has significantly improved multi-step reasoning performance, but often at the cost of generating excessively long reasoning chains. This paper revisits the efficiency of such reasoning processes through an information-theoretic lens, revealing a funda…

Cited by 0SourcecodeScholar
2025

When Large Vision-Language Model Meets Large Remote Sensing Imagery: Coarse-to-Fine Text-Guided Token Pruning

ICCV 2025poster

Efficient vision-language understanding of large Remote Sensing Images (RSIs) is meaningful but challenging. Current Large Vision-Language Models (LVLMs) typically employ limited pre-defined grids to process images, leading to information loss when handling gigapixel RSIs. Conversely, using unlimite…

2024

Explaining Time Series via Contrastive and Locally Sparse Perturbations

ICLR 2024poster

Explaining multivariate time series is a compound challenge, as it requires identifying important locations in the time series and matching complex temporal patterns. Although previous saliency-based methods addressed the challenges, their perturbation may not alleviate the distribution shift issue,…

2024

Knowledge-aware Attention Network for Medication Effectiveness Prediction

COLING 2024main

The first 24 hours’ medication plan is critical to patients with serious or life-threatening illnesses and injuries. An appropriate medication can result in a lower mortality, a shorter length stay and a higher APACHE score. However, in clinical practice, the medication plan is often error-prone, es…

Cited by 0SourcePDFScholar
2024

MedJourney: Benchmark and Evaluation of Large Language Models over Patient Clinical Journey

NeurIPS 2024poster

Large language models (LLMs) have demonstrated remarkable capabilities in language understanding and generation, leading to their widespread adoption across various fields. Among these, the medical field is particularly well-suited for LLM applications, as many medical tasks can be enhanced by LLMs.…

Cited by 1SourcePDFScholar
2024

Pathformer: Multi-scale Transformers with Adaptive Pathways for Time Series Forecasting

ICLR 2024poster

Transformers for time series forecasting mainly model time series from limited or fixed scales, making it challenging to capture different characteristics spanning various scales. We propose Pathformer, a multi-scale Transformer with adaptive pathways. It integrates both temporal resolution and temp…

2024

SkySense: A Multi-Modal Remote Sensing Foundation Model Towards Universal Interpretation for Earth Observation Imagery

CVPR 2024poster

Prior studies on Remote Sensing Foundation Model (RSFM) reveal immense potential towards a generic model for Earth Observation. Nevertheless these works primarily focus on a single modality without temporal and geo-context modeling hampering their capabilities for diverse tasks. In this study we pre…

Cited by 140SourcePDFScholar
2023

Simultaneously Short- and Long-Term Temporal Modeling for Semi-Supervised Video Semantic Segmentation

CVPR 2023poster

In order to tackle video semantic segmentation task at a lower cost, e.g., only one frame annotated per video, lots of efforts have been devoted to investigate the utilization of those unlabeled frames by either assigning pseudo labels or performing feature enhancement. In this work, we propose a no…

Cited by 12SourcePDFScholar
2022

Netrca: An Effective Network Fault Cause Localization Algorithm

ICASSP 2022accepted

Localizing the root cause of network faults is crucial to network operation and maintenance. However, due to the complicated network architectures and wireless environments, as well as limited labeled data, accurately localizing the true root cause is challenging. In this paper, we propose a novel a…

Cited by 0SourceScholar
2021

Divide-and-Assemble: Learning Block-Wise Memory for Unsupervised Anomaly Detection

ICCV 2021poster

Reconstruction-based methods play an important role in unsupervised anomaly detection in images. Ideally, we expect a perfect reconstruction for normal samples and poor reconstruction for abnormal samples. Since the generalizability of deep neural networks is difficult to control, existing models su…

Cited by 193PDFScholar
2016

Single-Image Crowd Counting via Multi-Column Convolutional Neural Network

CVPR 2016poster

This paper aims to develop a method that can accurately estimate the crowd count from an individual image with arbitrary crowd density and arbitrary perspective. To this end,we have proposed a simple but effective Multi-column Convolutional Neural Network (MCNN) architecture to map the image to its…

Cited by 2492PDFScholar