← Search

Jinwoo Kim

27 accepted papers

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

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

Latent Space Super-Resolution for Higher-Resolution Image Generation with Diffusion Models

CVPR 2025poster

In this paper, we propose LSRNA, a novel framework for higher-resolution (exceeding 1K) image generation using diffusion models by leveraging super-resolution directly in the latent space. Existing diffusion models struggle with scaling beyond their training resolutions, often leading to structural…

2025

ORIDa: Object-centric Real-world Image Composition Dataset

CVPR 2025poster

Object compositing, the task of placing and harmonizing objects in images of diverse visual scenes, has become an important task in computer vision with the rise of generative models.However, existing datasets lack the diversity and scale required to comprehensively explore real-world scenarios comp…

Cited by 0SourcePDFScholar
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

Sparse Structure Exploration and Re-optimization for Vision Transformer

UAI 2025

Vision Transformers (ViTs) achieve outstanding performance by effectively capturing long-range dependencies between image patches (tokens). However, the high computational cost and memory requirements of ViTs present challenges for model compression and deployment on edge devices. In this study, we

2024

Accelerating Image Super-Resolution Networks with Pixel-Level Classification

ECCV 2024poster

"In recent times, the need for effective super-resolution (SR) techniques has surged, especially for large-scale images ranging 2K to 8K resolutions. For DNN-based SISR, decomposing images into overlapping patches is typically necessary due to computational constraints. In such patch-decomposing sch…

2024

Attentive Illumination Decomposition Model for Multi-Illuminant White Balancing

CVPR 2024poster

White balance (WB) algorithms in many commercial cameras assume single and uniform illumination leading to undesirable results when multiple lighting sources with different chromaticities exist in the scene. Prior research on multi-illuminant WB typically predicts illumination at the pixel level wit…

Cited by 6SourcePDFScholar
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

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

Shepherding Slots to Objects: Towards Stable and Robust Object-Centric Learning

CVPR 2023poster

Object-centric learning (OCL) aspires general and com- positional understanding of scenes by representing a scene as a collection of object-centric representations. OCL has also been extended to multi-view image and video datasets to apply various data-driven inductive biases by utilizing geometric…

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

A Brand New Dance Partner: Music-Conditioned Pluralistic Dancing Controlled by Multiple Dance Genres

CVPR 2022poster

When coming up with phrases of movement, choreographers all have their habits as they are used to their skilled dance genres. Therefore, they tend to return certain patterns of the dance genres that they are familiar with. What if artificial intelligence could be used to help choreographers blend da…

Cited by 51PDFcodeScholar
2022

GraphDistNet: A Graph-Based Collision-Distance Estimator for Gradient-Based Trajectory Optimization

RA-L 2022

Trajectory optimization (TO) aims to find a sequence of valid states while minimizing costs. However, its fine validation process is often costly due to computationally expensive collision searches, otherwise coarse searches lower the safety of the system losing a precise solution. To resolve the is

Cited by 12SourceScholar
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…

2022

UBoCo: Unsupervised Boundary Contrastive Learning for Generic Event Boundary Detection

CVPR 2022poster

Generic Event Boundary Detection (GEBD) is a newly suggested video understanding task that aims to find one level deeper semantic boundaries of events. Bridging the gap between natural human perception and video understanding, it has various potential applications, including interpretable and semant…

Cited by 36PDFcodeScholar
2021

Large Scale Multi-Illuminant (LSMI) Dataset for Developing White Balance Algorithm Under Mixed Illumination

ICCV 2021poster

We introduce a Large Scale Multi-Illuminant (LSMI) Dataset that contains 7,486 images, captured with three different cameras on more than 2,700 scenes with two or three illuminants. For each image in the dataset, the new dataset provides not only the pixel-wise ground truth illumination but also the…

Cited by 31PDFcodeScholar
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,…

2019

A Deep Cybersickness Predictor Based on Brain Signal Analysis for Virtual Reality Contents

ICCV 2019poster

What if we could interpret the cognitive state of a user while experiencing a virtual reality (VR) and estimate the cognitive state from a visual stimulus? In this paper, we address the above question by developing an electroencephalography (EEG) driven VR cybersickness prediction model. The EEG dat…

Cited by 101PDFScholar
2018

Deep Video Quality Assessor: From Spatio-temporal Visual Sensitivity to A Convolutional Neural Aggregation Network

ECCV 2018poster

Incorporating spatio-temporal human visual perception into video quality assessment (VQA) remains a formidable issue. Previous statistical or computational models of spatio-temporal perception have limitations to be applied to the general VQA algorithms. In this paper, we propose a novel full-refere…

Cited by 151SourcePDFScholar