← Search

Da-Cheng Juan

17 accepted papers

2026

On the Generalization Gap in Self-Evolving Language Model Reasoning

ICML 2026poster

Recent work suggests that LLMs can improve their abilities through \textit{self-evolution}, using only internally generated supervision. A central open question, however, is not whether self-evolution can help, but: \textit{how far is it from oracle-supervised training under minimal assumptions?} To…

Cited by 0SourceScholar
2025

DreamSync: Aligning Text-to-Image Generation with Image Understanding Feedback

NAACL 2025long

Despite their widespread success, Text-to-Image models (T2I) still struggle to produce images that are both aesthetically pleasing and faithful to the user’s input text. We introduce DreamSync, a simple yet effective training algorithm that improves T2I models to be faithful to the text input. Dream…

Cited by 47SourcePDFScholar
2025

Neuron-Level Differentiation of Memorization and Generalization in Large Language Models

EMNLP 2025

We investigate how Large Language Models (LLMs) distinguish between memorization and generalization at the neuron level. Through carefully designed tasks, we identify distinct neuron subsets responsible for each behavior. Experiments on both a GPT-2 model trained from scratch and a pretrained LLaMA-

Cited by 0SourcePDFScholar
2025

Sufficient Context: A New Lens on Retrieval Augmented Generation Systems

ICLR 2025poster

Augmenting LLMs with context leads to improved performance across many applications. Despite much research on Retrieval Augmented Generation (RAG) systems, an open question is whether errors arise because LLMs fail to utilize the context from retrieval or the context itself is insufficient to answer…

2024

SLED: Self Logits Evolution Decoding for Improving Factuality in Large Language Models

NeurIPS 2024poster

Large language models (LLMs) have demonstrated remarkable capabilities, but their outputs can sometimes be unreliable or factually incorrect. To address this, we introduce Self Logits Evolution Decoding (SLED), a novel decoding framework that enhances the truthfulness of LLMs without relying on exte…

2023

RARR: Researching and Revising What Language Models Say, Using Language Models

ACL 2023long

Language models (LMs) now excel at many tasks such as question answering, reasoning, and dialog. However, they sometimes generate unsupported or misleading content. A user cannot easily determine whether their outputs are trustworthy or not, because most LMs do not have any built-in mechanism for at…

2021

Adversarial Robustness Across Representation Spaces

CVPR 2021poster

Adversarial robustness corresponds to the susceptibility of deep neural networks to imperceptible perturbations made at test time. In the context of image tasks, many algorithms have been proposed to make neural networks robust to adversarial perturbations made to the input pixels. These perturbatio…

Cited by 14PDFScholar
2021

HyperGrid Transformers: Towards A Single Model for Multiple Tasks

ICLR 2021poster

Achieving state-of-the-art performance on natural language understanding tasks typically relies on fine-tuning a fresh model for every task. Consequently, this approach leads to a higher overall parameter cost, along with higher technical maintenance for serving multiple models. Learning a single mu…

Cited by 49SourcePDFScholar
2021

OmniNet: Omnidirectional Representations from Transformers

ICML 2021oral

This paper proposes Omnidirectional Representations from Transformers (OMNINET). In OmniNet, instead of maintaining a strictly horizon-tal receptive field, each token is allowed to attend to all tokens in the entire network. This process can also be interpreted as a form of extreme or intensive atte…

2021

Synthesizer: Rethinking Self-Attention for Transformer Models

ICML 2021spotlight

The dot product self-attention is known to be central and indispensable to state-of-the-art Transformer models. But is it really required? This paper investigates the true importance and contribution of the dot product-based self-attention mechanism on the performance of Transformer models. Via exte…

2020

Mitigating Forgetting in Online Continual Learning via Instance-Aware Parameterization

NeurIPS 2020poster

Online continual learning is a challenging scenario where a model needs to learn from a continuous stream of data without revisiting any previously encountered data instances. The phenomenon of catastrophic forgetting is worsened since the model should not only address the forgetting at the task-lev…

Cited by 50SourcePDFScholar
2019

COCO-GAN: Generation by Parts via Conditional Coordinating

ICCV 2019oral

Humans can only interact with part of the surrounding environment due to biological restrictions. Therefore, we learn to reason the spatial relationships across a series of observations to piece together the surrounding environment. Inspired by such behavior and the fact that machines also have comp…

Cited by 170PDFcodeScholar
2019

Complement Objective Training

ICLR 2019poster

Learning with a primary objective, such as softmax cross entropy for classification and sequence generation, has been the norm for training deep neural networks for years. Although being a widely-adopted approach, using cross entropy as the primary objective exploits mostly the information from the…

2019

Improving Adversarial Robustness via Guided Complement Entropy

ICCV 2019poster

Adversarial robustness has emerged as an important topic in deep learning as carefully crafted attack samples can significantly disturb the performance of a model. Many recent methods have proposed to improve adversarial robustness by utilizing adversarial training or model distillation, which adds…

Cited by 73PDFScholar
2018

DPP-Net: Device-aware Progressive Search for Pareto-optimal Neural Architectures

ECCV 2018poster

Recent breakthroughs in Neural Architectural Search (NAS) have achieved state-of-the-art performances in applications such as image classification and language modeling. However, these techniques typically ignore device-related objectives such as inference time, memory usage, and power consumption.…

Cited by 272SourcePDFScholar
2018

Escaping from Collapsing Modes in a Constrained Space

ECCV 2018poster

Generative adversarial networks (GANs) often suffer from unpredictable mode-collapsing during training. We study the issue of mode collapse of Boundary Equilibrium Generative Adversarial Network (BEGAN), which is one of the state-of-the-art generative models. Despite its potential of generating high…