← Search

che liu

26 accepted papers

2026

Dynamic Decision Learning: Test-Time Evolution for Abnormality Grounding in Rare Diseases

ICML 2026poster

Clinical abnormality grounding for rare diseases is often hindered by data scarcity, rendering supervised fine-tuning infeasible and single-pass inference highly unstable. Thus, we propose Dynamic Decision Learning (DDL), a framework that enables frozen LVLMs to refine their decisions across languag…

Cited by 0SourceScholar
2026

Emergent Hierarchical Reasoning in LLMs through Reinforcement Learning

ICLR 2026poster

Reinforcement Learning (RL) has proven highly effective at enhancing the complex reasoning abilities of Large Language Models (LLMs), yet underlying mechanisms driving this success remain largely opaque. Our analysis reveals that puzzling phenomena like ``aha moments", ``length-scaling'' and entropy…

Cited by 0SourcecodeScholar
2025

Argus: Benchmarking and Enhancing Vision-Language Models for 3D Radiology Report Generation

ACL 2025finding

Automatic radiology report generation holds significant potential to streamline the labor-intensive process of report writing by radiologists, particularly for 3D radiographs such as CT scans. While CT scans are critical for clinical diagnostics, they remain less explored compared to 2D radiographs.…

Cited by 0SourcePDFScholar
2025

Can Medical Vision-Language Pre-training Succeed with Purely Synthetic Data?

ACL 2025finding

Medical Vision-Language Pre-training (MedVLP) has made significant progress in enabling zero-shot tasks for medical image understanding. However, training MedVLP models typically requires large-scale datasets with paired, high-quality image-text data, which are scarce in the medical domain. Recent a…

2025

Knowledge-enhanced Multimodal ECG Representation Learning with Arbitrary-Lead Inputs

EMNLP 2025

Recent advancements in multimodal representation learning for electrocardiogram (ECG) have moved onto learning representations by aligning ECG signals with their paired free-text reports. However, current methods often result in suboptimal alignment of ECG signals with their corresponding text repor

2025

MEDA: Dynamic KV Cache Allocation for Efficient Multimodal Long-Context Inference

NAACL 2025long

Long-context Multimodal Large Language Models (MLLMs) that incorporate long text-image and text-video modalities, demand substantial computational resources as their multimodal Key-Value (KV) cache grows with increasing input lengths, challenging memory and time efficiency. For multimodal scenarios,…

2025

MEIT: Multimodal Electrocardiogram Instruction Tuning on Large Language Models for Report Generation

ACL 2025finding

Electrocardiogram (ECG) is the primary non-invasive diagnostic tool for monitoring cardiac conditions and is crucial in assisting clinicians. Recent studies have concentrated on classifying cardiac conditions using ECG data but have overlooked ECG report generation, which is time-consuming and requi…

2025

MLLM-I2W: Harnessing Multimodal Large Language Model for Zero-Shot Composed Image Retrieval

COLING 2025main

Combined Image Retrieval (CIR) involves retrieving an image based on a reference image and a brief text description, which is widely present in various scenarios such as fashion recommendation. Existing methods can be mainly divided into two categories, respectively supervised CIR methods and Zero-S…

Cited by 0SourcePDFScholar
2025

MaskTwins: Dual-form Complementary Masking for Domain-Adaptive Image Segmentation

ICML 2025poster

Recent works have correlated Masked Image Modeling (MIM) with consistency regularization in Unsupervised Domain Adaptation (UDA). However, they merely treat masking as a special form of deformation on the input images and neglect the theoretical analysis, which leads to a superficial understanding o…

2025

NOVA: A Benchmark for Rare Anomaly Localization and Clinical Reasoning in Brain MRI

NeurIPS 2025oral

In many real-world applications, deployed models encounter inputs that differ from the data seen during training. Open-world recognition ensures that such systems remain robust as ever-emerging, previously _unknown_ categories appear and must be addressed without retraining. Foundation and vision-la…

Cited by 0SourceScholar
2025

SRPO: Enhancing Multimodal LLM Reasoning via Reflection-Aware Reinforcement Learning

NeurIPS 2025poster

Multimodal large language models (MLLMs) have shown promising capabilities in reasoning tasks, yet still struggle significantly with complex problems requiring explicit self-reflection and self-correction, especially compared to their unimodal text-based counterparts. Existing reflection methods are…

Cited by 0SourceScholar
2025

SuPreME: A Supervised Pre-training Framework for Multimodal ECG Representation Learning

EMNLP 2025

Cardiovascular diseases are a leading cause of death and disability worldwide. Electrocardiogram (ECG) is critical for diagnosing and monitoring cardiac health, but obtaining large-scale annotated ECG datasets is labor-intensive and time-consuming. Recent ECG Self-Supervised Learning (eSSL) methods

Cited by 0SourcePDFScholar
2024

DialogBench: Evaluating LLMs as Human-like Dialogue Systems

NAACL 2024long

Large language models (LLMs) have achieved remarkable breakthroughs in new dialogue capabilities by leveraging instruction tuning,which refreshes human impressions of dialogue systems. The long-standing goal of dialogue systems is to be human-like enough to establish long-term connections with users…

2024

ETP: Learning Transferable ECG Representations via ECG-Text Pre-Training

ICASSP 2024accepted

In the domain of cardiovascular healthcare, the Electrocardiogram (ECG) serves as a critical, non-invasive diagnostic tool. Although recent strides in self-supervised learning (SSL) have been promising for ECG representation learning, these techniques often require annotated samples and struggle wit…

Cited by 0SourceScholar
2024

EvoR: Evolving Retrieval for Code Generation

EMNLP 2024finding

Recently the retrieval-augmented generation (RAG) has been successfully applied in code generation. However, existing pipelines for retrieval-augmented code generation (RACG) employ static knowledge bases with a single source, limiting the adaptation capabilities of Large Language Models (LLMs) to d…

2024

Freeze the Backbones: a Parameter-Efficient Contrastive Approach to Robust Medical Vision-Language Pre-Training

ICASSP 2024accepted

Modern healthcare often utilises radiographic images alongside textual reports for diagnostics, encouraging the use of Vision-Language Self-Supervised Learning (VL-SSL) with large pre-trained models to learn versatile medical vision representations. However, most existing VL-SSL frameworks are train…

Cited by 0SourceScholar
2024

G2D: From Global to Dense Radiography Representation Learning via Vision-Language Pre-training

NeurIPS 2024poster

Medical imaging tasks require an understanding of subtle and localized visual features due to the inherently detailed and area-specific nature of pathological patterns, which are crucial for clinical diagnosis. Although recent advances in medical vision-language pre-training (VLP) enable models to l…

2024

Inductive-Deductive Strategy Reuse for Multi-Turn Instructional Dialogues

EMNLP 2024main

Aligning large language models (LLMs) with human expectations requires high-quality instructional dialogues, which can be achieved by raising diverse, in-depth, and insightful instructions that deepen interactions. Existing methods target instructions from real instruction dialogues as a learning go…

2024

LOOK-M: Look-Once Optimization in KV Cache for Efficient Multimodal Long-Context Inference

EMNLP 2024finding

Long-context Multimodal Large Language Models (MLLMs) demand substantial computational resources for inference as the growth of their multimodal Key-Value (KV) cache, in response to increasing input lengths, challenges memory and time efficiency. Unlike single-modality LLMs that manage only textual…

2024

Parrot: Enhancing Multi-Turn Instruction Following for Large Language Models

ACL 2024long

Humans often interact with large language models (LLMs) in multi-turn interaction to obtain desired answers or more information. However, most existing studies overlook the multi-turn instruction following ability of LLMs, in terms of training dataset, training method, and evaluation benchmark. In t…

2024

Zero-Shot ECG Classification with Multimodal Learning and Test-time Clinical Knowledge Enhancement

ICML 2024poster

Electrocardiograms (ECGs) are non-invasive diagnostic tools crucial for detecting cardiac arrhythmic diseases in clinical practice. While ECG Self-supervised Learning (eSSL) methods show promise in representation learning from unannotated ECG data, they often overlook the clinical knowledge that can…

2023

Med-UniC: Unifying Cross-Lingual Medical Vision-Language Pre-Training by Diminishing Bias

NeurIPS 2023poster

The scarcity of data presents a critical obstacle to the efficacy of medical vision-language pre-training (VLP). A potential solution lies in the combination of datasets from various language communities. Nevertheless, the main challenge stems from the complexity of integrating diverse syntax and se…

2022

Dial2vec: Self-Guided Contrastive Learning of Unsupervised Dialogue Embeddings

EMNLP 2022main

In this paper, we introduce the task of learning unsupervised dialogue embeddings.Trivial approaches such as combining pre-trained word or sentence embeddings and encoding through pre-trained language models (PLMs) have been shown to be feasible for this task.However, these approaches typically igno…

2021

DialogueCSE: Dialogue-based Contrastive Learning of Sentence Embeddings

EMNLP 2021main

Learning sentence embeddings from dialogues has drawn increasing attention due to its low annotation cost and high domain adaptability. Conventional approaches employ the siamese-network for this task, which obtains the sentence embeddings through modeling the context-response semantic relevance by…

2021

Model Predictive Control for Cooperative Hunting in Obstacle Rich and Dynamic Environments

ICRA 2021poster

This paper studies the cooperative hunting problem, where a group of agents encircle a target while avoiding collisions with each other and with obstacles in the environment. The paper deals with obstacle rich environments and dynamic (moving obstacle) environments by formulating the problem as both…

Cited by 17SourceScholar