← Search

Sanghyun Hong

18 accepted papers

2026

Adversarial Robustness of Implicit Neural Representation-Based Classifiers

ICML 2026poster

Implicit neural representations (INRs) encode data as continuous coordinate-based functions parameterized by neural networks, shifting downstream tasks such as image recognition to operate on functional rather than discrete representations. Despite their increasing adoption, the adversarial robustne…

Cited by 0SourceScholar
2026

When Can You Poison Rewards? A Tight Characterization of Reward Poisoning in Linear MDPs

ICML 2026poster

We study reward poisoning attacks in reinforcement learning (RL), where an adversary manipulates rewards within constrained budgets to force the target RL agent to adopt a policy that aligns with the attacker's objectives. Prior works on reward poisoning mainly focused on sufficient conditions to de…

Cited by 0SourceScholar
2025

Harnessing Input-Adaptive Inference for Efficient VLN

ICCV 2025poster

An emerging paradigm in vision-and-language navigation (VLN) is the use of history-aware multi-modal transformer models. Given a language instruction, these models process observation and navigation history to predict the most appropriate action for an agent. While they have significantly improved p…

Cited by 0SourcePDFScholar
2025

IF-Guide: Influence Function-Guided Detoxification of LLMs

NeurIPS 2025poster

We study how training data contributes to the emergence of toxic behaviors in large language models. Most prior work on reducing model toxicity adopts *reactive* approaches, such as fine-tuning pre-trained (and potentially toxic) models to align them with human values. In contrast, we propose a *pro…

Cited by 0SourcecodeScholar
2024

LeaPformer: Enabling Linear Transformers for Autoregressive and Simultaneous Tasks via Learned Proportions

ICML 2024poster

A promising approach to preserving model performance in linearized transformers is to employ position-based re-weighting functions. However, state-of-the-art re-weighting functions rely heavily on target sequence lengths, making it difficult or impossible to apply them to autoregressive and simultan…

2024

Operator-Learning-Inspired Modeling of Neural Ordinary Differential Equations

AAAI 2024technical

Neural ordinary differential equations (NODEs), one of the most influential works of the differential equation-based deep learning, are to continuously generalize residual networks and opened a new field. They are currently utilized for various downstream tasks, e.g., image classification, time seri…

Cited by 3SourcePDFScholar
2024

PAC-FNO: Parallel-Structured All-Component Fourier Neural Operators for Recognizing Low-Quality Images

ICLR 2024poster

A standard practice in developing image recognition models is to train a model on a specific image resolution and then deploy it. However, in real-world inference, models often encounter images different from the training sets in resolution and/or subject to natural variations such as weather change…

Cited by 0SourcePDFScholar
2024

Parameterized Physics-informed Neural Networks for Parameterized PDEs

ICML 2024oral

Complex physical systems are often described by partial differential equations (PDEs) that depend on parameters such as the Raynolds number in fluid mechanics. In applications such as design optimization or uncertainty quantification, solutions of those PDEs need to be evaluated at numerous points i…

Cited by 23SourcePDFScholar
2024

Privacy Backdoors: Enhancing Membership Inference through Poisoning Pre-trained Models

NeurIPS 2024poster

It is commonplace to produce application-specific models by fine-tuning large pre-trained models using a small bespoke dataset. The widespread availability of foundation model checkpoints on the web poses considerable risks, including the vulnerability to backdoor attacks. In this paper, we unveil a…

Cited by 18SourcePDFScholar
2023

BERT Lost Patience Won't Be Robust to Adversarial Slowdown

NeurIPS 2023poster

In this paper, we systematically evaluate the robustness of multi-exit language models against adversarial slowdown. To audit their robustness, we design a slowdown attack that generates natural adversarial text bypassing early-exit points. We use the resulting WAFFLE attack as a vehicle to conduct…

2023

Learning Unforeseen Robustness from Out-of-distribution Data Using Equivariant Domain Translator

ICML 2023poster

Current approaches for training robust models are typically tailored to scenarios where data variations are accessible in the training set. While shown effective in achieving robustness to these foreseen variations, these approaches are ineffective in learning *unforeseen* robustness, i.e., robustne…

Cited by 2SourcePDFScholar
2022

Data Poisoning Won’t Save You From Facial Recognition

ICLR 2022poster

Data poisoning has been proposed as a compelling defense against facial recognition models trained on Web-scraped pictures. Users can perturb images they post online, so that models will misclassify future (unperturbed) pictures. We demonstrate that this strategy provides a false sense of securi…

2021

A Panda? No, It's a Sloth: Slowdown Attacks on Adaptive Multi-Exit Neural Network Inference

ICLR 2021spotlight

Recent increases in the computational demands of deep neural networks (DNNs), combined with the observation that most input samples require only simple models, have sparked interest in input-adaptive multi-exit architectures, such as MSDNets or Shallow-Deep Networks. These architectures enable faste…

2021

Qu-ANTI-zation: Exploiting Quantization Artifacts for Achieving Adversarial Outcomes

NeurIPS 2021poster

Quantization is a popular technique that transforms the parameter representation of a neural network from floating-point numbers into lower-precision ones (e.g., 8-bit integers). It reduces the memory footprint and the computational cost at inference, facilitating the deployment of resource-hungry m…

2020

How to 0wn the NAS in Your Spare Time

ICLR 2020poster

New data processing pipelines and novel network architectures increasingly drive the success of deep learning. In consequence, the industry considers top-performing architectures as intellectual property and devotes considerable computational resources to discovering such architectures through neura…

Cited by 45SourcecodeScholar
2019

Shallow-Deep Networks: Understanding and Mitigating Network Overthinking

ICML 2019oral

We characterize a prevalent weakness of deep neural networks (DNNs), ’overthinking’, which occurs when a DNN can reach correct predictions before its final layer. Overthinking is computationally wasteful, and it can also be destructive when, by the final layer, a correct prediction changes into a mi…