← Search

Hanspeter Pfister

40 accepted papers

2026

AREA3D: Active Reconstruction Agent with Unified Feed-Forward 3D Perception and Vision-Language Guidance

CVPR 2026

Active 3D reconstruction enables an agent to autonomously select viewpoints to build accurate and complete scene geometry efficiently, rather than passively reconstructing scenes from pre-collected images. Existing active reconstruction methods often rely on geometric heuristics, which may result in

Cited by 0SourcecodeScholar
2026

Abstract 3D Perception for Spatial Intelligence in Vision-Language Models

CVPR 2026

Vision-language models (VLMs) struggle with 3D-related tasks such as spatial cognition and physical understanding, which are crucial for real-world applications like robotics and embodied agents. We attribute this to a modality gap between the 3D tasks and the 2D training of VLM, which led to ineffi

Cited by 0SourceScholar
2026

Bias at the End of the Score

CVPR 2026

Reward models (RMs) are inherently non-neutral value functions designed and trained to encode specific objectives, such as human preferences or text-image alignment. RMs have become crucial components of text-to-image (T2I) generation systems where they are used at various stages for dataset filteri

Cited by 0SourceScholar
2026

RoboTAG: End-to-end Robot Pose Estimation via Topological Alignment Graph

CVPR 2026

Estimating robot pose from a monocular RGB image is a challenge in robotics and computer vision. Existing methods typically build networks on top of 2D visual backbones and depend heavily on labeled data for training, which is often scarce in real-world scenarios, causing a sim-to-real gap. Moreover

Cited by 0SourceScholar
2026

Virtual Multiplex Staining for Histological Images Using a Marker-Wise Conditioned Diffusion Model

AAAI 2026technical

Multiplex imaging is revolutionizing pathology by enabling the simultaneous visualization of multiple biomarkers within tissue samples, providing molecular-level insights that traditional hematoxylin and eosin (H&E) staining cannot provide. However, the complexity and cost of multiplex data acquisit

Cited by 0SourcePDFScholar
2025

4D LangSplat: 4D Language Gaussian Splatting via Multimodal Large Language Models

CVPR 2025poster

Learning 4D language fields to enable time-sensitive, open-ended language queries in dynamic scenes is essential for many real-world applications. While LangSplat successfully grounds CLIP features into 3D Gaussian representations, achieving precision and efficiency in 3D static scenes, it lacks the…

2025

LangSplatV2: High-dimensional 3D Language Gaussian Splatting with 450+ FPS

NeurIPS 2025poster

In this paper, we introduce LangSplatV2, which achieves high-dimensional feature splatting at 476.2 FPS and 3D open-vocabulary text querying at 384.6 FPS for high-resolution images, providing a 42 × speedup and a 47 × boost over LangSplat respectively, along with improved query accuracy. LangSplat e…

Cited by 0SourcecodeScholar
2025

SD-LoRA: Scalable Decoupled Low-Rank Adaptation for Class Incremental Learning

ICLR 2025oral

Continual Learning (CL) with foundation models has recently emerged as a promising paradigm to exploit abundant knowledge acquired during pre-training for tackling sequential tasks. However, existing prompt-based and Low-Rank Adaptation-based (LoRA-based) methods often require expanding a prompt/LoR…

2025

The Indoor-Training Effect: Unexpected Gains from Distribution Shifts in the Transition Function

AAAI 2025technical

Is it better to perform tennis training in a pristine indoor environment or a noisy outdoor one? To model this problem, here we investigate whether shifts in the transition probabilities between the training and testing environments in reinforcement learning problems can lead to better performance u…

2025

Tree of Attributes Prompt Learning for Vision-Language Models

ICLR 2025poster

Prompt learning has proven effective in adapting vision language models for downstream tasks. However, existing methods usually append learnable prompt tokens solely with the category names to obtain textual features, which fails to fully leverage the rich context indicated in the category name. To…

2025

Unleashing the Power of Task-Specific Directions in Parameter Efficient Fine-tuning

ICLR 2025poster

Large language models demonstrate impressive performance on downstream tasks, yet requiring extensive resource consumption when fully fine-tuning all parameters. To mitigate this, Parameter Efficient Fine-Tuning (PEFT) strategies, such as LoRA, have been developed. In this paper, we delve into the…

Cited by 6SourcePDFScholar
2024

Benchmarking Out-of-Distribution Generalization Capabilities of DNN-based Encoding Models for the Ventral Visual Cortex.

NeurIPS 2024poster

We characterized the generalization capabilities of deep neural network encoding models when predicting neuronal responses from the visual cortex to flashed images. We collected MacaqueITBench, a large-scale dataset of neuronal population responses from the macaque inferior temporal (IT) cortex to o…

2024

Joint-Task Regularization for Partially Labeled Multi-Task Learning

CVPR 2024poster

Multi-task learning has become increasingly popular in the machine learning field but its practicality is hindered by the need for large labeled datasets. Most multi-task learning methods depend on fully labeled datasets wherein each input example is accompanied by ground-truth labels for all target…

2024

LangSplat: 3D Language Gaussian Splatting

CVPR 2024highlight

Humans live in a 3D world and commonly use natural language to interact with a 3D scene. Modeling a 3D language field to support open-ended language queries in 3D has gained increasing attention recently. This paper introduces LangSplat which constructs a 3D language field that enables precise and e…

2024

R^2-Tuning: Efficient Image-to-Video Transfer Learning for Video Temporal Grounding

ECCV 2024poster

"Video temporal grounding (VTG) is a fine-grained video understanding problem that aims to ground relevant clips in untrimmed videos given natural language queries. Most existing VTG models are built upon frame-wise final-layer CLIP features, aided by additional temporal backbones (, SlowFast) with…

2024

SocialGPT: Prompting LLMs for Social Relation Reasoning via Greedy Segment Optimization

NeurIPS 2024poster

Social relation reasoning aims to identify relation categories such as friends, spouses, and colleagues from images. While current methods adopt the paradigm of training a dedicated network end-to-end using labeled image data, they are limited in terms of generalizability and interpretability. To ad…

2023

CLIPTrans: Transferring Visual Knowledge with Pre-trained Models for Multimodal Machine Translation

ICCV 2023poster

There has been a growing interest in developing multimodal machine translation (MMT) systems that enhance neural machine translation (NMT) with visual knowledge. This problem setup involves using images as auxiliary information during training, and more recently, eliminating their use during inferen…

Cited by 11PDFcodeScholar
2023

Emergent World Representations: Exploring a Sequence Model Trained on a Synthetic Task

ICLR 2023top-5%

Language models show a surprising range of capabilities, but the source of their apparent competence is unclear. Do these networks just memorize a collection of surface statistics, or do they rely on internal representations of the process that generates the sequences they see? We investigate this q…

2023

Inference-Time Intervention: Eliciting Truthful Answers from a Language Model

NeurIPS 2023spotlight

We introduce Inference-Time Intervention (ITI), a technique designed to enhance the "truthfulness" of large language models (LLMs). ITI operates by shifting model activations during inference, following a learned set of directions across a limited number of attention heads. This intervention signifi…

2023

Masked Image Training for Generalizable Deep Image Denoising

CVPR 2023poster

When capturing and storing images, devices inevitably introduce noise. Reducing this noise is a critical task called image denoising. Deep learning has become the de facto method for image denoising, especially with the emergence of Transformer-based models that have achieved notable state-of-the-ar…

2023

QuantArt: Quantizing Image Style Transfer Towards High Visual Fidelity

CVPR 2023poster

The mechanism of existing style transfer algorithms is by minimizing a hybrid loss function to push the generated image toward high similarities in both content and style. However, this type of approach cannot guarantee visual fidelity, i.e., the generated artworks should be indistinguishable from r…

2023

ShadowDiffusion: When Degradation Prior Meets Diffusion Model for Shadow Removal

CVPR 2023poster

Recent deep learning methods have achieved promising results in image shadow removal. However, their restored images still suffer from unsatisfactory boundary artifacts, due to the lack of degradation prior and the deficiency in modeling capacity. Our work addresses these issues by proposing a unifi…

2023

Sound Source Localization is All about Cross-Modal Alignment

ICCV 2023poster

Humans can easily perceive the direction of sound sources in a visual scene, termed sound source localization. Recent studies on learning-based sound source localization have mainly explored the problem from a localization perspective. However, prior arts and existing benchmarks do not account for…

Cited by 18PDFScholar
2022

Discrete Cosine Transform Network for Guided Depth Map Super-Resolution

CVPR 2022oral

Guided depth super-resolution (GDSR) is an essential topic in multi-modal image processing, which reconstructs high-resolution (HR) depth maps from low-resolution ones collected with suboptimal conditions with the help of HR RGB images of the same scene. To solve the challenges in interpreting the w…

Cited by 130PDFcodeScholar
2022

Texture-Based Error Analysis for Image Super-Resolution

CVPR 2022poster

Evaluation practices for image super-resolution (SR) use a single-value metric, the PSNR or SSIM, to determine model performance. This provides little insight into the source of errors and model behavior. Therefore, it is beneficial to move beyond the conventional approach and reconceptualize evalua…

Cited by 19PDFScholar
2022

YouMVOS: An Actor-Centric Multi-Shot Video Object Segmentation Dataset

CVPR 2022poster

Many video understanding tasks require analyzing multi-shot videos, but existing datasets for video object segmentation (VOS) only consider single-shot videos. To address this challenge, we collected a new dataset---YouMVOS---of 200 popular YouTube videos spanning ten genres, where each video is on…

Cited by 2PDFcodeScholar
2021

Context Reasoning Attention Network for Image Super-Resolution

ICCV 2021poster

Deep convolutional neural networks (CNNs) are achieving great successes for image super-resolution (SR), where global context is crucial for accurate restoration. However, the basic convolutional layer in CNNs is designed to extract local patterns, lacking the ability to model global context. Many e…

Cited by 89PDFScholar
2021

Dynamic High-Pass Filtering and Multi-Spectral Attention for Image Super-Resolution

ICCV 2021poster

Deep convolutional neural networks (CNNs) have pushed forward the frontier of super-resolution (SR) research. However, current CNN models exhibit a major flaw: they are biased towards learning low-frequency signals. This bias becomes more problematic for the image SR task which targets reconstructin…

Cited by 109PDFScholar
2021

Learning to Generate Realistic Noisy Images via Pixel-level Noise-aware Adversarial Training

NeurIPS 2021poster

Existing deep learning real denoising methods require a large amount of noisy-clean image pairs for supervision. Nonetheless, capturing a real noisy-clean dataset is an unacceptable expensive and cumbersome procedure. To alleviate this problem, this work investigates how to generate realistic noisy…

Cited by 79SourcePDFScholar
2021

Monocular Reconstruction of Neural Face Reflectance Fields

CVPR 2021poster

The reflectance field of a face describes the reflectance properties responsible for complex lighting effects including diffuse, specular, inter-reflection and self shadowing. Most existing methods for estimating the face reflectance from a monocular image assume faces to be diffuse with very few ap…

Cited by 36PDFScholar
2020

Two Stream Active Query Suggestion for Active Learning in Connectomics

ECCV 2020poster

For large-scale vision tasks in biomedical images, the labeled data is often limited to train effective deep models. Active learning is a common solution, where a query suggestion method selects representative unlabeled samples for annotation, and the new labels are used to improve the base model. H…

2019

Biologically-Constrained Graphs for Global Connectomics Reconstruction

CVPR 2019poster

Most current state-of-the-art connectome reconstruction pipelines have two major steps: initial pixel-based segmentation with affinity prediction and watershed transform, and refined segmentation by merging over-segmented regions. These methods rely only on local context and are typically agnostic t…

Cited by 28PDFScholar
2018

Guided Proofreading of Automatic Segmentations for Connectomics

CVPR 2018poster

Automatic cell image segmentation methods in connectomics produce merge and split errors, which require correction through proofreading. Previous research has identified the visual search for these errors as the bottleneck in interactive proofreading. To aid error correction, we develop two classifi…

Cited by 34SourcePDFScholar
2017

Learning to Super-Resolve Blurry Face and Text Images

ICCV 2017poster

We present an algorithm to directly restore a clear high-resolution image from a blurry low-resolution input. This problem is highly ill-posed and the basic assumptions for existing super-resolution methods (requiring clear input) and deblurring methods (requiring high-resolution input) no longer ho…

Cited by 279PDFScholar
2017

Personalizing Gesture Recognition Using Hierarchical Bayesian Neural Networks

CVPR 2017poster

Building robust classifiers trained on data susceptible to group or subject-specific variations is a challenging pattern recognition problem. We develop hierarchical Bayesian neural networks to capture subject-specific variations and share statistical strength across subjects. Leveraging recent wor…

Cited by 34PDFScholar
2015

Context-Guided Diffusion for Label Propagation on Graphs

ICCV 2015poster

Existing approaches for diffusion on graphs, e.g., for label propagation, are mainly focused on isotropic diffusion, which is induced by the commonly-used graph Laplacian regularizer. Inspired by the success of diffusivity tensors for anisotropic diffusion in image processing, we presents anisotropi…

Cited by 21PDFScholar
2015

Local High-Order Regularization on Data Manifolds

CVPR 2015poster

The common graph Laplacian regularizer is well-established in semi-supervised learning and spectral dimensionality reduction. However, as a first-order regularizer, it can lead to degenerate functions in high-dimensional manifolds. The iterated graph Laplacian enables high-order regularization, but…

Cited by 9SourcePDFScholar
2015

Semi-Supervised Learning With Explicit Relationship Regularization

CVPR 2015poster

In many learning tasks, the structure of the target space of a function holds rich information about the relationships between evaluations of functions on different data points. Existing approaches attempt to exploit this relationship information implicitly by enforcing smoothness on function evalua…

Cited by 11SourcePDFScholar