← Search

David Doermann

34 accepted papers

2026

FairLLaVA: Fairness-Aware Parameter-Efficient Fine-Tuning for Large Vision-Language Assistants

CVPR 2026

While powerful in image-conditioned generation, multimodal large language models (MLLMs) can display uneven performance across demographic groups, highlighting fairness risks. In safety-critical clinical settings, such disparities risk producing unequal diagnostic narratives and eroding trust in AI-

Cited by 0SourcecodeScholar
2026

Textured Geometry Evaluation: Perceptual 3D Textured Shape Metric via 3D Latent-Geometry Network

AAAI 2026technical

Textured high-fidelity 3D models are crucial for games, AR/VR, and film, but human-aligned evaluation methods still fall behind despite recent advances in 3D reconstruction and generation. Existing metrics, such as Chamfer Distance, often fail to align with how humans evaluate the fidelity of 3D sha

Cited by 0SourcePDFScholar
2025

AutoEdit: Automatic Hyperparameter Tuning for Image Editing

NeurIPS 2025poster

Recent advances in diffusion models have revolutionized text-guided image editing, yet existing editing methods face critical challenges in hyperparameter identification. To get the reasonable editing performance, these methods often require the user to brute-force tune multiple interdependent hyper…

Cited by 0SourceScholar
2025

DFM: Differentiable Feature Matching for Anomaly Detection

CVPR 2025poster

Feature matching methods for unsupervised anomaly detection have demonstrated impressive performance. Existing methods primarily rely on self-supervised training and handcrafted matching schemes for task adaptation. However, they can only achieve an inferior feature representation for anomaly detect…

Cited by 0SourcePDFScholar
2025

PathDiff: Histopathology Image Synthesis with Unpaired Text and Mask Conditions

ICCV 2025poster

Diffusion-based generative models have shown promise in synthesizing histopathology images to address data scarcity caused by privacy constraints. Diagnostic text reports provide high-level semantic descriptions, and masks offer fine-grained spatial structures essential for representing distinct mor…

2025

Text2Outfit: Controllable Outfit Generation with Multimodal Language Models

ICCV 2025poster

Existing outfit recommendation frameworks focus on outfit compatibility prediction and complementary item retrieval. We present a text-driven outfit generation framework, Text2Outfit, which generates outfits controlled by text prompts. Our framework supports two forms of outfit recommendation: 1) Te…

Cited by 0SourcePDFScholar
2024

Artemis: Towards Referential Understanding in Complex Videos

NeurIPS 2024poster

Videos carry rich visual information including object description, action, interaction, etc., but the existing multimodal large language models (MLLMs) fell short in referential understanding scenarios such as video-based referring. In this paper, we present Artemis, an MLLM that pushes video-based…

2024

Federated Learning via Input-Output Collaborative Distillation

AAAI 2024technical

Federated learning (FL) is a machine learning paradigm in which distributed local nodes collaboratively train a central model without sharing individually held private data. Existing FL methods either iteratively share local model parameters or deploy co-distillation. However, the former is highly s…

2024

IDOL: Unified Dual-Modal Latent Diffusion for Human-Centric Joint Video-Depth Generation

ECCV 2024poster

"Significant advances have been made in human-centric video generation, yet the joint video-depth generation problem remains underexplored. Most existing monocular depth estimation methods may not generalize well to synthesized images or videos, and multi-view-based methods have difficulty controlli…

2024

Learning 1-Bit Tiny Object Detector with Discriminative Feature Refinement

ICML 2024poster

1-bit detectors show impressive performance comparable to their real-valued counterparts when detecting commonly sized objects while exhibiting significant performance degradation on tiny objects. The challenge stems from the fact that high-level features extracted by 1-bit convolutions seem less co…

Cited by 1SourcePDFScholar
2024

Motion Consistency Model: Accelerating Video Diffusion with Disentangled Motion-Appearance Distillation

NeurIPS 2024poster

Image diffusion distillation achieves high-fidelity generation with very few sampling steps. However, directly applying these techniques to video models results in unsatisfied frame quality. This issue arises from the limited frame appearance quality in public video datasets, affecting the performan…

2023

Defending against Data-Free Model Extraction by Distributionally Robust Defensive Training

NeurIPS 2023poster

Data-Free Model Extraction (DFME) aims to clone a black-box model without knowing its original training data distribution, making it much easier for attackers to steal commercial models. Defense against DFME faces several challenges: (i) effectiveness; (ii) efficiency; (iii) no prior on the attacker…

Cited by 13SourcePDFScholar
2023

Progressive Multi-View Human Mesh Recovery with Self-Supervision

AAAI 2023technical

To date, little attention has been given to multi-view 3D human mesh estimation, despite real-life applicability (e.g., motion capture, sport analysis) and robustness to single-view ambiguities. Existing solutions typically suffer from poor generalization performance to new settings, largely due to…

Cited by 16SourcePDFScholar
2023

SOAR: Scene-debiasing Open-set Action Recognition

ICCV 2023poster

Deep models have the risk of utilizing spurious clues to make predictions, e.g., recognizing actions via classifying the background scene. This problem severely degrades the open-set action recognition performance when the testing samples exhibit scene distributions different from the training sampl…

Cited by 18PDFcodeScholar
2023

Towards Generic Image Manipulation Detection with Weakly-Supervised Self-Consistency Learning

ICCV 2023poster

As advanced image manipulation techniques emerge, detecting the manipulation becomes increasingly important. Despite the success of recent learning-based approaches for image manipulation detection, they typically require expensive pixel-level annotations to train, while exhibiting degraded performa…

Cited by 29PDFcodeScholar
2022

PREF: Predictability Regularized Neural Motion Fields

ECCV 2022poster

"Knowing the 3D motions in a dynamic scene is essential to many vision applications. Recent progress is mainly focused on estimating the activity of some specific elements like humans. In this paper, we leverage a neural motion field for estimating the motion of all points in a multiview setting. Mo…

Cited by 39SourcePDFScholar
2022

Self-supervised Human Mesh Recovery with Cross-Representation Alignment

ECCV 2022poster

"Fully supervised human mesh recovery methods are data-hungry and have poor generalizability due to the limited availability and diversity of 3D-annotated benchmark datasets. Recent progress in self-supervised human mesh recovery has been made using synthetic-data-driven training paradigms where the…

Cited by 15SourcePDFScholar
2021

Ensemble Attention Distillation for Privacy-Preserving Federated Learning

ICCV 2021poster

We consider the problem of Federated Learning (FL) where numerous decentralized computational nodes collaborate with each other to train a centralized machine learning model without explicitly sharing their local data samples. Such decentralized training naturally leads to issues of imbalanced or di…

Cited by 148PDFScholar
2021

IDARTS: Interactive Differentiable Architecture Search

ICCV 2021poster

Differentiable Architecture Search (DARTS) improves the efficiency of architecture search by learning the architecture and network parameters end-to-end. However, the intrinsic relationship between the architecture's parameters is neglected, leading to a sub-optimal optimization process. The reason…

Cited by 15PDFScholar
2021

Scalable Coverage Path Planning of Multi-Robot Teams for Monitoring Non-Convex Areas

ICRA 2021poster

This paper presents a novel multi-robot coverage path planning (CPP) algorithm - aka SCoPP - that provides a time-efficient solution, with workload balanced plans for each robot in a multi-robot system, based on their initial states. This algorithm accounts for discontinuities (e.g., no-fly zones) i…

Cited by 69SourcecodeScholar
2021

Self-Supervised Learning for Monocular Depth Estimation on Minimally Invasive Surgery Scenes

ICRA 2021poster

Self-supervised learning algorithms that compute depth map from monocular videos have achieved remarkable performance on urban scenes and have been applied extensively. These techniques still face significant challenges, however, when applied directly to endoscopic videos because of the brightness v…

Cited by 20SourceScholar
2020

Anti-Bandit Neural Architecture Search for Model Defense

ECCV 2020poster

Deep convolutional neural networks (DCNNs) have dominated as the best performers in machine learning, but can be challenged by adversarial attacks. In this paper, we defend against adversarial attacks using neural architecture search (NAS) which is based on a comprehensive search of denoising blocks…

Cited by 43SourcePDFScholar
2020

CP-NAS: Child-Parent Neural Architecture Search for 1-bit CNNs

IJCAI 2020poster

Neural architecture search (NAS) proves to be among the best approaches for many tasks by generating an application-adaptive neural architectures, which are still challenged by high computational cost and memory consumption. At the same time, 1-bit convolutional neural networks (CNNs) with binarized…

Cited by 0SourcePDFScholar
2020

Cogradient Descent for Bilinear Optimization

CVPR 2020poster

Conventional learning methods simplify the bilinear model by regarding two intrinsically coupled factors independently, which degrades the optimization procedure. One reason lies in the insufficient training due to the asynchronous gradient descent, which results in vanishing gradients for the coupl…

Cited by 16PDFScholar
2020

NAS-Count: Counting-by-Density with Neural Architecture Search

ECCV 2020poster

Most of the recent advances in crowd counting have evolved from hand-designed density estimation networks, where multi-scale features are leveraged to address the scale variation problem, but at the expense of demanding design efforts. In this work, we automate the design of counting models with Neu…

Cited by 121SourcePDFScholar
2019

Circulant Binary Convolutional Networks: Enhancing the Performance of 1-Bit DCNNs With Circulant Back Propagation

CVPR 2019poster

The rapidly decreasing computation and memory cost has recently driven the success of many applications in the field of deep learning. Practical applications of deep learning in resource-limited hardware, such as embedded devices and smart phones, however, remain challenging. For binary convolutiona…

Cited by 94PDFScholar
2019

Crowd Counting and Density Estimation by Trellis Encoder-Decoder Networks

CVPR 2019poster

Crowd counting has recently attracted increasing interest in computer vision but remains a challenging problem. In this paper, we propose a trellis encoder-decoder network (TEDnet) for crowd counting, which focuses on generating high-quality density estimation maps. The major contributions are four-…

Cited by 435PDFScholar
2019

Exploiting Kernel Sparsity and Entropy for Interpretable CNN Compression

CVPR 2019poster

Compressing convolutional neural networks (CNNs) has received ever-increasing research focus. However, most existing CNN compression methods do not interpret their inherent structures to distinguish the implicit redundancy. In this paper, we investigate the problem of CNN compression from a novel in…

Cited by 177PDFcodeScholar
2019

Learning Instance Activation Maps for Weakly Supervised Instance Segmentation

CVPR 2019poster

Discriminative region responses residing inside an object instance can be extracted from networks trained with image-level label supervision. However, learning the full extent of pixel-level instance response in a weakly supervised manner remains unexplored. In this work, we tackle this challenging…

Cited by 95PDFScholar
2019

Towards Optimal Structured CNN Pruning via Generative Adversarial Learning

CVPR 2019poster

Structured pruning of filters or neurons has received increased focus for compressing convolutional neural networks. Most existing methods rely on multi-stage optimizations in a layer-wise manner for iteratively pruning and retraining which may not be optimal and may be computation intensive. Beside…

Cited by 712PDFcodeScholar