← Search

Bohyung Han

85 accepted papers

2026

Does a Hybrid Space-Aware Randomized Defense Improve Empirical and Certified Adversarial Robustness?

ICML 2026poster

We introduce Hybrid Space-aware Stochastic Convolution Attention Noise (HySCAN), a hybrid randomized defense that helps close the long-standing gap between provable robustness under ℓ2 certificates and empirical robustness against strong ℓ∞ attacks, while maintaining strong generalization across div…

Cited by 0SourceScholar
2026

Enhancing Mixture-of-Experts Specialization via Cluster-Aware Upcycling

CVPR 2026

Sparse Upcycling provides an efficient way to initialize a Mixture-of-Experts (MoE) model from pretrained dense weights instead of training from scratch. However, since all experts start from identical weights and the router is randomly initialized, the model suffers from expert symmetry and limited

Cited by 0SourceScholar
2026

GP-4DGS: Probabilistic 4D Gaussian Splatting from Monocular Video via Variational Gaussian Processes

CVPR 2026

We present GP-4DGS, a novel framework that integrates Gaussian Processes (GPs) into 4D Gaussian Splatting (4DGS) for principled probabilistic modeling of dynamic scenes. While existing 4DGS methods focus on deterministic reconstruction, they are inherently limited in capturing motion ambiguity and l

Cited by 0SourcecodeScholar
2026

Infinite-Precision Autoregressive Modeling for Vector Graphics and Layouts

ICML 2026poster

Transformer-based autoregressive models excel in data generation but are inherently constrained by their reliance on discretized tokens, which limits their ability to represent continuous values with high precision. We analyze the scalability limitations of existing discretization-based approaches f…

Cited by 0SourceScholar
2026

PhysGaia: A Physics-aware Benchmark with Multi-Body Interactions for Dynamic Novel View Synthesis

CVPR 2026

We introduce PhysGaia, a novel physics-aware benchmark for Dynamic Novel View Synthesis (DyNVS) that encompasses both structured objects and unstructured physical phenomena. While existing datasets primarily focus on photorealistic appearance, PhysGaia is specifically designed to support physics-con

Cited by 0SourcecodeScholar
2026

Score-Repellent Monte Carlo: Toward Efficient Non-Markovian Sampler with Constant Memory in General State Spaces

ICML 2026spotlight

History-dependent sampling can reduce long-run Monte Carlo variance by discouraging redundant revisits, but existing schemes typically encode history through empirical measure on finite state spaces, which is infeasible in high-dimensional discrete configuration spaces or ill-posed in continuous dom…

Cited by 0SourceScholar
2026

TIPSv2: Advancing Vision-Language Pretraining with Enhanced Patch-Text Alignment

CVPR 2026

Recent progress in vision-language pretraining has enabled significant improvements to many downstream computer vision applications, such as classification, retrieval, segmentation and depth prediction. However, a fundamental capability that these models still struggle with is aligning dense patch r

Cited by 0SourcecodeScholar
2025

Enhanced Diffusion Sampling via Extrapolation with Multiple ODE Solutions

ICLR 2025poster

Diffusion probabilistic models (DPMs), while effective in generating high-quality samples, often suffer from high computational costs due to their iterative sampling process. To address this, we propose an enhanced ODE-based sampling method for DPMs inspired by Richardson extrapolation, which reduce…

2025

FedLPA: Local Prior Alignment for Heterogeneous Federated Generalized Category Discovery

NeurIPS 2025poster

Federated Generalized Category Discovery (Fed-GCD) requires a global model to classify seen classes and discover novel classes when data are siloed across heterogeneous clients. Existing GCD work often makes unrealistic assumptions, such as the need for prior knowledge of the number of novel classe…

Cited by 0SourceScholar
2024

Communication-Efficient Federated Learning with Accelerated Client Gradient

CVPR 2024poster

Federated learning often suffers from slow and unstable convergence due to the heterogeneous characteristics of participating client datasets. Such a tendency is aggravated when the client participation ratio is low since the information collected from the clients has large variations. To address th…

2024

FIFO-Diffusion: Generating Infinite Videos from Text without Training

NeurIPS 2024poster

We propose a novel inference technique based on a pretrained diffusion model for text-conditional video generation. Our approach, called FIFO-Diffusion, is conceptually capable of generating infinitely long videos without additional training. This is achieved by iteratively performing diagonal denoi…

2024

Hierarchical Visual Feature Aggregation for OCR-Free Document Understanding

NeurIPS 2024poster

We present a novel OCR-free document understanding framework based on pretrained Multimodal Large Language Models (MLLMs). Our approach employs multi-scale visual features to effectively handle various font sizes within document images. To address the increasing costs of considering the multi-scale…

Cited by 2SourcePDFScholar
2024

Robust Image Denoising through Adversarial Frequency Mixup

CVPR 2024poster

Image denoising approaches based on deep neural networks often struggle with overfitting to specific noise distributions present in training data. This challenge persists in existing real-world denoising networks which are trained using a limited spectrum of real noise distributions and thus show po…

2023

Beyond Pretrained Features: Noisy Image Modeling Provides Adversarial Defense

NeurIPS 2023poster

Recent advancements in masked image modeling (MIM) have made it a prevailing framework for self-supervised visual representation learning. The MIM pretrained models, like most deep neural network methods, remain vulnerable to adversarial attacks, limiting their practical application, and this issue…

2023

Conditional Score Guidance for Text-Driven Image-to-Image Translation

NeurIPS 2023poster

We present a novel algorithm for text-driven image-to-image translation based on a pretrained text-to-image diffusion model. Our method aims to generate a target image by selectively editing regions of interest in a source image, defined by a modifying text, while preserving the remaining parts. In…

2023

Generative Neural Fields by Mixtures of Neural Implicit Functions

NeurIPS 2023poster

We propose a novel approach to learning the generative neural fields represented by linear combinations of implicit basis networks. Our algorithm learns basis networks in the form of implicit neural representations and their coefficients in a latent space by either conducting meta-learning or adopti…

Cited by 7SourcePDFScholar
2023

Variational Distribution Learning for Unsupervised Text-to-Image Generation

CVPR 2023poster

We propose a text-to-image generation algorithm based on deep neural networks when text captions for images are unavailable during training. In this work, instead of simply generating pseudo-ground-truth sentences of training images using existing image captioning methods, we employ a pretrained CLI…

2022

Class-Incremental Learning by Knowledge Distillation With Adaptive Feature Consolidation

CVPR 2022oral

We present a novel class incremental learning approach based on deep neural networks, which continually learns new tasks with limited memory for storing examples in the previous tasks. Our algorithm is based on knowledge distillation and provides a principled way to maintain the representations of o…

Cited by 249PDFcodeScholar
2022

Information-Theoretic Bias Reduction via Causal View of Spurious Correlation

AAAI 2022technical

We propose an information-theoretic bias measurement technique through a causal interpretation of spurious correlation, which is effective to identify the feature-level algorithmic bias by taking advantage of conditional mutual information. Although several bias measurement methods have been propose…

Cited by 26SourcePDFScholar
2022

Information-Theoretic GAN Compression with Variational Energy-based Model

NeurIPS 2022accept

We propose an information-theoretic knowledge distillation approach for the compression of generative adversarial networks, which aims to maximize the mutual information between teacher and student networks via a variational optimization based on an energy-based model. Because the direct computation…

Cited by 4SourcePDFScholar
2022

Learning Semantic Segmentation from Multiple Datasets with Label Shifts

ECCV 2022poster

"While it is desirable to train segmentation models on an aggregation of multiple datasets, a major challenge is that the label space of each dataset may be in conflict with one another. To tackle this challenge, we propose UniSeg, an effective and model-agnostic approach to automatically train segm…

Cited by 24SourcePDFScholar
2022

Locally Hierarchical Auto-Regressive Modeling for Image Generation

NeurIPS 2022accept

We propose a locally hierarchical auto-regressive model with multiple resolutions of discrete codes. In the first stage of our algorithm, we represent an image with a pyramid of codes using Hierarchically Quantized Variational AutoEncoder (HQ-VAE), which disentangles the information contained in the…

Cited by 12SourcePDFScholar
2022

Online Hybrid Lightweight Representations Learning: Its Application to Visual Tracking

IJCAI 2022poster

This paper presents a novel hybrid representation learning framework for streaming data, where an image frame in a video is modeled by an ensemble of two distinct deep neural networks; one is a low-bit quantized network and the other is a lightweight full-precision network. The former learns coarse…

Cited by 5SourcePDFScholar
2022

Self-Supervised Dense Consistency Regularization for Image-to-Image Translation

CVPR 2022poster

Unsupervised image-to-image translation has gained considerable attention due to the recent impressive progress based on generative adversarial networks (GANs). In this paper, we present a simple but effective regularization technique for improving GAN-based image-to-image translation. To generate i…

Cited by 25PDFScholar
2022

Towards Sequence-Level Training for Visual Tracking

ECCV 2022poster

"Despite the extensive adoption of machine learning on the task of visual object tracking, recent learning-based approaches have largely overlooked the fact that visual tracking is a sequence-level task in its nature; they rely heavily on frame-level training, which inevitably induces inconsistency…

2021

Learning Debiased and Disentangled Representations for Semantic Segmentation

NeurIPS 2021poster

Deep neural networks are susceptible to learn biased models with entangled feature representations, which may lead to subpar performances on various downstream tasks. This is particularly true for under-represented classes, where a lack of diversity in the data exacerbates the tendency. This limitat…

Cited by 24SourcePDFScholar
2021

Learning Student-Friendly Teacher Networks for Knowledge Distillation

NeurIPS 2021poster

We propose a novel knowledge distillation approach to facilitate the transfer of dark knowledge from a teacher to a student. Contrary to most of the existing methods that rely on effective training of student models given pretrained teachers, we aim to learn the teacher models that are friendly to s…

Cited by 119SourcePDFScholar
2021

RaScaNet: Learning Tiny Models by Raster-Scanning Images

CVPR 2021poster

Deploying deep convolutional neural networks on ultra-low power systems is challenging due to the extremely limited resources. Especially, the memory becomes a bottleneck as the systems put a hard limit on the size of on-chip memory. Because peak memory explosion in the lower layers is critical even…

Cited by 16PDFcodeScholar
2021

Variable-Rate Deep Image Compression Through Spatially-Adaptive Feature Transform

ICCV 2021poster

We propose a versatile deep image compression network based on Spatial Feature Transform (SFT), which takes a source image and a corresponding quality map as inputs and produce a compressed image with variable rates. Our model covers a wide range of compression rates using a single model, which is c…

Cited by 119PDFcodeScholar
2020

Efficient Decoupled Neural Architecture Search by Structure And Operation Sampling

ICASSP 2020accepted

We propose a novel neural architecture search algorithm via reinforcement learning by decoupling structure and operation search. Our approach samples candidate models from the multinomial distribution over the policy vectors. The proposed technique improves the efficiency of architecture search sign…

Cited by 0SourceScholar
2020

Learning to Optimize Domain Specific Normalization for Domain Generalization

ECCV 2020poster

We propose a simple but effective multi-source domain generalization technique based on deep neural networks by incorporating optimized normalization layers that are specific to individual domains. Our approach employs multiple normalization methods while learning separate affine parameters per doma…

Cited by 316SourcePDFScholar
2020

Rotation-Invariant Local-to-Global Representation Learning for 3D Point Cloud

NeurIPS 2020poster

We propose a local-to-global representation learning algorithm for 3D point cloud data, which is appropriate to handle various geometric transformations, especially rotation, without explicit data augmentation with respect to the transformations. Our model takes advantage of multi-level abstraction…

Cited by 90SourcePDFScholar
2020

URVOS: Unified Referring Video Object Segmentation Network with a Large-Scale Benchmark

ECCV 2020poster

We propose a unified referring video object segmentation network (URVOS). URVOS takes a video and a referring expression as inputs, and estimates the {object masks} referred by the given language expression in the whole video frames. Our algorithm addresses the challenging problem by performing lang…

2019

Continual Learning by Asymmetric Loss Approximation With Single-Side Overestimation

ICCV 2019poster

Catastrophic forgetting is a critical challenge in training deep neural networks. Although continual learning has been investigated as a countermeasure to the problem, it often suffers from the requirements of additional network components and the limited scalability to a large number of tasks. We p…

Cited by 49PDFScholar
2019

Domain-Specific Batch Normalization for Unsupervised Domain Adaptation

CVPR 2019poster

We propose a novel unsupervised domain adaptation framework based on domain-specific batch normalization in deep neural networks. We aim to adapt to both domains by specializing batch normalization layers in convolutional neural networks while allowing them to share all other model parameters, which…

Cited by 571PDFScholar
2019

Learning for Single-Shot Confidence Calibration in Deep Neural Networks Through Stochastic Inferences

CVPR 2019poster

We propose a generic framework to calibrate accuracy and confidence of a prediction in deep neural networks through stochastic inferences. We interpret stochastic regularization using a Bayesian model, and analyze the relation between predictive uncertainty of networks and variance of the prediction…

Cited by 86PDFScholar
2019

Transfer Learning via Unsupervised Task Discovery for Visual Question Answering

CVPR 2019poster

We study how to leverage off-the-shelf visual and linguistic data to cope with out-of-vocabulary answers in visual question answering task. Existing large-scale visual datasets with annotations such as image class labels, bounding boxes and region descriptions are good sources for learning rich and…

Cited by 22PDFcodeScholar
2018

Attentive Semantic Alignment with Offset-Aware Correlation Kernels

ECCV 2018poster

Semantic correspondence is the problem of establishing correspondences across images depicting different instances of the same object or scene class. One of recent approaches to this problem is to estimate parameters of a global transformation model that densely aligns one image to the other. Since…

Cited by 92SourcePDFScholar
2018

CPlaNet: Enhancing Image Geolocalization by Combinatorial Partitioning of Maps

ECCV 2018poster

Image geolocalization is the task of identifying the location depicted in a photo based only on its visual information. This task is inherently challenging since many photos have only few, possibly ambiguous cues to their geolocation. Recent work has cast this task as a classification problem by par…

Cited by 93SourcePDFScholar
2018

Learning to Specialize with Knowledge Distillation for Visual Question Answering

NeurIPS 2018poster

Visual Question Answering (VQA) is a notoriously challenging problem because it involves various heterogeneous tasks defined by questions within a unified framework. Learning specialized models for individual types of tasks is intuitively attracting but surprisingly difficult; it is not straightforw…

2018

Weakly Supervised Action Localization by Sparse Temporal Pooling Network

CVPR 2018poster

We propose a weakly supervised temporal action localization algorithm on untrimmed videos using convolutional neural networks. Our algorithm learns from video-level class labels and predicts temporal intervals of human actions with no requirement of temporal localization annotations. We design our n…

2017

BranchOut: Regularization for Online Ensemble Tracking With Convolutional Neural Networks

CVPR 2017poster

We propose an extremely simple but effective regularization technique of convolutional neural networks (CNNs), referred to as BranchOut, for online ensemble tracking. Our algorithm employs a CNN for target representation, which has a common convolutional layers but has multiple branches of fully co…

Cited by 195PDFScholar
2017

Large-Scale Image Retrieval With Attentive Deep Local Features

ICCV 2017poster

We propose an attentive local feature descriptor suitable for large-scale image retrieval, referred to as DELF (DEep Local Feature). The new feature is based on convolutional neural networks, which are trained only with image-level annotations on a landmark image dataset. To identify semantically us…

Cited by 860PDFcodeScholar
2017

Regularizing Deep Neural Networks by Noise: Its Interpretation and Optimization

NeurIPS 2017poster

Overfitting is one of the most critical challenges in deep neural networks, and there are various types of regularization methods to improve generalization performance. Injecting noises to hidden units during training, e.g., dropout, is known as a successful regularizer, but it is still not clear en…

2017

Visual Reference Resolution using Attention Memory for Visual Dialog

NeurIPS 2017poster

Visual dialog is a task of answering a series of inter-dependent questions given an input image, and often requires to resolve visual references among the questions. This problem is different from visual question answering (VQA), which relies on spatial attention ({\em a.k.a. visual grounding}) esti…

Cited by 143SourcePDFScholar
2017

Weakly Supervised Semantic Segmentation Using Web-Crawled Videos

CVPR 2017spotlight

We propose a novel algorithm for weakly supervised semantic segmentation based on image-level class labels only. In weakly supervised setting, it is commonly observed that trained model overly focuses on discriminative parts rather than the entire object area. Our goal is to overcome this limitation…

Cited by 191PDFScholar
2016

Image Question Answering Using Convolutional Neural Network With Dynamic Parameter Prediction

CVPR 2016oral

We tackle image question answering (ImageQA) problem by learning a convolutional neural network (CNN) with a dynamic parameter layer whose weights are determined adaptively based on questions. For the adaptive parameter prediction, we employ a separate parameter prediction network, which consists of…

Cited by 435PDFScholar
2016

Learning Transferrable Knowledge for Semantic Segmentation With Deep Convolutional Neural Network

CVPR 2016spotlight

We propose a novel weakly-supervised semantic segmentation algorithm based on Deep Convolutional Neural Net- work (DCNN). Contrary to existing weakly-supervised approaches, our algorithm exploits auxiliary segmentation an- notations available for different categories to guide segmentations on images…

Cited by 221PDFScholar
2016

Learning to Select Pre-Trained Deep Representations With Bayesian Evidence Framework

CVPR 2016oral

We propose a Bayesian evidence framework to facilitate transfer learning from pre-trained deep convolutional neural networks (CNNs). Our framework is formulated on top of a least squares SVM (LS-SVM) classifier, which is simple and fast in both training and testing, and achieves competitive performa…

Cited by 21PDFScholar
2015

Decoupled Deep Neural Network for Semi-supervised Semantic Segmentation

NeurIPS 2015spotlight

We propose a novel deep neural network architecture for semi-supervised semantic segmentation using heterogeneous annotations. Contrary to existing approaches posing semantic segmentation as region-based classification, our algorithm decouples classification and segmentation, and learns a separate n…

Cited by 421SourcePDFScholar
2015

Online Tracking by Learning Discriminative Saliency Map with Convolutional Neural Network

ICML 2015poster

We propose an online visual tracking algorithm by learning discriminative saliency map using Convolutional Neural Network (CNN). Given a CNN pre-trained on a large-scale image repository in offline, our algorithm takes outputs from hidden layers of the network as feature descriptors since they show…

Cited by 1028SourcePDFScholar