← Search

Chang-Su Kim

51 accepted papers

2026

Contrastive Order Learning: A General Framework for Ordinal Regression

ICML 2026poster

We propose contrastive order learning (ConOrd), a contrastive learning framework for ordinal regression that integrates the strengths of contrastive learning and order learning. While contrastive learning effectively leverages all samples in a batch, it typically ignores the inherent ordering among …

Cited by 0SourceScholar
2024

Blind Image Quality Assessment Based on Geometric Order Learning

CVPR 2024poster

A novel approach to blind image quality assessment called quality comparison network (QCN) is proposed in this paper which sorts the feature vectors of input images according to their quality scores in an embedding space. QCN employs comparison transformers (CTs) and score pivots which act as the ce…

2024

MFP: Making Full Use of Probability Maps for Interactive Image Segmentation

CVPR 2024poster

In recent interactive segmentation algorithms previous probability maps are used as network input to help predictions in the current segmentation round. However despite the utilization of previous masks useful information contained in the probability maps is not well propagated to the current predic…

2024

Masked Spatial Propagation Network for Sparsity-Adaptive Depth Refinement

CVPR 2024poster

The main function of depth completion is to compensate for an insufficient and unpredictable number of sparse depth measurements of hardware sensors. However existing research on depth completion assumes that the sparsity --- the number of points or LiDAR lines --- is fixed for training and testing.…

2023

BiFormer: Learning Bilateral Motion Estimation via Bilateral Transformer for 4K Video Frame Interpolation

CVPR 2023poster

A novel 4K video frame interpolator based on bilateral transformer (BiFormer) is proposed in this paper, which performs three steps: global motion estimation, local motion refinement, and frame synthesis. First, in global motion estimation, we predict symmetric bilateral motion fields at a coarse sc…

2023

Context-Based Trit-Plane Coding for Progressive Image Compression

CVPR 2023poster

Trit-plane coding enables deep progressive image compression, but it cannot use autoregressive context models. In this paper, we propose the context-based trit-plane coding (CTC) algorithm to achieve progressive compression more compactly. First, we develop the context-based rate reduction module to…

2022

DPICT: Deep Progressive Image Compression Using Trit-Planes

CVPR 2022oral

We propose the deep progressive image compression using trit-planes (DPICT) algorithm, which is the first learning-based codec supporting fine granular scalability (FGS). First, we transform an image into a latent tensor using an analysis network. Then, we represent the latent tensor in ternary digi…

Cited by 38PDFcodeScholar
2022

Depth Map Decomposition for Monocular Depth Estimation

ECCV 2022poster

"We propose a novel algorithm for monocular depth estimation that decomposes a metric depth map into a normalized depth map and scale features. The proposed network is composed of a shared encoder and three decoders, called G-Net, N-Net, and M-Net, which estimate gradient maps, a normalized depth ma…

2022

Eigenlanes: Data-Driven Lane Descriptors for Structurally Diverse Lanes

CVPR 2022poster

A novel algorithm to detect road lanes in the eigenlane space is proposed in this paper. First, we introduce the notion of eigenlanes, which are data-driven descriptors for structurally diverse lanes, including curved, as well as straight, lanes. To obtain eigenlanes, we perform the best rank-M appr…

Cited by 55PDFcodeScholar
2021

Guided Interactive Video Object Segmentation Using Reliability-Based Attention Maps

CVPR 2021poster

We propose a novel guided interactive segmentation (GIS) algorithm for video objects to improve the segmentation accuracy and reduce the interaction time. First, we design the reliability-based attention module to analyze the reliability of multiple annotated frames. Second, we develop the intersect…

Cited by 34PDFcodeScholar
2021

Harmonious Semantic Line Detection via Maximal Weight Clique Selection

CVPR 2021poster

A novel algorithm to detect an optimal set of semantic lines is proposed in this work. We develop two networks: selection network (S-Net) and harmonization network (H-Net). First, S-Net computes the probabilities and offsets of line candidates. Second, we filter out irrelevant lines through a select…

Cited by 14PDFcodeScholar
2020

BMBC: Bilateral Motion Estimation with Bilateral Cost Volume for Video Interpolation

ECCV 2020poster

Video interpolation increases the temporal resolution of a video sequence by synthesizing intermediate frames between two consecutive frames. We propose a novel deep-learning-based video interpolation algorithm based on bilateral motion estimation. First, we develop the bilateral motion network with…

2020

Global and Local Enhancement Networks for Paired and Unpaired Image Enhancement

ECCV 2020poster

A novel approach for paired and unpaired image enhancement is proposed in this work. First, we develop global enhancement network (GEN) and local enhancement network (LEN), which can faithfully enhance images. The proposed GEN performs the channel-wise intensity transforms that can be trained easier…

2020

Interactive Video Object Segmentation Using Global and Local Transfer Modules

ECCV 2020poster

An interactive video object segmentation algorithm, which takes scribble annotations on query objects as input, is proposed in this paper. We develop a deep neural network, which consists of the annotation network (A-Net) and the transfer network (T-Net). First, given user scribbles on a frame, A-Ne…

2020

Order Learning and Its Application to Age Estimation

ICLR 2020poster

We propose order learning to determine the order graph of classes, representing ranks or priorities, and classify an object instance into one of the classes. To this end, we design a pairwise comparator to categorize the relationship between two instances into one of three cases: one instance is `gr…

Cited by 46SourcecodeScholar
2020

Semantic Line Detection Using Mirror Attention and Comparative Ranking and Matching

ECCV 2020poster

A novel algorithm to detect semantic lines is proposed in this paper. We develop three networks: detection network with mirror attention (D-Net) and comparative ranking and matching networks (R-Net and M-Net). D-Net extracts semantic lines by exploiting rich contextual information. To this end, we d…

2019

Image Aesthetic Assessment Based on Pairwise Comparison A Unified Approach to Score Regression, Binary Classification, and Personalization

ICCV 2019poster

We propose a unified approach to three tasks of aesthetic score regression, binary aesthetic classification, and personalized aesthetics. First, we develop a comparator to estimate the ratio of aesthetic scores for two images. Then, we construct a pairwise comparison matrix for multiple reference im…

Cited by 67PDFScholar
2019

Instance-Level Future Motion Estimation in a Single Image Based on Ordinal Regression

ICCV 2019poster

A novel algorithm to estimate instance-level future motion in a single image is proposed in this paper. We first represent the future motion of an instance with its direction, speed, and action classes. Then, we develop a deep neural network that exploits different levels of semantic information to…

Cited by 18PDFScholar
2018

Monocular Depth Estimation Using Whole Strip Masking and Reliability-Based Refinement

ECCV 2018poster

We propose a monocular depth estimation algorithm, which extracts a depth map from a single image, based on whole strip masking (WSM) and reliability-based refinement. First, we develop a convolutional neural network (CNN) tailored for the depth estimation. Specifically, we design a novel filter, ca…

Cited by 45SourcePDFScholar
2018

Single-Image Depth Estimation Based on Fourier Domain Analysis

CVPR 2018poster

We propose a deep learning algorithm for single-image depth estimation based on the Fourier frequency domain analysis. First, we develop a convolutional neural network structure and propose a new loss function, called depth-balanced Euclidean loss, to train the network reliably for a wide range of d…

Cited by 188SourcePDFScholar
2017

CDTS: Collaborative Detection, Tracking, and Segmentation for Online Multiple Object Segmentation in Videos

ICCV 2017poster

A novel online algorithm to segment multiple objects in a video sequence is proposed in this work. We develop the collaborative detection, tracking, and segmentation (CDTS) technique to extract multiple segment tracks accurately. First, we jointly use object detector and tracker to generate multiple…

Cited by 15PDFScholar
2016

POD: Discovering Primary Objects in Videos Based on Evolutionary Refinement of Object Recurrence, Background, and Primary Object Models

CVPR 2016poster

A primary object discovery (POD) algorithm for a video sequence is proposed in this work, which is capable of discovering a primary object, as well as identifying noisy frames that do not contain the object. First, we generate object proposals for each frame. Then, we bisect each proposal into foreg…

Cited by 33PDFScholar
2016

Primary Object Segmentation in Videos via Alternate Convex Optimization of Foreground and Background Distributions

CVPR 2016poster

An unsupervised video object segmentation algorithm, which discovers a primary object in a video sequence automatically, is proposed in this work. We introduce three energies in terms of foreground and background probability distributions: Markov, spatiotemporal, and antagonistic energies. Then, we…

Cited by 87PDFScholar
2015

Multiple Random Walkers and Their Application to Image Cosegmentation

CVPR 2015poster

A graph-based system to simulate the movements and interactions of multiple random walkers (MRW) is proposed in this work. In the MRW system, multiple agents traverse a single graph simultaneously. To achieve desired interactions among those agents, a restart rule can be designed, which determines t…

Cited by 105SourcePDFScholar
2015

SOWP: Spatially Ordered and Weighted Patch Descriptor for Visual Tracking

ICCV 2015poster

A simple yet effective object descriptor for visual tracking is proposed in this paper. We first decompose the bounding box of a target object into multiple patches, which are described by color and gradient histograms. Then, we concatenate the features of the spatially ordered patches to represent…

Cited by 141PDFScholar