← Search

Nuno Vasconcelos

78 accepted papers

2026

D2T2 - Multimodal Automated Planning for Brachytherapy

CVPR 2026

Brachytherapy is a complex radiation oncology problem that requires the simultaneous prediction of radiation dose, which is used for treatment planning, and a set of machine parameters, known as dwell times, used for treatment delivery. We propose Direct Dwell Time Transformer (D2T2), the first deep

Cited by 0SourceScholar
2026

Does a Hybrid Space-Aware Randomized Defense Improve Empirical and Certified Adversarial Robustness?

ICML 2026poster

We introduce Hybrid Space-aware Stochastic Convolution Attention Noise (HySCAN), a hybrid randomized defense that helps close the long-standing gap between provable robustness under ℓ2 certificates and empirical robustness against strong ℓ∞ attacks, while maintaining strong generalization across div…

Cited by 0SourceScholar
2026

Leveraging Data to Say No: Memory Augmented Plug-and-Play Selective Prediction

ICLR 2026poster

Selective prediction aims to endow predictors with a reject option, to avoid low confidence predictions. However, existing literature has primarily focused on closed-set tasks, such as visual question answering with predefined options or fixed-category classification. This paper considers selective…

Cited by 0SourcecodeScholar
2025

Core Knowledge Deficits in Multi-Modal Language Models

ICML 2025poster

While Multi-modal Large Language Models (MLLMs) demonstrate impressive abilities over high-level perception and reasoning, their robustness in the wild remains limited, often falling short on tasks that are intuitive and effortless for humans. We examine the hypothesis that these deficiencies stem f…

Cited by 0SourcePDFScholar
2025

EgoPrivacy: What Your First-Person Camera Says About You?

ICML 2025poster

While the rapid proliferation of wearable cameras has raised significant concerns about egocentric video privacy, prior work has largely overlooked the unique privacy threats posed to the camera wearer. This work investigates the core question: How much privacy information about the camera wearer ca…

2025

Guiding Diffusion Models with Adaptive Negative Sampling Without External Resources

ICCV 2025poster

Diffusion models (DMs) have demonstrated an unparalleled ability to create diverse and high-fidelity images from text prompts. However, they are also well-known to vary substantially regarding both prompt adherence and quality. Negative prompting was introduced to improve prompt compliance by specif…

Cited by 0SourcePDFScholar
2025

HQGS: High-Quality Novel View Synthesis with Gaussian Splatting in Degraded Scenes

ICLR 2025poster

3D Gaussian Splatting (3DGS) has shown promising results for Novel View Synthesis. However, while it is quite effective when based on high-quality images, its performance declines as image quality degrades, due to lack of resolution, motion blur, noise, compression artifacts, or other factors common…

2025

IntroStyle: Training-Free Introspective Style Attribution using Diffusion Features

ICCV 2025poster

Text-to-image (T2I) models have recently gained widespread adoption. This has spurred concerns about safeguarding intellectual property rights and an increasing demand for mechanisms that prevent the generation of specific artistic styles. Existing methods for style extraction typically necessitate…

2024

Adapting Diffusion Models for Improved Prompt Compliance and Controllable Image Synthesis

NeurIPS 2024poster

Recent advances in generative modeling with diffusion processes (DPs) enabled breakthroughs in image synthesis. Despite impressive image quality, these models have various prompt compliance problems, including low recall in generating multiple objects, difficulty in generating text in images, and me…

2024

Editable Image Elements for Controllable Synthesis

ECCV 2024poster

"Diffusion models have made significant advances in text-guided synthesis tasks. However, editing user-provided images remains challenging, as the high dimensional noise input space of diffusion models is not naturally suited for image inversion or spatial editing. In this work, we propose an image…

Cited by 8SourcePDFScholar
2024

Learning a Dynamic Privacy-preserving Camera Robust to Inversion Attacks

ECCV 2024oral

"The problem of designing a privacy-preserving camera (PPC) is considered. Previous designs rely on a static point spread function (PSF), optimized to prevent detection of private visual information, such as recognizable facial features. However, the PSF can be easily recovered by measuring the came…

Cited by 0SourcePDFScholar
2023

ActorsNeRF: Animatable Few-shot Human Rendering with Generalizable NeRFs

ICCV 2023poster

While NeRF-based human representations have shown impressive novel view synthesis results, most methods still rely on a large number of images / views for training. In this work, we propose a novel animatable NeRF called ActorsNeRF. It is first pre-trained on diverse human subjects, and then adapted…

Cited by 25PDFScholar
2023

Dense Network Expansion for Class Incremental Learning

CVPR 2023poster

The problem of class incremental learning (CIL) is considered. State-of-the-art approaches use a dynamic architecture based on network expansion (NE), in which a task expert is added per task. While effective from a computational standpoint, these methods lead to models that grow quickly with the nu…

Cited by 71SourcePDFScholar
2023

SViTT: Temporal Learning of Sparse Video-Text Transformers

CVPR 2023poster

Do video-text transformers learn to model temporal relationships across frames? Despite their immense capacity and the abundance of multimodal training data, recent work has revealed the strong tendency of video-text models towards frame-based spatial representations, while temporal reasoning remain…

2022

Breadcrumbs: Adversarial Class-Balanced Sampling for Long-Tailed Recognition

ECCV 2022poster

"The problem of long-tailed recognition, where the number of examples per class is highly unbalanced, is considered. While training with class-balanced sampling has been shown effective for this problem, it is known to over-fit to few-shot classes. It is hypothesized that this is due to the repeated…

2022

Class-Incremental Learning With Strong Pre-Trained Models

CVPR 2022poster

Class-incremental learning (CIL) has been widely studied under the setting of starting from a small number of classes (base classes). Instead, we explore an understudied real-world setting of CIL that starts with a strong model pre-trained on a large number of base classes. We hypothesize that a str…

Cited by 94PDFcodeScholar
2022

CoordGAN: Self-Supervised Dense Correspondences Emerge From GANs

CVPR 2022poster

Recent advances show that Generative Adversarial Networks (GANs) can synthesize images with smooth variations along semantically meaningful latent directions, such as pose, expression, layout, etc. While this indicates that GANs implicitly learn pixel-level correspondences across images, few studies…

Cited by 22PDFcodeScholar
2022

Omni-DETR: Omni-Supervised Object Detection With Transformers

CVPR 2022poster

We consider the problem of omni-supervised object detection, which can use unlabeled, fully labeled and weakly labeled annotations, such as image tags, counts, points, etc., for object detection. This is enabled by a unified architecture, Omni-DETR, based on the recent progress on student-teacher fr…

Cited by 63PDFcodeScholar
2022

Should All Proposals Be Treated Equally in Object Detection?

ECCV 2022poster

"The complexity-precision trade-off of an object detector is a critical problem for resource constrained vision tasks. Previous works have emphasized detectors implemented with efficient backbones. The impact on this trade-off of proposal processing by the detection head is investigated in this work…

2022

Single-Stage Visual Relationship Learning using Conditional Queries

NeurIPS 2022accept

Research in scene graph generation (SGG) usually considers two-stage models, that is, detecting a set of entities, followed by combining them and labeling all possible relationships. While showing promising results, the pipeline structure induces large parameter and computation overhead, and typical…

Cited by 9SourcePDFScholar
2022

VALHALLA: Visual Hallucination for Machine Translation

CVPR 2022poster

Designing better machine translation systems by considering auxiliary inputs such as images has attracted much attention in recent years. While existing methods show promising performance over the conventional text-only translation systems, they typically require paired text and image as input durin…

Cited by 38PDFScholar
2021

A-SDF: Learning Disentangled Signed Distance Functions for Articulated Shape Representation

ICCV 2021poster

Recent work has made significant progress on using implicit functions, as a continuous representation for 3D rigid object shape reconstruction. However, much less effort has been devoted to modeling general articulated objects. Compared to rigid objects, articulated objects have higher degrees of fr…

Cited by 117PDFScholar
2021

BEV-Net: Assessing Social Distancing Compliance by Joint People Localization and Geometric Reasoning

ICCV 2021poster

ocial distancing, an essential public health measure to limit the spread of contagious diseases, has gained significant attention since the outbreak of the COVID-19 pandemic. In this work, the problem of visual social distancing compliance assessment in busy public areas, with wide field-of-view cam…

Cited by 9PDFcodeScholar
2021

Dynamic Transfer for Multi-Source Domain Adaptation

CVPR 2021poster

Recent works of multi-source domain adaptation focus on learning a domain-agnostic model, of which the parameters are static. However, such a static model is difficult to handle conflicts across multiple domains, and suffers from a performance degradation in both source domains and target domain. In…

Cited by 103PDFcodeScholar
2021

GistNet: A Geometric Structure Transfer Network for Long-Tailed Recognition

ICCV 2021poster

The problem of long-tailed recognition, where the number of examples per class is highly unbalanced, is considered. It is hypothesized that the well known tendency of standard classifier training to overfit to popular classes can be exploited for effective transfer learning. Rather than eliminating…

Cited by 64PDFScholar
2021

IMAGINE: Image Synthesis by Image-Guided Model Inversion

CVPR 2021poster

Synthesizing variations of a specific reference image with semantically valid content is an important task in terms of personalized generation as well as for data augmentation. In this work, we propose an inversion based method, denoted as IMAge-Guided model INvErsion (IMAGINE), to generate high-qua…

Cited by 37PDFScholar
2021

MicroNet: Improving Image Recognition With Extremely Low FLOPs

ICCV 2021poster

This paper aims at addressing the problem of substantial performance degradation at extremely low computational cost (e.g. 5M FLOPs on ImageNet classification). We found that two factors, sparse connectivity and dynamic activation function, are effective to improve the accuracy. The former avoids th…

Cited by 102PDFcodeScholar
2021

Revisiting Dynamic Convolution via Matrix Decomposition

ICLR 2021poster

Recent research in dynamic convolution shows substantial performance boost for efficient CNNs, due to the adaptive aggregation of K static convolution kernels. It has two limitations: (a) it increases the number of convolutional weights by K-times, and (b) the joint optimization of dynamic attention…

2020

Explainable Object-Induced Action Decision for Autonomous Vehicles

CVPR 2020poster

A new paradigm is proposed for autonomous driving. The new paradigm lies between the end-to-end and pipelined approaches, and is inspired by how humans solve the problem. While it relies on scene understanding, the latter only considers objects that could originate hazard. These are denoted as actio…

Cited by 147PDFcodeScholar
2020

Exploit Clues From Views: Self-Supervised and Regularized Learning for Multiview Object Recognition

CVPR 2020poster

Multiview recognition has been well studied in the literature and achieves decent performance in object recognition and retrieval task. However, most previous works rely on supervised learning and some impractical underlying assumptions, such as the availability of all views in training and inferenc…

Cited by 11PDFcodeScholar
2020

SPOT: Selective Point Cloud Voting for Better Proposal in Point Cloud Object Detection

ECCV 2020poster

The sparsity of point clouds limits deep learning models on capturing long-range dependencies, which makes features extracted by the models ambiguous. In point cloud object detection, ambiguous features make it hard for detectors to locate object centers and finally lead to bad detection results. In…

Cited by 15SourcePDFScholar
2020

Solving Long-tailed Recognition with Deep Realistic Taxonomic Classifier

ECCV 2020poster

Long-tail recognition tackles the natural non-uniformly distributed data in real-world scenarios. While modern classifiers perform well on populated classes, its performance degrades significantly on tail classes. Humans, however, are less affected by this since, when confronted with uncertain examp…

2019

Catastrophic Child's Play: Easy to Perform, Hard to Defend Adversarial Attacks

CVPR 2019poster

The problem of adversarial CNN attacks is considered, with an emphasis on attacks that are trivial to perform but difficult to defend. A framework for the study of such attacks is proposed, using real world object manipulations. Unlike most works in the past, this framework supports the design of at…

Cited by 11PDFScholar
2017

Deep Learning With Low Precision by Half-Wave Gaussian Quantization

CVPR 2017spotlight

The problem of quantizing the activations of a deep neural network is considered. An examination of the popular binary quantization approach shows that this consists of approximating a classical non-linearity, the hyperbolic tangent, by two functions: a piecewise constant sign function, which is use…

Cited by 632PDFcodeScholar
2016

Object based Scene Representations using Fisher Scores of Local Subspace Projections

NeurIPS 2016poster

Several works have shown that deep CNN classifiers can be easily transferred across datasets, e.g. the transfer of a CNN trained to recognize objects on ImageNET to an object detector on Pascal VOC. Less clear, however, is the ability of CNNs to transfer knowledge across tasks. A common example of s…

Cited by 30SourcePDFScholar
2016

VLAD3: Encoding Dynamics of Deep Features for Action Recognition

CVPR 2016poster

Previous approaches to action recognition with deep features tend to process video frames only within a small temporal region, and do not model long-range dynamic information explicitly. However, such information is important for the accurate recognition of actions, especially for the discrimination…

Cited by 111PDFScholar
2015

How Many Bits Does it Take for a Stimulus to Be Salient?

CVPR 2015poster

Visual saliency has been shown to depend on the unpredictability of the visual stimulus given its surround. Various previous works have advocated the equivalence between stimulus saliency and uncompressibility. We propose a direct measure of this quantity, namely the number of bits required by an op…

Cited by 125SourcePDFScholar
2015

Scene Classification With Semantic Fisher Vectors

CVPR 2015poster

With the help of a convolutional neural network~(CNN) trained to recognize objects, a scene image is represented as a bag of semantics (BoS). This involves classifying image patches using the network and considering the class posterior probability vectors as locally extracted semantic descriptors. T…

Cited by 180SourcePDFScholar