← Search

Elisa Ricci

85 accepted papers

2026

CLIPoint3D: Language-Grounded Few-Shot Unsupervised 3D Point Cloud Domain Adaptation

CVPR 2026

Recent vision-language models (VLMs) such as CLIP demonstrate impressive cross-modal reasoning, extending beyond images to 3D perception. Yet, these models remain fragile under domain shifts, especially when adapting from synthetic to real-world point clouds. Conventional 3D domain adaptation approa

Cited by 0SourcecodeScholar
2026

Concept-Aware Batch Sampling Improves Language-Image Pretraining

CVPR 2026

What data should a vision-language model be trained on? To answer this question, many data curation efforts center on the quality of a dataset. However, most of these existing methods are (i) offline, i.e. they produce a static dataset from a set of predetermined filtering criteria, and (ii) concept

Cited by 0SourcecodeScholar
2026

Ensembling Pruned Attention Heads For Uncertainty-Aware Efficient Transformers

ICLR 2026poster

Uncertainty quantification (UQ) is essential for deploying deep neural networks in safety-critical settings. Although methods like Deep Ensembles achieve strong UQ performance, their high computational and memory costs hinder scalability to large models. We introduce Hydra Ensembles, an efficient tr…

Cited by 0SourceScholar
2026

From Weights to Concepts: Data-Free Interpretability of CLIP via Singular Vector Decomposition

CVPR 2026

As vision-language models are deployed at scale, understanding their internal mechanisms becomes increasingly critical. Existing interpretability methods predominantly rely on activations, making them dataset-dependent, vulnerable to data bias, and often restricted to coarse head-level explanations.

Cited by 0SourceScholar
2026

How to Take a Memorable Picture? Empowering Users with Actionable Feedback

CVPR 2026

Image memorability, i.e., how likely an image is to be remembered, has traditionally been studied in computer vision either as a passive prediction task, with models regressing a scalar score, or with generative methods altering the visual input to boost the image likelihood of being remembered. Yet

Cited by 0SourceScholar
2026

Position: Modular Memory is the Key to Continual Learning Agents

ICML 2026spotlight

Foundation models have transformed machine learning through large-scale pretraining, massive parameterization, and increased test-time compute. Despite surpassing human performance in several domains, these models remain fundamentally limited in continuous operation, experience accumulation, and per…

Cited by 0SourceScholar
2026

Specificity-aware reinforcement learning for fine-grained open-world classification

CVPR 2026

Classifying fine-grained visual concepts under open-world settings, i.e., without a predefined label set, demands models to be both accurate and specific. Recent reasoning Large Multimodal Models (LMMs) exhibit strong visual understanding capability but tend to produce overly generic predictions whe

Cited by 0SourcecodeScholar
2026

UrbanVerse: Scaling Urban Simulation by Watching City-Tour Videos

ICLR 2026poster

Urban embodied AI agents, ranging from delivery robots to quadrupeds, are increasingly populating our cities, navigating chaotic streets to provide last-mile connectivity. Training such agents requires diverse, high-fidelity urban environments to scale, yet existing human-crafted or procedurally gen…

Cited by 0SourceScholar
2025

Can Text-to-Video Generation help Video-Language Alignment?

CVPR 2025poster

Recent video-language alignment models are trained on sets of videos, each with an associated positive caption and a negative caption generated by large language models. A problem with this procedure is that negative captions may introduce linguistic biases, i.e., concepts are seen only as negatives…

Cited by 0SourcePDFScholar
2025

Classifier-to-Bias: Toward Unsupervised Automatic Bias Detection for Visual Classifiers

CVPR 2025poster

A person downloading a pre-trained model from the web should be aware of its biases. Existing approaches for bias identification rely on datasets containing labels for the task of interest, something that a non-expert may not have access to, or may not have the necessary resources to collect: this g…

2025

Compositional Caching for Training-free Open-vocabulary Attribute Detection

CVPR 2025highlight

Attribute detection is crucial for many computer vision tasks, as it enables systems to describe properties such as color, texture, and material. Current approaches often rely on labor-intensive annotation processes which are inherently limited: objects can be described at an arbitrary level of deta…

Cited by 0SourcePDFScholar
2025

ConViS-Bench: Estimating Video Similarity Through Semantic Concepts

NeurIPS 2025poster

What does it mean for two videos to be similar? Videos may appear similar when judged by the actions they depict, yet entirely different if evaluated based on the locations where they were filmed. While humans naturally compare videos by taking different aspects into account, this ability has not be…

Cited by 0SourceScholar
2025

FedMVP: Federated Multimodal Visual Prompt Tuning for Vision-Language Models

ICCV 2025poster

In federated learning, textual prompt tuning adapts Vision-Language Models (e.g., CLIP) by tuning lightweight input tokens (or prompts) on local client data, while keeping network weights frozen. After training, only the prompts are shared by the clients with the central server for aggregation. Howe…

2025

LT-Soups: Bridging Head and Tail Classes via Subsampled Model Soups

NeurIPS 2025poster

Real-world datasets typically exhibit long-tailed (LT) distributions, where a few head classes dominate and many tail classes are severely underrepresented. While recent work shows that parameter-efficient fine-tuning (PEFT) methods like LoRA and AdaptFormer preserve tail-class performance on founda…

Cited by 0SourceScholar
2025

Not Only Text: Exploring Compositionality of Visual Representations in Vision-Language Models

CVPR 2025highlight

Vision-Language Models (VLMs) learn a shared feature space for text and images, enabling the comparison of inputs of different modalities. While prior works demonstrated that VLMs organize natural language representations into regular structures encoding composite meanings, it remains unclear if com…

2025

On Large Multimodal Models as Open-World Image Classifiers

ICCV 2025poster

Traditional image classification requires a predefined list of semantic categories. In contrast, Large Multimodal Models (LMMs) can sidestep this requirement by classifying images directly using natural language (e.g., answering the prompt "What is the main object in the image?"). Despite this remar…

2025

Rethinking Few-Shot Adaptation of Vision-Language Models in Two Stages

CVPR 2025poster

An old-school recipe for training a classifier is to (i) learn a good feature extractor and (ii) optimize a linear layer atop. When only a handful of samples are available per category, as in Few-Shot Adaptation (FSA), data are insufficient to fit a large number of parameters, rendering the above im…

2025

Superpowering Open-Vocabulary Object Detectors for X-ray Vision

ICCV 2025poster

Open-vocabulary object detection (OvOD) is set to revolutionize security screening by enabling systems to recognize any item in X-ray scans. However, developing effective OvOD models for X-ray imaging presents unique challenges due to data scarcity and the modality gap that prevents direct adoption…

2025

Training-Free Personalization via Retrieval and Reasoning on Fingerprints

ICCV 2025poster

Vision Language Models (VLMs) have lead to major improvements in multimodal reasoning, yet they still struggle to understand user-specific concepts. Existing personalization methods address this limitation butheavily rely on training procedures, that can be either costly or unpleasant to individual…

Cited by 0SourcePDFScholar
2025

Training-free Online Video Step Grounding

NeurIPS 2025poster

Given a task and a set of steps composing it, Video Step Grounding (VSG) aims to detect which steps are performed in a video. Standard approaches for this task require a labeled training set (e.g., with step-level annotations or narrations), which may be costly to collect. Moreover, they process the…

Cited by 0SourceScholar
2024

Democratizing Fine-grained Visual Recognition with Large Language Models

ICLR 2024poster

Identifying subordinate-level categories from images is a longstanding task in computer vision and is referred to as fine-grained visual recognition (FGVR). It has tremendous significance in real-world applications since an average layperson does not excel at differentiating species of birds or mush…

Cited by 8SourcePDFScholar
2024

Enhancing the Domain Robustness of Self-Supervised pre-Training with Synthetic Images

ICASSP 2024accepted

We present a novel method for improving the adaptability of self-supervised (SSL) pre-trained models across different domains. Our approach uses synthetic images that are generated using an auxiliary diffusion model, namely InstructPix2Pix. More specifically, starting from a real image, we prompt th…

Cited by 0SourceScholar
2024

Frustratingly Easy Test-Time Adaptation of Vision-Language Models

NeurIPS 2024poster

Vision-Language Models seamlessly discriminate among arbitrary semantic categories, yet they still suffer from poor generalization when presented with challenging examples. For this reason, Episodic Test-Time Adaptation (TTA) strategies have recently emerged as powerful techniques to adapt VLMs in t…

2024

Harnessing Large Language Models for Training-free Video Anomaly Detection

CVPR 2024poster

Video anomaly detection (VAD) aims to temporally locate abnormal events in a video. Existing works mostly rely on training deep models to learn the distribution of normality with either video-level supervision one-class supervision or in an unsupervised setting. Training-based methods are prone to b…

Cited by 40SourcePDFScholar
2024

MULTIFLOW: Shifting Towards Task-Agnostic Vision-Language Pruning

CVPR 2024poster

While excellent in transfer learning Vision-Language models (VLMs) come with high computational costs due to their large number of parameters. To address this issue removing parameters via model pruning is a viable solution. However existing techniques for VLMs are task-specific and thus require pru…

2024

Retrieval-enriched zero-shot image classification in low-resource domains

EMNLP 2024main

Low-resource domains, characterized by scarce data and annotations, present significant challenges for language and visual understanding tasks, with the latter much under-explored in the literature. Recent advancements in Vision-Language Models (VLM) have shown promising results in high-resource dom…

2024

SHiNe: Semantic Hierarchy Nexus for Open-vocabulary Object Detection

CVPR 2024highlight

Open-vocabulary object detection (OvOD) has transformed detection into a language-guided task empowering users to freely define their class vocabularies of interest during inference. However our initial investigation indicates that existing OvOD detectors exhibit significant variability when dealing…

2024

Snap Video: Scaled Spatiotemporal Transformers for Text-to-Video Synthesis

CVPR 2024highlight

Contemporary models for generating images show remarkable quality and versatility. Swayed by these advantages the research community repurposes them to generate videos. Since video content is highly redundant we argue that naively bringing advances of image models to the video generation domain redu…

Cited by 66SourcePDFScholar
2024

Test-Time Zero-Shot Temporal Action Localization

CVPR 2024poster

Zero-Shot Temporal Action Localization (ZS-TAL) seeks to identify and locate actions in untrimmed videos unseen during training. Existing ZS-TAL methods involve fine-tuning a model on a large amount of annotated training data. While effective training-based ZS-TAL approaches assume the availability…

2023

A Soft Nearest-Neighbor Framework for Continual Semi-Supervised Learning

ICCV 2023oral

Despite significant advances, the performance of state-of-the-art continual learning approaches hinges on the unrealistic scenario of fully labeled data. In this paper, we tackle this challenge and propose an approach for continual semi-supervised learning--a setting where not all the data samples a…

Cited by 26PDFcodeScholar
2023

AutoLabel: CLIP-Based Framework for Open-Set Video Domain Adaptation

CVPR 2023poster

Open-set Unsupervised Video Domain Adaptation (OUVDA) deals with the task of adapting an action recognition model from a labelled source domain to an unlabelled target domain that contains "target-private" categories, which are present in the target but absent in the source. In this work we deviate…

2023

Novel Class Discovery for 3D Point Cloud Semantic Segmentation

CVPR 2023poster

Novel class discovery (NCD) for semantic segmentation is the task of learning a model that can segment unlabelled (novel) classes using only the supervision from labelled (base) classes. This problem has recently been pioneered for 2D image data, but no work exists for 3D point cloud data. In fact,…

2023

Quantum Multi-Model Fitting

CVPR 2023highlight

Geometric model fitting is a challenging but fundamental computer vision problem. Recently, quantum optimization has been shown to enhance robust fitting for the case of a single model, while leaving the question of multi-model fitting open. In response to this challenge, this paper shows that the l…

2023

Rotation Synchronization via Deep Matrix Factorization

ICRA 2023poster

In this paper we address the rotation synchronization problem, where the objective is to recover absolute rotations starting from pairwise ones, where the unknowns and the measures are represented as nodes and edges of a graph, respectively. This problem is an essential task for structure from motio…

Cited by 12SourcecodeScholar
2023

Semi-Supervised Learning Made Simple With Self-Supervised Clustering

CVPR 2023poster

Self-supervised learning models have been shown to learn rich visual representations without requiring human annotations. However, in many real-world scenarios, labels are partially available, motivating a recent line of work on semi-supervised methods inspired by self-supervised principles. In this…

2023

The Unreasonable Effectiveness of Large Language-Vision Models for Source-Free Video Domain Adaptation

ICCV 2023poster

Source-Free Video Unsupervised Domain Adaptation (SFVUDA) task consists in adapting an action recognition model, trained on a labelled source dataset, to an unlabelled target dataset, without accessing the actual source data. The previous approaches have attempted to address SFVUDA by leveraging sel…

Cited by 11PDFcodeScholar
2023

Vocabulary-free Image Classification

NeurIPS 2023poster

Recent advances in large vision-language models have revolutionized the image classification paradigm. Despite showing impressive zero-shot capabilities, a pre-defined set of categories, a.k.a. the vocabulary, is assumed at test time for composing the textual prompts. However, such assumption can be…

2023

Walking Your LiDOG: A Journey Through Multiple Domains for LiDAR Semantic Segmentation

ICCV 2023poster

The ability to deploy robots that can operate safely in diverse environments is crucial for developing embodied intelligent agents. As a community, we have made tremendous progress in within-domain LiDAR semantic segmentation. However, do these methods generalize across domains? To answer this que…

Cited by 15PDFcodeScholar
2022

CoSMix: Compositional Semantic Mix for Domain Adaptation in 3D LiDAR Segmentation

ECCV 2022poster

"3D LiDAR semantic segmentation is fundamental for autonomous driving. Several Unsupervised Domain Adaptation (UDA) methods for point cloud data have been recently proposed to improve model generalization for different sensors and environments. Researchers working on UDA problems in the image domain…

2022

GIPSO: Geometrically Informed Propagation for Online Adaptation in 3D LiDAR Segmentation

ECCV 2022poster

"3D point cloud semantic segmentation is fundamental for autonomous driving. Most approaches in the literature neglect an important aspect, i.e., how to deal with domain shift when handling dynamic scenes. This can significantly hinder the navigation capabilities of self-driving vehicles. This paper…

2022

Playable Environments: Video Manipulation in Space and Time

CVPR 2022poster

We present Playable Environments - a new representation for interactive video generation and manipulation in space and time. With a single image at inference time, our novel framework allows the user to move objects in 3D while generating a video by providing a sequence of desired actions. The actio…

Cited by 20PDFcodeScholar
2022

Quantum Motion Segmentation

ECCV 2022poster

Motion segmentation is a challenging problem that seeks to identify independent motions in two or several input images. This paper introduces the first algorithm for motion segmentation that relies on adiabatic quantum optimization of the objective function. The proposed method achieves on-par perfo…

2022

Self-Supervised Models Are Continual Learners

CVPR 2022poster

Self-supervised models have been shown to produce comparable or better visual representations than their supervised counterparts when trained offline on unlabeled data at scale. However, their efficacy is catastrophically reduced in a Continual Learning (CL) scenario where data is presented to the m…

Cited by 217PDFcodeScholar
2022

Uncertainty-Guided Source-Free Domain Adaptation

ECCV 2022poster

"Source-free domain adaptation (SFDA) aims to adapt a classifier to an unlabelled target data set by only using a pre-trained source model. However, the absence of the source data and the domain shift makes the predictions on the target data unreliable. We propose quantifying the uncertainty in the…

2021

A Unified Objective for Novel Class Discovery

ICCV 2021poster

In this paper, we study the problem of Novel Class Discovery (NCD). NCD aims at inferring novel object categories in an unlabeled set by leveraging from prior knowledge of a labeled set containing different, but related classes. Existing approaches tackle this problem by considering multiple objecti…

Cited by 235PDFcodeScholar
2021

Are We Missing Confidence in Pseudo-LiDAR Methods for Monocular 3D Object Detection?

ICCV 2021poster

Pseudo-LiDAR-based methods for monocular 3D object detection have received considerable attention in the community due to the performance gains exhibited on the KITTI3D benchmark, in particular on the commonly reported validation split. This generated a distorted impression about the superiority of…

Cited by 44PDFScholar
2021

Click To Move: Controlling Video Generation With Sparse Motion

ICCV 2021poster

This paper introduces Click to Move (C2M), a novel framework for video generation where the user can control the motion of the synthesized video through mouse clicks specifying simple object trajectories of the key objects in the scene. Our model receives as input an initial frame, its corresponding…

Cited by 14PDFcodeScholar
2021

Curriculum Graph Co-Teaching for Multi-Target Domain Adaptation

CVPR 2021poster

In this paper we address multi-target domain adaptation (MTDA), where given one labeled source dataset and multiple unlabeled target datasets that differ in data distributions, the task is to learn a robust predictor for all the target domains. We identify two key aspects that can help to alleviate…

Cited by 84PDFcodeScholar
2021

Neighborhood Contrastive Learning for Novel Class Discovery

CVPR 2021poster

In this paper, we address Novel Class Discovery (NCD), the task of unveiling new classes in a set of unlabeled samples given a labeled dataset with known classes. We exploit the peculiarities of NCD to build a new framework, named Neighborhood Contrastive Learning (NCL), to learn discriminative repr…

Cited by 190PDFcodeScholar
2021

Transformer-Based Attention Networks for Continuous Pixel-Wise Prediction

ICCV 2021poster

While convolutional neural networks have shown a tremendous impact on various computer vision tasks, they generally demonstrate limitations in explicitly modeling long-range dependencies due to the intrinsic locality of the convolution operation. Initially designed for natural language processing ta…

Cited by 239PDFcodeScholar
2020

Boosting Deep Open World Recognition by Clustering

RA-L 2020

While convolutional neural networks have brought significant advances in robot vision, their ability is often limited to closed world scenarios, where the number of semantic concepts to be recognized is determined by the available training set. Since it is practically impossible to capture all possi

Cited by 25SourceScholar
2020

Modeling the Background for Incremental Learning in Semantic Segmentation

CVPR 2020poster

Despite their effectiveness in a wide range of tasks, deep architectures suffer from some important limitations. In particular, they are vulnerable to catastrophic forgetting, i.e. they perform poorly when they are required to update their model as new classes are available but the original training…

Cited by 378PDFcodeScholar
2020

Online Continual Learning under Extreme Memory Constraints

ECCV 2020poster

Continual Learning (CL) aims to develop agents emulating the human ability to sequentially learn new tasks while being able to retain knowledge obtained from past experiences. In this paper, we introduce the novel problem of Memory-Constrained Online Continual Learning (MC-OCL) which imposes strict…

2020

Online Depth Learning Against Forgetting in Monocular Videos

CVPR 2020poster

Online depth learning is the problem of consistently adapting a depth estimation model to handle a continuously changing environment. This problem is challenging due to the network easily overfits on the current environment and forgets its past experiences. To address such problem, this paper presen…

Cited by 49PDFScholar
2020

Towards Generalization Across Depth for Monocular 3D Object Detection

ECCV 2020poster

While expensive LiDAR and stereo camera rigs have enabled the development of successful 3D object detection methods, monocular RGB-only approaches lag much behind. This work advances the state of the art by introducing MoVi-3D, a novel, single-stage deep architecture for monocular 3D object detectio…

Cited by 81SourcePDFScholar
2020

Towards Recognizing Unseen Categories in Unseen Domains

ECCV 2020poster

Current deep visual recognition systems suffer from severe performance degradation when they encounter new images from classes and scenarios unseen during training. Hence, the core challenge of Zero-Shot Learning (ZSL) is to cope with the semantic-shift whereas the main challenge of Domain Adaptatio…

2019

AdaGraph: Unifying Predictive and Continuous Domain Adaptation Through Graphs

CVPR 2019oral

The ability to categorize is a cornerstone of visual intelligence, and a key functionality for artificial, autonomous visual machines. This problem will never be solved without algorithms able to adapt and generalize across visual domains. Within the context of domain adaptation and generalization,…

Cited by 94PDFScholar
2019

Animating Arbitrary Objects via Deep Motion Transfer

CVPR 2019oral

This paper introduces a novel deep learning framework for image animation. Given an input image with a target object and a driving video sequence depicting a moving object, our framework generates a video in which the target object is animated according to the driving sequence. This is achieved thro…

Cited by 442PDFcodeScholar
2019

Budget-Aware Adapters for Multi-Domain Learning

ICCV 2019poster

Multi-Domain Learning (MDL) refers to the problem of learning a set of models derived from a common deep architecture, each one specialized to perform a task in a certain domain (e.g., photos, sketches, paintings). This paper tackles MDL with a particular interest in obtaining domain-specific models…

Cited by 45PDFScholar
2019

First Order Motion Model for Image Animation

NeurIPS 2019poster

Image animation consists of generating a video sequence so that an object in a source image is animated according to the motion of a driving video. Our framework addresses this problem without using any annotation or prior information about the specific object to animate. Once trained on a set of vi…

2019

Knowledge is Never Enough: Towards Web Aided Deep Open World Recognition

ICRA 2019poster

While today's robots are able to perform sophisticated tasks, they can only act on objects they have been trained to recognize. This is a severe limitation: any robot will inevitably see new objects in unconstrained settings, and thus will always have visual knowledge gaps. However, standard visual…

Cited by 32SourceScholar
2019

Refine and Distill: Exploiting Cycle-Inconsistency and Knowledge Distillation for Unsupervised Monocular Depth Estimation

CVPR 2019poster

Nowadays, the majority of state of the art monocular depth estimation techniques are based on supervised deep learning models. However, collecting RGB images with associated depth maps is a very time consuming procedure. Therefore, recent works have proposed deep architectures for addressing the mon…

Cited by 172PDFScholar
2019

The RGB-D Triathlon: Towards Agile Visual Toolboxes for Robots

IROS 2019poster

Deep networks have brought significant advances in robot perception, enabling to improve the capabilities of robots in several visual tasks, ranging from object detection and recognition to pose estimation, semantic scene segmentation and many others. Still, most approaches typically address visual…

Cited by 4SourcecodeScholar
2019

Unsupervised Domain Adaptation Using Feature-Whitening and Consensus Loss

CVPR 2019poster

A classifier trained on a dataset seldom works on other datasets obtained under different conditions due to domain shift. This problem is commonly addressed by domain adaptation methods. In this work we introduce a novel deep learning framework which unifies different paradigms in unsupervised domai…

Cited by 207PDFcodeScholar
2018

Boosting Domain Adaptation by Discovering Latent Domains

CVPR 2018poster

Current Domain Adaptation (DA) methods based on deep architectures assume that the source samples arise from a single distribution. However, in practice most datasets can be regarded as mixtures of multiple domains. In these cases exploiting single-source DA methods for learning target classifiers m…

Cited by 189SourcePDFScholar
2018

Every Smile Is Unique: Landmark-Guided Diverse Smile Generation

CVPR 2018poster

Each smile is unique: one person surely smiles in different ways (e.g., closing/opening the eyes or mouth). Given one input image of a neutral face, can we generate multiple smile videos with distinctive characteristics? To tackle this one-to-many video generation problem, we propose a novel deep le…

Cited by 82SourcePDFScholar
2018

Kitting in the Wild through Online Domain Adaptation

IROS 2018poster

Technological developments call for increasing perception and action capabilities of robots. Among other skills, vision systems that can adapt to any possible change in the working conditions are needed. Since these conditions are unpredictable, we need benchmarks which allow to assess the generaliz…

Cited by 71SourceScholar
2018

Robust Place Categorization With Deep Domain Generalization

RA-L 2018

Traditional place categorization approaches in robot vision assume that training and test images have similar visual appearance. Therefore, any seasonal, illumination, and environmental changes typically lead to severe degradation in performance. To cope with this problem, recent works have been pro

Cited by 59SourcecodeScholar
2018

Structured Attention Guided Convolutional Neural Fields for Monocular Depth Estimation

CVPR 2018poster

Recent works have shown the benefit of integrating Conditional Random Fields (CRFs) models into deep architectures for improving pixel-level prediction tasks. Following this line of research, in this paper we introduce a novel approach for monocular depth estimation. Similarly to previous works, our…

2017

AutoDIAL: Automatic DomaIn Alignment Layers

ICCV 2017poster

Classifiers trained on given databases perform poorly when tested on data acquired in different settings. This is explained in domain adaptation through a shift among distributions of the source and target domains. Attempts to align them have traditionally resulted in works reducing the domain shift…

Cited by 398PDFcodeScholar
2017

Depth-aware convolutional neural networks for accurate 3D pose estimation in RGB-D images

IROS 2017poster

Most recent approaches to 3D pose estimation from RGB-D images address the problem in a two-stage pipeline. First, they learn a classifier-typically a random forest-to predict the position of each input pixel on the object surface. These estimates are then used to define an energy function that is m…

Cited by 16SourceScholar
2017

Learning Cross-Modal Deep Representations for Robust Pedestrian Detection

CVPR 2017poster

This paper presents a novel method for detecting pedestrians under adverse illumination conditions. Our approach relies on a novel cross-modality learning framework and it is based on two main phases. First, given a multimodal dataset, a deep convolutional network is employed to learn a non-linear m…

Cited by 257PDFScholar
2017

Learning Deep NBNN Representations for Robust Place Categorization

RA-L 2017

This letter presents an approach for semantic place categorization using data obtained from RGB cameras. Previous studies on visual place recognition and classification have shown that by considering features derived from pretrained convolutional neural networks (CNNs) in combination with part-based

Cited by 33SourceScholar
2017

Learning Deep Structured Multi-Scale Features using Attention-Gated CRFs for Contour Prediction

NeurIPS 2017poster

Recent works have shown that exploiting multi-scale representations deeply learned via convolutional neural networks (CNN) is of tremendous importance for accurate contour detection. This paper presents a novel approach for predicting contours which advances the state of the art in two fundamental a…

2017

Learning Depth-Aware Deep Representations for Robotic Perception

RA-L 2017

Exploiting RGB-D data by means of convolutional neural networks (CNNs) is at the core of a number of robotics applications, including object detection, scene semantic segmentation, and grasping. Most existing approaches, however, exploit RGB-D data by simply considering depth as an additional input

Cited by 33SourceScholar
2017

Multi-Scale Continuous CRFs as Sequential Deep Networks for Monocular Depth Estimation

CVPR 2017spotlight

This paper addresses the problem of depth estimation from a single still image. Inspired by recent works on multi-scale convolutional neural networks (CNN), we propose a deep model which fuses complementary information derived from multiple CNN side outputs. Different from previous methods, the inte…

Cited by 561PDFcodeScholar
2016

Recognizing Emotions From Abstract Paintings Using Non-Linear Matrix Completion

CVPR 2016poster

Advanced computer vision and machine learning techniques tried to automatically categorize the emotions elicited by abstract paintings with limited success. Since the annotation of the emotional content is highly resource-consuming, datasets of abstract paintings are either constrained in size or pa…

Cited by 120PDFcodeScholar
2016

Self-Adaptive Matrix Completion for Heart Rate Estimation From Face Videos Under Realistic Conditions

CVPR 2016oral

Recent studies in computer vision have shown that, while practically invisible to a human observer, skin color changes due to blood flow can be captured on face videos and, surprisingly, be used to estimate the heart rate (HR). While considerable progress has been made in the last few years, still m…

Cited by 413PDFScholar
2015

Uncovering Interactions and Interactors: Joint Estimation of Head, Body Orientation and F-Formations From Surveillance Videos

ICCV 2015poster

We present a novel approach for jointly estimating tar- gets' head, body orientations and conversational groups called F-formations from a distant social scene (e.g., a cocktail party captured by surveillance cameras). Differing from related works that have (i) coupled head and body pose learning by…

Cited by 85PDFScholar