paper-with-me

Papers

Efficient Computation Sharing for Multi-Task Visual Scene Understanding

2023-03-16 · ICCV 2023 1 · Sara Shoouri, Mingyu Yang, Zichen Fan, Hun-Seok Kim

Solving multiple visual tasks using individual models can be resource-intensive, while multi-task learning can conserve resources by sharing knowledge across different tasks. Despite the benefits of multi-task learning, such techniques can struggle with balancing the loss for each task, leading to potential performance degradation. We present a novel computation- and parameter-sharing framework that balances efficiency and accuracy to perform multiple visual tasks utilizing individually-trained single-task transformers. Our method is motivated by transfer learning schemes to reduce computational and parameter storage costs while maintaining the desired performance. Our approach involves splitting the tasks into a base task and the other sub-tasks, and sharing a significant portion of activations and parameters/weights between the base and sub-tasks to decrease inter-task redundancies and enhance knowledge sharing. The evaluation conducted on NYUD-v2 and PASCAL-context datasets shows that our method is superior to the state-of-the-art transformer-based multi-task learning techniques with higher accuracy and reduced computational resources. Moreover, our method is extended to video stream inputs, further reducing computational costs by efficiently sharing information across the temporal domain as well as the task domain. Our codes and models will be publicly available.

📄 PDF Abstract BibTeX arXiv:2303.09663

Code (1)

sarashoouri/efficientmtl 공식 구현 pytorch

Tasks

Multi-Task LearningScene UnderstandingTransfer Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

OFVL-MS: Once for Visual Localization across Multiple Indoor Scenes

2023-08-23 · ICCV 2023 1 · Tao Xie, Kun Dai, Siyi Lu, Ke Wang 외

In this work, we seek to predict camera poses across scenes with a multi-task learning manner, where we view the localization of each scene as a new task. We propose OFVL-MS, a unified framework that dispenses with the t…

Multi-Task LearningVisual Localization

Visual-Semantic Scene Understanding by Sharing Labels in a Context Network

2013-09-16 · Ishani Chakraborty, Ahmed Elgammal

We consider the problem of naming objects in complex, natural scenes containing widely varying object appearance and subtly different names. Informed by cognitive research, we propose an approach based on sharing context…

Data AugmentationObjectScene Understanding

Global-Reasoned Multi-Task Learning Model for Surgical Scene Understanding

2022-01-28 · Lalithkumar Seenivasan, Sai Mitheran, Mobarakol Islam, Hongliang Ren

Global and local relational reasoning enable scene understanding models to perform human-like scene analysis and understanding. Scene understanding enables better semantic segmentation and object-to-object interaction de…

Graph AttentionKnowledge DistillationMulti-Task LearningRelational Reasoning+3

FOTS: Fast Oriented Text Spotting with a Unified Network

2018-01-05 · CVPR 2018 6 · Xuebo Liu, Ding Liang, Shi Yan, Dagui Chen 외

Incidental scene text spotting is considered one of the most difficult and valuable challenges in the document analysis community. Most existing methods treat text detection and recognition as separate tasks. In this wor…

Scene Text DetectionScene Text RecognitionText DetectionText Spotting

Boosting Real-Time Driving Scene Parsing with Shared Semantics

2019-09-16 · Zhenzhen Xiang, Anbo Bao, Jie Li, Jianbo Su

Real-time scene parsing is a fundamental feature for autonomous driving vehicles with multiple cameras. In this letter we demonstrate that sharing semantics between cameras with different perspectives and overlapped view…

Autonomous DrivingScene ParsingSemantic Segmentation