← Search

Vishal Patel

10 accepted papers

2026

PerceptionRubrics: Calibrating Multimodal Evaluation to Human Perception

ICML 2026poster

We introduce the Perception Rubric Benchmark (PRB), a rubric-based evaluation framework for Multimodal Large Language Models (MLLMs) that addresses the growing gap between benchmark scores and human-perceived quality. While standard perception metrics approach saturation, they produce compressed ran…

Cited by 0SourceScholar
2024

Dense Multimodal Alignment for Open-Vocabulary 3D Scene Understanding

ECCV 2024poster

"Recent vision-language pre-training models have exhibited remarkable generalization ability in zero-shot recognition tasks. Previous open-vocabulary 3D scene understanding methods mostly focus on training 3D models using either image or text supervision while neglecting the collective strength of a…

2024

Gradient-based Out-of-Distribution Detection

ECCV 2024poster

"One of the challenges for neural networks in real-life applications is the overconfident errors these models make when the data is not from the original training distribution. Addressing this issue is known as Out-of-Distribution (OOD) detection. Many state-of-the-art OOD methods employ an auxiliar…

2024

Leveraging Thermal Modality to Enhance Reconstruction in Low-Light Conditions

ECCV 2024poster

"Neural Radiance Fields (NeRF) accomplishes photo-realistic novel view synthesis by learning the implicit volumetric representation of a scene from multi-view images, which faithfully convey the colorimetric information. However, sensor noises will contaminate low-value pixel signals, and the lossy…

2024

MaxFusion: Plug&Play Multi-Modal Generation in Text-to-Image Diffusion Models

ECCV 2024poster

"Large diffusion-based Text-to-Image (T2I) models have shown impressive generative powers for text-to-image generation and spatially conditioned image generation. We can train the model end-to-end with paired data for most applications to obtain photorealistic generation quality. However, to add a t…

Cited by 10SourcePDFScholar
2023

Interactive Portrait Harmonization

ICLR 2023poster

Current image harmonization methods consider the entire background as the guidance for harmonization. However, this may limit the capability for user to choose any specific object/person in the background to guide the harmonization. To enable flexible interaction between user and harmonization, we i…

Cited by 17SourcePDFScholar
2023

JR2Net: Joint Monocular 3D Face Reconstruction and Reenactment

AAAI 2023technical

Face reenactment and reconstruction benefit various applications in self-media, VR, etc. Recent face reenactment methods use 2D facial landmarks to implicitly retarget facial expressions and poses from driving videos to source images, while they suffer from pose and expression preservation issues fo…

Cited by 3SourcePDFScholar
2022

Resource-Adaptive Federated Learning with All-In-One Neural Composition

NeurIPS 2022accept

Conventional Federated Learning (FL) systems inherently assume a uniform processing capacity among clients for deployed models. However, diverse client hardware often leads to varying computation resources in practice. Such system heterogeneity results in an inevitable trade-off between model compl…

Cited by 50SourcePDFScholar
2020

Deep Subspace Clustering with Data Augmentation

NeurIPS 2020poster

The idea behind data augmentation techniques is based on the fact that slight changes in the percept do not change the brain cognition. In classification, neural networks use this fact by applying transformations to the inputs to learn to predict the same label. However, in deep subspace clustering…