中文
相关论文

相关论文: Understanding Test-Time Augmentation

200 篇论文

Test-Time Adaptation (TTA) aims to adapt pre-trained models to the target domain during testing. In reality, this adaptability can be influenced by multiple factors. Researchers have identified various challenging scenarios and developed…

计算机视觉与模式识别 · 计算机科学 2024-07-30 Chaoqun Du , Yulin Wang , Jiayi Guo , Yizeng Han , Jie Zhou , Gao Huang

A key challenge in formal verification, particularly in Model Checking, is ensuring the correctness of the verification tools. Erroneous results on complex models can be difficult to detect, yet a high level of confidence in the outcome is…

形式语言与自动机理论 · 计算机科学 2025-03-07 Andrea Manini , Matteo Rossi , Pierluigi San Pietro

Updatable timed automata (UTA) are extensions of classic timed automata that allow special updates to clock variables, like x:= x - 1, x := y + 2, etc., on transitions. Reachability for UTA is undecidable in general. Various subclasses with…

计算机科学中的逻辑 · 计算机科学 2020-09-29 Paul Gastin , Sayan Mukherjee , B Srivathsan

Data augmentation is gaining importance across various aspects of time series analysis, from forecasting to classification and anomaly detection tasks. We introduce the Latent Generative Transformer Augmentation (L-GTA) model, a generative…

机器学习 · 计算机科学 2025-08-01 Luis Roque , Carlos Soares , Vitor Cerqueira , Luis Torgo

While the design of blind image quality assessment (IQA) algorithms has improved significantly, the distribution shift between the training and testing scenarios often leads to a poor performance of these methods at inference time. This…

计算机视觉与模式识别 · 计算机科学 2023-09-27 Subhadeep Roy , Shankhanil Mitra , Soma Biswas , Rajiv Soundararajan

Wearable human activity recognition (WHAR) models often suffer from performance degradation under real-world cross-user distribution shifts. Test-time adaptation (TTA) mitigates this degradation by adapting models online using unlabeled…

计算机视觉与模式识别 · 计算机科学 2026-05-12 Zishu Zhou , Zaipeng Xie , Xuanyao Jie

Generalizing deep learning models to unknown target domain distribution with low latency has motivated research into test-time training/adaptation (TTT/TTA). Existing approaches often focus on improving test-time training performance under…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Yushu Li , Xun Xu , Yongyi Su , Kui Jia

Despite recent advancements in Machine Learning, many tasks still involve working in low-data regimes which can make solving natural language problems difficult. Recently, a number of text augmentation techniques have emerged in the field…

计算与语言 · 计算机科学 2023-02-27 Congcong Wang , Gonzalo Fiz Pontiveros , Steven Derby , Tri Kurniawan Wijaya

While recent work in controllable text-to-audio (TTA) generation has achieved fine-grained control through timestamp conditioning, its scope remains limited by audio quality and input format. These models often suffer from poor audio…

声音 · 计算机科学 2025-10-14 Zihao Zheng , Zeyu Xie , Xuenan Xu , Wen Wu , Chao Zhang , Mengyue Wu

Test-time adaptation (TTA) aims to adapt a pre-trained model to the target domain in a batch-by-batch manner during inference. While label distributions often exhibit imbalances in real-world scenarios, most previous TTA approaches…

计算机视觉与模式识别 · 计算机科学 2023-08-21 Sunghyun Park , Seunghan Yang , Jaegul Choo , Sungrack Yun

Test-time adaptation (TTA) enhances model robustness by enabling adaptation to target distributions that differ from training distributions, improving real-world generalizability. However, most existing TTA approaches focus on adjusting the…

机器学习 · 计算机科学 2026-05-05 Yewon Han , Seoyun Yang , Taesup Kim

Test-time adaptation (TTA) refers to adjusting the model during the testing phase to cope with changes in sample distribution and enhance the model's adaptability to new environments. In real-world scenarios, models often encounter samples…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Ziqiong Liu , Yushun Tang , Junyang Ji , Zhihai He

Test-time adaptation (TTA) methods, which generally rely on the model's predictions (e.g., entropy minimization) to adapt the source pretrained model to the unlabeled target domain, suffer from noisy signals originating from 1) incorrect or…

计算机视觉与模式识别 · 计算机科学 2023-09-06 Jungsoo Lee , Debasmit Das , Jaegul Choo , Sungha Choi

Data augmentation (DA) is a powerful workhorse for bolstering performance in modern machine learning. Specific augmentations like translations and scaling in computer vision are traditionally believed to improve generalization by generating…

机器学习 · 计算机科学 2024-02-29 Chi-Heng Lin , Chiraag Kaushik , Eva L. Dyer , Vidya Muthukumar

Person re-identification (re-id), which aims to retrieve images of the same person in a given image from a database, is one of the most practical image recognition applications. In the real world, however, the environments that the images…

计算机视觉与模式识别 · 计算机科学 2025-12-03 Kazuki Adachi , Shohei Enomoto , Taku Sasaki , Shin'ya Yamaguchi

Continual test-time domain adaptation (CTTA) aims to adjust models so that they can perform well over time across non-stationary environments. While previous methods have made considerable efforts to optimize the adaptation process, a…

计算机视觉与模式识别 · 计算机科学 2026-02-09 Yanshuo Wang , Jinguang Tong , Jun Lan , Weiqiang Wang , Huijia Zhu , Haoxing Chen , Xuesong Li , Jie Hong

Test-time adaptation (TTA) may fail to improve or even harm the model performance when test data have: 1) mixed distribution shifts, 2) small batch sizes, 3) online imbalanced label distribution shifts. This is often a key obstacle…

Test-time adaptation aims to improve model robustness under distribution shifts by adapting models with access to unlabeled target samples. A primary cause of performance degradation under such shifts is the model's reliance on features…

机器学习 · 计算机科学 2025-10-14 Yingnan Liu , Rui Qiao , Mong Li Lee , Wynne Hsu

Test-time adaptation (TTA) aims to improve the performance of source-domain pre-trained models on previously unseen, shifted target domains. Traditional TTA methods primarily adapt model weights based on target data streams, making model…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Jiayi Guo , Junhao Zhao , Chaoqun Du , Yulin Wang , Chunjiang Ge , Zanlin Ni , Shiji Song , Humphrey Shi , Gao Huang

The generation of artificial data based on existing observations, known as data augmentation, is a technique used in machine learning to improve model accuracy, generalisation, and to control overfitting. Augmentor is a software package,…

计算机视觉与模式识别 · 计算机科学 2017-08-18 Marcus D. Bloice , Christof Stocker , Andreas Holzinger