← Search

Junyi Zhu

10 accepted papers

2025

Adversarial Preference Learning for Robust LLM Alignment

ACL 2025finding

Modern language models often rely on Reinforcement Learning from Human Feedback (RLHF) to encourage safe behaviors. However, they remain vulnerable to adversarial attacks due to three key limitations: (1) the inefficiency and high cost of human annotation, (2) the vast diversity of potential adversa…

2025

Latent Zoning Network: A Unified Principle for Generative Modeling, Representation Learning, and Classification

NeurIPS 2025poster

Generative modeling, representation learning, and classification are three core problems in machine learning (ML), yet their state-of-the-art (SoTA) solutions remain largely disjoint. In this paper, we ask: Can a unified principle address all three? Such unification could simplify ML pipelines and f…

Cited by 0SourcecodeScholar
2025

Linear Combination of Saved Checkpoints Makes Consistency and Diffusion Models Better

ICLR 2025poster

Diffusion Models (DM) and Consistency Models (CM) are two types of popular generative models with good generation quality on various tasks. When training DM and CM, intermediate weight checkpoints are not fully utilized and only the last converged checkpoint is used. In this work, we find proper che…

2024

FastMem: Fast Memorization of Prompt Improves Context Awareness of Large Language Models

EMNLP 2024finding

Large language models (LLMs) excel in generating coherent text, but they often struggle with context awareness, leading to inaccuracies in tasks requiring faithful adherence to provided information. We introduce FastMem, a novel method designed to enhance instruction fine-tuned LLMs’ context awarene…

2024

Liquids Identification and Manipulation via Digitally Fabricated Impedance Sensors

ICRA 2024poster

Despite recent exponential advancements in computer vision and reinforcement learning, it remains challenging for robots to interact with liquids. These challenges are particularly pronounced due to the limitations imposed by opaque containers, transparent liquids, fine-grained splashes, and visual…

Cited by 2SourceScholar
2024

MVHumanNet: A Large-scale Dataset of Multi-view Daily Dressing Human Captures

CVPR 2024poster

In this era the success of large language models and text-to-image models can be attributed to the driving force of large-scale datasets. However in the realm of 3D vision while remarkable progress has been made with models trained on large-scale synthetic and real-captured object data like Objavers…

Cited by 19SourcePDFScholar
2023

Advancing Example Exploitation Can Alleviate Critical Challenges in Adversarial Training

ICCV 2023oral

Deep neural networks have achieved remarkable results across various tasks. However, they are susceptible to adversarial examples, which are generated by adding adversarial perturbations to original data. Adversarial training (AT) is the most effective defense mechanism against adversarial examples…

Cited by 10PDFcodeScholar
2023

Confidence-Aware Personalized Federated Learning via Variational Expectation Maximization

CVPR 2023poster

Federated Learning (FL) is a distributed learning scheme to train a shared model across clients. One common and fundamental challenge in FL is that the sets of data across clients could be non-identically distributed and have different sizes. Personalized Federated Learning (PFL) attempts to solve t…

2023

Surrogate Model Extension (SME): A Fast and Accurate Weight Update Attack on Federated Learning

ICML 2023poster

In Federated Learning (FL) and many other distributed training frameworks, collaborators can hold their private data locally and only share the network weights trained with the local data after multiple iterations. Gradient inversion is a family of privacy attacks that recovers data from its generat…