paper-with-me

홈 › Papers

Using Language to Extend to Unseen Domains

2022-10-18 · Lisa Dunlap, Clara Mohri, Devin Guillory, Han Zhang, Trevor Darrell, Joseph E. Gonzalez, aditi raghunathan, Anja Rohrbach

It is expensive to collect training data for every possible domain that a vision model may encounter when deployed. We instead consider how simply verbalizing the training domain (e.g. "photos of birds") as well as domains we want to extend to but do not have data for (e.g. "paintings of birds") can improve robustness. Using a multimodal model with a joint image and language embedding space, our method LADS learns a transformation of the image embeddings from the training domain to each unseen test domain, while preserving task relevant information. Without using any images from the unseen test domain, we show that over the extended domain containing both training and unseen test domains, LADS outperforms standard fine-tuning and ensemble approaches over a suite of four benchmarks targeting domain adaptation and dataset bias.

📄 PDF Abstract BibTeX arXiv:2210.09520

Code (1)

lisadunlap/lads 공식 구현 pytorch

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

LARE: Latent Augmentation using Regional Embedding with Vision-Language Model

2024-09-19 · Kosuke Sakurai, Tatsuya Ishii, Ryotaro Shimizu, Linxin Song 외

In recent years, considerable research has been conducted on vision-language models that handle both image and text data; these models are being applied to diverse downstream tasks, such as "image-related chat," "image r…

Data AugmentationDomain Adaptationimage-classificationImage Classification+2

Universal Cross-Domain Retrieval: Generalizing Across Classes and Domains

2021-08-18 · ICCV 2021 10 · Soumava Paul, Titir Dutta, Soma Biswas

In this work, for the first time, we address the problem of universal cross-domain retrieval, where the test data can belong to classes or domains which are unseen during training. Due to dynamically increasing number of…

Retrieval

Multi-Domain Level Generation and Blending with Sketches via Example-Driven BSP and Variational Autoencoders

2020-06-17 · Sam Snodgrass, Anurag Sarkar

Procedural content generation via machine learning (PCGML) has demonstrated its usefulness as a content and game creation approach, and has been shown to be able to support human creativity. An important facet of creativ…

Less but Better: Enabling Generalized Zero-shot Learning Towards Unseen Domains by Intrinsic Learning from Redundant LLM Semantics

2024-03-21 · Jiaqi Yue, Jiancheng Zhao, Chunhui Zhao

Generalized zero-shot learning (GZSL) focuses on recognizing seen and unseen classes against domain shift problem (DSP) where data of unseen classes may be misclassified as seen classes. However, existing GZSL is still l…

Generalized Zero-Shot LearningZero-Shot Learning

Schema-Adaptive Tabular Representation Learning with LLMs for Generalizable Multimodal Clinical Reasoning

2026-04-12 · Hongxi Mao, Wei Zhou, Mengting Jia, Tao Fang 외 arxiv

Machine learning for tabular data remains constrained by poor schema generalization, a challenge rooted in the lack of semantic understanding of structured variables. This challenge is particularly acute in domains like …

Representation LearningFeature Engineering