paper-with-me

Papers

TSP-Transformer: Task-Specific Prompts Boosted Transformer for Holistic Scene Understanding

2023-11-06 · Shuo Wang, Jing Li, Zibo Zhao, Dongze Lian, Binbin Huang, Xiaomei Wang, Zhengxin Li, Shenghua Gao

Holistic scene understanding includes semantic segmentation, surface normal estimation, object boundary detection, depth estimation, etc. The key aspect of this problem is to learn representation effectively, as each subtask builds upon not only correlated but also distinct attributes. Inspired by visual-prompt tuning, we propose a Task-Specific Prompts Transformer, dubbed TSP-Transformer, for holistic scene understanding. It features a vanilla transformer in the early stage and tasks-specific prompts transformer encoder in the lateral stage, where tasks-specific prompts are augmented. By doing so, the transformer layer learns the generic information from the shared parts and is endowed with task-specific capacity. First, the tasks-specific prompts serve as induced priors for each task effectively. Moreover, the task-specific prompts can be seen as switches to favor task-specific representation learning for different tasks. Extensive experiments on NYUD-v2 and PASCAL-Context show that our method achieves state-of-the-art performance, validating the effectiveness of our method for holistic scene understanding. We also provide our code in the following link https://github.com/tb2-sy/TSP-Transformer.

📄 PDF Abstract BibTeX arXiv:2311.03427

Code (1)

tb2-sy/tsp-transformer 공식 구현 pytorch

Tasks

Boundary DetectionDepth EstimationRepresentation LearningScene UnderstandingSemantic SegmentationSurface Normal EstimationVisual Prompt Tuning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

CB-HVTNet: A channel-boosted hybrid vision transformer network for lymphocyte assessment in histopathological images

2023-05-16 · Momina Liaqat Ali, Zunaira Rauf, Asifullah Khan, Anabia Sohail 외

Transformers, due to their ability to learn long range dependencies, have overcome the shortcomings of convolutional neural networks (CNNs) for global perspective learning. Therefore, they have gained the focus of resear…

Medical DiagnosisTransfer Learning

TransTIC: Transferring Transformer-based Image Compression from Human Perception to Machine Perception

2023-06-08 · ICCV 2023 1 · Yi-Hsin Chen, Ying-Chieh Weng, Chia-Hao Kao, Cheng Chien 외

This work aims for transferring a Transformer-based image compression codec from human perception to machine perception without fine-tuning the codec. We propose a transferable Transformer-based image compression framewo…

DecoderImage CompressionVisual Prompt Tuning

Learning Visual Prompts for Guiding the Attention of Vision Transformers

2024-06-05 · Razieh Rezaei, Masoud Jalili Sabet, Jindong Gu, Daniel Rueckert 외

Visual prompting infuses visual information into the input image to adapt models toward specific predictions and tasks. Recently, manually crafted markers such as red circles are shown to guide the model to attend to a t…

Visual Prompting

ByteTransformer: A High-Performance Transformer Boosted for Variable-Length Inputs

2022-10-06 · Yujia Zhai, Chengquan Jiang, Leyuan Wang, Xiaoying Jia 외

Transformers have become keystone models in natural language processing over the past decade. They have achieved great popularity in deep learning applications, but the increasing sizes of the parameter spaces required b…

GPUVocal Bursts Intensity Prediction

SwinNet: Swin Transformer drives edge-aware RGB-D and RGB-T salient object detection

2022-04-12 · Zhengyi Liu, Yacheng Tan, Qian He, Yun Xiao

Convolutional neural networks (CNNs) are good at extracting contexture features within certain receptive fields, while transformers can model the global long-range dependency features. By absorbing the advantage of trans…

Decoderobject-detectionObject DetectionRGB-T Salient Object Detection+1