← Search

WonJun Lee

9 accepted papers

2026

Jailbreak to Protect: Buffering Harmful Fine-Tuning via Temporary Jailbreaking LoRA in Large Language Models

ICML 2026spotlight

Fine-tuning-as-a-Service (FaaS) enables personalization of large language models (LLMs) but poses significant safety risks, as fine-tuning user-provided data degrades the model's safety-alignment. Prior works addressing this issue typically rely on explicit regularization, which leads to practical l…

Cited by 0SourceScholar
2026

Jailbreaking on Text-to-Video Models via Scene Splitting Strategy

ICLR 2026poster

Along with the rapid advancement of numerous Text-to-Video (T2V) models, growing concerns have emerged regarding their safety risks. While recent studies have explored vulnerabilities in models like LLMs, VLMs, and Text-to-Image (T2I) models through jailbreak attacks, T2V models remain largely unexp…

Cited by 0SourcecodeScholar
2025

DeRAGEC: Denoising Named Entity Candidates with Synthetic Rationale for ASR Error Correction

ACL 2025finding

We present DeRAGEC, a method for improving Named Entity (NE) correction in Automatic Speech Recognition (ASR) systems. By extending the Retrieval-Augmented Generative Error Correction (RAGEC) framework, DeRAGEC employs synthetic denoising rationales to filter out noisy NE candidates before correctio…

2025

DyPCL: Dynamic Phoneme-level Contrastive Learning for Dysarthric Speech Recognition

NAACL 2025long

Dysarthric speech recognition often suffers from performance degradation due to the intrinsic diversity of dysarthric severity and extrinsic disparity from normal speech. To bridge these gaps, we propose a Dynamic Phoneme-level Contrastive Learning (DyPCL) method, which leads to obtaining invariant…

2025

ELITE: Enhanced Language-Image Toxicity Evaluation for Safety

ICML 2025poster

Current Vision Language Models (VLMs) remain vulnerable to malicious prompts that induce harmful outputs. Existing safety benchmarks for VLMs primarily rely on automated evaluation methods, but these methods struggle to detect implicit harmful content or produce inaccurate evaluations. Therefore, we…

Cited by 0SourcePDFScholar
2025

Maximizing the Position Embedding for Vision Transformers with Global Average Pooling

AAAI 2025technical

In vision transformers, position embedding (PE) plays a crucial role in capturing the order of tokens. However, in vision transformer structures, there is a limitation in the expressiveness of PE due to the structure where position embedding is simply added to the token embedding. A layer-wise metho…

2025

SAFIRE: Segment Any Forged Image Region

AAAI 2025technical

Most techniques approach the problem of image forgery localization as a binary segmentation task, training neural networks to label original areas as 0 and forged areas as 1. In contrast, we tackle this issue from a more fundamental perspective by partitioning images according to their originating s…

2024

FINALLY: fast and universal speech enhancement with studio-like quality

NeurIPS 2024poster

In this paper, we address the challenge of speech enhancement in real-world recordings, which often contain various forms of distortion, such as background noise, reverberation, and microphone artifacts. We revisit the use of Generative Adversarial Networks (GANs) for speech enhancement and theoreti…

2024

Improving Hyperbolic Representations via Gromov-Wasserstein Regularization

ECCV 2024poster

"Hyperbolic representations have shown remarkable efficacy in modeling inherent hierarchies and complexities within data structures. Hyperbolic neural networks have been commonly applied for learning such representations from data, but they often fall short in preserving the geometric structures of…