← Search

Tete Xiao

14 accepted papers

2022

Real-World Robot Learning with Masked Visual Pre-training

CoRL 2022oral

In this work, we explore self-supervised visual pre-training on images from diverse, in-the-wild videos for real-world robotic tasks. Like prior work, our visual representations are pre-trained via a masked autoencoder (MAE), frozen, and then passed into a learnable control module. Unlike prior work…

Cited by 272SourceScholar
2021

Early Convolutions Help Transformers See Better

NeurIPS 2021poster

Vision transformer (ViT) models exhibit substandard optimizability. In particular, they are sensitive to the choice of optimizer (AdamW vs. SGD), optimizer hyperparameters, and training schedule length. In comparison, modern convolutional neural networks are easier to optimize. Why is this the case?…

Cited by 914SourcePDFScholar
2021

Learning Cross-Domain Correspondence for Control with Dynamics Cycle-Consistency

ICLR 2021oral

At the heart of many robotics problems is the challenge of learning correspondences across domains. For instance, imitation learning requires obtaining correspondence between humans and robots; sim-to-real requires correspondence between physics simulators and real hardware; transfer learning requir…

Cited by 73SourcePDFScholar
2021

Region Similarity Representation Learning

ICCV 2021poster

We present Region Similarity Representation Learning (ReSim), a new approach to self-supervised representation learning for localization-based tasks such as object detection and segmentation. While existing work has largely focused on learning global representations for an entire image, ReSim learns…

Cited by 139PDFcodeScholar
2021

Rethinking Preventing Class-Collapsing in Metric Learning With Margin-Based Losses

ICCV 2021poster

Metric learning seeks perceptual embeddings where visually similar instances are close and dissimilar instances are apart, but learned representations can be sub-optimal when the distribution of intra-class samples is diverse and distinct sub-clusters are present. Although theoretically with optimal…

Cited by 16PDFScholar
2020

Something-Else: Compositional Action Recognition With Spatial-Temporal Interaction Networks

CVPR 2020poster

Human action is naturally compositional: humans can easily recognize and perform actions with objects that are different from those used in training demonstrations. In this paper, we study the compositionality of action by looking into the dynamics of subject-object interactions. We propose a novel…

Cited by 218PDFScholar
2019

Reasoning About Human-Object Interactions Through Dual Attention Networks

ICCV 2019poster

Objects are entities we act upon, where the functionality of an object is determined by how we interact with it. In this work we propose a Dual Attention Network model which reasons about human-object interactions. The dual-attentional framework weights the important features for objects and actions…

Cited by 43PDFScholar
2018

Acquisition of Localization Confidence for Accurate Object Detection

ECCV 2018poster

Modern CNN-based object detectors rely on bounding box regression and non-maximum suppression to localize objects. While the probabilities for class labels naturally reflect classification confidence, localization confidence is absent. This makes properly localized bounding boxes degenerate during i…

2018

MegDet: A Large Mini-Batch Object Detector

CVPR 2018poster

The development of object detection in the era of deep learning, from R-CNN [11], Fast/Faster R-CNN [10, 31] to recent Mask R-CNN [14] and RetinaNet [24], mainly come from novel network, new framework, or loss design. How- ever, mini-batch size, a key factor for the training of deep neural networks,…

Cited by 408SourcePDFScholar
2018

Repulsion Loss: Detecting Pedestrians in a Crowd

CVPR 2018poster

Detecting individual pedestrians in a crowd remains a challenging problem since the pedestrians often gather together and occlude each other in real-world scenarios. In this paper, we first explore how a state-of-the-art pedestrian detector is harmed by crowd occlusion via experimentation, providing…

Cited by 669SourcePDFScholar
2018

Unified Perceptual Parsing for Scene Understanding

ECCV 2018poster

Humans recognize the visual world at multiple levels: we effortlessly categorize scenes and detect objects inside, while also identifying the textures and surfaces of the objects along with their different compositional parts. In this paper, we study a new task called Unified Perceptual Parsing, whi…