paper-with-me

Papers

XCiT: Cross-Covariance Image Transformers

2021-06-17 · NeurIPS 2021 12 · Alaaeldin El-Nouby, Hugo Touvron, Mathilde Caron, Piotr Bojanowski, Matthijs Douze, Armand Joulin, Ivan Laptev, Natalia Neverova, Gabriel Synnaeve, Jakob Verbeek, Hervé Jegou

Following their success in natural language processing, transformers have recently shown much promise for computer vision. The self-attention operation underlying transformers yields global interactions between all tokens ,i.e. words or image patches, and enables flexible modelling of image data beyond the local interactions of convolutions. This flexibility, however, comes with a quadratic complexity in time and memory, hindering application to long sequences and high-resolution images. We propose a "transposed" version of self-attention that operates across feature channels rather than tokens, where the interactions are based on the cross-covariance matrix between keys and queries. The resulting cross-covariance attention (XCA) has linear complexity in the number of tokens, and allows efficient processing of high-resolution images. Our cross-covariance image transformer (XCiT) is built upon XCA. It combines the accuracy of conventional transformers with the scalability of convolutional architectures. We validate the effectiveness and generality of XCiT by reporting excellent results on multiple vision benchmarks, including image classification and self-supervised feature learning on ImageNet-1k, object detection and instance segmentation on COCO, and semantic segmentation on ADE20k.

📄 PDF Abstract BibTeX arXiv:2106.09681

Code (12)

facebookresearch/xcit 공식 구현 pytorch
rwightman/pytorch-image-models 공식 구현 pytorch
BR-IDL/PaddleViT/tree/develop/image_classification/XCiT paddle
BrilliantYuKaimin/XCiT-PaddlePaddle paddle
MS-Mind/MS-Code-02/tree/main/configs/xcit mindspore
Mind23-2/MindCode-123 mindspore
PaddlePaddle/PASSL paddle
adrienangeli/dino pytorch
alibaba/EasyCV pytorch
facebookresearch/dino pytorch
facebookresearch/vissl pytorch
https://gitlab.com/birder/birder pytorch

Tasks

image-classificationImage ClassificationInstance Segmentationobject-detectionObject DetectionSelf-Supervised Image ClassificationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
Residual Connection 설명 없음
Batch Normalization 설명 없음
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Local Patch Interaction Local Patch Interaction, or LPI, is a module used for the XCiT layer to enable explicit communication across patches. LPI…

Similar Papers 제목 키워드 기반

RealViformer: Investigating Attention for Real-World Video Super-Resolution

2024-07-19 · Yuehan Zhang, Angela Yao

In real-world video super-resolution (VSR), videos suffer from in-the-wild degradations and artifacts. VSR methods, especially recurrent ones, tend to propagate artifacts over time in the real-world setting and are more …

Image Super-ResolutionSuper-ResolutionVideo Super-Resolution

Make Hawkes Processes Explainable by Decomposing Self-Triggering Kernels

2017-03-27 · Rafael Lima, Jaesik Choi

Hawkes Processes capture self-excitation and mutual-excitation between events when the arrival of an event makes future events more likely to happen. Identification of such temporal covariance can reveal the underlying s…

Advancing Deformable Medical Image Registration with Multi-axis Cross-covariance Attention

2024-12-24 · Mingyuan Meng, Michael Fulham, Lei Bi, Jinman Kim

Deformable image registration is a fundamental requirement for medical image analysis. Recently, transformers have been widely used in deep learning-based registration methods for their ability to capture long-range depe…

Deformable Medical Image RegistrationImage RegistrationMedical Image AnalysisMedical Image Registration

SIFt-RLS: Subspace of Information Forgetting Recursive Least Squares

2024-04-16 · Brian Lai, Dennis S. Bernstein

This paper presents subspace of information forgetting recursive least squares (SIFt-RLS), a directional forgetting algorithm which, at each step, forgets only in row space of the regressor matrix, or the \textit{informa…

parameter estimation

Riemannian Trust-Region based Adaptive Kalman filter with unknown noise Covariance matrices

2021-04-24 · Rahul Moghe, Maruthi R. Akella, Renato Zanetti

The problem of adaptive Kalman filtering for a discrete observable linear time-varying system with unknown noise covariance matrices is addressed in this paper. The measurement difference autocovariance method is used to…