← Search

Danda Pani Paudel

78 accepted papers

2026

AR-VLA: Autoregressive Action Expert for Vision–Language–Action Models

RSS 2026poster

We propose a standalone autoregressive (AR) Action Expert that generates actions as a continuous causal sequence while conditioning on refreshable vision-language prefixes. In contrast to existing Vision-Language-Action (VLA) models and diffusion policies that reset temporal context with each new ob…

Cited by 0SourceScholar
2026

Autonomous Vehicle Path Planning by Searching with Differentiable Simulation

AAAI 2026technical

Planning allows an agent to safely refine its actions before executing them in the real world. In autonomous driving, this is crucial to avoid collisions and navigate in complex, dense traffic scenarios. One way to plan is to search for the best action sequence. However, this is challenging when all

Cited by 0SourcePDFScholar
2026

Chorus: Multi-Teacher Pretraining for Holistic 3D Gaussian Scene Encoding

CVPR 2026

While 3DGS has emerged as a high-fidelity scene representation, encoding rich, general-purpose features directly from its primitives remains under-explored. We address this gap by introducing Chorus, a multi-teacher pretraining framework that learns a holistic feed-forward 3D Gaussian Splatting (3DG

Cited by 0SourcecodeScholar
2026

ConceptPose: Training-Free Zero-Shot Object Pose Estimation using Concept Vectors

CVPR 2026

Object pose estimation is a fundamental task in computer vision and robotics, yet most methods require extensive, dataset-specific training. Concurrently, large-scale vision language models show remarkable zero-shot capabilities. In this work, we bridge these two worlds by introducing ConceptPose, a

Cited by 0SourcecodeScholar
2026

Efficient Degradation-agnostic Image Restoration via Channel-Wise Functional Decomposition and Manifold Regularization

ICLR 2026poster

Degradation-agnostic image restoration aims to handle diverse corruptions with one unified model, but faces fundamental challenges in balancing efficiency and performance across different degradation types. Existing approaches either sacrifice efficiency for versatility or fail to capture the distin…

Cited by 0SourcecodeScholar
2026

EgoCross: Benchmarking Multimodal Large Language Models for Cross-Domain Egocentric Video Question Answering

AAAI 2026technical

Recent advances in Multimodal Large Language Models (MLLMs) have significantly pushed the frontier of egocentric video question answering (EgocentricQA). However, existing benchmarks and studies are mainly limited to common daily activities such as cooking and cleaning. In contrast, real-world deplo

Cited by 0SourcePDFScholar
2026

EgoNight: Towards Egocentric Vision Understanding at Night with a Challenging Benchmark

ICLR 2026poster

Most existing benchmarks for egocentric vision understanding focus primarily on daytime scenarios, overlooking the low-light conditions that are inevitable in real-world applications. To investigate this gap, we present EgoNight, the first comprehensive benchmark for nighttime egocentric vision, wit…

Cited by 0SourcecodeScholar
2026

EgoSound: Benchmarking Sound Understanding in Egocentric Videos

CVPR 2026

Multimodal Large Language Models (MLLMs) have recently achieved remarkable progress in vision-language understanding. Yet, human perception is inherently multisensory, integrating sight, sound, and motion to reason about the world. Among these modalities, sound provides indispensable cues about spat

Cited by 0SourcecodeScholar
2026

FireScope: Wildfire Risk Raster Prediction With a Chain-of-Thought Oracle

CVPR 2026

Predicting wildfire risk is a reasoning-intensive spatial problem that requires the integration of visual, climatic, and geographic factors to infer continuous risk maps. Existing methods lack the causal reasoning and multimodal understanding required for reliable generalization. We introduce FireSc

Cited by 0SourcecodeScholar
2026

GaussianVLM: Scene-Centric 3D Vision-Language Models Using Language-Aligned Gaussian Splats for Embodied Reasoning and Beyond

ICRA 2026poster

As multimodal language models advance, their application to 3D scene understanding is a fast-growing frontier, driving the development of 3D Vision-Language Models (VLMs). Current methods show strong dependence on object detectors, introducing processing bottlenecks and limitations in taxonomic flex…

2026

Inferring Compositional 4D Scenes without Ever Seeing One

CVPR 2026

Scenes in the real world are often composed of several static and dynamic objects. Capturing their 4-dimensional structures, composition and spatio-temporal configuration in-the-wild, though extremely interesting, is equally hard.Therefore, existing works often focus on one object at a time, while r

Cited by 0SourcecodeScholar
2026

Position: Vision encoders should be image size agnostic and task driven

ICML 2026poster

This position paper argues that the next generation of vision encoders should be image size agnostic and task driven. The source of our inspiration is biological. Not a structural aspect of biological vision, but a behavioral trait – efficiency. We focus on a couple of ways in which vision in nature…

Cited by 0SourceScholar
2026

ProOOD: Prototype-Guided Out-of-Distribution 3D Occupancy Prediction

CVPR 2026

3D semantic occupancy prediction is central to autonomous driving, yet current methods are vulnerable to long-tailed class bias and out-of-distribution (OOD) inputs, often overconfidently assigning anomalies to rare classes. We present ProOOD, a lightweight, plug-and-play method that couples prototy

Cited by 0SourcecodeScholar
2026

Rethinking Expressivity and Degradation-Awareness in Attention for All-in-One Blind Image Restoration

ICLR 2026poster

All-in-one image restoration (IR) aims to recover high-quality images from diverse degradations, which in real-world settings are often mixed and unknown. Unlike single-task IR, this problem requires a model to approximate a family of heterogeneous inverse functions, making it fundamentally more cha…

Cited by 0SourceScholar
2026

SPEAR-1: Scaling Beyond Robot Demonstrations via 3D Understanding

CVPR 2026

Robotic Foundation Models (RFMs) hold great promise as generalist, end-to-end systems for robot control.Yet their ability to generalize across new environments, tasks, and embodiments remains limited.We argue that a major bottleneck lies in their foundations: most RFMs are built by fine-tuning inter

Cited by 0SourceScholar
2026

Unlocking Efficient Vehicle Dynamics Modeling via Analytic World Models

AAAI 2026technical

Differentiable simulators represent an environment’s dynamics as a differentiable function. Within robotics and autonomous driving, this property is used in Analytic Policy Gradients (APG), which relies on backpropagating through the dynamics to train accurate policies for diverse tasks. Here we sho

Cited by 0SourcePDFScholar
2026

V^2-SAM: Marrying SAM2 with Multi-Prompt Experts for Cross-View Object Correspondence

CVPR 2026

Cross-view object correspondence, exemplified by the representative task of ego-exo object correspondence, aims to establish consistent associations of the same object across different viewpoints (e.g., ego-centric and exo-centric). This task poses significant challenges due to drastic viewpoint and

Cited by 0SourcecodeScholar
2025

Articulate3D: Holistic Understanding of 3D Scenes as Universal Scene Description

ICCV 2025poster

3D scene understanding is a long-standing challenge in computer vision and a key component in enabling mixed reality, wearable computing, and embodied AI. Providing a solution to these applications requires a multifaceted approach that covers scene-centric, object-centric, as well as interaction-cen…

Cited by 0SourcePDFScholar
2025

Complexity Experts are Task-Discriminative Learners for Any Image Restoration

CVPR 2025poster

Recent advancements in all-in-one image restoration models have revolutionized the ability to address diverse degradations through a unified framework. However, parameters tied to specific tasks often remain inactive for other tasks, making mixture-of-experts (MoE) architectures a natural extension.…

2025

Domain-RAG: Retrieval-Guided Compositional Image Generation for Cross-Domain Few-Shot Object Detection

NeurIPS 2025poster

Cross-Domain Few-Shot Object Detection (CD-FSOD) aims to detect novel objects with only a handful of labeled samples from previously unseen domains. While data augmentation and generative methods have shown promise in few-shot learning, their effectiveness for CD-FSOD remains unclear due to the need…

Cited by 0SourcecodeScholar
2025

Exploration-Driven Generative Interactive Environments

CVPR 2025poster

Modern world models require costly and time-consuming collection of large video datasets with action demonstrations by people or by environment-specific agents. To simplify training, we focus on using many virtual environments for inexpensive, automatically collected interaction data. Genie, a recen…

2025

Generalist Robot Manipulation beyond Action Labeled Data

CoRL 2025poster

Recent advances in generalist robot manipulation leverage pre-trained Vision–Language Models (VLMs) and large-scale robot demonstrations to tackle diverse tasks in a zero-shot manner. A key challenge remains: scaling high-quality, action-labeled robot demonstration data, which existing methods rely…

Cited by 0SourceScholar
2025

LangHOPS: Language Grounded Hierarchical Open-Vocabulary Part Segmentation

NeurIPS 2025poster

We propose LangHOPS, the first Multimodal Large Language Model (MLLM)-based framework for open-vocabulary object–part instance segmentation. Given an image, LangHOPS can jointly detect and segment hierarchical object and part instances from open-vocabulary candidate categories. Unlike prior approach…

Cited by 0SourceScholar
2025

Leveraging Driver Field-of-View for Multimodal Ego-Trajectory Prediction

ICLR 2025poster

Understanding drivers’ decision-making is crucial for road safety. Although predicting the ego-vehicle’s path is valuable for driver-assistance systems, existing methods mainly focus on external factors like other vehicles’ motions, often neglecting the driver’s attention and intent. To address this…

2025

Locate Anything on Earth: Advancing Open-Vocabulary Object Detection for Remote Sensing Community

AAAI 2025technical

Object detection, particularly open-vocabulary object detection, plays a crucial role in Earth sciences, such as environmental monitoring, natural disaster assessment, and land-use planning. However, existing open-vocabulary detectors, primarily trained on natural-world images, struggle to generaliz…

2025

Low-Light Image Enhancement Using Event-Based Illumination Estimation

ICCV 2025poster

Low-light image enhancement (LLIE) aims to improve the visibility of images captured in poorly lit environments. Prevalent event-based solutions primarily utilize events triggered by motion, i.e., "motion events" to strengthen only the edge texture, while leaving the high dynamic range and excellent…

2025

ObjectRelator: Enabling Cross-View Object Relation Understanding Across Ego-Centric and Exo-Centric Perspectives

ICCV 2025poster

Bridging the gap between ego-centric and exo-centric views has been a long-standing question in computer vision. In this paper, we focus on the emerging Ego-Exo object correspondence task, which aims to understand object relations across ego-exo perspectives through segmentation. While numerous segm…

Cited by 0SourcePDFScholar
2025

ReVLA: Reverting Visual Domain Limitation of Robotic Foundation Models

ICRA 2025

Recent progress in large language models and access to large-scale robotic datasets has sparked a paradigm shift in robotics models transforming them into generalists able to adapt to various tasks, scenes, and robot modalities. A large step for the community are open Vision Language Action models w

Cited by 22SourceScholar
2025

Reducing Unimodal Bias in Multi-Modal Semantic Segmentation with Multi-Scale Functional Entropy Regularization

ICCV 2025poster

Fusing and balancing multi-modal inputs from novel sensors for dense prediction tasks, particularly semantic segmentation, is critically important yet remains a significant challenge. One major limitation is the tendency of multi-modal frameworks to over-rely on easily learnable modalities, a phenom…

Cited by 0SourcePDFScholar
2025

SceneSplat++: A Large Dataset and Comprehensive Benchmark for Language Gaussian Splatting

NeurIPS 2025poster

3D Gaussian Splatting (3DGS) serves as a highly performant and efficient encoding of scene geometry, appearance, and semantics. Moreover, grounding language in 3D scenes has proven to be an effective strategy for 3D scene understanding. Current Language Gaussian Splatting line of work fall into thre…

Cited by 0SourceScholar
2025

SceneSplat: Gaussian Splatting-based Scene Understanding with Vision-Language Pretraining

ICCV 2025poster

Recognizing arbitrary or previously unseen categories is essential for comprehensive real-world 3D scene understanding. Currently, all existing methods rely on 2D or textual modalities during training, or together at inference. This highlights a clear absence of a model capable of processing 3D data…

2025

StateSpaceDiffuser: Bringing Long Context to Diffusion World Models

NeurIPS 2025poster

World models have recently gained prominence for action-conditioned visual prediction in complex environments. However, relying on only a few recent observations causes them to lose long-term context. Consequently, within a few steps, the generated scenes drift from what was previously observed, und…

Cited by 0SourcecodeScholar
2025

Understanding Museum Exhibits using Vision-Language Reasoning

ICCV 2025poster

Museums serve as repositories of cultural heritage and historical artifacts from diverse epochs, civilizations, and regions, preserving well-documented collections that encapsulate vast knowledge, which, when systematically structured into large-scale datasets, can train specialized models. Visitors…

Cited by 0SourcePDFScholar
2024

Continuous Pose for Monocular Cameras in Neural Implicit Representation

CVPR 2024poster

In this paper we showcase the effectiveness of optimizing monocular camera poses as a continuous function of time. The camera poses are represented using an implicit neural function which maps the given time to the corresponding camera pose. The mapped camera poses are then used for the downstream t…

2024

Event-Free Moving Object Segmentation from Moving Ego Vehicle

IROS 2024poster

Moving object segmentation (MOS) in dynamic scenes is an important, challenging, but under-explored research topic for autonomous driving, especially for sequences obtained from moving ego vehicles. Most segmentation methods leverage motion cues obtained from optical flow maps. However, since these…

Cited by 5SourcecodeScholar
2024

Implicit Zoo: A Large-Scale Dataset of Neural Implicit Functions for 2D Images and 3D Scenes

NeurIPS 2024poster

Neural implicit functions have demonstrated significant importance in various areas such as computer vision, graphics. Their advantages include the ability to represent complex shapes and scenes with high fidelity, smooth interpolation capabilities, and continuous representations. Despite these bene…

2024

Lego: Learning to Disentangle and Invert Personalized Concepts Beyond Object Appearance in Text-to-Image Diffusion Models

ECCV 2024poster

"Text-to-Image (T2I) models excel at synthesizing concepts such as nouns, appearances, and styles. To enable customized content creation based on a few example images of a concept, methods such as Textual Inversion and DreamBooth invert the desired concept and enable synthesizing it in new scenes. H…

Cited by 11SourcePDFScholar
2024

Single-Model and Any-Modality for Video Object Tracking

CVPR 2024poster

In the realm of video object tracking auxiliary modalities such as depth thermal or event data have emerged as valuable assets to complement the RGB trackers. In practice most existing RGB trackers learn a single set of parameters to use them across datasets and applications. However a similar singl…

2024

Taming CLIP for Fine-grained and Structured Visual Understanding of Museum Exhibits

ECCV 2024poster

"CLIP is a powerful and widely used tool for understanding images in the context of natural language descriptions to perform nuanced tasks. However, it does not offer application-specific fine-grained and structured understanding, due to its generic nature. In this work, we aim to adapt CLIP for fin…

2024

Ternary-Type Opacity and Hybrid Odometry for RGB NeRF-SLAM

IROS 2024poster

In this work, we address the challenge of deploying Neural Radiance Field (NeRFs) in Simultaneous Localization and Mapping (SLAM) under the condition of lacking depth information, relying solely on RGB inputs. The key to unlocking the full potential of NeRF in such a challenging context lies in the…

Cited by 0SourceScholar
2024

iHuman: Instant Animatable Digital Humans From Monocular Videos

ECCV 2024poster

"Personalized 3D avatars require an animatable representation of digital humans. Doing so instantly from monocular videos offers scalability to broad class of users and wide-scale applications. In this paper, we present a fast, simple, yet effective method for creating animatable 3D digital humans f…

2023

Improving Online Lane Graph Extraction by Object-Lane Clustering

ICCV 2023poster

Autonomous driving requires accurate local scene understanding information. To this end, autonomous agents deploy object detection and online BEV lane graph extraction methods as a part of their perception stack. In this work, we propose an architecture and loss formulation to improve the accuracy o…

Cited by 9PDFScholar
2023

Source-free Depth for Object Pop-out

ICCV 2023poster

Depth cues are known to be useful for visual perception. However, direct measurement of depth is often impracticable. Fortunately, though, modern learning-based methods offer promising depth maps by inference in the wild. In this work, we adapt such depth inference models for object segmentation usi…

Cited by 70PDFcodeScholar
2023

Surface Normal Clustering for Implicit Representation of Manhattan Scenes

ICCV 2023poster

Novel view synthesis and 3D modeling using implicit neural field representation are shown to be very effective for calibrated multi-view cameras. Such representations are known to benefit from additional geometric and semantic supervision. Most existing methods that exploit additional supervision re…

Cited by 4PDFcodeScholar
2022

Collapse by Conditioning: Training Class-conditional GANs with Limited Data

ICLR 2022poster

Class-conditioning offers a direct means to control a Generative Adversarial Network (GAN) based on a discrete input variable. While necessary in many applications, the additional information provided by the class labels could even be expected to benefit the training of the GAN itself. On the contra…

2022

TACS: Taxonomy Adaptive Cross-Domain Semantic Segmentation

ECCV 2022poster

"Traditional domain adaptive semantic segmentation addresses the task of adapting a model to a novel target domain under limited or no additional supervision. While tackling the input domain gap, the standard domain adaptation settings assume no domain change in the output space. In semantic predict…

2022

Topology Preserving Local Road Network Estimation From Single Onboard Camera Image

CVPR 2022poster

Knowledge of the road network topology is crucial for autonomous planning and navigation. Yet, recovering such topology from a single image has only been explored in part. Furthermore, it needs to refer to the ground plane, where also the driving actions are taken. This paper aims at extracting the…

Cited by 53PDFcodeScholar
2022

Transforming Model Prediction for Tracking

CVPR 2022poster

Optimization based tracking methods have been widely successful by integrating a target model prediction module, providing effective global reasoning by minimizing an objective function. While this inductive bias integrates valuable domain knowledge, it limits the expressivity of the tracking networ…

Cited by 380PDFcodeScholar
2022

Understanding Bird's-Eye View of Road Semantics Using an Onboard Camera

RA-L 2022

Autonomous navigation requires scene understanding of the action-space to move or anticipate events. For planner agents moving on the ground plane, such as autonomous vehicles, this translates to scene understanding in the bird’s-eye view (BEV). However, the onboard cameras of autonomous cars are cu

Cited by 52SourcecodeScholar
2022

Unsupervised Domain Adaptation for Nighttime Aerial Tracking

CVPR 2022poster

Previous advances in object tracking mostly reported on favorable illumination circumstances while neglecting performance at nighttime, which significantly impeded the development of related aerial robot applications. This work instead develops a novel unsupervised domain adaptation framework for ni…

Cited by 117PDFcodeScholar
2021

Analogical Image Translation for Fog Generation

AAAI 2021technical

Image-to-image translation is to map images from a given style to another given style. While exceptionally successful, current methods assume the availability of training images in both source and target domains, which does not always hold in practice. Inspired by humans' reasoning capability of ana…

Cited by 18SourcePDFScholar
2021

Cluster, Split, Fuse, and Update: Meta-Learning for Open Compound Domain Adaptive Semantic Segmentation

CVPR 2021poster

Open compound domain adaptation (OCDA) is a domain adaptation setting, where target domain is modeled as a compound of multiple unknown homogeneous domains, which brings the advantage of improved generalization to unseen domains. In this work, we propose a principled meta-learning based approach to…

Cited by 45PDFScholar
2021

CompositeTasking: Understanding Images by Spatial Composition of Tasks

CVPR 2021poster

We define the concept of CompositeTasking as the fusion of multiple, spatially distributed tasks, for various aspects of image understanding. Learning to perform spatially distributed tasks is motivated by the frequent availability of only sparse labels across tasks, and the desire for a compact mul…

Cited by 6PDFcodeScholar
2021

Efficient Conditional GAN Transfer With Knowledge Propagation Across Classes

CVPR 2021poster

Generative adversarial networks (GANs) have shown impressive results in both unconditional and conditional image generation. In recent literature, it is shown that pre-trained GANs, on a different dataset, can be transferred to improve the image generation from a small target data. The same, however…

Cited by 29PDFcodeScholar
2021

GANmut: Learning Interpretable Conditional Space for Gamut of Emotions

CVPR 2021poster

Humans can communicate emotions through a plethora of facial expressions, each with its own intensity, nuances and ambiguities. The generation of such variety by means of conditional GANs is limited to the expressions encoded in the used label system. These limitations are caused either due to burde…

Cited by 28PDFScholar
2021

Learning Target Candidate Association To Keep Track of What Not To Track

ICCV 2021poster

The presence of objects that are confusingly similar to the tracked target, poses a fundamental challenge in appearance-based visual tracking. Such distractor objects are easily misclassified as the target itself, leading to eventual tracking failure. While most methods strive to suppress distractor…

Cited by 364PDFcodeScholar
2021

Learning To Relate Depth and Semantics for Unsupervised Domain Adaptation

CVPR 2021poster

We present an approach for encoding visual task relationships to improve model performance in an Unsupervised Domain Adaptation (UDA) setting. Semantic segmentation and monocular depth estimation are shown to be complementary tasks; in a multi-task learning setting, a proper encoding of their relati…

Cited by 70PDFcodeScholar
2021

Scaling Semantic Segmentation Beyond 1K Classes on a Single GPU

ICCV 2021poster

The state-of-the-art object detection and image classification methods can perform impressively on more than 9k and 10k classes respectively. In contrast, the number of classes in semantic segmentation datasets is relatively limited. This is not surprising when the restrictions caused by the lack of…

Cited by 12PDFcodeScholar
2021

Structured Bird's-Eye-View Traffic Scene Understanding From Onboard Images

ICCV 2021poster

Autonomous navigation requires structured representation of the road network and instance-wise identification of the other traffic agents. Since the traffic scene is defined on the ground plane, this corresponds to scene understanding in the bird's-eye-view (BEV). However, the onboard cameras of aut…

Cited by 136PDFcodeScholar
2021

Task Switching Network for Multi-Task Learning

ICCV 2021poster

We introduce Task Switching Networks (TSNs), a task-conditioned architecture with a single unified encoder/decoder for efficient multi-task learning. Multiple tasks are performed by switching between them, performing one task at a time. TSNs have a constant number of parameters irrespective of the n…

Cited by 64PDFScholar
2020

Unsupervised Learning of Category-Specific Symmetric 3D Keypoints from Point Sets

ECCV 2020poster

Automatic discovery of category-specific 3D keypoints from a collection of objects of a category is a challenging problem. The difficulty is added when objects are represented by 3D point clouds, with variations in shape and semantic parts and unknown coordinate frames. We define keypoints to be cat…

2019

Convex Relaxations for Consensus and Non-Minimal Problems in 3D Vision

ICCV 2019poster

In this paper, we formulate a generic non-minimal solver using the existing tools of Polynomials Optimization Problems (POP) from computational algebraic geometry. The proposed method exploits the well known Shor's or Lasserre's relaxations, whose theoretical aspects are also discussed. Notably, we…

Cited by 15PDFScholar
2019

Mapping, Localization and Path Planning for Image-Based Navigation Using Visual Features and Map

CVPR 2019poster

Building on progress in feature representations for image retrieval, image-based localization has seen a surge of research interest. Image-based localization has the advantage of being inexpensive and efficient, often avoiding the use of 3D metric maps altogether. That said, the need to maintain a l…

Cited by 44PDFScholar
2019

Sliced Wasserstein Generative Models

CVPR 2019poster

In generative modeling, the Wasserstein distance (WD) has emerged as a useful metric to measure the discrepancy between generated and real data distributions. Unfortunately, it is challenging to approximate the WD of high-dimensional distributions. In contrast, the sliced Wasserstein distance (SWD)…

Cited by 150PDFcodeScholar
2019

Unsupervised Learning of Consensus Maximization for 3D Vision Problems

CVPR 2019poster

Consensus maximization is a key strategy in 3D vision for robust geometric model estimation from measurements with outliers. Generic methods for consensus maximization, such as Random Sampling and Consensus (RANSAC), have played a tremendous role in the success of 3D vision, in spite of the ubiquity…

Cited by 30PDFScholar
2019

What Correspondences Reveal About Unknown Camera and Motion Models?

CVPR 2019oral

In two-view geometry, camera models and motion types are used as key knowledge along with the image point correspondences in order to solve several key problems of 3D vision. Problems such as Structure-from-Motion (SfM) and camera self-calibration are tackled under the assumptions of a specific came…

Cited by 1PDFScholar
2018

Incremental Non-Rigid Structure-from-Motion with Unknown Focal Length

ECCV 2018poster

The perspective camera and the isometric surface prior have recently gathered increased attention for Non-Rigid Structure-from-Motion (NRSfM). De- spite the recent progress, several challenges remain, particularly the computa- tional complexity and the unknown camera focal length. In this paper we p…

Cited by 6SourcePDFScholar
2018

Model-free Consensus Maximization for Non-Rigid Shapes

ECCV 2018poster

Many computer vision methods use consensus maximization to re- late measurements containing outliers with the correct transformation model. In the context of rigid shapes, this is typically done using Random Sampling and Consensus (RANSAC) by estimating an analytical model that agrees with the large…

Cited by 3SourcePDFScholar
2017

Consensus Maximization With Linear Matrix Inequality Constraints

CVPR 2017poster

Consensus maximization has proven to be a useful tool for robust estimation. While randomized methods like RANSAC are fast, they do not guarantee global optimality and fail to manage large amounts of outliers. On the other hand, global methods are commonly slow because they do not exploit the struct…

Cited by 42PDFScholar
2017

Incomplete 3D motion trajectory segmentation and 2D-to-3D label transfer for dynamic scene analysis

IROS 2017poster

The knowledge of the static scene parts and the moving objects in a dynamic scene plays a vital role for scene modelling, understanding, and landmark-based robot navigation. The key information for these tasks lies on semantic labels of the scene parts and the motion trajectories of the dynamic obje…

Cited by 3SourceScholar
2015

LMI-Based 2D-3D Registration: From Uncalibrated Images to Euclidean Scene

CVPR 2015poster

This paper investigates the problem of registering a scanned scene, represented by 3D Euclidean point coordinates, and two or more uncalibrated cameras. An unknown subset of the scanned points have their image projections detected and matched across images. The proposed approach assumes the cameras…

Cited by 14SourcePDFScholar
2015

Robust and Optimal Sum-of-Squares-Based Point-to-Plane Registration of Image Sets and Structured Scenes

ICCV 2015oral

This paper deals with the problem of registering a known structured 3D scene and its metric Structure-from-Motion (SfM) counterpart. The proposed work relies on a prior plane segmentation of the 3D scene and aligns the data obtained from both modalities by solving the point-to-plane assignment probl…

Cited by 27PDFScholar