Skip to main content

Suha Kwak

Pohang University of Science and Technology · 情報科学

研究室紹介

Professor Suha Kwak's research lab specializes in weakly supervised and self-supervised visual representation learning, with a focus on semantic segmentation, instance segmentation, and visual tracking using minimal or no dense annotations. The lab develops innovative deep learning frameworks that leverage image-level labels, attention maps, and feature propagation to discover and localize objects in complex, real-world scenarios. Key research directions include unsupervised domain adaptation, metric learning with robustness to noise, and unsupervised discovery of dominant objects in uncurated image collections.

weakly supervised learninginstance segmentationdomain adaptationvisual trackingmetric learning

Research Overview

Papers
149
Total Citations
5,608
Papers (5y)
100
Primary Field
情報科学

Research Output Trend

Figures are computed from collected data and may differ slightly.

Publications per year (5y)
100total
2021
2022
2023
2024
2025
Citations per year (5y)
1,116total
20212022202320242025

Selected Papers

15
1
Preprint|851 citations·2018
Learning Pixel-Level Semantic Affinity with Image-Level Supervision for Weakly Supervised Semantic Segmentation
Jiwoon Ahn, Suha Kwak

The deficiency of segmentation labels is one of the main obstacles to semantic segmentation in the wild. To alleviate this issue, we present a novel framework that generates segmentation labels of images given their image-level class labels. In this weakly supervised setting, trained models have been known to segment local discriminative parts rather than the entire object area. Our solution is to propagate such local responses to nearby areas which belong to the same semantic entity. To this en

Computer Vision and Pattern RecognitionComputer Science
2
Article|607 citations·2019
Weakly Supervised Learning of Instance Segmentation With Inter-Pixel Relations
Jiwoon Ahn, Sunghyun Cho, Suha Kwak

This paper presents a novel approach for learning instance segmentation with image-level class labels as supervision. Our approach generates pseudo instance segmentation labels of training images, which are used to train a fully supervised model. For generating the pseudo labels, we first identify confident seed areas of object classes from attention maps of an image classification model, and propagate them to discover the entire instance areas with accurate boundaries. To this end, we propose I

Computer Vision and Pattern RecognitionComputer Science
3
Article|518 citations·2015
Online Tracking by Learning Discriminative Saliency Map with Convolutional Neural Network
Seunghoon Hong, Tackgeun You, Suha Kwak, Bohyung Han
arXiv (Cornell University)OA

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 excellent representation performance in various general visual recognition problems. The features are used to learn discriminative target appearance models using an online Support Vector Machine (SVM)

Computer Vision and Pattern RecognitionComputer Science
4
Article|426 citations·2019
Domain-Specific Batch Normalization for Unsupervised Domain Adaptation
Woong-Gi Chang, Tackgeun You, Seonguk Seo, Suha Kwak, Bohyung Han

We propose a novel unsupervised domain adaptation framework based on domain-specific batch normalization in deep neural networks. We aim to adapt to both domains by specializing batch normalization layers in convolutional neural networks while allowing them to share all other model parameters, which is realized by a two-stage algorithm. In the first stage, we estimate pseudo-labels for the examples in the target domain using an external unsupervised domain adaptation algorithm-for example, MSTN

Artificial IntelligenceComputer Science
5
Article|392 citations·2020
Proxy Anchor Loss for Deep Metric Learning
Sung‐Yeon Kim, Dong-Won Kim, Minsu Cho, Suha Kwak

Existing metric learning losses can be categorized into two classes: pair-based and proxy-based losses. The former class can leverage fine-grained semantic relations between data points, but slows convergence in general due to its high training complexity. In contrast, the latter class enables fast and reliable convergence, but cannot consider the rich data-to-data relations. This paper presents a new proxy-based loss that takes advantages of both pair- and proxy-based methods and overcomes thei

Computer Vision and Pattern RecognitionComputer Science
6
Preprint|234 citations·2015
Unsupervised object discovery and localization in the wild: Part-based matching with bottom-up region proposals
Minsu Cho, Suha Kwak, Cordelia Schmid, Jean Ponce
OA

This paper addresses unsupervised discovery and localization of dominant objects from a noisy image collection with multiple object classes. The setting of this problem is fully unsupervised, without even image-level annotations or any assumption of a single dominant class. This is far more general than typical colocalization, cosegmentation, or weakly-supervised localization tasks. We tackle the discovery and localization problem using a part-based region matching approach: We use off-the-shelf

Computer Vision and Pattern RecognitionComputer Science
7
Article|150 citations·2017
Weakly Supervised Semantic Segmentation Using Web-Crawled Videos
Seunghoon Hong, Donghun Yeo, Suha Kwak, Honglak Lee, Bohyung Han

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 with no additional human intervention by retrieving videos relevant to target class labels from web repository, and generating segmentation labels from the retrieved videos to simulate strong supervi

Computer Vision and Pattern RecognitionComputer Science
8
Article|148 citations·2017
Weakly Supervised Semantic Segmentation Using Superpixel Pooling Network
Suha Kwak, Seunghoon Hong, Bohyung Han
Proceedings of the AAAI Conference on Artificial IntelligenceOA

We propose a weakly supervised semantic segmentation algorithm based on deep neural networks, which relies on image-level class labels only. The proposed algorithm alternates between generating segmentation annotations and learning a semantic segmentation network using the generated annotations. A key determinant of success in this framework is the capability to construct reliable initial annotations given image-level labels only. To this end, we propose Superpixel Pooling Network (SPN), which u

Computer Vision and Pattern RecognitionComputer Science
9
Article|146 citations·2022
ReSTR: Convolution-free Referring Image Segmentation Using Transformers
Namyup Kim, Dong-Won Kim, Suha Kwak, Cuiling Lan, Wenjun Zeng
2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)

Referring image segmentation is an advanced semantic segmentation task where target is not a predefined class but is described in natural language. Most of existing methods for this task rely heavily on convolutional neural networks, which however have trouble capturing long-range dependencies between entities in the language expression and are not flexible enough for modeling interactions between the two different modalities. To address these issues, we present the first convolution-free model

Computer Vision and Pattern RecognitionComputer Science
10
Preprint|105 citations·2015
Unsupervised Object Discovery and Tracking in Video Collections
Suha Kwak, Minsu Cho, Ivan Laptev, Jean Ponce, Cordelia Schmid
OA

This paper addresses the problem of automatically localizing dominant objects as spatio-temporal tubes in a noisy collection of videos with minimal or even no supervision. We formulate the problem as a combination of two complementary processes: discovery and tracking. The first one establishes correspondences between prominent regions across videos, and the second one associates similar object regions within the same video. Interestingly, our algorithm also discovers the implicit topology of fr

Computer Vision and Pattern RecognitionComputer Science
11
Article|90 citations·2011
Learning occlusion with likelihoods for visual tracking
Suha Kwak, Woonhyun Nam, Bohyung Han, Joon Hee Han

We propose a novel algorithm to detect occlusion for visual tracking through learning with observation likelihoods. In our technique, target is divided into regular grid cells and the state of occlusion is determined for each cell using a classifier. Each cell in the target is associated with many small patches, and the patch likelihoods observed during tracking construct a feature vector, which is used for classification. Since the occlusion is learned with patch likelihoods instead of patches

Computer Vision and Pattern RecognitionComputer Science
12
Article|71 citations·2011
Generalized background subtraction based on hybrid inference by belief propagation and Bayesian filtering
Suha Kwak, Taegyu Lim, Woonhyun Nam, Bohyung Han, Joon Hee Han

We propose a novel background subtraction algorithm for the videos captured by a moving camera. In our technique, foreground and background appearance models in each frame are constructed and propagated sequentially by Bayesian filtering. We estimate the posterior of appearance, which is computed by the product of the image likelihood in the current frame and the prior appearance propagated from the previous frame. The motion, which transfers the previous appearance models to the current frame,

Computer Vision and Pattern RecognitionComputer Science
13
Article|34 citations·2011
Scenario-based video event recognition by constraint flow
Suha Kwak, Bohyung Han, Joon Hee Han

We present a novel approach to representing and recognizing composite video events. A composite event is specified by a scenario, which is based on primitive events and their temporal-logical relations, to constrain the arrangements of the primitive events in the composite event. We propose a new scenario description method to represent composite events fluently and efficiently. A composite event is recognized by a constrained optimization algorithm whose constraints are defined by the scenario.

Computer Vision and Pattern RecognitionComputer Science
14
Article|22 citations·2013
Multi-agent Event Detection: Localization and Role Assignment
Suha Kwak, Bohyung Han, Joon Hee Han

We present a joint estimation technique of event localization and role assignment when the target video event is described by a scenario. Specifically, to detect multi-agent events from video, our algorithm identifies agents involved in an event and assigns roles to the participating agents. Instead of iterating through all possible agent-role combinations, we formulate the joint optimization problem as two efficient sub problems-quadratic programming for role assignment followed by linear progr

Computer Vision and Pattern RecognitionComputer Science
15
Preprint|21 citations·2016
Thin-Slicing for Pose: Learning to Understand Pose without Explicit Pose Estimation
Suha Kwak, Minsu Cho, Ivan Laptev

We address the problem of learning a pose-aware, compact embedding that projects images with similar human poses to be placed close-by in the embedding space. The embedding function is built on a deep convolutional network, and trained with triplet-based rank constraints on real image data. This architecture allows us to learn a robust representation that captures differences in human poses by effectively factoring out variations in clothing, background, and imaging conditions in the wild. For a

Computer Vision and Pattern RecognitionComputer Science

Research Areas

Computer Vision and Pattern RecognitionArtificial IntelligenceManagement Science and Operations ResearchSignal ProcessingRadiology, Nuclear Medicine and ImagingNeurology

Suha Kwakの研究をNubintでさらに深く

この研究室の論文をアプリで開き、AIと共に読み、要約し、引用しましょう。