← Search

Stephen Lin

55 accepted papers

2026

A Study of Finetuning Video Transformers for Multi-view Geometry Tasks

AAAI 2026technical

This paper presents an investigation of vision transformer learning for multi-view geometry tasks, such as optical flow estimation, by fine-tuning video foundation models. Unlike previous methods that involve custom architectural designs and task-specific pretraining, our research finds that general

Cited by 0SourcePDFScholar
2025

VASA-3D: Lifelike Audio-Driven Gaussian Head Avatars from a Single Image

NeurIPS 2025poster

We propose VASA-3D, an audio-driven, single-shot 3D head avatar generator. This research tackles two major challenges: capturing the subtle expression details present in real human faces, and reconstructing an intricate 3D head avatar from a single portrait image. To accurately model expression deta…

Cited by 0SourceScholar
2024

Unifying Feature and Cost Aggregation with Transformers for Semantic and Visual Correspondence

ICLR 2024poster

This paper introduces a Transformer-based integrative feature and cost aggregation network designed for dense matching tasks. In the context of dense matching, many works benefit from one of two forms of aggregation: feature aggregation, which pertains to the alignment of similar features, or cost a…

Cited by 7SourcePDFScholar
2023

Randomized Quantization: A Generic Augmentation for Data Agnostic Self-supervised Learning

ICCV 2023poster

Self-supervised representation learning follows a paradigm of withholding some part of the data and tasking the network to predict it from the remaining part. Among many techniques, data augmentation lies at the core for creating the information gap. Towards this end, masking has emerged as a generi…

Cited by 11PDFcodeScholar
2022

A Simple Multi-Modality Transfer Learning Baseline for Sign Language Translation

CVPR 2022poster

This paper proposes a simple transfer learning baseline for sign language translation. Existing sign language datasets (e.g. PHOENIX-2014T, CSL-Daily) contain only about 10K-20K pairs of sign videos, gloss annotations and texts, which are an order of magnitude smaller than typical parallel data for…

Cited by 182PDFcodeScholar
2022

Animation from Blur: Multi-modal Blur Decomposition with Motion Guidance

ECCV 2022poster

"We study the challenging problem of recovering detailed motion from a single motion-blurred image. Existing solutions to this problem estimate a single image sequence without considering the motion ambiguity for each region. Therefore, the results tend to converge to the mean of the multi-modal pos…

2022

Bringing Rolling Shutter Images Alive with Dual Reversed Distortion

ECCV 2022poster

"Rolling shutter (RS) distortion can be interpreted as the result of picking a row of pixels from instant global shutter (GS) frames over time during the exposure of the RS camera. This means that the information of each instant GS frame is partially, yet sequentially, embedded into the row-dependen…

2022

Cost Aggregation with 4D Convolutional Swin Transformer for Few-Shot Segmentation

ECCV 2022poster

"We present a novel cost aggregation network, called Volumetric Aggregation with Transformers (VAT), for few-shot segmentation. The use of transformers can benefit correlation map aggregation through self-attention over a global receptive field. However, the tokenization of a correlation map for tra…

2022

Could Giant Pre-trained Image Models Extract Universal Representations?

NeurIPS 2022accept

Frozen pretrained models have become a viable alternative to the pretraining-then-finetuning paradigm for transfer learning. However, with frozen models there are relatively few parameters available for adapting to downstream tasks, which is problematic in computer vision where tasks vary significan…

Cited by 11SourcePDFScholar
2022

Cross-Model Pseudo-Labeling for Semi-Supervised Action Recognition

CVPR 2022oral

Semi-supervised action recognition is a challenging but important task due to the high cost of data annotation. A common approach to this problem is to assign unlabeled data with pseudo-labels, which are then used as additional supervision in training. Typically in recent work, the pseudo-labels are…

Cited by 75PDFScholar
2022

Unsupervised Learning of Efficient Geometry-Aware Neural Articulated Representations

ECCV 2022poster

"We propose an unsupervised method for 3D geometry-aware representation learning of articulated objects, in which no image-pose pairs or foreground masks are used for training. Though photorealistic images of articulated objects can be rendered with explicit pose control through existing 3D neural r…

2021

Aligning Pretraining for Detection via Object-Level Contrastive Learning

NeurIPS 2021spotlight

Image-level contrastive representation learning has proven to be highly effective as a generic model for transfer learning. Such generality for transfer learning, however, sacrifices specificity if we are interested in a certain downstream task. We argue that this could be sub-optimal and thus advo…

2021

Bootstrap Your Object Detector via Mixed Training

NeurIPS 2021spotlight

We introduce MixTraining, a new training paradigm for object detection that can improve the performance of existing detectors for free. MixTraining enhances data augmentation by utilizing augmentations of different strengths while excluding the strong augmentations of certain training samples that m…

2021

Distilling Localization for Self-Supervised Representation Learning

AAAI 2021technical

Recent progress in contrastive learning has revolutionized unsupervised representation learning. Concretely, multiple views (augmentations) from the same image are encouraged to map to close embeddings, while views from different images are pulled apart.In this paper, through visualizing a…

Cited by 58SourcePDFScholar
2021

Learning Monocular Depth in Dynamic Scenes via Instance-Aware Projection Consistency

AAAI 2021technical

We present an end-to-end joint training framework that explicitly models 6-DoF motion of multiple dynamic objects, ego-motion, and depth in a monocular camera setup without supervision. Our technical contributions are three-fold. First, we highlight the fundamental difference between inverse and for…

2021

Propagate Yourself: Exploring Pixel-Level Consistency for Unsupervised Visual Representation Learning

CVPR 2021poster

Contrastive learning methods for unsupervised visual representation learning have reached remarkable levels of transfer performance. We argue that the power of contrastive learning has yet to be fully unleashed, as current methods are trained only on instance-level pretext tasks, leading to represen…

Cited by 498PDFcodeScholar
2021

Swin Transformer: Hierarchical Vision Transformer Using Shifted Windows

ICCV 2021poster

This paper presents a new vision Transformer, called Swin Transformer, that capably serves as a general-purpose backbone for computer vision. Challenges in adapting Transformer from language to vision arise from differences between the two domains, such as large variations in the scale of visual ent…

Cited by 29925PDFcodeScholar
2021

The Emergence of Objectness: Learning Zero-shot Segmentation from Videos

NeurIPS 2021poster

Humans can easily detect and segment moving objects simply by observing how they move, even without knowledge of object semantics. Inspired by this, we develop a zero-shot unsupervised approach for learning object segmentations. The model comprises two visual pathways: an appearance pathway that seg…

2021

What Makes Instance Discrimination Good for Transfer Learning?

ICLR 2021poster

Contrastive visual pretraining based on the instance discrimination pretext task has made significant progress. Notably, recent work on unsupervised pretraining has shown to surpass the supervised counterpart for finetuning downstream applications such as object detection and segmentation. It come…

Cited by 201SourcePDFScholar
2020

Deformable Kernels: Adapting Effective Receptive Fields for Object Deformation

ICLR 2020poster

Convolutional networks are not aware of an object's geometric variations, which leads to inefficient utilization of model and data capacity. To overcome this issue, recent works on deformation modeling seek to spatially reconfigure the data towards a common arrangement such that semantic recognition…

Cited by 80SourcecodeScholar
2020

Dense RepPoints: Representing Visual Objects with Dense Point Sets

ECCV 2020poster

We present a new object representation, called Dense Rep-Points, which utilize a large number of points to describe the multi-grainedobject representation of both box level and pixel level. Techniques are pro-posed to efficiently process these dense points, which maintains nearconstant complexity wi…

2020

Object-based Illumination Estimation with Rendering-aware Neural Networks

ECCV 2020poster

We present a scheme for fast environment light estimation from the RGBD appearance of individual objects and their local image areas. Conventional inverse rendering is too computationally demanding for real-time applications, and the performance of purely learning-based techniques may be limited by…

Cited by 29SourcePDFScholar
2020

Point-Set Anchors for Object Detection, Instance Segmentation and Pose Estimation

ECCV 2020poster

Instance Segmentation and Pose Estimation","A recent approach for object detection and human pose estimation is to regress bounding boxes or human keypoints from a central point on the object or person. While this center-point regression is simple and efficient, we argue that the image features extr…

2020

RepPoints v2: Verification Meets Regression for Object Detection

NeurIPS 2020poster

Verification and regression are two general methodologies for prediction in neural networks. Each has its own strengths: verification can be easier to infer accurately, and regression is more efficient and applicable to continuous target variables. Hence, it is often beneficial to carefully combine…

2020

SRNet: Improving Generalization in 3D Human Pose Estimation with a Split-and-Recombine Approach

ECCV 2020poster

Human poses that are rare or unseen in a training set are challenging for a network to predict. Similar to the long-tailed distribution problem in visual recognition, the small number of examples for such poses limits the ability of networks to model them. Interestingly, local pose distributions suf…

2020

Single Image Reflection Removal Through Cascaded Refinement

CVPR 2020poster

We address the problem of removing undesirable reflections from a single image captured through a glass surface, which is an ill-posed, challenging but practically important problem for photo enhancement. Inspired by iterative structure reduction for hidden community detection in social networks, we…

Cited by 185PDFcodeScholar
2020

Spatially Adaptive Inference with Stochastic Feature Sampling and Interpolation

ECCV 2020poster

In the feature maps of CNNs, there commonly exists considerable spatial redundancy that leads to much repetitive processing. Towards reducing this superfluous computation, we propose to compute features only at sparsely sampled locations, which are probabilistically chosen according to activation re…

2019

An Empirical Study of Spatial Attention Mechanisms in Deep Networks

ICCV 2019poster

Attention mechanisms have become a popular component in deep neural networks, yet there has been little examination of how different influencing factors and methods for computing attention from these factors affect performance. Toward a better general understanding of attention mechanisms, we presen…

Cited by 545PDFScholar
2018

Faces as Lighting Probes via Unsupervised Deep Highlight Extraction

ECCV 2018poster

We present a method for estimating detailed scene illumination using human faces in a single image. In contrast to previous works that estimate lighting in terms of low-order basis functions or distant point lights, our technique estimates illumination at a higher precision in the form of a non-para…

Cited by 52SourcePDFScholar
2018

Recurrent Transformer Networks for Semantic Correspondence

NeurIPS 2018spotlight

We present recurrent transformer networks (RTNs) for obtaining dense correspondences between semantically similar images. Our networks accomplish this through an iterative process of estimating spatial transformations between the input images and using these transformations to generate aligned convo…

Cited by 115SourcePDFScholar
2017

FCSS: Fully Convolutional Self-Similarity for Dense Semantic Correspondence

CVPR 2017poster

We present a descriptor, called fully convolutional self-similarity (FCSS), for dense semantic correspondence. To robustly match points among different instances within the same object class, we formulate FCSS using local self-similarity (LSS) within a fully convolutional network. In contrast to exi…

Cited by 176PDFScholar
2015

Automatic Thumbnail Generation Based on Visual Representativeness and Foreground Recognizability

ICCV 2015poster

We present an automatic thumbnail generation technique based on two essential considerations: how well they visually represent the original photograph, and how well the foreground can be recognized after the cropping and downsizing steps of thumbnailing. These factors, while important for the image…

Cited by 25PDFScholar
2015

Data-Driven Depth Map Refinement via Multi-Scale Sparse Representation

CVPR 2015poster

Depth maps captured by consumer-level depth cameras such as Kinect are usually degraded by noise, missing values, and quantization. In this paper, we present a data-driven approach for refining degraded RAW depth maps that are coupled with an RGB image. The key idea of our approach is to take advant…

Cited by 116SourcePDFScholar
2015

Unsupervised Extraction of Video Highlights Via Robust Recurrent Auto-Encoders

ICCV 2015poster

With the growing popularity of short-form video sharing platforms such as Instagram and Vine, there has been an increasing need for techniques that automatically extract highlights from video. Whereas prior works have approached this problem with heuristic rules or supervised learning, we present an…

Cited by 221PDFScholar