← Search

Youngmin Ro

7 accepted papers

2025

Emulating Self-attention with Convolution for Efficient Image Super-Resolution

ICCV 2025poster

In this paper, we tackle the high computational overhead of Transformers for efficient image super-resolution (SR). Motivated by the observations of self-attention's inter-layer repetition, we introduce a convolutionized self-attention module named Convolutional Attention (ConvAttn) that emulates se…

2025

SoMA: Singular Value Decomposed Minor Components Adaptation for Domain Generalizable Representation Learning

CVPR 2025highlight

Domain generalization (DG) aims to adapt a model using one or multiple source domains to ensure robust performance in unseen target domains. Recently, Parameter-Efficient Fine-Tuning (PEFT) of foundation models has shown promising results in the context of DG problem. Nevertheless, existing PEFT met…

2022

Differentially Private Normalizing Flows for Synthetic Tabular Data Generation

AAAI 2022technical

Normalizing flows have shown to be a promising approach to deep generative modeling due to their ability to exactly evaluate density --- other alternatives either implicitly model the density or use approximate surrogate density. In this work, we present a differentially private normalizing flow mod…

Cited by 23SourcePDFScholar
2022

FingerprintNet: Synthesized Fingerprints for Generated Image Detection

ECCV 2022poster

"While recent advances in generative models benefit the society, the generated images can be abused for malicious purposes, like fraud, defamation, and false news. To prevent such cases, vigorous research is conducted on distinguishing the generated images from the real ones, but challenges still re…

Cited by 35SourcePDFScholar
2022

FrePGAN: Robust Deepfake Detection Using Frequency-Level Perturbations

AAAI 2022technical

Various deepfake detectors have been proposed, but challenges still exist to detect images of unknown categories or GAN models outside of the training settings. Such issues arise from the overfitting issue, which we discover from our own analysis and the previous studies to originate from the frequ…

Cited by 88SourcePDFScholar
2021

AutoLR: Layer-wise Pruning and Auto-tuning of Learning Rates in Fine-tuning of Deep Networks

AAAI 2021technical

Existing fine-tuning methods use a single learning rate over all layers. In this paper, first, we discuss that trends of layer-wise weight variations by fine-tuning using a single learning rate do not match the well-known notion that lower-level layers extract general features and higher-level layer…