← Search

Mathieu Salzmann

120 accepted papers

2026

SUBTRACTIVE MODULATIVE NETWORK WITH LEARNABLE PERIODIC ACTIVATIONS

ICASSP 2026oral

We propose the Subtractive Modulative Network (SMN), a novel, parameter-efficient Implicit Neural Representation (INR) architecture inspired by classical subtractive synthesis. The SMN is designed as a principled signal processing pipeline, featuring a learnable periodic activation layer (Oscillator…

Cited by 0SourcePDFScholar
2025

Enhancing Compositional Text-to-Image Generation with Reliable Random Seeds

ICLR 2025spotlight

Text-to-image diffusion models have demonstrated remarkable capability in generating realistic images from arbitrary text prompts. However, they often produce inconsistent results for compositional prompts such as "two dogs" or "a penguin on the right of a bowl". Understanding these inconsistencies…

Cited by 1SourcePDFScholar
2025

Free-Moving Object Reconstruction and Pose Estimation with Virtual Camera

AAAI 2025technical

We propose an approach for reconstructing free-moving object from a monocular RGB video. Most existing methods either assume scene prior, hand pose prior, object category pose prior, or rely on local optimization with multiple sequence segments. We propose a method that allows free interaction with…

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…

2025

MotionMap: Representing Multimodality in Human Pose Forecasting

CVPR 2025poster

Human pose forecasting is inherently multimodal since multiple future motions exist for an observed pose sequence. However, learning this multimodality is challenging since the task is ill-posed. To address this issue, we propose an alternative paradigm to make the task well-posed. Additionally, whi…

2025

Self-Ensembling Gaussian Splatting for Few-Shot Novel View Synthesis

ICCV 2025poster

3D Gaussian Splatting (3DGS) has demonstrated remarkable effectiveness in novel view synthesis (NVS). However, 3DGS tends to overfit when trained with sparse views, limiting its generalization to novel viewpoints. In this paper, we address this overfitting issue by introducing Self-Ensembling Gaussi…

2025

Towards Self-Supervised Covariance Estimation in Deep Heteroscedastic Regression

ICLR 2025poster

Deep heteroscedastic regression models the mean and covariance of the target distribution through neural networks. The challenge arises from heteroscedasticity, which implies that the covariance is sample dependent and is often unknown. Consequently, recent methods learn the covariance through unsup…

Cited by 0SourcePDFScholar
2024

3D Single-object Tracking in Point Clouds with High Temporal Variation

ECCV 2024poster

"The high temporal variation of the point clouds is the key challenge of 3D single-object tracking (3D SOT). Existing approaches rely on the assumption that the shape variation of the point clouds and the motion of the objects across neighboring frames are smooth, failing to cope with high temporal…

Cited by 5SourcePDFScholar
2024

3D-Aware Hypothesis & Verification for Generalizable Relative Object Pose Estimation

ICLR 2024poster

Prior methods that tackle the problem of generalizable object pose estimation highly rely on having dense views of the unseen object. By contrast, we address the scenario where only a single reference view of the object is available. Our goal then is to estimate the relative object pose between this…

Cited by 10SourcePDFScholar
2024

DVMNet: Computing Relative Pose for Unseen Objects Beyond Hypotheses

CVPR 2024poster

Determining the relative pose of an object between two images is pivotal to the success of generalizable object pose estimation. Existing approaches typically approximate the continuous pose representation with a large number of discrete pose hypotheses which incurs a computationally expensive proce…

2024

Data Augmentation via Latent Diffusion for Saliency Prediction

ECCV 2024poster

"Saliency prediction models are constrained by the limited diversity and quantity of labeled data. Standard data augmentation techniques such as rotating and cropping alter scene composition, affecting saliency. We propose a novel data augmentation method for deep saliency prediction that edits natu…

2024

Generalize or Detect? Towards Robust Semantic Segmentation Under Multiple Distribution Shifts

NeurIPS 2024poster

In open-world scenarios, where both novel classes and domains may exist, an ideal segmentation model should detect anomaly classes for safety and generalize to new domains. However, existing methods often struggle to distinguish between domain-level and semantic-level distribution shifts, leading to…

2024

GigaPose: Fast and Robust Novel Object Pose Estimation via One Correspondence

CVPR 2024poster

We present GigaPose a fast robust and accurate method for CAD-based novel object pose estimation in RGB images. GigaPose first leverages discriminative "templates" rendered images of the CAD models to recover the out-of-plane rotation and then uses patch correspondences to estimate the four remainin…

2024

HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields

CVPR 2024poster

Human hands are highly articulated and versatile at handling objects. Jointly estimating the 3D poses of a hand and the object it manipulates from a monocular camera is challenging due to frequent occlusions. Thus existing methods often rely on intermediate 3D shape representations to increase perfo…

2024

Mind Your Augmentation: The Key to Decoupling Dense Self-Supervised Learning

ICLR 2024poster

Dense Self-Supervised Learning (SSL) creates positive pairs by building positive paired regions or points, thereby aiming to preserve local features, for example of individual objects. However, existing approaches tend to couple objects by leaking information from the neighboring contextual regions…

Cited by 2SourcePDFScholar
2024

Mitigating Object Dependencies: Improving Point Cloud Self-Supervised Learning through Object Exchange

CVPR 2024poster

In the realm of point cloud scene understanding particularly in indoor scenes objects are arranged following human habits resulting in objects of certain semantics being closely positioned and displaying notable inter-object correlations. This can create a tendency for neural networks to exploit the…

2024

NOPE: Novel Object Pose Estimation from a Single Image

CVPR 2024poster

The practicality of 3D object pose estimation remains limited for many applications due to the need for prior knowledge of a 3D model and a training period for new objects. To address this limitation we propose an approach that takes a single image of a new object as input and predicts the relative…

2024

Neural SDF Flow for 3D Reconstruction of Dynamic Scenes

ICLR 2024poster

In this paper, we tackle the problem of 3D reconstruction of dynamic scenes from multi-view videos. Previous dynamic scene reconstruction works either attempt to model the motion of 3D points in space, which constrains them to handle a single articulated object or require depth maps as input. By con…

2024

Source-Free Domain-Invariant Performance Prediction

ECCV 2024poster

"Accurately estimating model performance poses a significant challenge, particularly in scenarios where the source and target domains follow different data distributions. Most existing performance prediction methods heavily rely on the source data in their estimation process, limiting their applicab…

2024

TIC-TAC: A Framework For Improved Covariance Estimation In Deep Heteroscedastic Regression

ICML 2024poster

Deep heteroscedastic regression involves jointly optimizing the mean and covariance of the predicted distribution using the negative log-likelihood. However, recent works show that this may result in sub-optimal convergence due to the challenges associated with covariance estimation. While the liter…

2023

CLIP the Gap: A Single Domain Generalization Approach for Object Detection

CVPR 2023poster

Single Domain Generalization (SDG) tackles the problem of training a model on a single source domain so that it generalizes to any unseen target domain. While this has been well studied for image classification, the literature on SDG object detection remains almost non-existent. To address the chall…

2023

Center-Based Decoupled Point-cloud Registration for 6D Object Pose Estimation

ICCV 2023poster

In this paper, we propose a novel center-based decoupled point cloud registration framework for robust 6D object pose estimation in real-world scenarios. Our method decouples the translation from the entire transformation by predicting the object center and estimating the rotation in a center-aware…

Cited by 12PDFScholar
2023

DrapeNet: Garment Generation and Self-Supervised Draping

CVPR 2023poster

Recent approaches to drape garments quickly over arbitrary human bodies leverage self-supervision to eliminate the need for large training sets. However, they are designed to train one network per clothing item, which severely limits their generalization abilities. In our work, we rely on self-super…

2023

Knowledge Distillation for 6D Pose Estimation by Aligning Distributions of Local Predictions

CVPR 2023poster

Knowledge distillation facilitates the training of a compact student network by using a deep teacher one. While this has achieved great success in many tasks, it remains completely unstudied for image-based 6D object pose estimation. In this work, we introduce the first knowledge distillation method…

2023

Learning Transformations To Reduce the Geometric Shift in Object Detection

CVPR 2023poster

The performance of modern object detectors drops when the test distribution differs from the training one. Most of the methods that address this focus on object appearance changes caused by, e.g., different illumination conditions, or gaps between synthetic and real images. Here, by contrast, we tac…

2023

MixCycle: Mixup Assisted Semi-Supervised 3D Single Object Tracking with Cycle Consistency

ICCV 2023poster

3D single object tracking (SOT) is an indispensable part of automated driving. Existing approaches rely heavily on large, densely labeled datasets. However, annotating point clouds is both costly and time-consuming. Inspired by the great success of cycle tracking in unsupervised 2D SOT, we introduce…

Cited by 6PDFcodeScholar
2023

Rigidity-Aware Detection for 6D Object Pose Estimation

CVPR 2023poster

Most recent 6D object pose estimation methods first use object detection to obtain 2D bounding boxes before actually regressing the pose. However, the general object detection methods they use are ill-suited to handle cluttered scenes, thus producing poor initialization to the subsequent pose networ…

2023

Robust Outlier Rejection for 3D Registration With Variational Bayes

CVPR 2023poster

Learning-based outlier (mismatched correspondence) rejection for robust 3D registration generally formulates the outlier removal as an inlier/outlier classification problem. The core for this to be successful is to learn the discriminative inlier/outlier feature representations. In this paper, we de…

2023

SE(3) Diffusion Model-based Point Cloud Registration for Robust 6D Object Pose Estimation

NeurIPS 2023poster

In this paper, we introduce an SE(3) diffusion model-based point cloud registration framework for 6D object pose estimation in real-world scenarios. Our approach formulates the 3D registration task as a denoising diffusion process, which progressively refines the pose of the source point cloud to ob…

Cited by 28SourcePDFScholar
2023

Spatiotemporal Self-Supervised Learning for Point Clouds in the Wild

CVPR 2023poster

Self-supervised learning (SSL) has the potential to benefit many applications, particularly those where manually annotating data is cumbersome. One such situation is the semantic segmentation of point clouds. In this context, existing methods employ contrastive learning strategies and define positiv…

2023

TempSAL - Uncovering Temporal Information for Deep Saliency Prediction

CVPR 2023poster

Deep saliency prediction algorithms complement the object recognition features, they typically rely on additional information such as scene context, semantic relationships, gaze direction, and object dissimilarity. However, none of these models consider the temporal nature of gaze shifts during imag…

2023

Towards Stable and Efficient Adversarial Training against $l_1$ Bounded Adversarial Attacks

ICML 2023poster

We address the problem of stably and efficiently training a deep neural network robust to adversarial perturbations bounded by an $l_1$ norm. We demonstrate that achieving robustness against $l_1$-bounded perturbations is more challenging than in the $l_2$ or $l_\infty$ cases, because adversarial tr…

2023

Vision Transformer Adapters for Generalizable Multitask Learning

ICCV 2023poster

We introduce the first multitasking vision transformer adapters that learn generalizable task affinities which can be applied to novel tasks and domains. Integrated into an off-the-shelf vision transformer backbone, our adapters can simultaneously solve multiple dense vision tasks in a parameter-eff…

Cited by 12PDFcodeScholar
2022

Adversarial Parametric Pose Prior

CVPR 2022oral

The Skinned Multi-Person Linear (SMPL) model represents human bodies by mapping pose and shape parameters to body meshes. However, not all pose and shape parameter values yield physically-plausible or even realistic body meshes. In other words, SMPL is under-constrained and may yield invalid results…

Cited by 44PDFcodeScholar
2022

Fusing Local Similarities for Retrieval-Based 3D Orientation Estimation of Unseen Objects

ECCV 2022poster

"In this paper, we tackle the task of estimating the 3D orientation of previously-unseen objects from monocular images. This task contrasts with the one considered by most existing deep learning methods which typically assume that the testing objects have been observed during training. To handle the…

2022

Learning-Based Point Cloud Registration for 6D Object Pose Estimation in the Real World

ECCV 2022poster

"In this work, we tackle the task of estimating the 6D pose of an object from point cloud data. While recent learning-based approaches to addressing this task have shown great success on synthetic datasets, we have observed them to fail in the presence of real-world data. We thus analyze the causes…

2022

Leverage Your Local and Global Representations: A New Self-Supervised Learning Strategy

CVPR 2022poster

Self-supervised learning (SSL) methods aim to learn view-invariant representations by maximizing the similarity between the features extracted from different crops of the same image regardless of cropping size and content. In essence, this strategy ignores the fact that two crops may truly contain d…

Cited by 40PDFcodeScholar
2022

MulT: An End-to-End Multitask Learning Transformer

CVPR 2022poster

We propose an end-to-end Multitask Learning Transformer framework, named MulT, to simultaneously learn multiple high-level vision tasks, including depth estimation, semantic segmentation, reshading, surface normal estimation, 2D keypoint detection, and edge detection. Based on the Swin transformer m…

Cited by 105PDFScholar
2022

Perspective Flow Aggregation for Data-Limited 6D Object Pose Estimation

ECCV 2022poster

"Most recent 6D object pose estimation methods, including unsupervised ones, require many real training images. Unfortunately, for some applications, such as those in space or deep under water, acquiring real images, even unannotated, is virtually impossible. In this paper, we propose a method that…

2022

Robust Binary Models by Pruning Randomly-initialized Networks

NeurIPS 2022accept

Robustness to adversarial attacks was shown to require a larger model capacity, and thus a larger memory footprint. In this paper, we introduce an approach to obtain robust yet compact models by pruning randomly-initialized binary networks. Unlike adversarial training, which learns the model paramet…

2022

Templates for 3D Object Pose Estimation Revisited: Generalization to New Objects and Robustness to Occlusions

CVPR 2022poster

We present a method that can recognize new objects and estimate their 3D pose in RGB images even under partial occlusions. Our method requires neither a training phase on these objects nor real images depicting them, only their CAD models. It relies on a small set of training objects to learn local…

Cited by 87PDFcodeScholar
2022

Weakly-Supervised Action Transition Learning for Stochastic Human Motion Prediction

CVPR 2022oral

We introduce the task of action-driven stochastic human motion prediction, which aims to predict multiple plausible future motions given a sequence of action labels and a short motion history. This differs from existing works, which predict motions that either do not respect any specific action cate…

Cited by 41PDFcodeScholar
2021

Contextually Plausible and Diverse 3D Human Motion Prediction

ICCV 2021poster

We tackle the task of diverse 3D human motion prediction, that is, forecasting multiple plausible future 3D poses given a sequence of observed 3D poses. In this context, a popular approach consists of using a Conditional Variational Autoencoder (CVAE). However, existing approaches that do so either…

Cited by 52PDFcodeScholar
2021

Human Detection and Segmentation via Multi-View Consensus

ICCV 2021poster

Self-supervised detection and segmentation of foreground objects aims for accuracy without annotated training data. However, existing approaches predominantly rely on restrictive assumptions on appearance and motion. For scenes with dynamic activities and camera motion, we propose a multi-camera fra…

Cited by 3PDFcodeScholar
2021

Landmark Regularization: Ranking Guided Super-Net Training in Neural Architecture Search

CVPR 2021poster

Weight sharing has become a de facto standard in neural architecture search because it enables the search to be done on commodity hardware. However, recent works have empirically shown a ranking disorder between the performance of stand-alone architectures and that of the corresponding shared-weight…

Cited by 23PDFcodeScholar
2021

PCLs: Geometry-Aware Neural Reconstruction of 3D Pose With Perspective Crop Layers

CVPR 2021poster

Local processing is an essential feature of CNNs and other neural network architectures -- it is one of the reasons why they work so well on images where relevant information is, to a large extent, local. However, perspective effects stemming from the projection in a conventional camera vary for dif…

Cited by 24PDFcodeScholar
2021

Probabilistic Tracklet Scoring and Inpainting for Multiple Object Tracking

CVPR 2021poster

Despite the recent advances in multiple object tracking (MOT), achieved by joint detection and tracking, dealing with long occlusions remains a challenge. This is due to the fact that such techniques tend to ignore the long-term motion information. In this paper, we introduce a probabilistic autoreg…

Cited by 110PDFcodeScholar
2021

Progressive Correspondence Pruning by Consensus Learning

ICCV 2021poster

Correspondence pruning aims to correctly remove false matches (outliers) from an initial set of putative correspondences. The selection is challenging since putative matches are typically extremely unbalanced, largely dominated by outliers, and the random distribution of such outliers further compli…

Cited by 91PDFScholar
2021

SD-Pose: Semantic Decomposition for Cross-Domain 6D Object Pose Estimation

AAAI 2021technical

The current leading 6D object pose estimation methods rely heavily on annotated real data, which is highly costly to acquire. To overcome this, many works have proposed to introduce computer-generated synthetic data. However, bridging the gap between the synthetic and real data remains a severe prob…

Cited by 13SourcePDFScholar
2021

SegmentMeIfYouCan: A Benchmark for Anomaly Segmentation

NeurIPS 2021poster

State-of-the-art semantic or instance segmentation deep neural networks (DNNs) are usually trained on a closed set of semantic classes. As such, they are ill-equipped to handle previously-unseen objects. However, detecting and localizing such objects is crucial for safety-critical applications such…

Cited by 155SourcecodeScholar
2021

Temporally-Coherent Surface Reconstruction via Metric-Consistent Atlases

ICCV 2021poster

We propose a method for the unsupervised reconstruction of a temporally-coherent sequence of surfaces from a sequence of time-evolving point clouds, yielding dense, semantically meaningful correspondences between all keyframes. We represent the reconstructed surface as an atlas, using a neural netwo…

Cited by 7PDFScholar
2021

Wide-Depth-Range 6D Object Pose Estimation in Space

CVPR 2021poster

6D pose estimation in space poses unique challenges that are not commonly encountered in the terrestrial setting. One of the most striking differences is the lack of atmospheric scattering, allowing objects to be visible from a great distance while complicating illumination conditions. Currently ava…

Cited by 104PDFScholar
2020

A Stochastic Conditioning Scheme for Diverse Human Motion Prediction

CVPR 2020poster

Human motion prediction, the task of predicting future 3D human poses given a sequence of observed ones, has been mostly treated as a deterministic problem. However, human motion is a stochastic process: Given an observed sequence of poses, multiple future motions are plausible. Existing approaches…

Cited by 148PDFcodeScholar
2020

ActiveMoCap: Optimized Viewpoint Selection for Active Human Motion Capture

CVPR 2020oral

The accuracy of monocular 3D human pose estimation depends on the viewpoint from which the image is captured. While freely moving cameras, such as on drones, provide control over this viewpoint, automatically positioning them at the location which will yield the highest accuracy remains an open prob…

Cited by 47PDFcodeScholar
2020

DUNIT: Detection-Based Unsupervised Image-to-Image Translation

CVPR 2020poster

Image-to-image translation has made great strides in recent years, with current techniques being able to handle unpaired training images and to account for the multi-modality of the translation problem. Despite this, most methods treat the image as a whole, which makes the results they produce for c…

Cited by 94PDFcodeScholar
2020

Evaluating The Search Phase of Neural Architecture Search

ICLR 2020poster

Neural Architecture Search (NAS) aims to facilitate the design of deep networks for new tasks. Existing techniques rely on two stages: searching over the architecture space and validating the best architecture. NAS algorithms are currently compared solely based on their results on the downstream tas…

Cited by 437SourcecodeScholar
2020

ExpandNets: Linear Over-parameterization to Train Compact Convolutional Networks

NeurIPS 2020spotlight

We introduce an approach to training a given compact network. To this end, we leverage over-parameterization, which typically improves both neural network optimization and generalization. Specifically, we propose to expand each linear layer of the compact network into multiple consecutive linear lay…

2020

History Repeats Itself: Human Motion Prediction via Motion Attention

ECCV 2020poster

Human motion prediction aims to forecast future human poses given a past motion. Whether based on recurrent or feed-forward neural networks, existing methods fail to model the observation that human motion tends to repeat itself, even for complex sports actions and cooking activities. Here, we intro…

2020

Indirect Local Attacks for Context-aware Semantic Segmentation Networks

ECCV 2020poster

Recently, deep networks have achieved impressive semantic segmentation performance, in particular thanks to their use of larger contextual information. In this paper, we show that the resulting networks are sensitive not only to global adversarial attacks, where perturbations affect the entire input…

2020

On the Loss Landscape of Adversarial Training: Identifying Challenges and How to Overcome Them

NeurIPS 2020poster

We analyze the influence of adversarial training on the loss landscape of machine learning models. To this end, we first provide analytical studies of the properties of adversarial loss functions under different adversarial budgets. We then demonstrate that the adversarial loss landscape is less fav…

2020

Shape Reconstruction by Learning Differentiable Surface Representations

CVPR 2020poster

Generative models that produce point clouds have emerged as a powerful tool to represent 3D surfaces, and the best current ones rely on learning an ensemble of parametric representations. Unfortunately, they offer no control over the deformations of the surface patches that form the ensemble and thu…

Cited by 66PDFcodeScholar
2019

Backpropagation-Friendly Eigendecomposition

NeurIPS 2019poster

Eigendecomposition (ED) is widely used in deep networks. However, the backpropagation of its results tends to be numerically unstable, whether using ED directly or approximating it with the Power Iteration method, particularly when dealing with large matrices. While this can be mitigated by partitio…

2019

GarNet: A Two-Stream Network for Fast and Accurate 3D Cloth Draping

ICCV 2019poster

While Physics-Based Simulation (PBS) can accurately drape a 3D garment on a 3D body, it remains too costly for real-time applications, such as virtual try-on. By contrast, inference in a deep network, requiring a single forward pass, is much faster. Taking advantage of this, we propose a novel archi…

Cited by 154PDFScholar
2019

Geometric and Physical Constraints for Drone-Based Head Plane Crowd Density Estimation

IROS 2019poster

State-of-the-art methods for counting people in crowded scenes rely on deep networks to estimate crowd density in the image plane. While useful for this purpose, this image-plane density has no immediate physical meaning because it is subject to perspective distortion. This is a concern in sequences…

Cited by 63SourceScholar
2019

LEARNING FACTORIZED REPRESENTATIONS FOR OPEN-SET DOMAIN ADAPTATION

ICLR 2019poster

Domain adaptation for visual recognition has undergone great progress in the past few years. Nevertheless, most existing methods work in the so-called closed-set scenario, assuming that the classes depicted by the target images are exactly the same as those of the source domain. In this paper, we ta…

Cited by 74SourcePDFScholar
2019

Neural Scene Decomposition for Multi-Person Motion Capture

CVPR 2019poster

Learning general image representations has proven key to the success of many computer vision tasks. For example, many approaches to image understanding problems rely on deep networks that were initially trained on ImageNet, mostly because the learned features are a valuable starting point to learn f…

Cited by 61PDFScholar
2019

Overcoming Multi-model Forgetting

ICML 2019oral

We identify a phenomenon, which we refer to as multi-model forgetting, that occurs when sequentially training multiple deep networks with partially-shared parameters; the performance of previously-trained models degrades as one optimizes a subsequent one, due to the overwriting of shared parameters.…

2019

Recurrent U-Net for Resource-Constrained Segmentation

ICCV 2019poster

State-of-the-art segmentation methods rely on very deep networks that are not always easy to train without very large training datasets and tend to be relatively slow to run on standard GPUs. In this paper, we introduce a novel recurrent U-Net architecture that preserves the compactness of the origi…

Cited by 135PDFScholar
2018

Effective Use of Synthetic Data for Urban Scene Semantic Segmentation

ECCV 2018poster

Training a deep network to perform semantic segmentation requires large amounts of labeled data. To alleviate the manual effort of annotating real images, researchers have investigated the use of synthetic data, which can be labeled automatically. Unfortunately, a network trained on synthetic data p…

2018

Eigendecomposition-free Training of Deep Networks with Zero Eigenvalue-based Losses

ECCV 2018poster

Many classical Computer Vision problems, such as essential matrix computation and pose estimation from 3D to 2D correspondences, can be solved by finding the eigenvector corresponding to the smallest, or zero, eigenvalue of a matrix representing a linear system. Incorporating this in deep learning f…

Cited by 54SourcePDFScholar
2018

Learning Monocular 3D Human Pose Estimation From Multi-View Images

CVPR 2018poster

Accurate 3D human pose estimation from single images is possible with sophisticated deep-net architectures that have been trained on very large datasets. However, this still leaves open the problem of capturing motions for which no such database exists. Manual annotation is tedious, slow, and error…

Cited by 308SourcePDFScholar
2018

Learning to Find Good Correspondences

CVPR 2018poster

We develop a deep architecture to learn to find good correspondences for wide-baseline stereo. Given a set of putative sparse matches and the camera intrinsics, we train our network in an end-to-end fashion to label the correspondences as inliers or outliers, while simultaneously using them to recov…

Cited by 685SourcePDFScholar
2018

Unsupervised Geometry-Aware Representation for 3D Human Pose Estimation

ECCV 2018poster

Modern 3D human pose estimation techniques rely on deep networks, which require large amounts of training data. While weakly-supervised methods require less supervision, by utilizing 2D poses or multi-view imagery without annotations, they still need a sufficiently large set of samples with 3D annot…

Cited by 313SourcePDFScholar
2017

Bringing Background Into the Foreground: Making All Classes Equal in Weakly-Supervised Video Semantic Segmentation

ICCV 2017poster

Pixel-level annotations are expensive and time-consuming to obtain. Hence, weak supervision using only image tags could have a significant impact in semantic segmentation. Recent years have seen great progress in weakly-supervised semantic segmentation, whether from a single image or from videos. Ho…

Cited by 47PDFScholar
2017

Efficient Linear Programming for Dense CRFs

CVPR 2017poster

The fully connected conditional random field (CRF) with Gaussian pairwise potentials has proven popular and effective for multi-class semantic segmentation. While the energy of a dense CRF can be minimized accurately using a linear programming (LP) relaxation, the state-of-the-art algorithm is too s…

Cited by 21PDFScholar
2017

Encouraging LSTMs to Anticipate Actions Very Early

ICCV 2017poster

In contrast to the widely studied problem of recognizing an action given a complete sequence, action anticipation aims to identify the action from only partially available videos. As such, it is therefore key to the success of computer vision applications requiring to react as early as possible, suc…

Cited by 212PDFScholar
2017

Indoor Scene Parsing With Instance Segmentation, Semantic Labeling and Support Relationship Inference

CVPR 2017poster

Over the years, indoor scene parsing has attracted a growing interest in the computer vision community. Existing methods have typically focused on diverse subtasks of this challenging problem. In particular, while some of them aim at segmenting the image into regions, such as object or surface insta…

Cited by 39PDFScholar
2017

Joint Dimensionality Reduction and Metric Learning: A Geometric Take

ICML 2017poster

To be tractable and robust to data noise, existing metric learning algorithms commonly rely on PCA as a pre-processing step. How can we know, however, that PCA, or any other specific dimensionality reduction technique, is the method of choice for the problem at hand? The answer is simple: We cannot!…

Cited by 80SourcePDFScholar
2017

Learning to Fuse 2D and 3D Image Cues for Monocular Body Pose Estimation

ICCV 2017poster

Most recent approaches to monocular 3D human pose estimation rely on Deep Learning. They typically involve regressing from an image to either 3D joint coordinates directly or 2D joint locations from which 3D coordinates are inferred. Both approaches have their strengths and weaknesses and we therefo…

Cited by 327PDFScholar
2016

Memory Efficient Max Flow for Multi-Label Submodular MRFs

CVPR 2016poster

Multi-label submodular Markov Random Fields (MRFs) have been shown to be solvable using max-flow based on an encoding of the labels proposed by Ishikawa, in which each variable X_i is represented by l nodes (where l is the number of labels) arranged in a column. However, this method in general requi…

Cited by 9PDFcodeScholar
2016

Sample and Filter: Nonparametric Scene Parsing via Efficient Filtering

CVPR 2016poster

Scene parsing has attracted a lot of attention in computer vision. While parametric models have proven effective for this task, they cannot easily incorporate new training data. By contrast, nonparametric approaches, which bypass any learning phase and directly transfer the labels from the training…

Cited by 15PDFScholar
2015

Beyond Gauss: Image-Set Matching on the Riemannian Manifold of PDFs

ICCV 2015poster

State-of-the-art image-set matching techniques typically implicitly model each image-set with a Gaussian distribution. Here, we propose to go beyond these representations and model image-sets as probability distribution functions (PDFs) using kernel density estimators. To compare and match image-set…

Cited by 63PDFScholar
2015

Cutting Edge: Soft Correspondences in Multimodal Scene Parsing

ICCV 2015poster

Exploiting multiple modalities for semantic scene parsing has been shown to improve accuracy over the single modality scenario. Existing methods, however, assume that corresponding regions in two modalities have the same label. In this paper, we address the problem of data misalignment and label inc…

Cited by 11PDFScholar
2015

Deformable 3D Fusion: From Partial Dynamic 3D Observations to Complete 4D Models

ICCV 2015poster

Capturing the 3D motion of dynamic, non-rigid objects has attracted significant attention in computer vision. Existing methods typically require either complete 3D volumetric observations, or a shape template. In this paper, we introduce a template-less 4D reconstruction method that incrementally fu…

Cited by 16PDFScholar
2015

Indoor Scene Structure Analysis for Single Image Depth Estimation

CVPR 2015poster

We tackle the problem of single image depth estimation, which, without additional knowledge, suffers from many ambiguities. Unlike previous approaches that only reason locally, we propose to exploit the global structure of the scene to estimate its depth. To this end, we introduce a hierarchical rep…

Cited by 143SourcePDFScholar
2015

Iteratively Reweighted Graph Cut for Multi-Label MRFs With Non-Convex Priors

CVPR 2015poster

While widely acknowledged as highly effective in computer vision, multi-label MRFs with non-convex priors are difficult to optimize. To tackle this, we introduce an algorithm that iteratively approximates the original energy with an appropriately weighted surrogate energy that is easier to minimize.…

Cited by 14SourcePDFScholar
2015

Shape Interaction Matrix Revisited and Robustified: Efficient Subspace Clustering With Corrupted and Incomplete Data

ICCV 2015poster

The Shape Interaction Matrix (SIM) is one of the earliest approaches to performing subspace clustering (i.e., separating points drawn from a union of subspaces). In this paper, we revisit the SIM and reveal its connections to several recent subspace clustering methods. Our analysis lets us derive a…

Cited by 90PDFcodeScholar