paper-with-me

Papers

Three ways to improve feature alignment for open vocabulary detection

2023-03-23 · Relja Arandjelović, Alex Andonian, Arthur Mensch, Olivier J. Hénaff, Jean-Baptiste Alayrac, Andrew Zisserman

The core problem in zero-shot open vocabulary detection is how to align visual and text features, so that the detector performs well on unseen classes. Previous approaches train the feature pyramid and detection head from scratch, which breaks the vision-text feature alignment established during pretraining, and struggles to prevent the language model from forgetting unseen classes. We propose three methods to alleviate these issues. Firstly, a simple scheme is used to augment the text embeddings which prevents overfitting to a small number of classes seen during training, while simultaneously saving memory and computation. Secondly, the feature pyramid network and the detection head are modified to include trainable gated shortcuts, which encourages vision-text feature alignment and guarantees it at the start of detection training. Finally, a self-training approach is used to leverage a larger corpus of image-text pairs thus improving detection performance on classes with no human annotated bounding boxes. Our three methods are evaluated on the zero-shot version of the LVIS benchmark, each of them showing clear and significant benefits. Our final network achieves the new stateof-the-art on the mAP-all metric and demonstrates competitive performance for mAP-rare, as well as superior transfer to COCO and Objects365.

📄 PDF Abstract BibTeX arXiv:2303.13518

Code (0)

등록된 구현이 없습니다.

Tasks

Language Modelling

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

DiaLLM: An Investigation into the Robustness-Generation Gap in English Dialect Adaptation

2026-07-08 · Jordan Painter, Dipankar Srirag, Adarsh Kappiyath, Diptesh Kanojia 외 arxiv

Large language models increasingly \emph{understand} dialectal English, yet still \emph{produce} only standard, US-leaning English, leaving dialectal generation, the harder half of the problem, largely unaddressed. We in…

Continual Pretraining

A Roadmap to Pluralistic Alignment

2024-02-07 · Taylor Sorensen, Jared Moore, Jillian Fisher, Mitchell Gordon 외

With increased power and prevalence of AI systems, it is ever more critical that AI systems are designed to serve all, i.e., people with diverse values and perspectives. However, aligning models to serve pluralistic huma…

AlignRec: Aligning and Training in Multimodal Recommendations

2024-03-19 · Yifan Liu, Kangning Zhang, Xiangyuan Ren, Yanhua Huang 외

With the development of multimedia systems, multimodal recommendations are playing an essential role, as they can leverage rich contexts beyond interactions. Existing methods mainly regard multimodal information as an au…

Multimodal Recommendation

WordNet---Wikipedia---Wiktionary: Construction of a Three-way Alignment

2014-05-01 · LREC 2014 5 · Tristan Miller, Iryna Gurevych

The coverage and quality of conceptual information contained in lexical semantic resources is crucial for many tasks in natural language processing. Automatic alignment of complementary resources is one way of improving …

Machine TranslationQuestion AnsweringWord Sense Disambiguation

Fail-Closed Alignment for Large Language Models

2026-02-19 · Zachary Coalson, Beth Sohler, Aiden Gabriel, Sanghyun Hong arxiv

We identify a structural weakness in current large language model (LLM) alignment: modern refusal mechanisms are fail-open. While existing approaches encode refusal behaviors across multiple latent features, suppressing …