← Search

Piotr Dollár

10 accepted papers

2026

Pushing the Frontier of Audiovisual Perception with Large-Scale Multimodal Correspondence Learning

CVPR 2026

We introduce Perception Encoder-Audiovisual, PE-AV, a new family of encoders for audio and video understanding trained with scaled contrastive learning. Building on PE, PE-AV makes several key contributions to extend representations to audio, and natively support joint embeddings across audio-video,

Cited by 0SourcecodeScholar
2026

SAM 3D Body: Robust Full-Body Human Mesh Recovery

CVPR 2026

We introduce SAM 3D Body (3DB), a promptable model for single-image full-body 3D human mesh recovery (HMR) that demonstrates state-of-the-art performance, with strong generalization and consistent accuracy in diverse in-the-wild conditions. 3DB estimates the human pose of the body, feet, and hands.

Cited by 0SourcecodeScholar
2022

Masked Autoencoders Are Scalable Vision Learners

CVPR 2022oral

This paper shows that masked autoencoders (MAE) are scalable self-supervised learners for computer vision. Our MAE approach is simple: we mask random patches of the input image and reconstruct the missing pixels. It is based on two core designs. First, we develop an asymmetric encoder-decoder archit…

Cited by 12331PDFcodeScholar
2022

Revisiting Weakly Supervised Pre-Training of Visual Perception Models

CVPR 2022poster

Model pre-training is a cornerstone of modern visual recognition systems. Although fully supervised pre-training on datasets like ImageNet is still the de-facto standard, recent studies suggest that large-scale weakly supervised pre-training can outperform fully supervised approaches. This paper rev…

Cited by 96PDFcodeScholar
2020

Are Labels Necessary for Neural Architecture Search?

ECCV 2020poster

Existing neural network architectures in computer vision --- whether designed by humans or by machines --- were typically found using both images and their associated labels. In this paper, we ask the question: can we find high-quality neural architectures using only images, but no human-annotated l…

2018

Data Distillation: Towards Omni-Supervised Learning

CVPR 2018poster

We investigate omni-supervised learning, a special regime of semi-supervised learning in which the learner exploits all available labeled data plus internet-scale sources of unlabeled data. Omni-supervised learning is lower-bounded by performance on existing labeled datasets, offering the potential…