← Search

Seunghoon Hong

45 accepted papers

2026

AdaRank: Adaptive Rank Pruning for Enhanced Model Merging

ICLR 2026poster

Model merging has emerged as a promising approach for unifying independently fine-tuned models into an integrated framework, significantly enhancing computational efficiency in multi-task learning. Recently, several SVD-based techniques have been introduced to exploit low-rank structures for enhance…

Cited by 10SourcecodeScholar
2026

Flock: A Knowledge Graph Foundation Model via Learning on Random Walks

ICLR 2026poster

We study the problem of zero-shot link prediction on knowledge graphs (KGs), which requires models to generalize to novel entities and novel relations. Knowledge graph foundation models (KGFMs) address this task by enforcing equivariance over both nodes and relations, which enables them to learn str…

Cited by 0SourcecodeScholar
2026

FlowBind: Efficient Any-to-Any Generation with Bidirectional Flows

ICLR 2026poster

Any-to-any generation seeks to translate between arbitrary subsets of modalities, enabling flexible cross-modal synthesis. Despite recent success, existing flow-based approaches are challenged by its inefficiency, as they require large-scale datasets often with restrictive pairing constraints, incu…

Cited by 0SourcecodeScholar
2026

Inverting Data Transformations via Diffusion Sampling

ICML 2026poster

We study the problem of transformation inversion on general Lie groups: a datum is transformed by an unknown group element, and the goal is to recover an inverse transformation that maps it back to the original data distribution. We take a probabilistic view and model the posterior over transformati…

Cited by 0SourceScholar
2025

3D Denoisers Are Good 2D Teachers: Molecular Pretraining via Denoising and Cross-Modal Distillation

AAAI 2025technical

Pretraining molecular representations from large unlabeled data is essential for molecular property prediction due to the high cost of obtaining ground-truth labels. While there exist various 2D graph-based molecular pretraining approaches, these methods struggle to show statistically significant ga…

Cited by 1SourcePDFScholar
2025

Bridging the gap to real-world language-grounded visual concept learning

NeurIPS 2025poster

Human intelligence effortlessly interprets visual scenes along a rich spectrum of semantic dimensions. However, existing approaches to language-grounded visual concept learning are limited to a few predefined primitive axes, such as color and shape, and are typically explored in synthetic datasets.…

Cited by 0SourcecodeScholar
2025

Disentangled Representation Learning via Modular Compositional Bias

NeurIPS 2025poster

Recent disentangled representation learning (DRL) methods heavily rely on factor-specific strategies—either learning objectives for attributes or model architectures for objects—to embed inductive biases. Such divergent approaches result in significant overhead when novel factors of variation do no…

Cited by 0SourcecodeScholar
2025

Revisiting Random Walks for Learning on Graphs

ICLR 2025spotlight

We revisit a simple model class for machine learning on graphs, where a random walk on a graph produces a machine-readable record, and this record is processed by a deep neural network to directly make vertex-level or graph-level predictions. We call these stochastic machines random walk neural netw…

2025

Universal Few-shot Spatial Control for Diffusion Models

NeurIPS 2025poster

Spatial conditioning in pretrained text-to-image diffusion models has significantly improved fine-grained control over the structure of generated images. However, existing control adapters exhibit limited adaptability and incur high training costs when encountering novel spatial control conditions t…

Cited by 0SourcecodeScholar
2024

Learning to Compose: Improving Object Centric Learning by Injecting Compositionality

ICLR 2024poster

Learning compositional representation is a key aspect of object-centric learning as it enables flexible systematic generalization and supports complex visual reasoning. However, most of the existing approaches rely on auto-encoding objective, while the compositionality is implicitly imposed by the a…

2024

Learning to Merge Tokens via Decoupled Embedding for Efficient Vision Transformers

NeurIPS 2024poster

Recent token reduction methods for Vision Transformers (ViTs) incorporate token merging, which measures the similarities between token embeddings and combines the most similar pairs. However, their merging policies are directly dependent on intermediate features in ViTs, which prevents exploiting fe…

2024

Meta-Controller: Few-Shot Imitation of Unseen Embodiments and Tasks in Continuous Control

NeurIPS 2024poster

Generalizing across robot embodiments and tasks is crucial for adaptive robotic systems. Modular policy learning approaches adapt to new embodiments but are limited to specific tasks, while few-shot imitation learning (IL) approaches often focus on a single embodiment. In this paper, we introduce a…

2024

MetaWeather: Few-Shot Weather-Degraded Image Restoration

ECCV 2024poster

"Real-world weather conditions are intricate and often occur concurrently. However, most existing restoration approaches are limited in their applicability to specific weather conditions in training data and struggle to generalize to unseen weather types, including real-world weather conditions. To…

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

Information-Theoretic State Space Model for Multi-View Reinforcement Learning

ICML 2023oral

Multi-View Reinforcement Learning (MVRL) seeks to find an optimal control for an agent given multi-view observations from various sources. Despite recent advances in multi-view learning that aim to extract the latent representation from multi-view data, it is not straightforward to apply them to con…

Cited by 4SourcePDFScholar
2023

Learning Probabilistic Symmetrization for Architecture Agnostic Equivariance

NeurIPS 2023spotlight

We present a novel framework to overcome the limitations of equivariant architectures in learning functions with group symmetries. In contrary to equivariant architectures, we use an arbitrary base model such as an MLP or a transformer and symmetrize it to be equivariant to the given group by employ…

2023

Towards End-to-End Generative Modeling of Long Videos With Memory-Efficient Bidirectional Transformers

CVPR 2023poster

Autoregressive transformers have shown remarkable success in video generation. However, the transformers are prohibited from directly learning the long-term dependency in videos due to the quadratic complexity of self-attention, and inherently suffering from slow inference time and error propagation…

2023

Universal Few-shot Learning of Dense Prediction Tasks with Visual Token Matching

ICLR 2023top-5%

Dense prediction tasks are a fundamental class of problems in computer vision. As supervised methods suffer from high pixel-wise labeling cost, a few-shot learning solution that can learn any dense task from a few labeled images is desired. Yet, current few-shot learning methods target a restricted…

2022

Learning Continuous Representation of Audio for Arbitrary Scale Super Resolution

ICASSP 2022accepted

Audio super resolution aims to predict the missing high resolution components of the low resolution audio signals. While audio in nature is a continuous signal, current approaches treat it as discrete data (i.e., input is defined on discrete time domain), and consider the super resolution over a fix…

Cited by 0SourceScholar
2022

Part-Based Pseudo Label Refinement for Unsupervised Person Re-Identification

CVPR 2022poster

Unsupervised person re-identification (re-ID) aims at learning discriminative representations for person retrieval from unlabeled data. Recent techniques accomplish this task by using pseudo-labels, but these labels are inherently noisy and deteriorate the accuracy. To overcome this problem, several…

Cited by 274PDFcodeScholar
2022

Pure Transformers are Powerful Graph Learners

NeurIPS 2022accept

We show that standard Transformers without graph-specific modifications can lead to promising results in graph learning both in theory and practice. Given a graph, we simply treat all nodes and edges as independent tokens, augment them with token embeddings, and feed them to a Transformer. With an a…

2022

Transformers meet Stochastic Block Models: Attention with Data-Adaptive Sparsity and Cost

NeurIPS 2022accept

To overcome the quadratic cost of self-attention, recent works have proposed various sparse attention modules, most of which fall under one of two groups: 1) sparse attention under a hand-crafted patterns and 2) full attention followed by a sparse variant of softmax such as $\alpha$-entmax. Unfortun…

2021

Improving Unsupervised Image Clustering With Robust Learning

CVPR 2021poster

Unsupervised image clustering methods often introduce alternative objectives to indirectly train the model and are subject to faulty predictions and overconfident results. To overcome these challenges, the current research proposes an innovative model RUC that is inspired by robust learning. RUC's n…

Cited by 125PDFcodeScholar
2021

Multi-View Representation Learning via Total Correlation Objective

NeurIPS 2021poster

Multi-View Representation Learning (MVRL) aims to discover a shared representation of observations from different views with the complex underlying correlation. In this paper, we propose a variational approach which casts MVRL as maximizing the amount of total correlation reduced by the representati…

Cited by 52SourcePDFScholar
2021

Revisiting Hierarchical Approach for Persistent Long-Term Video Prediction

ICLR 2021poster

Learning to predict the long-term future of video frames is notoriously challenging due to the inherent ambiguities in a distant future and dramatic amplification of prediction error over time. Despite the recent advances in the literature, existing approaches are limited to moderately short-term pr…

2021

SetVAE: Learning Hierarchical Composition for Generative Modeling of Set-Structured Data

CVPR 2021poster

Generative modeling of set-structured data, such as point clouds, requires reasoning over local and global structures at various scales. However, adopting multi-scale frameworks for ordinary sequential data to a set-structured data is nontrivial as it should be invariant to the permutation of its el…

Cited by 100PDFcodeScholar
2021

Transformers Generalize DeepSets and Can be Extended to Graphs & Hypergraphs

NeurIPS 2021poster

We present a generalization of Transformers to any-order permutation invariant data (sets, graphs, and hypergraphs). We begin by observing that Transformers generalize DeepSets, or first-order (set-input) permutation invariant MLPs. Then, based on recently characterized higher-order invariant MLPs,…

2020

High-Fidelity Synthesis with Disentangled Representation

ECCV 2020poster

Learning disentangled representation of data without supervision is an important step towards improving the interpretability of generative models. Despite recent advances in disentangled representation learning, existing approaches often suffer from the trade-off between representation learning and…

2020

Variational Interaction Information Maximization for Cross-domain Disentanglement

NeurIPS 2020poster

Cross-domain disentanglement is the problem of learning representations partitioned into domain-invariant and domain-specific representations, which is a key to successful domain transfer or measuring semantic distance between two domains. Grounded in information theory, we cast the simultaneous lea…

2019

Adversarial Defense via Learning to Generate Diverse Attacks

ICCV 2019poster

With the remarkable success of deep learning, Deep Neural Networks (DNNs) have been applied as dominant tools to various machine learning domains. Despite this success, however, it has been found that DNNs are surprisingly vulnerable to malicious attacks; adding a small, perceptually indistinguishab…

Cited by 99PDFcodeScholar
2019

Diversity-Sensitive Conditional Generative Adversarial Networks

ICLR 2019poster

We propose a simple yet highly effective method that addresses the mode-collapse problem in the Conditional Generative Adversarial Network (cGAN). Although conditional distributions are multi-modal (i.e., having many modes) in practice, most cGAN approaches tend to learn an overly simplified distr…

Cited by 253SourcePDFScholar
2018

Inferring Semantic Layout for Hierarchical Text-to-Image Synthesis

CVPR 2018poster

We propose a novel hierarchical approach for text-to-image synthesis by inferring semantic layout. Instead of learning a direct mapping from text to image, our algorithm decomposes the generation process into multiple steps, in which it first constructs a semantic layout from the text by the layout…

Cited by 606SourcePDFScholar
2018

Learning Hierarchical Semantic Image Manipulation through Structured Representations

NeurIPS 2018poster

Understanding, reasoning, and manipulating semantic concepts of images have been a fundamental research problem for decades. Previous work mainly focused on direct manipulation of natural image manifold through color strokes, key-points, textures, and holes-to-fill. In this work, we present a novel…

Cited by 97SourcePDFScholar
2017

Decomposing Motion and Content for Natural Video Sequence Prediction

ICLR 2017poster

We propose a deep neural network for the prediction of future frames in natural video sequences. To effectively handle complex evolution of pixels in videos, we propose to decompose the motion and content, two key components generating dynamics in videos. Our model is built upon the Encoder-Decoder…

Cited by 740SourceScholar
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

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
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