paper-with-me

홈 › Papers

Salient Mask-Guided Vision Transformer for Fine-Grained Classification

2023-05-11 · Dmitry Demidov, Muhammad Hamza Sharif, Aliakbar Abdurahimov, Hisham Cholakkal, Fahad Shahbaz Khan

Fine-grained visual classification (FGVC) is a challenging computer vision problem, where the task is to automatically recognise objects from subordinate categories. One of its main difficulties is capturing the most discriminative inter-class variances among visually similar classes. Recently, methods with Vision Transformer (ViT) have demonstrated noticeable achievements in FGVC, generally by employing the self-attention mechanism with additional resource-consuming techniques to distinguish potentially discriminative regions while disregarding the rest. However, such approaches may struggle to effectively focus on truly discriminative regions due to only relying on the inherent self-attention mechanism, resulting in the classification token likely aggregating global information from less-important background patches. Moreover, due to the immense lack of the datapoints, classifiers may fail to find the most helpful inter-class distinguishing features, since other unrelated but distinctive background regions may be falsely recognised as being valuable. To this end, we introduce a simple yet effective Salient Mask-Guided Vision Transformer (SM-ViT), where the discriminability of the standard ViT`s attention maps is boosted through salient masking of potentially discriminative foreground regions. Extensive experiments demonstrate that with the standard training procedure our SM-ViT achieves state-of-the-art performance on popular FGVC benchmarks among existing ViT-based approaches while requiring fewer resources and lower input image resolution.

📄 PDF Abstract BibTeX arXiv:2305.07102

Code (1)

demidovd98/sm-vit 공식 구현 pytorch

Tasks

ClassificationFine-Grained Image Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
fail 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

ITA-MDT: Image-Timestep-Adaptive Masked Diffusion Transformer Framework for Image-Based Virtual Try-On

2025-03-26 · CVPR 2025 1 · Ji Woo Hong, Tri Ton, Trung X. Pham, Gwanhyeong Koo 외

This paper introduces ITA-MDT, the Image-Timestep-Adaptive Masked Diffusion Transformer Framework for Image-Based Virtual Try-On (IVTON), designed to overcome the limitations of previous approaches by leveraging the Mask…

DenoisingVirtual Try-on

Progressive Multi-scale Fusion Network for RGB-D Salient Object Detection

2021-06-07 · Guangyu Ren, Yanchu Xie, Tianhong Dai, Tania Stathaki

Salient object detection(SOD) aims at locating the most significant object within a given image. In recent years, great progress has been made in applying SOD on many vision tasks. The depth map could provide additional …

object-detectionObject DetectionRGB-D Salient Object DetectionSalient Object Detection

Aqua Boundary-Saliency Attention Module for Lightweight Underwater Salient Instance Segmentation Detection Transformer

2026-06-06 · M. Fazri Nizar, Julian Supardi, Muhammad Naufal Rachmatullah arxiv

Underwater instance segmentation integrates pixel-level mask prediction and instance-level discrimination for marine resource exploration, ecological monitoring, and underwater robotic perception. Recent prompt-based and…

Instance Segmentation

SALIENT: Frequency-Aware Paired Diffusion for Controllable Long-Tail CT Detection

2026-02-26 · Yifan Li, Mehrdad Salimitari, Taiyu Zhang, Guang Li 외 arxiv

Detection of rare lesions in whole-body CT is fundamentally limited by extreme class imbalance and low target-to-volume ratios, producing precision collapse despite high AUROC. Synthetic augmentation with diffusion model…

What to Hide from Your Students: Attention-Guided Masked Image Modeling

2022-03-23 · Ioannis Kakogeorgiou, Spyros Gidaris, Bill Psomas, Yannis Avrithis 외

Transformers and masked language modeling are quickly being adopted and explored in computer vision as vision transformers and masked image modeling (MIM). In this work, we argue that image token masking differs from tok…

Language ModelingLanguage ModellingMasked Language ModelingSelf-Supervised Learning