← Search

Paolo Favaro

39 accepted papers

2026

Rethinking Visual Intelligence: Insights from Video Pretraining

ICML 2026poster

Large language models (LLMs) have demonstrated that large-scale pretraining enables systems to adapt rapidly to new problems with little supervision in the language domain. This success, however, has not translated as effectively to the visual domain, where models, including LLMs, continue to strugg…

Cited by 4SourceScholar
2025

Adapting Dense Matching for Homography Estimation with Grid-based Acceleration

CVPR 2025poster

Current deep homography estimation methods are typically constrained to processing low-resolution image pairs due to network architecture and computational limitations. For high-resolution images, downsampling is often required, which can greatly degrade estimation accuracy. In contrast, image match…

2025

CAGE: Unsupervised Visual Composition and Animation for Controllable Video Generation

AAAI 2025technical

The field of video generation has expanded significantly in recent years, with controllable and compositional video generation garnering considerable interest. Most methods rely on leveraging annotations such as text, objects' bounding boxes, and motion cues, which require substantial human effort a…

2025

Diffusion Image Prior

ICCV 2025poster

Zero-shot image restoration (IR) methods based on pretrained diffusion models have recently achieved significant success. These methods typically require at least a parametric form of the degradation model. However, in real-world scenarios, the degradation may be too complex to define explicitly wit…

Cited by 0SourcePDFScholar
2025

Faster Inference of Flow-Based Generative Models via Improved Data-Noise Coupling

ICLR 2025poster

Conditional Flow Matching (CFM), a simulation-free method for training continuous normalizing flows, provides an efficient alternative to diffusion models for key tasks like image and video generation. The performance of CFM in solving these tasks depends on the way data is coupled with noise. A rec…

Cited by 0SourcePDFScholar
2025

GEM: A Generalizable Ego-Vision Multimodal World Model for Fine-Grained Ego-Motion, Object Dynamics, and Scene Composition Control

CVPR 2025poster

We present GEM, a Generalizable Ego-vision Multimodal world model that predicts future frames using a reference frame, sparse features, human poses, and ego-trajectories. Hence, our model has precise control over object dynamics, ego-agent motion and human poses. GEM generates paired RGB and depth o…

2024

Blind Image Restoration via Fast Diffusion Inversion

NeurIPS 2024poster

Image Restoration (IR) methods based on a pre-trained diffusion model have demonstrated state-of-the-art performance. However, they have two fundamental limitations: 1) they often assume that the degradation operator is completely known and 2) they alter the diffusion sampling process, which may res…

2024

Learn the Force We Can: Enabling Sparse Motion Control in Multi-Object Video Generation

AAAI 2024technical

We propose a novel unsupervised method to autoregressively generate videos from a single frame and a sparse motion input. Our trained model can generate unseen realistic object-to-object interactions. Although our model has never been given the explicit segmentation and motion of each object in the…

2023

A Meta-Learning Approach to Predicting Performance and Data Requirements

CVPR 2023poster

We propose an approach to estimate the number of samples required for a model to reach a target performance. We find that the power law, the de facto principle to estimate model performance, leads to large error when using a small dataset (e.g., 5 samples per class) for extrapolation. This is becaus…

2023

Representation Learning by Detecting Incorrect Location Embeddings

AAAI 2023technical

In this paper, we introduce a novel self-supervised learning (SSL) loss for image representation learning. There is a growing belief that generalization in deep neural networks is linked to their ability to discriminate object shapes. Since object shape is related to the location of its parts, we pr…

2023

ScaleDet: A Scalable Multi-Dataset Object Detector

CVPR 2023poster

Multi-dataset training provides a viable solution for exploiting heterogeneous large-scale datasets without extra annotation cost. In this work, we propose a scalable multi-dataset detector (ScaleDet) that can scale up its generalization across datasets when increasing the number of training dataset…

Cited by 23SourcePDFScholar
2022

KOALA: A Kalman Optimization Algorithm with Loss Adaptivity

AAAI 2022technical

Optimization is often cast as a deterministic problem, where the solution is found through some iterative procedure such as gradient descent. However, when training neural networks the loss function changes over (iteration) time due to the randomized selection of a subset of the samples. This random…

2022

Semi-supervised Vision Transformers at Scale

NeurIPS 2022accept

We study semi-supervised learning (SSL) for vision transformers (ViT), an under-explored topic despite the wide adoption of the ViT architectures to different tasks. To tackle this problem, we use a SSL pipeline, consisting of first un/self-supervised pre-training, followed by supervised fine-tuning…

2021

A Unified Generative Adversarial Network Training via Self-Labeling and Self-Attention

ICML 2021spotlight

We propose a novel GAN training scheme that can handle any level of labeling in a unified manner. Our scheme introduces a form of artificial labeling that can incorporate manually defined labels, when available, and induce an alignment between them. To define the artificial labels, we exploit the as…

Cited by 3SourcePDFScholar
2021

ISD: Self-Supervised Learning by Iterative Similarity Distillation

ICCV 2021poster

Recently, contrastive learning has achieved great results in self-supervised learning, where the main idea is to pull two augmentations of an image (positive pairs) closer compared to other random images (negative pairs). We argue that not all negative images are equally negative. Hence, we introduc…

Cited by 66PDFcodeScholar
2018

Boosting Self-Supervised Learning via Knowledge Transfer

CVPR 2018poster

In self-supervised learning one trains a model to solve a so-called pretext task on a dataset without the need for human annotation. The main objective, however, is to transfer this model to a target domain and task. Currently, the most effective transfer strategy is fine-tuning, which restricts one…

Cited by 391SourcePDFScholar
2018

Challenges in Disentangling Independent Factors of Variation

ICLR 2018workshop

We study the problem of building models that disentangle independent factors of variation. Such models encode features that can efficiently be used for classification and to transfer attributes between different images in image synthesis. As data we use a weakly labeled training set, where labels in…

Cited by 63SourceScholar
2018

Deep Bilevel Learning

ECCV 2018poster

We present a novel regularization approach to train neural networks that enjoys better generalization and test error than standard stochastic gradient descent. Our approach is based on the principles of cross-validation, where a validation set is used to limit the model overfitting. We formulate suc…

Cited by 150SourcePDFScholar
2018

Disentangling Factors of Variation by Mixing Them

CVPR 2018poster

We propose an approach to learn image representations that consist of disentangled factors of variation without exploiting any manual labeling or data domain knowledge. A factor of variation corresponds to an image attribute that can be discerned consistently across a set of images, such as the pose…

Cited by 93SourcePDFScholar
2018

Learning to Extract a Video Sequence From a Single Motion-Blurred Image

CVPR 2018poster

We present a method to extract a video sequence from a single motion-blurred image. Motion-blurred images are the result of an averaging process, where instant frames are accumulated over time during the exposure of the sensor. Unfortunately, reversing this process is nontrivial. Firstly, averagin…

Cited by 149SourcePDFScholar
2018

Understanding Degeneracies and Ambiguities in Attribute Transfer

ECCV 2018poster

We study the problem of building models that can transfer selected attributes from one image to another without affecting the other attributes. Towards this goal, we develop analysis and a training methodology for autoencoding models, whose encoded features aim to disentangle attributes. These featu…

Cited by 14SourcePDFScholar
2017

Deep Mean-Shift Priors for Image Restoration

NeurIPS 2017spotlight

In this paper we introduce a natural image prior that directly represents a Gaussian-smoothed version of the natural image distribution. We include our prior in a formulation of image restoration as a Bayes estimator that also allows us to solve noise-blind image restoration problems. We show that t…