← Search

Martin Danelljan

66 accepted papers

2024

"SLAck: Semantic, Location, and Appearance Aware Open-Vocabulary Tracking"

ECCV 2024poster

"Open-vocabulary Multiple Object Tracking (MOT) aims to generalize trackers to novel categories not in the training set. Currently, the best-performing methods are mainly based on pure appearance matching. Due to the complexity of motion patterns in the large-vocabulary scenarios and unstable classi…

2024

Flexible Residual Binarization for Image Super-Resolution

ICML 2024poster

Binarized image super-resolution (SR) has attracted much research attention due to its potential to drastically reduce parameters and operations. However, most binary SR works binarize network weights directly, which hinders high-frequency information extraction. Furthermore, as a pixel-wise reconst…

Cited by 5SourcePDFScholar
2024

Gaussian Grouping: Segment and Edit Anything in 3D Scenes

ECCV 2024poster

"The recent Gaussian Splatting achieves high-quality and real-time novel-view synthesis of the 3D scenes. However, it is solely concentrated on the appearance and geometry modeling, while lacking in fine-grained object-level scene understanding. To address this issue, we propose Gaussian Grouping, w…

2024

Lightweight Image Super-Resolution via Flexible Meta Pruning

ICML 2024poster

Lightweight image super-resolution (SR) methods have obtained promising results with moderate model complexity. These approaches primarily focus on a lightweight architecture design, but neglect to further reduce network redundancy. While some model compression techniques try to achieve more lightwe…

Cited by 1SourcePDFScholar
2024

Matching Anything by Segmenting Anything

CVPR 2024highlight

The robust association of the same objects across video frames in complex scenes is crucial for many applications especially object tracking. Current methods predominantly rely on labeled domain-specific video datasets which limits cross-domain generalization of learned similarity embeddings. We pro…

2024

Probabilistic Sampling of Balanced K-Means using Adiabatic Quantum Computing

CVPR 2024poster

Adiabatic quantum computing (AQC) is a promising approach for discrete and often NP-hard optimization problems. Current AQCs allow to implement problems of research interest which has sparked the development of quantum representations for many computer vision tasks. Despite requiring multiple measur…

Cited by 1SourcePDFScholar
2024

Strategic Preys Make Acute Predators: Enhancing Camouflaged Object Detectors by Generating Camouflaged Objects

ICLR 2024poster

Camouflaged object detection (COD) is the challenging task of identifying camouflaged objects visually blended into surroundings. Albeit achieving remarkable success, existing COD detectors still struggle to obtain precise results in some challenging cases. To handle this problem, we draw inspiratio…

2023

BiMatting: Efficient Video Matting via Binarization

NeurIPS 2023poster

Real-time video matting on edge devices faces significant computational resource constraints, limiting the widespread use of video matting in applications such as online conferences and short-form video production. Binarization is a powerful compression approach that greatly reduces computation and…

2023

Cascade-DETR: Delving into High-Quality Universal Object Detection

ICCV 2023poster

Object localization in general environments is a fundamental part of vision systems. While dominating on the COCO benchmark, recent Transformer-based detection methods are not competitive in diverse domains. Moreover, these methods still struggle to very accurately estimate the object bounding boxes…

Cited by 39PDFcodeScholar
2023

Continuous Pseudo-Label Rectified Domain Adaptive Semantic Segmentation With Implicit Neural Representations

CVPR 2023poster

Unsupervised domain adaptation (UDA) for semantic segmentation aims at improving the model performance on the unlabeled target domain by leveraging a labeled source domain. Existing approaches have achieved impressive progress by utilizing pseudo-labels on the unlabeled target-domain images. Yet the…

2023

Mask-Free Video Instance Segmentation

CVPR 2023poster

The recent advancement in Video Instance Segmentation (VIS) has largely been driven by the use of deeper and increasingly data-hungry transformer-based models. However, video masks are tedious and expensive to annotate, limiting the scale and diversity of existing VIS datasets. In this work, we aim…

2023

MolGrapher: Graph-based Visual Recognition of Chemical Structures

ICCV 2023poster

The automatic analysis of chemical literature has immense potential to accelerate the discovery of new materials and drugs. Much of the critical information in patent documents and scientific articles is contained in figures, depicting the molecule structures. However, automatically parsing the exac…

Cited by 9PDFcodeScholar
2023

OVTrack: Open-Vocabulary Multiple Object Tracking

CVPR 2023poster

The ability to recognize, localize and track dynamic objects in a scene is fundamental to many real-world applications, such as self-driving and robotic systems. Yet, traditional multiple object tracking (MOT) benchmarks rely only on a few object categories that hardly represent the multitude of pos…

Cited by 66SourcePDFScholar
2023

QuantSR: Accurate Low-bit Quantization for Efficient Image Super-Resolution

NeurIPS 2023spotlight

Low-bit quantization in image super-resolution (SR) has attracted copious attention in recent research due to its ability to reduce parameters and operations significantly. However, many quantized SR models suffer from accuracy degradation compared to their full-precision counterparts, especially at…

2023

R3D3: Dense 3D Reconstruction of Dynamic Scenes from Multiple Cameras

ICCV 2023poster

Dense 3D reconstruction and ego-motion estimation are key challenges in autonomous driving and robotics. Compared to the complex, multi-modal systems deployed today, multi-camera systems provide a simpler, low-cost alternative. However, camera-based 3D reconstruction of complex dynamic scenes has pr…

Cited by 30PDFScholar
2023

Segment Anything in High Quality

NeurIPS 2023poster

The recent Segment Anything Model (SAM) represents a big leap in scaling up segmentation models, allowing for powerful zero-shot capabilities and flexible prompting. Despite being trained with 1.1 billion masks, SAM's mask prediction quality falls short in many cases, particularly when dealing with…

2022

Adiabatic Quantum Computing for Multi Object Tracking

CVPR 2022poster

Multi-Object Tracking (MOT) is most often approached in the tracking-by-detection paradigm, where object detections are associated through time. The association step naturally leads to discrete optimization problems. As these optimization problems are often NP-hard, they can only be solved exactly f…

Cited by 34PDFScholar
2022

Arbitrary-Scale Image Synthesis

CVPR 2022poster

Positional encodings have enabled recent works to train a single adversarial network that can generate images of different scales. However, these approaches are either limited to a set of discrete scales or struggle to maintain good perceptual quality at the scales for which the model is not trained…

Cited by 25PDFcodeScholar
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

Dense Gaussian Processes for Few-Shot Segmentation

ECCV 2022poster

"Few-shot segmentation is a challenging dense prediction task, which entails segmenting a novel query image given only a small annotated support set. The key problem is thus to design a method that aggregates detailed information from the support set, while being robust to large variations in appear…

2022

Learnable Online Graph Representations for 3D Multi-Object Tracking

RA-L 2022

Autonomous systems that operate in dynamic environments require robust object tracking in 3D as one of their key components. Most recent approaches for 3D multi-object tracking (MOT) from LIDAR use object dynamics together with a set of handcrafted features to match detections of objects across mult

Cited by 78SourceScholar
2022

Learning Proposals for Practical Energy-Based Regression

AISTATS 2022poster

Energy-based models (EBMs) have experienced a resurgence within machine learning in recent years, including as a promising alternative for probabilistic regression. However, energy-based regression requires a proposal distribution to be manually designed for training, and an initial estimate has to…

2022

Mask Transfiner for High-Quality Instance Segmentation

CVPR 2022poster

Two-stage and query-based instance segmentation methods have achieved remarkable results. However, their segmented masks are still very coarse. In this paper, we present Mask Transfiner for high-quality and efficient instance segmentation. Instead of operating on regular dense tensors, our Mask Tran…

Cited by 154PDFcodeScholar
2022

Probabilistic Warp Consistency for Weakly-Supervised Semantic Correspondences

CVPR 2022poster

We propose Probabilistic Warp Consistency, a weakly-supervised learning objective for semantic matching. Our approach directly supervises the dense matching scores predicted by the network, encoded as a conditional probability distribution. We first construct an image triplet by applying a known war…

Cited by 38PDFcodeScholar
2022

RePaint: Inpainting Using Denoising Diffusion Probabilistic Models

CVPR 2022poster

Free-form inpainting is the task of adding new content to an image in the regions specified by an arbitrary binary mask. Most existing approaches train for a certain distribution of masks, which limits their generalization capabilities to unseen mask types. Furthermore, training with pixel-wise and…

Cited by 1817PDFcodeScholar
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

Transform Your Smartphone into a DSLR Camera: Learning the ISP in the Wild

ECCV 2022poster

"We propose a trainable Image Signal Processing (ISP) framework that produces DSLR quality images given RAW images captured by a smartphone. To address the color misalignments between training image pairs, we employ a color-conditional ISP network and optimize a novel parametric color mapping betwee…

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

Video Mask Transfiner for High-Quality Video Instance Segmentation

ECCV 2022poster

"While Video Instance Segmentation (VIS) has seen rapid progress, current approaches struggle to predict high-quality masks with accurate boundary details. Moreover, the predicted segmentations often fluctuate over time, suggesting that temporal consistency cues are neglected or not fully utilized.…

Cited by 38SourcePDFScholar
2021

DeFlow: Learning Complex Image Degradations From Unpaired Data With Conditional Flows

CVPR 2021poster

The difficulty of obtaining paired data remains a major bottleneck for learning image restoration and enhancement models for real-world applications. Current strategies aim to synthesize realistic training data by modeling noise and degradations that appear in real-world settings. We propose DeFlow,…

Cited by 56PDFcodeScholar
2021

Deep Reparametrization of Multi-Frame Super-Resolution and Denoising

ICCV 2021poster

We propose a deep reparametrization of the maximum a posteriori formulation commonly employed in multi-frame image restoration tasks. Our approach is derived by introducing a learned error metric and a latent representation of the target image, which transforms the MAP objective to a deep feature sp…

Cited by 74PDFScholar
2021

Fast Few-Shot Classification by Few-Iteration Meta-Learning

ICRA 2021poster

Autonomous agents interacting with the real world need to learn new concepts efficiently and reliably. This requires learning in a low-data regime, which is a highly challenging problem. We address this task by introducing a fast optimization-based meta-learning method for few-shot classification. I…

Cited by 9SourcecodeScholar
2021

Generating Masks From Boxes by Mining Spatio-Temporal Consistencies in Videos

ICCV 2021poster

Segmenting objects in videos is a fundamental computer vision task. The current deep learning based paradigm offers a powerful, but data-hungry solution. However, current datasets are limited by the cost and human effort of annotating object masks in videos. This effectively limits the performance a…

Cited by 23PDFcodeScholar
2021

Hierarchical Conditional Flow: A Unified Framework for Image Super-Resolution and Image Rescaling

ICCV 2021poster

Normalizing flows have recently demonstrated promising results for low-level vision tasks. For image super-resolution (SR), it learns to predict diverse photo-realistic high-resolution (HR) images from the low-resolution (LR) image rather than learning a deterministic mapping. For image rescaling, i…

Cited by 125PDFcodeScholar
2021

Learning Accurate Dense Correspondences and When To Trust Them

CVPR 2021poster

Establishing dense correspondences between a pair of images is an important and general problem. However, dense flow estimation is often inaccurate in the case of large displacements or homogeneous regions. For most applications and down-stream tasks, such as pose estimation, image manipulation, or…

Cited by 149PDFcodeScholar
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

Local Memory Attention for Fast Video Semantic Segmentation

IROS 2021poster

We propose a novel neural network module that transforms an existing single-frame semantic segmentation model into a video semantic segmentation pipeline. In contrast to prior works, we strive towards a simple, fast, and general module that can be integrated into virtually any single-frame architect…

Cited by 37SourcecodeScholar
2021

Prototypical Cross-Attention Networks for Multiple Object Tracking and Segmentation

NeurIPS 2021spotlight

Multiple object tracking and segmentation requires detecting, tracking, and segmenting objects belonging to a set of given classes. Most approaches only exploit the temporal dimension to address the association problem, while relying on single frame predictions for the segmentation mask itself. We p…

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

The Heterogeneity Hypothesis: Finding Layer-Wise Differentiated Network Architectures

CVPR 2021poster

In this paper, we tackle the problem of convolutional neural network design. Instead of focusing on the design of the overall architecture, we investigate a design space that is usually overlooked, i.e. adjusting the channel configurations of predefined networks. We find that this adjustment can be…

Cited by 23PDFcodeScholar
2021

Warp Consistency for Unsupervised Learning of Dense Correspondences

ICCV 2021poster

The key challenge in learning dense correspondences lies in the lack of ground-truth matches for real image pairs. While photometric consistency losses provide unsupervised alternatives, they struggle with large appearance changes, which are ubiquitous in geometric and semantic matching tasks. Moreo…

Cited by 51PDFcodeScholar
2020

DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation

NeurIPS 2020poster

Scalable Vector Graphics (SVG) are ubiquitous in modern 2D interfaces due to their ability to scale to different resolutions. However, despite the success of deep learning-based models applied to rasterized images, the problem of vector graphics representation learning and generation remains largely…

2020

Energy-Based Models for Deep Probabilistic Regression

ECCV 2020poster

While deep learning-based classification is generally tackled using standardized approaches, a wide variety of techniques are employed for regression. In computer vision, one particularly popular such technique is that of confidence-based regression, which entails predicting a confidence value for e…

2020

GLU-Net: Global-Local Universal Network for Dense Flow and Correspondences

CVPR 2020oral

Establishing dense correspondences between a pair of images is an important and general problem, covering geometric matching, optical flow and semantic correspondences. While these applications share fundamental challenges, such as large displacements, pixel-accuracy, and appearance changes, they ar…

Cited by 228PDFcodeScholar
2020

GOCor: Bringing Globally Optimized Correspondence Volumes into Your Neural Network

NeurIPS 2020poster

The feature correlation layer serves as a key neural network module in numerous computer vision problems that involve dense correspondences between image pairs. It predicts a correspondence volume by evaluating dense scalar products between feature vectors extracted from pairs of locations in two im…

2020

Know Your Surroundings: Exploiting Scene Information for Object Tracking

ECCV 2020poster

Current state-of-the-art trackers rely only on a target appearance model in order to localize the object in each frame. Such approaches are however prone to fail in case of e.g. fast appearance changes or presence of distractor objects, where a target appearance model alone is insufficient for robus…

2020

Learning Fast and Robust Target Models for Video Object Segmentation

CVPR 2020oral

Video object segmentation (VOS) is a highly challenging problem since the initial mask, defining the target object, is only given at test-time. The main difficulty is to effectively handle appearance changes and similar background objects, while maintaining accurate segmentation. Most previous appro…

Cited by 168PDFcodeScholar
2020

Learning Human-Object Interaction Detection Using Interaction Points

CVPR 2020poster

Understanding interactions between humans and objects is one of the fundamental problems in visual classification and an essential step towards detailed scene understanding. Human-object interaction (HOI) detection strives to localize both the human and an object as well as the identification of com…

Cited by 297PDFcodeScholar
2020

Learning What to Learn for Video Object Segmentation

ECCV 2020poster

Video object segmentation (VOS) is a highly challenging problem, since the target object is only defined by a first-frame reference mask during inference. The problem of how to capture and utilize this limited information to accurately segment the target remains a fundamental research question. We a…

2020

SRFlow: Learning the Super-Resolution Space with Normalizing Flow

ECCV 2020poster

Super-resolution is an ill-posed problem, since it allows for multiple predictions for a given low-resolution image. This fundamental fact is largely ignored by state-of-the-art deep learning based approaches. These methods instead train a deterministic mapping using combinations of reconstruction a…

2020

Video Object Segmentation with Episodic Graph Memory Networks

ECCV 2020poster

How to make a segmentation model efficiently adapt to a specific video as well as online target appearance variations is a fun- damental issue in the field of video object segmentation. In this work, a graph memory network is developed to address the novel idea of “learning to update the segmentatio…

2019

A Generative Appearance Model for End-To-End Video Object Segmentation

CVPR 2019oral

One of the fundamental challenges in video object segmentation is to find an effective representation of the target and background appearance. The best performing approaches resort to extensive fine-tuning of a convolutional neural network for this purpose. Besides being prohibitively expensive, thi…

Cited by 236PDFScholar
2019

ATOM: Accurate Tracking by Overlap Maximization

CVPR 2019oral

While recent years have witnessed astonishing improvements in visual tracking robustness, the advancements in tracking accuracy have been limited. As the focus has been directed towards the development of powerful classifiers, the problem of accurate target state estimation has been largely overlook…

Cited by 1659PDFcodeScholar
2019

Learning the Model Update for Siamese Trackers

ICCV 2019poster

Siamese approaches address the visual tracking problem by extracting an appearance template from the current frame, which is used to localize the target in the next frame. In general, this template is linearly combined with the accumulated template from the previous frame, resulting in an exponentia…

Cited by 461PDFcodeScholar
2018

Density Adaptive Point Set Registration

CVPR 2018poster

Probabilistic methods for point set registration have demonstrated competitive results in recent years. These techniques estimate a probability distribution model of the point clouds. While such a representation has shown promise, it is highly sensitive to variations in the density of 3D points. Thi…

2018

Unveiling the Power of Deep Tracking

ECCV 2018poster

In the field of generic object tracking numerous attempts have been made to exploit deep features. Despite all expectations, deep trackers are yet to reach an outstanding level of performance compared to methods solely based on handcrafted features. In this paper, we investigate this key issue and p…

Cited by 605SourcePDFScholar
2016

A Probabilistic Framework for Color-Based Point Set Registration

CVPR 2016poster

In recent years, sensors capable of measuring both color and depth information have become increasingly popular. Despite the abundance of colored point set data, state-of-the-art probabilistic registration techniques ignore the available color information. In this paper, we propose a probabilistic p…

Cited by 50PDFScholar
2016

Adaptive Decontamination of the Training Set: A Unified Formulation for Discriminative Visual Tracking

CVPR 2016poster

Tracking-by-detection methods have demonstrated competitive performance in recent years. In these approaches, the tracking model heavily relies on the quality of the training set. Due to the limited amount of labeled training data, additional samples need to be extracted and labeled by the tracker i…

Cited by 515PDFScholar
2015

Learning Spatially Regularized Correlation Filters for Visual Tracking

ICCV 2015poster

Robust and accurate visual tracking is one of the most challenging computer vision problems. Due to the inherent lack of training data, a robust approach for constructing a target appearance model is crucial. Recently, discriminatively learned correlation filters (DCF) have been successfully applied…

Cited by 2649PDFScholar