paper-with-me

홈 › Papers

Source Component Shift Adaptation via Offline Decomposition and Online Mixing Approach

2025-08-14 · Ryuta Matsuno arxiv

This paper addresses source component shift adaptation, aiming to update predictions adapting to source component shifts for incoming data streams based on past training data. Existing online learning methods often fail to utilize recurring shifts effectively, while model-pool-based methods struggle to capture individual source components, leading to poor adaptation. In this paper, we propose a source component shift adaptation method via an offline decomposition and online mixing approach. We theoretically identify that the problem can be divided into two subproblems: offline source component decomposition and online mixing weight adaptation. Based on this, our method first determines prediction models, each of which learns a source component solely based on past training data offline through the EM algorithm. Then, it updates the mixing weight of the prediction models for precise prediction through online convex optimization. Thanks to our theoretical derivation, our method fully leverages the characteristics of the shifts, achieving superior adaptation performance over existing methods. Experiments conducted on various real-world regression datasets demonstrate that our method outperforms baselines, reducing the cumulative test loss by up to 67.4%.

📄 PDF Abstract BibTeX arXiv:2508.10257

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LEAD: Learning Decomposition for Source-free Universal Domain Adaptation

2024-03-06 · CVPR 2024 1 · Sanqing Qu, Tianpei Zou, Lianghua He, Florian Röhrbein 외

Universal Domain Adaptation (UniDA) targets knowledge transfer in the presence of both covariate and label shifts. Recently, Source-free Universal Domain Adaptation (SF-UniDA) has emerged to achieve UniDA without access …

Domain AdaptationTransfer LearningUniversal Domain Adaptation

Learning Feature Decomposition for Domain Adaptive Monocular Depth Estimation

2022-07-30 · Shao-Yuan Lo, Wei Wang, Jim Thomas, Jingjing Zheng 외

Monocular depth estimation (MDE) has attracted intense study due to its low cost and critical functions for robotic tasks such as localization, mapping and obstacle detection. Supervised approaches have led to great succ…

Depth EstimationDomain AdaptationMonocular Depth EstimationUnsupervised Domain Adaptation

A Recipe for Stable Offline Multi-agent Reinforcement Learning

2026-03-09 · Dongsu Lee, Daehee Lee, Amy Zhang arxiv

Despite remarkable achievements in single-agent offline reinforcement learning (RL), multi-agent RL (MARL) has struggled to adopt this paradigm, largely persisting with on-policy training and self-play from scratch. One …

Multi-agent Reinforcement Learning

Towards Online Domain Adaptive Object Detection

2022-04-11 · Vibashan VS, Poojan Oza, Vishal M. Patel

Existing object detection models assume both the training and test data are sampled from the same source domain. This assumption does not hold true when these detectors are deployed in real-world applications, where they…

Domain AdaptationObjectobject-detectionObject Detection+2

Loss Smoothing for Stable Adaptation Under Distribution Shift

2026-07-01 · Darshan Patil, Ekaterina Lobacheva, Razvan Pascanu, Sarath Chandar arxiv

In settings such as fine-tuning and reinforcement learning, neural networks are often adapted under distribution shift. Standard adaptation methods typically optimize the target objective directly, inducing an abrupt cha…

Reinforcement Learning