← Search

Akshita Gupta

4 accepted papers

2026

HaloProbe: Bayesian Detection and Mitigation of Object Hallucinations in Vision-Language Models

ICML 2026poster

Large vision-language models can produce object hallucinations in image descriptions, highlighting the need for effective detection and mitigation strategies. Prior work commonly relies on the model's attention weights on visual tokens as a detection signal. We reveal that coarse-grained attention-b…

Cited by 0SourceScholar
2022

OW-DETR: Open-World Detection Transformer

CVPR 2022poster

Open-world object detection (OWOD) is a challenging computer vision problem, where the task is to detect a known set of object categories while simultaneously identifying unknown objects. Additionally, the model must incrementally learn new classes that become known in the next training episodes. Di…

Cited by 240PDFcodeScholar
2021

Discriminative Region-Based Multi-Label Zero-Shot Learning

ICCV 2021poster

Multi-label zero-shot learning (ZSL) is a more realistic counter-part of standard single-label ZSL since several objects can co-exist in a natural image. However, the occurrence of multiple objects complicates the reasoning and requires region-specific processing of visual features to preserve their…

Cited by 59PDFcodeScholar
2020

Latent Embedding Feedback and Discriminative Features for Zero-Shot Classification

ECCV 2020poster

Zero-shot learning strives to classify unseen categories for which no data is available during training. In the generalized variant, the test samples can further belong to seen or unseen categories. The state-of-the-art relies on Generative Adversarial Networks that synthesize unseen class features…