中文
相关论文

相关论文: Enhancing Compositional Generalization via Composi…

200 篇论文

This paper investigates domain generalization: How to take knowledge acquired from an arbitrary number of related domains and apply it to previously unseen domains? We propose Domain-Invariant Component Analysis (DICA), a kernel-based…

机器学习 · 统计学 2013-01-11 Krikamol Muandet , David Balduzzi , Bernhard Schölkopf

Vision Transformer (ViT) is becoming more popular in image processing. Specifically, we investigate the effectiveness of test-time adaptation (TTA) on ViT, a technique that has emerged to correct its prediction during test-time by itself.…

计算机视觉与模式识别 · 计算机科学 2022-06-29 Takeshi Kojima , Yutaka Matsuo , Yusuke Iwasawa

The remarkable generalization performance of contrastive vision-language models like CLIP is often attributed to the diversity of their training distributions. However, key questions remain unanswered: Can CLIP generalize to an entirely…

机器学习 · 计算机科学 2025-09-15 Elias Kempf , Simon Schrodi , Max Argus , Thomas Brox

Feature representations derived from models pre-trained on large-scale datasets have shown their generalizability on a variety of audio analysis tasks. Despite this generalizability, however, task-specific features can outperform if…

音频与语音处理 · 电气工程与系统科学 2022-06-13 Yun-Ning Hung , Alexander Lerch

Deep neural networks are often not robust to semantically-irrelevant changes in the input. In this work we address the issue of robustness of state-of-the-art deep convolutional neural networks (CNNs) against commonly occurring distortions…

计算机视觉与模式识别 · 计算机科学 2020-12-03 Nikhil Kapoor , Chun Yuan , Jonas Löhdefink , Roland Zimmermann , Serin Varghese , Fabian Hüger , Nico Schmidt , Peter Schlicht , Tim Fingscheidt

Domain generalization (DG) aims to adapt a model using one or multiple source domains to ensure robust performance in unseen target domains. Recently, Parameter-Efficient Fine-Tuning (PEFT) of foundation models has shown promising results…

计算机视觉与模式识别 · 计算机科学 2025-03-24 Seokju Yun , Seunghye Chae , Dongheon Lee , Youngmin Ro

The excellent generalization, contextual learning, and emergence abilities in the pre-trained large models (PLMs) handle specific tasks without direct training data, making them the better foundation models in the adversarial domain…

机器学习 · 计算机科学 2023-10-26 Shuoran Jiang , Qingcai Chen , Yang Xiang , Youcheng Pan , Xiangping Wu

Recently, deep neural networks have demonstrated comparable and even better performance with board-certified ophthalmologists in well-annotated datasets. However, the diversity of retinal imaging devices poses a significant challenge:…

图像与视频处理 · 电气工程与系统科学 2019-10-18 Peng Liu , Bin Kong , Zhongyu Li , Shaoting Zhang , Ruogu Fang

Federated learning enables multiple medical institutions to train a global model without sharing data, yet feature heterogeneity from diverse scanners or protocols remains a major challenge. Many existing works attempt to address this issue…

计算机视觉与模式识别 · 计算机科学 2026-01-23 Xingyue Zhao , Wenke Huang , Xingguang Wang , Haoyu Zhao , Linghao Zhuang , Anwen Jiang , Guancheng Wan , Mang Ye

Deep learning models have been very successful in computer vision and image processing applications. Since its inception, Many top-performing methods for image segmentation are based on deep CNN models. However, deep CNN models fail to…

计算机视觉与模式识别 · 计算机科学 2022-04-14 Ranju Mandal , Basim Azam , Brijesh Verma , Mengjie Zhang

While mainstream machine learning methods are known to have limited ability to compositionally generalize, new architectures and techniques continue to be proposed to address this limitation. We investigate state-of-the-art techniques and…

计算与语言 · 计算机科学 2021-09-23 Daniel Furrer , Marc van Zee , Nathan Scales , Nathanael Schärli

For domain generalization (DG) and unsupervised domain adaptation (UDA), cross domain feature alignment has been widely explored to pull the feature distributions of different domains in order to learn domain-invariant representations.…

计算机视觉与模式识别 · 计算机科学 2020-06-23 Xin Jin , Cuiling Lan , Wenjun Zeng , Zhibo Chen

Many real-world machine learning applications are characterized by a huge number of features, leading to computational and memory issues, as well as the risk of overfitting. Ideally, only relevant and non-redundant features should be…

机器学习 · 计算机科学 2023-06-21 Paolo Bonetti , Alberto Maria Metelli , Marcello Restelli

Domain generalization (DG) aims to learn a generalizable model from multiple training domains such that it can perform well on unseen target domains. A popular strategy is to augment training data to benefit generalization through methods…

计算机视觉与模式识别 · 计算机科学 2023-11-29 Wang Lu , Jindong Wang , Han Yu , Lei Huang , Xiang Zhang , Yiqiang Chen , Xing Xie

Active automata learning infers automaton models of systems from behavioral observations, a technique successfully applied to a wide range of domains. Compositional approaches have recently emerged to address scalability to concurrent…

机器学习 · 计算机科学 2026-04-02 Leo Henry , Thomas Neele , Mohammad Reza Mousavi , Matteo Sammartino

Fine-tuning large-scale pretrained models has led to tremendous progress in well-studied modalities such as vision and NLP. However, similar gains have not been observed in many other modalities due to a lack of relevant pretrained models.…

机器学习 · 计算机科学 2023-03-21 Junhong Shen , Liam Li , Lucio M. Dery , Corey Staten , Mikhail Khodak , Graham Neubig , Ameet Talwalkar

Learning representations of two views of data such that the resulting representations are highly linearly correlated is appealing in machine learning. In this paper, we present a canonical correlation guided learning framework, which allows…

机器学习 · 计算机科学 2024-10-01 Zhiwen Chen , Siwen Mo , Haobin Ke , Steven X. Ding , Zhaohui Jiang , Chunhua Yang , Weihua Gui

Domain generalization (DG) based Face Anti-Spoofing (FAS) aims to improve the model's performance on unseen domains. Existing methods either rely on domain labels to align domain-invariant feature spaces, or disentangle generalizable…

计算机视觉与模式识别 · 计算机科学 2024-03-22 Ajian Liu , Shuai Xue , Jianwen Gan , Jun Wan , Yanyan Liang , Jiankang Deng , Sergio Escalera , Zhen Lei

A generally intelligent learner should generalize to more complex tasks than it has previously encountered, but the two common paradigms in machine learning -- either training a separate learner per task or training a single learner for all…

机器学习 · 计算机科学 2019-05-09 Michael B. Chang , Abhishek Gupta , Sergey Levine , Thomas L. Griffiths

Question answering models struggle to generalize to novel compositions of training patterns, such to longer sequences or more complex test structures. Current end-to-end models learn a flat input embedding which can lose input syntax…

计算与语言 · 计算机科学 2021-11-08 Yu Gai , Paras Jain , Wendi Zhang , Joseph E. Gonzalez , Dawn Song , Ion Stoica