← Search

Chen Jin

13 accepted papers

2026

CTBench: Cryptocurrency Time Series Generation Benchmark

ICLR 2026poster

Synthetic time series are vital for data augmentation, stress testing, and prototyping in quantitative finance. Yet in cryptocurrency markets, characterized by 24/7 trading, extreme volatility, and rapid regime shifts, existing Time Series Generation (TSG) methods and benchmarks often fall short, je…

Cited by 0SourcecodeScholar
2026

Causal-Adapter: Taming Text-to-Image Diffusion for Faithful Counterfactual Generation

ICML 2026poster

We present Causal-Adapter, a modular framework that adapts frozen text-to-image diffusion backbones for counterfactual image generation. Our method enables causal interventions on target attributes while preserving all other aspects of the image, including the core identity. In contrast to prior app…

Cited by 0SourceScholar
2026

HalluGen: Synthesizing Realistic and Controllable Hallucinations for Evaluating Image Restoration

CVPR 2026

Generative models are prone to hallucinations: plausible but incorrect structures absent in the ground truth. This issue is problematic in image restoration for safety-critical domains such as medical imaging, industrial inspection, and remote sensing, where such errors undermine reliability and tru

Cited by 0SourceScholar
2026

Stop the Flip-Flop: Context-Preserving Verification for Fast Revocable Diffusion Decoding

ICML 2026poster

Parallel diffusion decoding can accelerate diffusion language model inference by unmasking multiple tokens per step, but aggressive parallelism often harms quality. Revocable decoding mitigates this by rechecking earlier tokens, yet we observe that existing verification schemes frequently trigger fl…

Cited by 0SourceScholar
2025

Balancing Act: Diversity and Consistency in Large Language Model Ensembles

ICLR 2025poster

Ensembling strategies for Large Language Models (LLMs) have demonstrated significant potential in improving performance across various tasks by combining the strengths of individual models. However, identifying the most effective ensembling method remains an open challenge, as neither maximizing out…

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

DeCoRe: Decoding by Contrasting Retrieval Heads to Mitigate Hallucinations

EMNLP 2025

Large Language Models (LLMs) often hallucinate, producing unfaithful or factually incorrect outputs by misrepresenting the provided context or incorrectly recalling internal knowledge. Recent studies have identified specific attention heads within the Transformer architecture, known as retrieval hea

2025

Diffusion Instruction Tuning

ICML 2025poster

We introduce *Lavender*, a simple supervised fine-tuning (SFT) method that boosts the performance of advanced vision-language models (VLMs) by leveraging state-of-the-art image generation models such as Stable Diffusion. Specifically, Lavender aligns the text-vision attention in the VLM transformer…

2025

Segment Anyword: Mask Prompt Inversion for Open-Set Grounded Segmentation

ICML 2025poster

Open-set image segmentation poses a significant challenge because existing methods often demand extensive training or fine-tuning and generally struggle to segment unified objects consistently across diverse text reference expressions. Motivated by this, we propose Segment Anyword, a novel training-…

Cited by 0SourcePDFScholar
2024

An Image is Worth Multiple Words: Discovering Object Level Concepts using Multi-Concept Prompt Learning

ICML 2024poster

Textural Inversion, a prompt learning method, learns a singular text embedding for a new "word" to represent image style and appearance, allowing it to be integrated into natural language sentences to generate novel synthesised images. However, identifying multiple unknown object-level concepts with…

2024

Tackling Structural Hallucination in Image Translation with Local Diffusion

ECCV 2024oral

"Recent developments in diffusion models have advanced conditioned image generation, yet they struggle with reconstructing out-of-distribution (OOD) images, such as unseen tumors in medical images, causing “image hallucination” and risking misdiagnosis. We hypothesize such hallucinations result from…

2022

Learning to Downsample for Segmentation of Ultra-High Resolution Images

ICLR 2022poster

Many computer vision systems require low-cost segmentation algorithms based on deep learning, either because of the enormous size of input images or limited computational budget. Common solutions uniformly downsample the input images to meet memory constraints, assuming all pixels are equally inform…

2020

Disentangling Human Error from Ground Truth in Segmentation of Medical Images

NeurIPS 2020poster

Recent years have seen increasing use of supervised learning methods for segmentation tasks. However, the predictive performance of these algorithms depends on the quality of labels. This problem is particularly pertinent in the medical image domain, where both the annotation cost and inter-observer…