← Search

Andrei Bursuc

33 accepted papers

2026

3D sans 3D Scans: Scalable Pre-training from Video-Generated Point Clouds

CVPR 2026

Despite recent progress in 3D self-supervised learning, collecting large-scale 3D scene scans remains expensive and labor-intensive. In this work, we investigate whether 3D representations can be learned from unlabeled videos recorded without any real 3D sensors. We present Laplacian-Aware Multi-lev

Cited by 0SourcecodeScholar
2026

Franca: Nested Matryoshka Clustering for Scalable Visual Representation Learning

CVPR 2026

We present Franca (pronounced Fran-ka): free one; the first fully open-source (data, code, weights) vision foundation model that matches and in many cases surpasses the performance of state-of-the-art proprietary models, e.g., DINOv2, CLIP, SigLIPv2, etc. Our approach is grounded in a transparent tr

Cited by 0SourceScholar
2026

LiDAS: Lighting-driven Dynamic Active Sensing for Nighttime Perception

CVPR 2026

Nighttime environments pose significant challenges for camera-based perception, as existing methods passively rely on the scene lighting. We introduce Lighting-driven Dynamic Active Sensing (LiDAS), a closed-loop active illumination system that combines off-the-shelf visual perception models with hi

Cited by 0SourcecodeScholar
2026

Multiple Choice Learning of Low-Rank Adapters for Language Modeling

ICML 2026poster

We propose LoRA-MCL, a training scheme that extends next-token prediction in language models with a method designed to decode diverse, plausible sentence continuations at inference time. Traditional language modeling is an intrinsically ill-posed problem: given a context, multiple ``futures'' may be…

Cited by 0SourceScholar
2025

DIP: Unsupervised Dense In-Context Post-training of Visual Representations

ICCV 2025poster

We introduce DIP, a novel unsupervised post-training method designed to enhance dense representations in large-scale pretrained vision encoders for in-context scene understanding. Unlike prior approaches using complex self-distillation architectures, our method trains the vision encoder using pseudo…

2025

FLOSS: Free Lunch in Open-vocabulary Semantic Segmentation

ICCV 2025poster

In this paper, we challenge the conventional practice in Open-Vocabulary Semantic Segmentation (OVSS) of using averaged class-wise text embeddings, which are typically obtained by encoding each class name with multiple templates (e.g., a photo of <class>, a sketch of a <class>). We investigate the i…

2024

A Simple Recipe for Language-guided Domain Generalized Segmentation

CVPR 2024poster

Generalization to new domains not seen during training is one of the long-standing challenges in deploying neural networks in real-world applications. Existing generalization techniques either necessitate external images for augmentation and/or aim at learning invariant representations by imposing v…

2024

CLIP-DINOiser: Teaching CLIP a few DINO tricks for open-vocabulary semantic segmentation

ECCV 2024poster

"The popular CLIP model displays impressive zero-shot capabilities thanks to its seamless interaction with arbitrary text prompts. However, its lack of spatial awareness makes it unsuitable for dense computer vision tasks, e.g., semantic segmentation, without an additional fine-tuning step that ofte…

2024

Make Me a BNN: A Simple Strategy for Estimating Bayesian Uncertainty from Pre-trained Models

CVPR 2024poster

Deep Neural Networks (DNNs) are powerful tools for various computer vision tasks yet they often struggle with reliable uncertainty quantification -a critical requirement for real-world applications. Bayesian Neural Networks (BNN) are equipped for uncertainty estimation but cannot scale to large DNNs…

Cited by 8SourcePDFScholar
2024

No Train, all Gain: Self-Supervised Gradients Improve Deep Frozen Representations

NeurIPS 2024poster

This paper introduces FUNGI, **F**eatures from **UN**supervised **G**rad**I**ents, a method to enhance the features of transformer encoders by leveraging self-supervised gradients. Our method is simple: given any pretrained model, we first compute gradients from various self-supervised objectives fo…

2024

Three Pillars Improving Vision Foundation Model Distillation for Lidar

CVPR 2024poster

Self-supervised image backbones can be used to address complex 2D tasks (e.g. semantic segmentation object discovery) very efficiently and with little or no downstream supervision. Ideally 3D backbones for lidar should be able to inherit these properties after distillation of these powerful 2D featu…

2023

PODA: Prompt-driven Zero-shot Domain Adaptation

ICCV 2023poster

Domain adaptation has been vastly investigated in computer vision but still requires access to target images at train time, which might be intractable in some uncommon conditions. In this paper, we propose the task of 'Prompt-driven Zero-shot Domain Adaptation', where we adapt a model trained on a s…

Cited by 62PDFcodeScholar
2023

POP-3D: Open-Vocabulary 3D Occupancy Prediction from Images

NeurIPS 2023poster

We describe an approach to predict open-vocabulary 3D semantic voxel occupancy map from input 2D images with the objective of enabling 3D grounding, segmentation and retrieval of free-form language queries. This is a challenging problem because of the 2D-3D ambiguity and the open-vocabulary nature o…

2023

Packed Ensembles for efficient uncertainty estimation

ICLR 2023top-25%

Deep Ensembles (DE) are a prominent approach for achieving excellent performance on key metrics such as accuracy, calibration, uncertainty estimation, and out-of-distribution detection. However, hardware limitations of real-world systems constrain to smaller ensembles and lower-capacity networks, si…

2023

RangeViT: Towards Vision Transformers for 3D Semantic Segmentation in Autonomous Driving

CVPR 2023poster

Casting semantic segmentation of outdoor LiDAR point clouds as a 2D problem, e.g., via range projection, is an effective and popular approach. These projection-based methods usually benefit from fast computations and, when combined with techniques which use other point cloud representations, achieve…

2022

Active Learning Strategies for Weakly-Supervised Object Detection

ECCV 2022poster

"Object detectors trained with weak annotations are affordable alternatives to fully-supervised counterparts. However, there is still a significant performance gap between them. We propose to narrow this gap by fine-tuning a base pre-trained weakly-supervised detector with a few fully-annotated samp…

2022

Drive&Segment: Unsupervised Semantic Segmentation of Urban Scenes via Cross-Modal Distillation

ECCV 2022poster

"This work investigates learning pixel-wise semantic image segmentation in urban scenes without any manual annotation, just from the raw non-curated data collected by cars which, equipped with cameras and LiDAR sensors, drive around a city. Our contributions are threefold. First, we propose a novel…

2022

Image-to-Lidar Self-Supervised Distillation for Autonomous Driving Data

CVPR 2022poster

Segmenting or detecting objects in sparse Lidar point clouds are two important tasks in autonomous driving to allow a vehicle to act safely in its 3D environment. The best performing methods in 3D semantic segmentation or object detection rely on a large amount of annotated data. Yet annotating 3D L…

Cited by 135PDFcodeScholar
2022

LaRa: Latents and Rays for Multi-Camera Bird’s-Eye-View Semantic Segmentation

CoRL 2022poster

Recent works in autonomous driving have widely adopted the bird’seye-view (BEV) semantic map as an intermediate representation of the world. Online prediction of these BEV maps involves non-trivial operations such as multi-camera data extraction as well as fusion and projection into a common topview…

Cited by 40SourcecodeScholar
2022

Latent Discriminant Deterministic Uncertainty

ECCV 2022poster

"Predictive uncertainty estimation is essential for deploying Deep Neural Networks in real-world autonomous systems. However, most successful approaches are computationally intensive. In this work, we attempt to address these challenges in the context of autonomous driving perception tasks. Recently…

2022

Solving Disjunctive Temporal Networks with Uncertainty under Restricted Time-Based Controllability Using Tree Search and Graph Neural Networks

AAAI 2022technical

Scheduling under uncertainty is an area of interest in artificial intelligence. We study the problem of Dynamic Controllability (DC) of Disjunctive Temporal Networks with Uncertainty (DTNU), which seeks a reactive scheduling strategy to satisfy temporal constraints in response to uncontrollable acti…

Cited by 5SourcePDFScholar
2022

What to Hide from Your Students: Attention-Guided Masked Image Modeling

ECCV 2022poster

"Transformers and masked language modeling are quickly being adopted and explored in computer vision as vision transformers and masked image modeling (MIM). In this work, we argue that image token masking differs from token masking in text, due to the amount and correlation of tokens in an image. In…

2021

OBoW: Online Bag-of-Visual-Words Generation for Self-Supervised Learning

CVPR 2021poster

Learning image representations without human supervision is an important and active research field. Several recent approaches have successfully leveraged the idea of making such a representation invariant under different types of perturbations, especially via contrastive-based instance discriminatio…

Cited by 125PDFcodeScholar
2021

Triggering Failures: Out-of-Distribution Detection by Learning From Local Adversarial Attacks in Semantic Segmentation

ICCV 2021poster

In this paper, we tackle the detection of out-of-distribution (OOD) objects in semantic segmentation. By analyzing the literature, we found that current methods are either accurate or fast but not both which limits their usability in real world applications. To get the best of both aspects, we propo…

Cited by 58PDFcodeScholar
2020

Learning Representations by Predicting Bags of Visual Words

CVPR 2020poster

Self-supervised representation learning targets to learn convnet-based image representations from unlabeled data. Inspired by the success of NLP methods in this area, in this work we propose a self-supervised approach based on spatially dense image descriptions that encode discrete visual concepts,…

Cited by 132PDFcodeScholar
2020

PLOP: Probabilistic Polynomial Objects trajectory Prediction for autonomous driving

CoRL 2020

To navigate safely in urban environments, an autonomous vehicle (ego vehicle) must understand and anticipate its surroundings, in particular the behavior and intents of other road users (neighbors). Most of the times, multiple decision choices are acceptable for all road users (e.g., turn right or l

Cited by 0SourcePDFScholar
2020

TRADI: Tracking Deep Neural network Weight Distributions

ECCV 2020poster

During training, the weights of a Deep Neural Network (DNN) are optimized from a random initialization towards a nearly optimum value minimizing a loss function. Only this final state of the weights is typically kept for testing, while the wealth of information on the geometry of the weight space, a…

Cited by 51SourcePDFScholar
2020

This Dataset Does Not Exist: Training Models from Generated Images

ICASSP 2020accepted

Current generative networks are increasingly proficient in generating high-resolution realistic images. These generative networks, especially the conditional ones, can potentially become a great tool for providing new image datasets. This naturally brings the question: Can we train a classifier only…

Cited by 0SourceScholar
2019

Boosting Few-Shot Visual Learning With Self-Supervision

ICCV 2019poster

Few-shot learning and self-supervised learning address different facets of the same problem: how to train a model with little or no labeled data. Few-shot learning aims for optimization methods and models that can learn efficiently to recognize patterns in the low data regime. Self-supervised learni…

Cited by 511PDFcodeScholar
2019

Optimal Solving of Constrained Path-Planning Problems with Graph Convolutional Networks and Optimized Tree Search

IROS 2019poster

Learning-based methods are growing prominence for planning purposes. However, there are very few approaches for learning-assisted constrained path-planning on graphs, while there are multiple downstream practical applications. This is the case for constrained path-planning for Autonomous Unmanned Gr…

Cited by 19SourceScholar