paper-with-me

홈 › Papers

Residual Feature Integration is Sufficient to Prevent Negative Transfer

2025-05-17 · Yichen Xu, Ryumei Nakada, Linjun Zhang, Lexin Li

Transfer learning typically leverages representations learned from a source domain to improve performance on a target task. A common approach is to extract features from a pre-trained model and directly apply them for target prediction. However, this strategy is prone to negative transfer where the source representation fails to align with the target distribution. In this article, we propose Residual Feature Integration (REFINE), a simple yet effective method designed to mitigate negative transfer. Our approach combines a fixed source-side representation with a trainable target-side encoder and fits a shallow neural network on the resulting joint representation, which adapts to the target domain while preserving transferable knowledge from the source domain. Theoretically, we prove that REFINE is sufficient to prevent negative transfer under mild conditions, and derive the generalization bound demonstrating its theoretical benefit. Empirically, we show that REFINE consistently enhances performance across diverse application and data modalities including vision, text, and tabular data, and outperforms numerous alternative solutions. Our method is lightweight, architecture-agnostic, and robust, making it a valuable addition to the existing transfer learning toolbox.

📄 PDF Abstract BibTeX arXiv:2505.11771

Code (2)

Xyc-arch/ReFine 공식 구현 pytorch
Xyc-arch/ReFine-residual-feature-integration 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Beyond the Birkhoff Polytope: Spectral-Sphere-Constrained Hyper-Connections

2026-03-21 · Zhaoyi Liu, Haichuan Zhang, Ang Li arxiv

Hyper-Connections (HC) generalize residual connections into multiple streams, employing residual matrices for cross-stream feature mixing to enrich model expressivity. However, unconstrained mixing disrupts the identity …

RBP-Pose: Residual Bounding Box Projection for Category-Level Pose Estimation

2022-07-30 · Ruida Zhang, Yan Di, Zhiqiang Lou, Fabian Manhardt 외

Category-level object pose estimation aims to predict the 6D pose as well as the 3D metric size of arbitrary objects from a known set of categories. Recent methods harness shape prior adaptation to map the observed point…

ObjectPose Estimation

Negative Flux Aggregation to Estimate Feature Attributions

2023-01-17 · Xin Li, Deng Pan, Chengyin Li, Yao Qiang 외

There are increasing demands for understanding deep neural networks' (DNNs) behavior spurred by growing security and/or transparency concerns. Due to multi-layer nonlinearity of the deep neural network architectures, exp…

Feature Normalization Prevents Collapse of Non-contrastive Learning Dynamics

2023-09-28 · Han Bao

Contrastive learning is a self-supervised representation learning framework, where two positive views generated through data augmentation are made similar by an attraction force in a data representation space, while a re…

Computational EfficiencyContrastive LearningData AugmentationRepresentation Learning

Feeling the Unexpected: ResTacVLA for Contact-Rich Manipulation via Residual Tactile Representation

2026-07-03 · Pengwei Zhang, Bin Xie, Ce Hao, Xinpan Meng 외 arxiv

Tactile perception is indispensable for contact-rich manipulation, yet integrating it into Vision-Language-Action (VLA) models often induces modality collapse, where high-bandwidth visual features overshadow sparse tacti…