← Search

Joonhyung Park

13 accepted papers

2026

Secure Inference for Diffusion Models via Unconditional Scores

ICLR 2026poster

As diffusion model-based services expand across various domains, safeguarding client data privacy has become increasingly critical. While fully homomorphic encryption and secure multi-party computation enable privacy-preserving inference, their high computational overhead poses challenges for large-…

Cited by 0SourceScholar
2025

AM-Adapter: Appearance Matching Adapter for Exemplar-based Semantic Image Synthesis in-the-Wild

ICCV 2025poster

Exemplar-based semantic image synthesis generates images aligned with semantic content while preserving the appearance of an exemplar. Conventional structure-guidance models like ControlNet, are limited as they rely solely on text prompts to control appearance and cannot utilize exemplar images as i…

Cited by 0SourcePDFScholar
2025

R-VLM: Region-Aware Vision Language Model for Precise GUI Grounding

ACL 2025finding

Visual agent models for automating human activities on Graphical User Interfaces (GUIs) have emerged as a promising research direction, driven by advances in large Vision Language Models (VLMs). A critical challenge in GUI automation is the precise grounding of interface elements across diverse plat…

Cited by 0SourcePDFScholar
2025

Towards Precise Prediction Uncertainty in GNNs: Refining GNNs with Topology-grouping Strategy

AAAI 2025technical

Recent advancements in graph neural networks (GNNs) have highlighted the critical need of calibrating model predictions, with neighborhood prediction similarity recognized as a pivotal component. Existing studies suggest that nodes with analogous neighborhood prediction similarity often exhibit simi…

Cited by 0SourcePDFScholar
2025

Unveiling the Response of Large Vision-Language Models to Visually Absent Tokens

EMNLP 2025

Large Vision-Language Models (LVLMs) generate contextually relevant responses by jointly interpreting visual and textual inputs. However, our finding reveals they often mistakenly perceive text inputs lacking visual evidence as being part of the image, leading to erroneous responses. In light of thi

Cited by 0SourcePDFScholar
2024

PruNeRF: Segment-Centric Dataset Pruning via 3D Spatial Consistency

ICML 2024poster

Neural Radiance Fields (NeRF) have shown remarkable performance in learning 3D scenes. However, NeRF exhibits vulnerability when confronted with distractors in the training images -- unexpected objects are present only within specific views, such as moving entities like pedestrians or birds. Excludi…

Cited by 0SourcePDFScholar
2023

PC-Adapter: Topology-Aware Adapter for Efficient Domain Adaption on Point Clouds with Rectified Pseudo-label

ICCV 2023poster

Understanding point clouds captured from the real-world is challenging due to shifts in data distribution caused by varying object scales, sensor angles, and self-occlusion. Prior works have addressed this issue by combining recent learning principles such as self-supervised learning, self-training…

Cited by 11PDFScholar
2023

Weavspeech: Data Augmentation Strategy For Automatic Speech Recognition Via Semantic-Aware Weaving

ICASSP 2023accepted

A cut-and-paste type of data augmentation strategy has attracted considerable attention in the vision community due to its simplicity and effectiveness in improving generalization performance. However, it is challenging for Automatic Speech Recognition (ASR) tasks to apply this type of augmentation…

Cited by 0SourceScholar
2022

Graph Transplant: Node Saliency-Guided Graph Mixup with Local Structure Preservation

AAAI 2022technical

Graph-structured datasets usually have irregular graph sizes and connectivities, rendering the use of recent data augmentation techniques, such as Mixup, difficult. To tackle this challenge, we present the first Mixup-like graph augmentation method called Graph Transplant, which mixes irregular grap…

Cited by 67SourcePDFScholar
2022

GraphENS: Neighbor-Aware Ego Network Synthesis for Class-Imbalanced Node Classification

ICLR 2022poster

In many real-world node classification scenarios, nodes are highly class-imbalanced, where graph neural networks (GNNs) can be readily biased to major class instances. Albeit existing class imbalance approaches in other domains can alleviate this issue to some extent, they do not consider the impact…

Cited by 124SourcePDFScholar
2022

Saliency Grafting: Innocuous Attribution-Guided Mixup with Calibrated Label Mixing

AAAI 2022technical

The Mixup scheme suggests mixing a pair of samples to create an augmented training sample and has gained considerable attention recently for improving the generalizability of neural networks. A straightforward and widely used extension of Mixup is to combine with regional dropout-like methods: remov…

Cited by 25SourcePDFScholar
2022

TAM: Topology-Aware Margin Loss for Class-Imbalanced Node Classification

ICML 2022spotlight

Learning unbiased node representations under class-imbalanced graph data is challenging due to interactions between adjacent nodes. Existing studies have in common that they compensate the minor class nodes ‘as a group’ according to their overall quantity (ignoring node connections in graph), which…