← Search

Suhyun Kim

22 accepted papers

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

Adversarial Purification via Super-Resolution and Diffusion

ICCV 2025poster

Deep neural networks are widely used in various computer vision tasks, but their vulnerability to adversarial perturbations remains a significant challenge for reliable decision-making. Adversarial purification, a test-time defense strategy, has shown potential in countering these threats by removin…

Cited by 0SourcePDFScholar
2025

Convergence Analysis of Federated Learning Methods Using Backward Error Analysis

AAAI 2025technical

Backward error analysis allows finding a modified loss function, which the parameter updates really follow under the influence of an optimization method. The additional loss terms included in this modified function is called implicit regularizer. In this paper, we attempt to find the implicit regula…

Cited by 0SourcePDFScholar
2025

Difference Inversion: Interpolate and Isolate the Difference with Token Consistency for Image Analogy Generation

CVPR 2025poster

How can we generate an image B' that satisfies A:A'::B:B', given the input images A,A' and B? Recent works have tackled this challenge through approaches like visual in-context learning or visual instruction. However, these methods are typically limited to specific models (InstructPix2Pix. Inpaintin…

Cited by 0SourcePDFScholar
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

M2S: Multi-turn to Single-turn jailbreak in Red Teaming for LLMs

ACL 2025long

We introduce a novel framework for consolidating multi-turn adversarial “jailbreak” prompts into single-turn queries, significantly reducing the manual overhead required for adversarial testing of large language models (LLMs). While multi-turn human jailbreaks have been shown to yield high attack su…

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

Rethinking Entropy in Test-Time Adaptation: The Missing Piece from Energy Duality

NeurIPS 2025spotlight

Test-time adaptation (TTA) aims to preserve model performance under distribution shifts. Yet, most existing methods rely on entropy minimization for confident predictions. This paper re-examines the sufficiency of entropy minimization by analyzing its dual relationship with energy. We view energy as…

Cited by 0SourceScholar
2025

Salient Frequency-aware Exemplar Compression for Resource-constrained Online Continual Learning

AAAI 2025technical

Online Class-Incremental Learning (OCIL) enables a model to learn new classes from a data stream. Since data stream samples are seen only once and the capacity of storage is constrained, OCIL is particularly susceptible to Catastrophic Forgetting (CF). While exemplar replay methods alleviate CF by s…

Cited by 0SourcePDFScholar
2025

Shortcut Features as Top Eigenfunctions of NTK: A Linear Neural Network Case and More

NeurIPS 2025spotlight

One of the chronic problems of deep-learning models is shortcut learning. In a case where the majority of training data are dominated by a certain feature, neural networks prefer to learn such a feature even if the feature is not generalizable outside the training set. Based on the framework of Neur…

Cited by 0SourceScholar
2025

WINS: Winograd Structured Pruning for Fast Winograd Convolution

ICCV 2025poster

Recent GPUs leverage Winograd convolution and structured pruning to significantly accelerate inference. First, Winograd convolution is theoretically 2.25x faster than standard convolution. Second, structured pruning reduces inference time without additional overhead as the pruning ratio increases. H…

Cited by 0SourcePDFScholar
2025

When Model Knowledge meets Diffusion Model: Diffusion-assisted Data-free Image Synthesis with Alignment of Domain and Class

ICML 2025poster

Open-source pre-trained models hold great potential for diverse applications, but their utility declines when their training data is unavailable. Data-Free Image Synthesis (DFIS) aims to generate images that approximate the learned data distribution of a pre-trained model without accessing the origi…

Cited by 0SourcePDFScholar
2024

DEPrune: Depth-wise Separable Convolution Pruning for Maximizing GPU Parallelism

NeurIPS 2024poster

Depth-wise Separable Convolution (DSConv) has a powerful representation even with fewer parameters and computation, leading to its adoption by almost all of the state-of-the-art CNN models. DSConv models are already compact making it hard to apply pruning, and there are few previous pruning techni…

Cited by 0SourcePDFScholar
2024

REPrune: Channel Pruning via Kernel Representative Selection

AAAI 2024technical

Channel pruning is widely accepted to accelerate modern convolutional neural networks (CNNs). The resulting pruned model benefits from its immediate deployment on general-purpose software and hardware resources. However, its large pruning granularity, specifically at the unit of a convolution filter…

Cited by 2SourcePDFScholar
2023

Balanced Column-Wise Block Pruning for Maximizing GPU Parallelism

AAAI 2023technical

Pruning has been an effective solution to reduce the number of computations and the memory requirement in deep learning. The pruning unit plays an important role in exploiting the GPU resources efficiently. The filter is proposed as a simple pruning unit of structured pruning. However, since the fi…

2023

DepthFL : Depthwise Federated Learning for Heterogeneous Clients

ICLR 2023poster

Federated learning is for training a global model without collecting private local data from clients. As they repeatedly need to upload locally-updated weights or gradients instead, clients require both computation and communication resources enough to participate in learning, but in reality their r…

2022

NaturalInversion: Data-Free Image Synthesis Improving Real-World Consistency

AAAI 2022technical

We introduce NaturalInversion, a novel model inversion-based method to synthesize images that agrees well with the original data distribution without using real data. In NaturalInversion, we propose: (1) a Feature Transfer Pyramid which uses enhanced image prior of the original data by combining the…

2020

Neuron Merging: Compensating for Pruned Neurons

NeurIPS 2020poster

Network pruning is widely used to lighten and accelerate neural network models. Structured network pruning discards the whole neuron or filter, leading to accuracy loss. In this work, we propose a novel concept of neuron merging applicable to both fully connected layers and convolution layers, which…