当对抗性训练与快速调整相遇时:对抗性双重快速调整用于无监督域调整
概括
本研究介绍了Adversarial Dual Prompt Tuning (ADAPT),这是一种用于无监督域适应 (UDA) 的新方法,它使用文本和视觉提示来对准数据域. 在不需要明确的域区分器的情况下,ADAPT有效地调整模型,改善基准数据集的性能.
科学领域:
- 计算机科学 计算机科学
- 人工智能的人工智能
- 机器学习 机器学习
背景情况:
- 无监督域调整 (UDA) 旨在将知识从一个标记的源域转移到一个没有标记的目标域.
- 敌对训练是UDA中常见的一种技术,以尽量减少域差异.
- 快速调整提供了一种高效的方法来适应像CLIP这样的大型预训练的视觉语言模型.
研究的目的:
- 提出一种新的方法,即对抗式双快速调整 (ADAPT),用于无监督域调整.
- 为了在CLIP模型适应的协作对抗框架内利用文字和视觉提示.
- 在不依赖于明确的域区分器的情况下实现域调整.
主要方法:
- ADAPT将文本提示调整和视觉提示调整集成到一个协作对抗框架中.
- 文本提示调整旨在区分源和目标图像.
- 视觉提示调整旨在通过在全球和类别层面上建模联合概率分布,使源域和目标域对齐.
主要成果:
- 在四个基准数据集上进行了广泛的实验.
- 拟议的ADAPT方法在无监督的域调整任务中表现出显著的有效性.
- 该方法通过模拟没有明确的歧视因素的联合概率分布,成功地对准了领域.
结论:
- ADAPT提供了一种有效和新的方法,用于使用对抗性提示调来进行无监督域调整.
- 该方法通过模拟联合概率分布成功对准域,消除了对显式域区分器的需求.
- 文本和视觉提示之间的协作对抗游戏增强了CLIP的模型适应性.
相关概念视频
Improving Translational Accuracy
2.5K
2.5K
Upsampling
188
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
188
Goodness-of-Fit Test
3.3K
The goodness-of-fit test is a type of hypothesis test which determines whether the data "fits" a particular distribution. For example, one may suspect that some anonymous data may fit a binomial distribution. A chi-square test (meaning the distribution for the hypothesis test is chi-square) can be used to determine if there is a fit. The null and alternative hypotheses may be written in sentences or stated as equations or inequalities. The test statistic for a goodness-of-fit test is given as...
3.3K
Multi-input and Multi-variable systems
93
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
In the absence...
93
The Anchoring-and-Adjustment Heuristic
7.2K
In order to make good decisions, we use our knowledge and our reasoning. Often, this knowledge and reasoning is sound and solid. However, sometimes, we are swayed by biases or by others manipulating a situation. For example, let’s say you and three friends wanted to rent a house and had a combined target budget of $1,600. The realtor shows you only very run-down houses for $1,600 and then shows you a very nice house for $2,000. Might you ask each person to pay more in rent to get the...
7.2K
Downsampling
121
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
121


