← Search

Thomas S. Huang

29 accepted papers

2021

CompFeat: Comprehensive Feature Aggregation for Video Instance Segmentation

AAAI 2021technical

Video instance segmentation is a complex task in which we need to detect, segment, and track each object for any given video. Previous approaches only utilize single-frame features for the detection, segmentation, and tracking of objects and they suffer in the video scenario due to several distinct…

2020

Agriculture-Vision: A Large Aerial Image Database for Agricultural Pattern Analysis

CVPR 2020poster

The success of deep learning in visual recognition tasks has driven advancements in multiple fields of research. Particularly, increasing attention has been drawn towards its application in agriculture. Nevertheless, while visual pattern recognition on farmlands carries enormous economic values, lit…

Cited by 237PDFScholar
2020

Differential Treatment for Stuff and Things: A Simple Unsupervised Domain Adaptation Method for Semantic Segmentation

CVPR 2020poster

We consider the problem of unsupervised domain adaptation for semantic segmentation by easing the domain shift between the source domain (synthetic data) and the target domain (real data) in this work. State-of-the-art approaches prove that performing semantic-level alignment is helpful in tackling…

Cited by 289PDFcodeScholar
2020

FOAL: Fast Online Adaptive Learning for Cardiac Motion Estimation

CVPR 2020poster

Motion estimation of cardiac MRI videos is crucial for the evaluation of human heart anatomy and function. Recent researches show promising results with deep learning-based methods. In clinical deployment, however, they suffer dramatic performance drops due to mismatched distributions between traini…

Cited by 64PDFScholar
2020

FSNet: Compression of Deep Convolutional Neural Networks by Filter Summary

ICLR 2020poster

We present a novel method of compression of deep Convolutional Neural Networks (CNNs) by weight sharing through a new representation of convolutional filters. The proposed method reduces the number of parameters of each convolutional layer by learning a $1$D vector termed Filter Summary (FS). The co…

Cited by 21SourceScholar
2020

HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation

CVPR 2020poster

Bottom-up human pose estimation methods have difficulties in predicting the correct pose for small persons due to challenges in scale variation. In this paper, we present HigherHRNet: a novel bottom-up human pose estimation method for learning scale-aware representations using high-resolution featur…

Cited by 1075PDFcodeScholar
2020

Image Super-Resolution With Cross-Scale Non-Local Attention and Exhaustive Self-Exemplars Mining

CVPR 2020poster

Deep convolution-based single image super-resolution (SISR) networks embrace the benefits of learning from large-scale external image resources for local recovery, yet most existing works have ignored the long-range feature-wise similarities in natural images. Some recent works have successfully lev…

Cited by 478PDFcodeScholar
2020

Neural Sparse Representation for Image Restoration

NeurIPS 2020poster

Inspired by the robustness and efficiency of sparse representation in sparse coding based image restoration models, we investigate the sparsity of neurons in deep networks. Our method structurally enforces sparsity constraints upon hidden neurons. The sparsity constraints are favorable for gradient-…

2020

Panoptic-DeepLab: A Simple, Strong, and Fast Baseline for Bottom-Up Panoptic Segmentation

CVPR 2020poster

In this work, we introduce Panoptic-DeepLab, a simple, strong, and fast system for panoptic segmentation, aiming to establish a solid baseline for bottom-up methods that can achieve comparable performance of two-stage methods while yielding fast inference speed. In particular, Panoptic-DeepLab adopt…

Cited by 776PDFcodeScholar
2019

Free-Form Image Inpainting With Gated Convolution

ICCV 2019oral

We present a generative image inpainting system to complete images with free-form mask and guidance. The system is based on gated convolutions learned from millions of images without additional labelling efforts. The proposed gated convolution solves the issue of vanilla convolution that treats all…

Cited by 2386PDFcodeScholar
2019

Geometry-Aware Distillation for Indoor Semantic Segmentation

CVPR 2019poster

It has been shown that jointly reasoning the 2D appearance and 3D information from RGB-D domains is beneficial to indoor scene semantic segmentation. However, most existing approaches require accurate depth map as input to segment the scene which severely limits their applications. In this paper, we…

Cited by 113PDFScholar
2019

SPGNet: Semantic Prediction Guidance for Scene Parsing

ICCV 2019poster

Multi-scale context module and single-stage encoder-decoder structure are commonly employed for semantic segmentation. The multi-scale context module refers to the operations to aggregate feature responses from a large spatial extent, while the single-stage encoder-decoder structure encodes the high…

Cited by 142PDFScholar
2019

Self-Similarity Grouping: A Simple Unsupervised Cross Domain Adaptation Approach for Person Re-Identification

ICCV 2019oral

Domain adaptation in person re-identification (re-ID) has always been a challenging task. In this work, we explore how to harness the similar natural characteristics existing in the samples from the target domain for learning to conduct person re-ID in an unsupervised manner. Concretely, we propose…

Cited by 606PDFcodeScholar
2019

Towards Instance-Level Image-To-Image Translation

CVPR 2019poster

Unpaired Image-to-image Translation is a new rising and challenging vision problem that aims to learn a mapping between unaligned image pairs in diverse domains. Recent advances in this field like MUNIT and DRIT mainly focus on disentangling content and style/attribute from a given image first, then…

Cited by 130PDFcodeScholar
2018

Adversarial Complementary Learning for Weakly Supervised Object Localization

CVPR 2018poster

In this work, we propose Adversarial Complementary Learning (ACoL) to automatically localize integral objects of semantic interest with weak supervision. We first mathematically prove that class localization maps can be obtained by directly selecting the class-specific feature maps of the last convo…

Cited by 728SourcePDFScholar
2018

Generative Image Inpainting With Contextual Attention

CVPR 2018poster

Recent deep learning based approaches have shown promising results for the challenging task of inpainting large missing regions in an image. These methods can generate visually plausible image structures and textures, but often create distorted structures or blurry textures inconsistent with surroun…

2018

Image Super-Resolution via Dual-State Recurrent Networks

CVPR 2018poster

Advances in image super-resolution (SR) have recently benefited significantly from rapid developments in deep neural networks. Inspired by these recent discoveries, we note that many state-of-the-art deep SR architectures can be reformulated as a single-state recurrent neural network (RNN) with fini…

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
2018

Non-Local Recurrent Network for Image Restoration

NeurIPS 2018poster

Many classic methods have shown non-local self-similarity in natural images to be an effective prior for image restoration. However, it remains unclear and challenging to make use of this intrinsic property via deep networks. In this paper, we propose a non-local recurrent network (NLRN) as the firs…

2018

Revisiting Dilated Convolution: A Simple Approach for Weakly- and Semi-Supervised Semantic Segmentation

CVPR 2018poster

Despite remarkable progress, weakly supervised segmentation methods are still inferior to their fully supervised counterparts. We obverse that the performance gap mainly comes from the inability of producing dense and integral pixel-level object localization for training images only with image-level…

Cited by 700SourcePDFScholar
2017

Support Regularized Sparse Coding and Its Fast Encoder

ICLR 2017poster

Sparse coding represents a signal by a linear combination of only a few atoms of a learned over-complete dictionary. While sparse coding exhibits compelling performance for various machine learning tasks, the process of obtaining sparse code with fixed dictionary is independent for each data point w…

Cited by 2SourceScholar
2016

D3: Deep Dual-Domain Based Fast Restoration of JPEG-Compressed Images

CVPR 2016poster

In this paper, we design a Deep Dual-Domain (D3) based fast restoration model to remove artifacts of JPEG compressed images. It leverages the large learning capacity of deep networks, as well as the problem-specific expertise that was hardly incorporated in the past design of deep architectures. For…

Cited by 249PDFScholar
2016

Studying Very Low Resolution Recognition Using Deep Networks

CVPR 2016poster

Visual recognition research often assumes a sufficient resolution of the region of interest (ROI). That is usually violated in practice, inspiring us to explore the Very Low Resolution Recognition (VLRR) problem. Typically, the ROI in a VLRR problem can be smaller than 16 x16 pixels, and is challeng…

Cited by 284PDFScholar
2015

Look and Think Twice: Capturing Top-Down Visual Attention With Feedback Convolutional Neural Networks

ICCV 2015poster

While feedforward deep convolutional neural networks (CNNs) have been a great success in computer vision, it is important to remember that the human visual contex contains generally more feedback connections than foward connections. In this paper, we will briefly introduce the background of feedback…

Cited by 530PDFcodeScholar
2015

Understanding Image Structure via Hierarchical Shape Parsing

CVPR 2015poster

Exploring image structure is a long-standing yet important research subject in the computer vision community. In this paper, we focus on understanding image structure inspired by the "simple-to-complex" biological evidence. A hierarchical shape parsing strategy is proposed to partition and organize…

Cited by 12SourcePDFScholar