paper-with-me

Papers

Scattering Vision Transformer: Spectral Mixing Matters

2023-11-02 · NeurIPS 2023 11

Vision transformers have gained significant attention and achieved state-of-the-art performance in various computer vision tasks, including image classification, instance segmentation, and object detection. However, challenges remain in addressing attention complexity and effectively capturing fine-grained information within images. Existing solutions often resort to down-sampling operations, such as pooling, to reduce computational cost. Unfortunately, such operations are non-invertible and can result in information loss. In this paper, we present a novel approach called Scattering Vision Transformer (SVT) to tackle these challenges. SVT incorporates a spectrally scattering network that enables the capture of intricate image details. SVT overcomes the invertibility issue associated with down-sampling operations by separating low-frequency and high-frequency components. Furthermore, SVT introduces a unique spectral gating network utilizing Einstein multiplication for token and channel mixing, effectively reducing complexity. We show that SVT achieves state-of-the-art performance on the ImageNet dataset with a significant reduction in a number of parameters and FLOPS. SVT shows 2\% improvement over LiTv2 and iFormer. SVT-H-S reaches 84.2\% top-1 accuracy, while SVT-H-B reaches 85.2\% (state-of-art for base versions) and SVT-H-L reaches 85.7\% (again state-of-art for large versions). SVT also shows comparable results in other vision tasks such as instance segmentation. SVT also outperforms other transformers in transfer learning on standard datasets such as CIFAR10, CIFAR100, Oxford Flower, and Stanford Car datasets. The project page is available on this webpage.\url{https://badripatro.github.io/svt/}.

📄 PDF Abstract BibTeX arXiv:2311.01310

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationInstance Segmentationobject-detectionObject DetectionSemantic SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Nonlinear unmixing of hyperspectral images: models and algorithms

2013-04-06 · Nicolas Dobigeon, Jean-Yves Tourneret, Cédric Richard, José C. M. Bermudez 외

When considering the problem of unmixing hyperspectral images, most of the literature in the geoscience and image processing areas relies on the widely used linear mixing model (LMM). However, the LMM may be not valid an…

valid

Deep Hyperspectral Unmixing using Transformer Network

2022-03-31 · Preetam Ghosh, Swalpa Kumar Roy, Bikram Koirala, Behnood Rasti 외

Currently, this paper is under review in IEEE. Transformers have intrigued the vision research community with their state-of-the-art performance in natural language processing. With their superior performance, transforme…

DecoderHyperspectral Image ClassificationHyperspectral Unmixingimage-classification+1

DTU-Net: A Multi-Scale Dilated Transformer Network for Nonlinear Hyperspectral Unmixing

2025-03-05 · Chentong Wang, Jincheng Gao, Fei Zhu, Abderrahim Halimi 외

Transformers have shown significant success in hyperspectral unmixing (HU). However, challenges remain. While multi-scale and long-range spatial correlations are essential in unmixing tasks, current Transformer-based unm…

Hyperspectral Unmixing

Spectral Subsurface Scattering from RGB via Biophysical Skin Inversion

2026-06-25 · Carlos Aliaga, Adrian Jarabo arxiv

In this paper we present a spectral optical inversion for skin for path tracing-based rendering of subsurface scattering. Skin is a complex multilayered medium, with appearance determined by the mixture of biophysical ch…

Image Processing and Machine Learning for Hyperspectral Unmixing: An Overview and the HySUPP Python Package

2023-08-18 · Behnood Rasti, Alexandre Zouaoui, Julien Mairal, Jocelyn Chanussot

Spectral pixels are often a mixture of the pure spectra of the materials, called endmembers, due to the low spatial resolution of hyperspectral sensors, double scattering, and intimate mixtures of materials in the scenes…

Hyperspectral Unmixing