paper-with-me

Papers

Hierarchically Robust Zero-shot Vision-language Models

2026-04-20 · Junhao Dong, Yifei Zhang, Hao Zhu, Yew-Soon Ong, Piotr Koniusz arxiv

Vision-Language Models (VLMs) can perform zero-shot classification but are susceptible to adversarial attacks. While robust fine-tuning improves their robustness, existing approaches align fixed text embeddings with an image embedding, sacrificing natural performance and robustness. A robustness degradation also occurs when a model faces adversarial attacks targeting superclasses (parent classes, e.g., mammal) in addition to their base (leaf) classes (e.g., cat). Thus, to enhance adversarial robustness and leverage the inherent hierarchical properties of class space, we propose a novel adversarial fine-tuning framework based on hierarchical embeddings and several levels of adversarially robust alignment of image-text modalities. Additional mechanisms place visual embeddings at the desired depth of hierarchy, and we provide a theoretical connection between the depth of embedding in the hierarchy and the maximum viable margin size. Our model naturally realizes several margin sizes, boosting generalization of adversaries for robustification. As various trees with different parent labels can share the same leaf labels, we also consider aligning over multiple trees to boost semantic variety. Experiments across several datasets are performed.

📄 PDF Abstract BibTeX arXiv:2604.18867

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

iFinder: Structured Zero-Shot Vision-Based LLM Grounding for Dash-Cam Video Reasoning

2025-09-23 · Manyi Yao, Bingbing Zhuang, Sparsh Garg, Amit Roy-Chowdhury 외 arxiv

Grounding large language models (LLMs) in domain-specific tasks like post-hoc dash-cam driving video analysis is challenging due to their general-purpose training and lack of structured inductive biases. As vision is oft…

Spatial ReasoningCausal Inference

FADE: Few-shot/zero-shot Anomaly Detection Engine using Large Vision-Language Model

2024-08-31 · Yuanwei Li, Elizaveta Ivanova, Martins Bruveris

Automatic image anomaly detection is important for quality inspection in the manufacturing industry. The usual unsupervised anomaly detection approach is to train a model for each object class using a dataset of normal s…

Anomaly DetectionAnomaly SegmentationLanguage ModelingLanguage Modelling+2

CLIP Models are Few-shot Learners: Empirical Studies on VQA and Visual Entailment

2022-03-14 · ACL 2022 5 · Haoyu Song, Li Dong, Wei-Nan Zhang, Ting Liu 외

CLIP has shown a remarkable zero-shot capability on a wide range of vision tasks. Previously, CLIP is only regarded as a powerful visual encoder. However, after being pre-trained by language supervision from a large amou…

parameter-efficient fine-tuningQuestion AnsweringVisual EntailmentVisual Question Answering+1

Compositional Entailment Learning for Hyperbolic Vision-Language Models

2024-10-09 · Avik Pal, Max van Spengler, Guido Maria D'Amely di Melendugno, Alessandro Flaborea 외

Image-text representation learning forms a cornerstone in vision-language models, where pairs of images and textual descriptions are contrastively aligned in a shared embedding space. Since visual and textual concepts ar…

Language ModellingRepresentation LearningSentence

UniFine: A Unified and Fine-grained Approach for Zero-shot Vision-Language Understanding

2023-07-03 · Zhecan Wang, Rui Sun, Haoxuan You, Noel Codella 외

Vision-language tasks, such as VQA, SNLI-VE, and VCR are challenging because they require the model's reasoning ability to understand the semantics of the visual world and natural language. Supervised methods working for…

Image-text matchingSentenceText MatchingVisual Question Answering (VQA)