← Search

Paul Swoboda

28 accepted papers

2025

How Many Tokens Do 3D Point Cloud Transformer Architectures Really Need?

NeurIPS 2025poster

Recent advances in 3D point cloud transformers have led to state-of-the-art results in tasks such as semantic segmentation and reconstruction. However, these models typically rely on dense token representations, incurring high computational and memory costs during training and inference. In this wor…

Cited by 0SourcecodeScholar
2024

A Mechanistic Analysis of a Transformer Trained on a Symbolic Multi-Step Reasoning Task

ACL 2024findings

Transformers demonstrate impressive performance on a range of reasoning benchmarks. To evaluate the degree to which these abilities are a result of actual reasoning, existing work has focused on developing sophisticated benchmarks for behavioral studies. However, these studies do not provide insight…

2024

DiscoMatch: Fast Discrete Optimisation for Geometrically Consistent 3D Shape Matching

ECCV 2024poster

"In this work we propose to combine the advantages of learning-based and combinatorial formalisms for 3D shape matching. While learning-based methods lead to state-of-the-art matching performance, they do not ensure geometric consistency, so that obtained matchings are locally non-smooth. On the con…

2023

A Multidimensional Analysis of Social Biases in Vision Transformers

ICCV 2023poster

The embedding spaces of image models have been shown to encode a range of social biases such as racism and sexism. Here, we investigate specific factors that contribute to the emergence of these biases in Vision Transformers (ViT). Therefore, we measure the impact of training data, model architectur…

Cited by 10PDFcodeScholar
2023

Joint Self-Supervised Image-Volume Representation Learning with Intra-inter Contrastive Clustering

AAAI 2023technical

Collecting large-scale medical datasets with fully annotated samples for training of deep networks is prohibitively expensive, especially for 3D volume data. Recent breakthroughs in self-supervised learning (SSL) offer the ability to overcome the lack of labeled training samples by learning feature…

Cited by 23SourcePDFScholar
2023

LVM-Med: Learning Large-Scale Self-Supervised Vision Models for Medical Imaging via Second-order Graph Matching

NeurIPS 2023poster

Obtaining large pre-trained models that can be fine-tuned to new tasks with limited annotated samples has remained an open challenge for medical imaging data. While pre-trained networks on ImageNet and vision-language foundation models trained on web-scale data are the prevailing approaches, their e…

2022

A Comparative Study of Graph Matching Algorithms in Computer Vision

ECCV 2022poster

"The graph matching optimization problem is an essential component for many tasks in computer vision, such as bringing two deformable objects in correspondence. Naturally, a wide range of applicable algorithms have been proposed in the last decades. Since a common standard benchmark has not been dev…

2022

A Scalable Combinatorial Solver for Elastic Geometrically Consistent 3D Shape Matching

CVPR 2022poster

We present a scalable combinatorial algorithm for globally optimizing over the space of geometrically consistent mappings between 3D shapes. We use the mathematically elegant formalism proposed by Windheuser et al. (ICCV, 2011) where 3D shape matching was formulated as an integer linear program over…

Cited by 22PDFcodeScholar
2022

LMGP: Lifted Multicut Meets Geometry Projections for Multi-Camera Multi-Object Tracking

CVPR 2022poster

Multi-Camera Multi-Object Tracking is currently drawing attention in the computer vision field due to its superior performance in real-world applications such as video surveillance with crowded scenes or in wide spaces. In this work, we propose a mathematically elegant multi-camera multiple object t…

Cited by 44PDFcodeScholar
2021

Combinatorial Optimization for Panoptic Segmentation: A Fully Differentiable Approach

NeurIPS 2021poster

We propose a fully differentiable architecture for simultaneous semantic and instance segmentation (a.k.a. panoptic segmentation) consisting of a convolutional neural network and an asymmetric multiway cut problem solver. The latter solves a combinatorial optimization problem that elegantly incorpor…

2021

Efficient Message Passing for 0–1 ILPs with Binary Decision Diagrams

ICML 2021spotlight

We present a message passing method for 0{–}1 integer linear programs. Our algorithm is based on a decomposition of the original problem into subproblems that are represented as binary deci- sion diagrams. The resulting Lagrangean dual is solved iteratively by a series of efficient block coordinate…

2021

Making Higher Order MOT Scalable: An Efficient Approximate Solver for Lifted Disjoint Paths

ICCV 2021poster

We present an efficient approximate message passing solver for the lifted disjoint paths problem (LDP), a natural but NP-hard model for multiple object tracking (MOT). Our tracker scales to very large instances that come from long and crowded MOT sequences. Our approximate solver enables us to proce…

Cited by 45PDFcodeScholar
2020

A Primal-Dual Solver for Large-Scale Tracking-by-Assignment

AISTATS 2020poster

We propose a fast approximate solver for the combinatorial problem known as tracking-by-assignment, which we apply to cell tracking. The latter plays a key role in discovery in many life sciences, especially in cell and developmental biology. So far, in the most general setting this problem was addr…

2020

Deep Graph Matching via Blackbox Differentiation of Combinatorial Solvers

ECCV 2020poster

Building on recent progress at the intersection of combinatorial optimization and deep learning, we propose an end-to-end trainable architecture for deep graph matching that contains unmodified combinatorial solvers. Using the presence of heavily optimized combinatorial solvers together with some im…

2020

Lifted Disjoint Paths with Application in Multiple Object Tracking

ICML 2020poster

We present an extension to the disjoint paths problem in which additional lifted edges are introduced to provide path connectivity priors. We call the resulting optimization problem the lifted disjoint paths problem. We show that this problem is NP-hard by reduction from integer multicommodity flow…

2019

A Convex Relaxation for Multi-Graph Matching

CVPR 2019oral

We present a convex relaxation for the multi-graph matching problem. Our formulation allows for partial pairwise matchings, guarantees cycle consistency, and our objective incorporates both linear and quadratic costs. Moreover, we also present an extension to higher-order costs. In order to solve th…

Cited by 55PDFcodeScholar
2019

HiPPI: Higher-Order Projected Power Iterations for Scalable Multi-Matching

ICCV 2019poster

The matching of multiple objects (e.g. shapes or images) is a fundamental problem in vision and graphics. In order to robustly handle ambiguities, noise and repetitive patterns in challenging real-world settings, it is essential to take geometric consistency between points into account. Computationa…

Cited by 40PDFScholar
2017

A Dual Ascent Framework for Lagrangean Decomposition of Combinatorial Problems

CVPR 2017poster

We propose a general dual ascent (message passing) framework for Lagrangean (dual) decomposition of combinatorial problems. Although methods of this type have shown their efficiency for a number of problems, so far there was no general algorithm applicable to multiple problem types. In this work, we…

Cited by 35PDFcodeScholar
2017

A Study of Lagrangean Decompositions and Dual Ascent Solvers for Graph Matching

CVPR 2017poster

We study the quadratic assignment problem, in computer vision also known as graph matching. Two leading solvers for this problem optimize the Lagrange decomposition duals with sub-gradient and dual ascent (also known as message passing) updates. We explore this direction further and propose several…

Cited by 68PDFcodeScholar
2015

Maximum Persistency via Iterative Relaxed Inference With Graphical Models

CVPR 2015poster

We consider MAP-inference for graphical models and propose a novel efficient algorithm for finding persistent labels. Our algorithm marks each label in each node of the considered graphical model either as (i) optimal, meaning that it belongs to all optimal solutions of the inference problem; (ii) n…

Cited by 33SourcePDFScholar