中文
相关论文

相关论文: Sequential Domain Adaptation through Elastic Weigh…

200 篇论文

Preserving model fidelity is essential for stealthy text-to-image (T2I) backdoor attacks. Existing methods such as Learning without Forgetting (LwF) rely on output-based distillation, which provides limited regularization. We introduce…

机器学习 · 计算机科学 2026-05-12 Lu Bowen , Xinyu Tang , Yin Yin Low , Shu-Min Leong

In this paper, we propose a new method called Self-Training with Dynamic Weighting (STDW), which aims to enhance robustness in Gradual Domain Adaptation (GDA) by addressing the challenge of smooth knowledge migration from the source to the…

机器学习 · 计算机科学 2025-10-17 Zixi Wang , Yushe Cao , Yubo Huang , Jinzhu Wei , Jingzehua Xu , Shuai Zhang , Xin Lai

Medical AI systems face catastrophic forgetting when deployed in clinical settings, where models must learn new imaging protocols while retaining prior diagnostic capabilities. This challenge is particularly acute for medical…

多媒体 · 计算机科学 2025-12-23 Ziyuan Gao , Philippe Morel

This paper studies Semi-Supervised Domain Adaptation (SSDA), a practical yet under-investigated research topic that aims to learn a model of good performance using unlabeled samples and a few labeled samples in the target domain, with the…

计算机视觉与模式识别 · 计算机科学 2021-08-24 Kai Li , Chang Liu , Handong Zhao , Yulun Zhang , Yun Fu

This paper is devoted to the features of the practical application of the Elastic Weight Consolidation (EWC) method for continual learning of neural networks on several training sets. We will more rigorously compare the well-known…

机器学习 · 计算机科学 2021-11-02 Alexey Kutalev , Alisa Lapina

Semi-supervised domain adaptation (SSDA) is quite a challenging problem requiring methods to overcome both 1) overfitting towards poorly annotated data and 2) distribution shift across domains. Unfortunately, a simple combination of domain…

计算机视觉与模式识别 · 计算机科学 2022-12-07 Can Qin , Lichen Wang , Qianqian Ma , Yu Yin , Huan Wang , Yun Fu

In computer vision, unsupervised domain adaptation (UDA) is an approach to transferring knowledge from a label-rich source domain to a fully-unlabeled target domain. Conventional UDA approaches have two problems. The first problem is that a…

计算机视觉与模式识别 · 计算机科学 2023-04-25 Eunseop Lee , Inhan Kim , Daijin Kim

Deep neural networks exhibit exceptional accuracy when they are trained and tested on the same data distributions. However, neural classifiers are often extremely brittle when confronted with domain shift---changes in the input distribution…

计算机视觉与模式识别 · 计算机科学 2019-04-15 Zuxuan Wu , Xin Wang , Joseph E. Gonzalez , Tom Goldstein , Larry S. Davis

Domain adaption (DA) allows machine learning methods trained on data sampled from one distribution to be applied to data sampled from another. It is thus of great practical importance to the application of such methods. Despite the fact…

计算机视觉与模式识别 · 计算机科学 2017-07-20 Hao Lu , Lei Zhang , Zhiguo Cao , Wei Wei , Ke Xian , Chunhua Shen , Anton van den Hengel

Sentiment analysis of user-generated reviews or comments on products and services in social networks can help enterprises to analyze the feedback from customers and take corresponding actions for improvement. To mitigate large-scale…

计算与语言 · 计算机科学 2021-02-19 Sicheng Zhao , Yang Xiao , Jiang Guo , Xiangyu Yue , Jufeng Yang , Ravi Krishna , Pengfei Xu , Kurt Keutzer

Knowledge graphs (KGs) require continual updates as new information emerges, but neural embedding models suffer from catastrophic forgetting when learning new tasks sequentially. We evaluate Elastic Weight Consolidation (EWC), a…

机器学习 · 计算机科学 2025-12-02 Gaganpreet Jhajj , Fuhua Lin

Emotion recognition based on electroencephalography (EEG) holds significant promise for affective brain-computer interfaces (aBCIs). However, its practical deployment faces challenges due to the variability within inter-subject and the…

人机交互 · 计算机科学 2025-09-25 Jiahao Tang , Youjun Li , Xiangting Fan , Yangxuan Zheng , Siyuan Lu , Xueping Li , Peng Fang , Chenxi Li , Zi-Gang Huang

Learning semantic segmentation models requires a huge amount of pixel-wise labeling. However, labeled data may only be available abundantly in a domain different from the desired target domain, which only has minimal or no annotations. In…

计算机视觉与模式识别 · 计算机科学 2020-08-13 Sujoy Paul , Yi-Hsuan Tsai , Samuel Schulter , Amit K. Roy-Chowdhury , Manmohan Chandraker

We investigate a practical domain adaptation task, called source-free domain adaptation (SFUDA), where the source-pretrained model is adapted to the target domain without access to the source data. Existing techniques mainly leverage…

计算机视觉与模式识别 · 计算机科学 2022-11-15 Ziyi Zhang , Weikai Chen , Hui Cheng , Zhen Li , Siyuan Li , Liang Lin , Guanbin Li

Domain Adaptation (DA), the process of effectively adapting task models learned on one domain, the source, to other related but distinct domains, the targets, with no or minimal retraining, is typically accomplished using the process of…

计算机视觉与模式识别 · 计算机科学 2019-09-30 Behnam Gholami , Pritish Sahu , Minyoung Kim , Vladimir Pavlovic

Vanilla unsupervised domain adaptation methods tend to optimize the model with fixed neural architecture, which is not very practical in real-world scenarios since the target data is usually processed by different resource-limited devices.…

计算机视觉与模式识别 · 计算机科学 2022-06-15 Rang Meng , Weijie Chen , Shicai Yang , Jie Song , Luojun Lin , Di Xie , Shiliang Pu , Xinchao Wang , Mingli Song , Yueting Zhuang

The performance of a classifier trained on data coming from a specific domain typically degrades when applied to a related but different one. While annotating many samples from the new domain would address this issue, it is often too…

计算机视觉与模式识别 · 计算机科学 2018-03-13 Artem Rozantsev , Mathieu Salzmann , Pascal Fua

Multi-source domain adaptation (DA) aims at leveraging information from more than one source domain to make predictions in a target domain, where different domains may have different data distributions. Most existing methods for…

机器学习 · 统计学 2023-12-12 Yujie Wu , Giovanni Parmigiani , Boyu Ren

Domain Adaptation (DA) attempts to transfer knowledge learned in the labeled source domain to the unlabeled but related target domain without requiring large amounts of target supervision. Recent advances in DA mainly proceed by aligning…

计算机视觉与模式识别 · 计算机科学 2021-03-24 Shuang Li , Binhui Xie , Qiuxia Lin , Chi Harold Liu , Gao Huang , Guoren Wang

Domain adaptation considers the problem of generalising a model learnt using data from a particular source domain to a different target domain. Often it is difficult to find a suitable single source to adapt from, and one must consider…

计算与语言 · 计算机科学 2020-04-20 Xia Cui , Danushka Bollegala