← Search

Saehoon Kim

14 accepted papers

2024

Simulation-Free Training of Neural ODEs on Paired Data

NeurIPS 2024poster

In this work, we investigate a method for simulation-free training of Neural Ordinary Differential Equations (NODEs) for learning deterministic mappings between paired data. Despite the analogy of NODEs as continuous-depth residual networks, their application in typical supervised learning tasks has…

2023

Generalizable Implicit Neural Representations via Instance Pattern Composers

CVPR 2023highlight

Despite recent advances in implicit neural representations (INRs), it remains challenging for a coordinate-based multi-layer perceptron (MLP) of INRs to learn a common representation across data instances and generalize it for unseen instances. In this work, we introduce a simple yet effective frame…

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

Autoregressive Image Generation Using Residual Quantization

CVPR 2022poster

For autoregressive (AR) modeling of high-resolution images, vector quantization (VQ) represents an image as a sequence of discrete codes. A short sequence length is important for an AR model to reduce its computational costs to consider long-range interactions of codes. However, we postulate that pr…

Cited by 386PDFcodeScholar
2022

Draft-and-Revise: Effective Image Generation with Contextual RQ-Transformer

NeurIPS 2022accept

Although autoregressive models have achieved promising results on image generation, their unidirectional generation process prevents the resultant images from fully reflecting global contexts. To address the issue, we propose an effective image generation framework of \emph{Draft-and-Revise} with \e…

Cited by 27SourcePDFScholar
2022

Efficient Multilingual Multi-modal Pre-training through Triple Contrastive Loss

COLING 2022main

Learning visual and textual representations in the shared space from web-scale image-text pairs improves the performance of diverse vision-and-language tasks, as well as modality-specific tasks. Many attempts in this framework have been made to connect English-only texts and images, and only a few w…

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

Sparse DETR: Efficient End-to-End Object Detection with Learnable Sparsity

ICLR 2022poster

DETR is the first end-to-end object detector using a transformer encoder-decoder architecture and demonstrates competitive performance but low computational efficiency. The subsequent work, Deformable DETR, enhances the efficiency of DETR by replacing dense attention with deformable attention, which…

2020

Learning to Balance: Bayesian Meta-Learning for Imbalanced and Out-of-distribution Tasks

ICLR 2020talk

While tasks could come with varying the number of instances and classes in realistic settings, the existing meta-learning approaches for few-shot classification assume that number of instances per task and class is fixed. Due to such restriction, they learn to equally utilize the meta-knowledge acro…

Cited by 144SourcecodeScholar
2020

Scalable and Order-robust Continual Learning with Additive Parameter Decomposition

ICLR 2020poster

While recent continual learning methods largely alleviate the catastrophic problem on toy-sized datasets, there are issues that remain to be tackled in order to apply them to real-world problem domains. First, a continual learning model should effectively handle catastrophic forgetting and be effici…

Cited by 200SourcecodeScholar
2019

LEARNING TO PROPAGATE LABELS: TRANSDUCTIVE PROPAGATION NETWORK FOR FEW-SHOT LEARNING

ICLR 2019poster

The goal of few-shot learning is to learn a classifier that generalizes well even when trained with a limited number of training instances per class. The recently introduced meta-learning approaches tackle this problem by learning a generic classifier across a large number of multiclass classificati…

2018

Uncertainty-Aware Attention for Reliable Interpretation and Prediction

NeurIPS 2018poster

Attention mechanism is effective in both focusing the deep learning models on relevant features and interpreting them. However, attentions may be unreliable since the networks that generate them are often trained in a weakly-supervised manner. To overcome this limitation, we introduce the notion of…