← Search

Alexey Dosovitskiy

39 accepted papers

2025

Noise Hypernetworks: Amortizing Test-Time Compute in Diffusion Models

NeurIPS 2025poster

The new paradigm of test-time scaling has yielded remarkable breakthroughs in Large Language Models (LLMs) (e.g. reasoning models) and in generative vision models, allowing models to allocate additional computation during inference to effectively tackle increasingly complex problems. Despite the imp…

Cited by 0SourceScholar
2024

Moving Off-the-Grid: Scene-Grounded Video Representations

NeurIPS 2024spotlight

Current vision models typically maintain a fixed correspondence between their representation structure and image space. Each layer comprises a set of tokens arranged “on-the-grid,” which biases patches or tokens to encode information at a specific spatio(-temporal) location. In this work we present…

Cited by 2SourcePDFScholar
2024

ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization

NeurIPS 2024poster

Text-to-Image (T2I) models have made significant advancements in recent years, but they still struggle to accurately capture intricate details specified in complex compositional prompts. While fine-tuning T2I models with reward objectives has shown promise, it suffers from "reward hacking" and may n…

2022

Conditional Object-Centric Learning from Video

ICLR 2022poster

Object-centric representations are a promising path toward more systematic generalization by providing flexible abstractions upon which compositional world models can be built. Recent work on simple 2D and 3D datasets has shown that models with object-centric inductive biases can learn to segment an…

2022

Scene Representation Transformer: Geometry-Free Novel View Synthesis Through Set-Latent Scene Representations

CVPR 2022poster

A classical problem in computer vision is to infer a 3D scene representation from few images that can be used to render novel views at interactive rates. Previous work focuses on reconstructing pre-defined 3D representations, e.g. textured meshes, or implicit representations, e.g. radiance fields, a…

Cited by 208PDFScholar
2022

Simple Open-Vocabulary Object Detection with Vision Transformers

ECCV 2022poster

"Combining simple architectures with large-scale pre-training has led to massive improvements in image classification. For object detection, pre-training and scaling approaches are less well established, especially in the long-tailed and open-vocabulary setting, where training data is relatively sca…

2021

An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale

ICLR 2021oral

While the Transformer architecture has become the de-facto standard for natural language processing tasks, its applications to computer vision remain limited. In vision, attention is either applied in conjunction with convolutional networks, or used to replace certain components of convolutional net…

2021

Differentiable Patch Selection for Image Recognition

CVPR 2021poster

Neural Networks require large amounts of memory and compute to process high resolution images, even when only a small part of the image is actually informative for the task at hand. We propose a method based on a differentiable Top-K operator to select the most relevant parts of the input to efficie…

Cited by 111PDFcodeScholar
2021

Do Vision Transformers See Like Convolutional Neural Networks?

NeurIPS 2021poster

Convolutional neural networks (CNNs) have so far been the de-facto model for visual data. Recent work has shown that (Vision) Transformer models (ViT) can achieve comparable or even superior performance on image classification tasks. This raises a central question: how are Vision Transformers solvin…

Cited by 1303SourcePDFScholar
2021

MLP-Mixer: An all-MLP Architecture for Vision

NeurIPS 2021poster

Convolutional Neural Networks (CNNs) are the go-to model for computer vision. Recently, attention-based networks, such as the Vision Transformer, have also become popular. In this paper we show that while convolutions and attention are both sufficient for good performance, neither of them are necess…

2021

NeRF in the Wild: Neural Radiance Fields for Unconstrained Photo Collections

CVPR 2021poster

We present a learning-based method for synthesizingnovel views of complex scenes using only unstructured collections of in-the-wild photographs. We build on Neural Radiance Fields (NeRF), which uses the weights of a multi-layer perceptron to model the density and color of a scene as a function of 3D…

Cited by 1742PDFcodeScholar
2020

Object-Centric Learning with Slot Attention

NeurIPS 2020spotlight

Learning object-centric representations of complex scenes is a promising step towards enabling efficient abstract reasoning from low-level perceptual features. Yet, most deep learning approaches learn distributed representations that do not capture the compositional properties of natural scenes. In…

2019

Beauty and the Beast: Optimal Methods Meet Learning for Drone Racing

ICRA 2019poster

Autonomous micro aerial vehicles still struggle with fast and agile maneuvers, dynamic environments, imperfect sensing, and state estimation drift. Autonomous drone racing brings these challenges to the fore. Human pilots can fly a previously unseen track after a handful of practice runs. In contras…

Cited by 174SourceScholar
2019

Learning to Predict the Wind for Safe Aerial Vehicle Planning

ICRA 2019poster

Obtaining an accurate estimate of the local wind remains a significant challenge for small unmanned aerial vehicles (UAVs). Small UAVs often operate at low altitudes near terrain, where the wind environment can be more complex than at higher altitudes. Combined with their relatively low mass, this m…

Cited by 19SourceScholar
2019

Where Should I Walk? Predicting Terrain Properties From Images Via Self-Supervised Learning

RA-L 2019

Legged robots have the potential to traverse diverse and rugged terrain. To find a safe and efficient navigation path and to carefully select individual footholds, it is useful to be able to predict properties of the terrain ahead of the robot. In this letter, we propose a method to collect data fro

Cited by 206SourceScholar
2018

Deep Drone Racing: Learning Agile Flight in Dynamic Environments

CoRL 2018

Autonomous agile flight brings up fundamental challenges in robotics, such as coping with unreliable state estimation, reacting optimally to dynamically changing environments, and coupling perception and action in real time under severe resource constraints. In this paper, we consider these challeng

Cited by 0SourcePDFScholar
2018

Driving Policy Transfer via Modularity and Abstraction

CoRL 2018

End-to-end approaches to autonomous driving have high sample complexity and are difficult to scale to realistic urban driving. Simulation can help end-to-end driving systems by providing a cheap, safe, and diverse training environment. Yet training driving policies in simulation brings up the proble

Cited by 0SourcePDFScholar
2018

End-to-End Driving Via Conditional Imitation Learning

ICRA 2018poster

Deep networks trained on demonstrations of human driving have learned to follow roads and avoid obstacles. However, driving policies trained via imitation learning cannot be controlled at test time. A vehicle trained end-to-end to imitate an expert cannot be guided to take a specific turn at an upco…

Cited by 1419SourcecodeScholar
2018

Motion Perception in Reinforcement Learning with Dynamic Objects

CoRL 2018

In dynamic environments, learned controllers are supposed to take motion into account when selecting the action to be taken. However, in existing reinforcement learning works motion is rarely treated explicitly; it is rather assumed that the controller learns the necessary motion representation from

Cited by 0SourcePDFScholar
2018

On Offline Evaluation of Vision-based Driving Models

ECCV 2018poster

Autonomous driving models should ideally be evaluated by deploying them on a fleet of physical vehicles in the real world. Unfortunately, this approach is not practical for the vast majority of researchers. An attractive alternative is to evaluate models offline, on a pre-collected validation datase…

2018

TD or not TD: Analyzing the Role of Temporal Differencing in Deep Reinforcement Learning

ICLR 2018poster

Our understanding of reinforcement learning (RL) has been shaped by theoretical and empirical results that were obtained decades ago using tabular representations and linear function approximators. These results suggest that RL methods that use temporal differencing (TD) are superior to direct Monte…

2018

Unsupervised Learning of Shape and Pose with Differentiable Point Clouds

NeurIPS 2018poster

We address the problem of learning accurate 3D shape and camera pose from a collection of unlabeled category-specific images. We train a convolutional network to predict both the shape and the pose from a single image by minimizing the reprojection error: given several views of an object, the projec…

Cited by 276SourcePDFScholar
2017

DeMoN: Depth and Motion Network for Learning Monocular Stereo

CVPR 2017poster

In this paper we formulate structure from motion as a learning problem. We train a convolutional network end-to-end to compute depth and camera motion from successive, unconstrained image pairs. The architecture is composed of multiple stacked encoder-decoder networks, the core part being an iterati…

Cited by 880PDFScholar
2017

FlowNet 2.0: Evolution of Optical Flow Estimation With Deep Networks

CVPR 2017poster

The FlowNet demonstrated that optical flow estimation can be cast as a learning problem. However, the state of the art with regard to the quality of the flow has still been defined by traditional methods. Particularly on small displacements and real-world data, FlowNet cannot compete with variationa…

Cited by 4066PDFScholar
2017

Octree Generating Networks: Efficient Convolutional Architectures for High-Resolution 3D Outputs

ICCV 2017poster

We present a deep convolutional decoder architecture that can generate volumetric 3D outputs in a compute- and memory-efficient manner by using an octree representation. The network learns to predict both the structure of the octree, and the occupancy values of individual cells. This makes it a part…

Cited by 925PDFcodeScholar
2017

Plug & Play Generative Networks: Conditional Iterative Generation of Images in Latent Space

CVPR 2017spotlight

Generating high-resolution, photo-realistic images has been a long-standing goal in machine learning. Recently, Nguyen et al. 2016 showed one interesting way to synthesize novel images by performing gradient descent in the latent space of a generator network to maximize the activations of one or mul…

Cited by 1035PDFScholar
2016

A Large Dataset to Train Convolutional Networks for Disparity, Optical Flow, and Scene Flow Estimation

CVPR 2016poster

Recent work has shown that optical flow estimation can be formulated as a supervised learning task and can be successfully solved with convolutional networks. Training of the so-called FlowNet was enabled by a large synthetically generated dataset. The present paper extends the concept of optical f…

Cited by 3436PDFScholar
2016

Generating Images with Perceptual Similarity Metrics based on Deep Networks

NeurIPS 2016poster

We propose a class of loss functions, which we call deep perceptual similarity metrics (DeePSiM), allowing to generate sharp high resolution images from compressed abstract representations. Instead of computing distances in the image space, we compute distances between image features extracted by de…

Cited by 1422SourcePDFScholar
2016

Protein contact prediction from amino acid co-evolution using convolutional networks for graph-valued images

NeurIPS 2016oral

Proteins are the "building blocks of life", the most abundant organic molecules, and the central focus of most areas of biomedicine. Protein structure is strongly related to protein function, thus structure prediction is a crucial task on the way to solve many biological questions. A contact map is…

Cited by 53SourcePDFScholar
2016

Synthesizing the preferred inputs for neurons in neural networks via deep generator networks

NeurIPS 2016poster

Deep neural networks (DNNs) have demonstrated state-of-the-art results on many pattern recognition tasks, especially vision classification problems. Understanding the inner workings of such computational brains is both fascinating basic science that is interesting in its own right---similar to why w…

Cited by 907SourcePDFScholar
2015

FlowNet: Learning Optical Flow With Convolutional Networks

ICCV 2015poster

Convolutional neural networks (CNNs) have recently been very successful in a variety of computer vision tasks, especially on those linked to recognition. Optical flow estimation has not been among the tasks CNNs succeeded at. In this paper we construct CNNs which are capable of solving the optical f…

Cited by 4909PDFScholar
2015

Learning to Generate Chairs With Convolutional Neural Networks

CVPR 2015poster

We train a generative convolutional neural network which is able to generate images of objects given object type, viewpoint, and color. We train the network in a supervised manner on a dataset of rendered 3D chair models. Our experiments show that the network does not merely learn all images by hear…

Cited by 1065SourcePDFScholar