← Search

Hyunjik Kim

15 accepted papers

2026

MANZANO: A Simple and Scalable Unified Multimodal Model with a Hybrid Vision Tokenizer

ICLR 2026poster

Unified multimodal Large Language Models (LLMs) that can both understand and generate visual content hold immense potential. However, existing open-source models often suffer from a performance trade-off between these capabilities. We present Manzano, a simple and scalable unified framework that sub…

Cited by 0SourceScholar
2025

Good, Cheap, and Fast: Overfitted Image Compression with Wasserstein Distortion

CVPR 2025highlight

Inspired by the success of generative image models, recent work on learned image compression increasingly focuses on better probabilistic models of the natural image distribution, leading to excellent image quality. This, however, comes at the expense of a computational complexity that is several or…

2024

C3: High-Performance and Low-Complexity Neural Compression from a Single Image or Video

CVPR 2024poster

Most neural compression models are trained on large datasets of images or videos in order to generalize to unseen data. Such generalization typically requires large and expressive architectures with a high decoding complexity. Here we introduce C3 a neural compression method with strong rate-distort…

Cited by 29SourcePDFScholar
2024

Finding Increasingly Large Extremal Graphs with AlphaZero and Tabu Search

IJCAI 2024poster

This work proposes a new learning-to-search benchmark and uses AI to discover new mathematical knowledge related to an open conjecture of Erdos (1975) in extremal graph theory. The problem is to find graphs with a given size (number of nodes) that maximize the number of edges without having 3- or 4-…

Cited by 7SourcePDFScholar
2023

Learning Instance-Specific Augmentations by Capturing Local Invariances

ICML 2023poster

We introduce InstaAug, a method for automatically learning input-specific augmentations from data. Previous methods for learning augmentations have typically assumed independence between the original input and the transformation applied to that input. This can be highly restrictive, as the invarianc…

2023

Pre-training via Denoising for Molecular Property Prediction

ICLR 2023top-25%

Many important problems involving molecular property prediction from 3D structures have limited data, posing a generalization challenge for neural networks. In this paper, we describe a pre-training technique based on denoising that achieves a new state-of-the-art in molecular property prediction by…

2022

From data to functa: Your data point is a function and you can treat it like one

ICML 2022spotlight

It is common practice in deep learning to represent a measurement of the world on a discrete grid, e.g. a 2D grid of pixels. However, the underlying signal represented by these measurements is often continuous, e.g. the scene depicted in an image. A powerful continuous alternative is then to represe…

2021

LieTransformer: Equivariant Self-Attention for Lie Groups

ICML 2021spotlight

Group equivariant neural networks are used as building blocks of group invariant neural networks, which have been shown to improve generalisation performance and data efficiency through principled parameter sharing. Such works have mostly focused on group equivariant convolutions, building on the re…

2020

MetaFun: Meta-Learning with Iterative Functional Updates

ICML 2020poster

We develop a functional encoder-decoder approach to supervised meta-learning, where labeled data is encoded into an infinite-dimensional functional representation rather than a finite-dimensional one. Furthermore, rather than directly producing the representation, we learn a neural update rule resem…

2019

Attentive Neural Processes

ICLR 2019poster

Neural Processes (NPs) (Garnelo et al., 2018) approach regression by learning to map a context set of observed input-output pairs to a distribution over regression functions. Each function models the distribution of the output given an input, conditioned on the context. NPs have the benefit of fitti…

2018

Scaling up the Automatic Statistician: Scalable Structure Discovery using Gaussian Processes

AISTATS 2018poster

Automating statistical modelling is a challenging problem in artificial intelligence. The Automatic Statistician employs a kernel search algorithm using Gaussian Processes (GP) to provide interpretable statistical models for regression problems. However this does not scale due to its O(N^3) running…

Cited by 0SourcePDFScholar
2018

Sequential Attend, Infer, Repeat: Generative Modelling of Moving Objects

NeurIPS 2018spotlight

We present Sequential Attend, Infer, Repeat (SQAIR), an interpretable deep generative model for image sequences. It can reliably discover and track objects through the sequence; it can also conditionally generate future frames, thereby simulating expected motion of objects. This is achieved by expl…