paper-with-me

홈 › Papers

Sequential Cross Attention Based Multi-task Learning

2022-09-06 · Sunkyung Kim, Hyesong Choi, Dongbo Min

In multi-task learning (MTL) for visual scene understanding, it is crucial to transfer useful information between multiple tasks with minimal interferences. In this paper, we propose a novel architecture that effectively transfers informative features by applying the attention mechanism to the multi-scale features of the tasks. Since applying the attention module directly to all possible features in terms of scale and task requires a high complexity, we propose to apply the attention module sequentially for the task and scale. The cross-task attention module (CTAM) is first applied to facilitate the exchange of relevant information between the multiple task features of the same scale. The cross-scale attention module (CSAM) then aggregates useful information from feature maps at different resolutions in the same task. Also, we attempt to capture long range dependencies through the self-attention module in the feature extraction network. Extensive experiments demonstrate that our method achieves state-of-the-art performance on the NYUD-v2 and PASCAL-Context dataset.

📄 PDF Abstract BibTeX arXiv:2209.02518

Code (1)

kimsunkyung/SCA_MTL 공식 구현 pytorch

Tasks

Multi-Task LearningScene Understanding

Similar Papers 제목 키워드 기반

Revisiting the Ordering of Channel and Spatial Attention: A Comprehensive Study on Sequential and Parallel Designs

2026-01-12 · Zhongming Liu, Bingbing Jiang arxiv

Attention mechanisms have become a core component of deep learning models, with Channel Attention and Spatial Attention being the two most representative architectures. Current research on their fusion strategies primari…

Unbiased and Robust: External Attention-enhanced Graph Contrastive Learning for Cross-domain Sequential Recommendation

2023-10-07 · Xinhua Wang, Houping Yue, Zizheng Wang, Liancheng Xu 외

Cross-domain sequential recommenders (CSRs) are gaining considerable research attention as they can capture user sequential preference by leveraging side information from multiple domains. However, these works typically …

Contrastive LearningMulti-Task LearningSelf-Supervised LearningSequential Recommendation

An Efficient Attention Mechanism for Sequential Recommendation Tasks: HydraRec

2025-01-02 · Uzma Mushtaque

Transformer based models are increasingly being used in various domains including recommender systems (RS). Pretrained transformer models such as BERT have shown good performance at language modelling. With the greater a…

Language ModellingRecommendation SystemsSequential Recommendation

Hierarchical Attention Fusion of Visual and Textual Representations for Cross-Domain Sequential Recommendation

2025-04-21 · Wangyu Wu, Zhenhong Chen, Siqi Song, Xianglin Qiua 외

Cross-Domain Sequential Recommendation (CDSR) predicts user behavior by leveraging historical interactions across multiple domains, focusing on modeling cross-domain preferences through intra- and inter-sequence item rel…

Decision MakingSequential Decision MakingSequential Recommendation

Mixed Attention Network for Cross-domain Sequential Recommendation

2023-11-14 · GuanYu Lin, Chen Gao, Yu Zheng, Jianxin Chang 외

In modern recommender systems, sequential recommendation leverages chronological user behaviors to make effective next-item suggestions, which suffers from data sparsity issues, especially for new users. One promising li…

Recommendation SystemsSequential Recommendation