paper-with-me

Papers

Doubly Deformable Aggregation of Covariance Matrices for Few-shot Segmentation

2022-07-30 · Zhitong Xiong, Haopeng Li, Xiao Xiang Zhu

Training semantic segmentation models with few annotated samples has great potential in various real-world applications. For the few-shot segmentation task, the main challenge is how to accurately measure the semantic correspondence between the support and query samples with limited training data. To address this problem, we propose to aggregate the learnable covariance matrices with a deformable 4D Transformer to effectively predict the segmentation map. Specifically, in this work, we first devise a novel hard example mining mechanism to learn covariance kernels for the Gaussian process. The learned covariance kernel functions have great advantages over existing cosine similarity-based methods in correspondence measurement. Based on the learned covariance kernels, an efficient doubly deformable 4D Transformer module is designed to adaptively aggregate feature similarity maps into segmentation results. By combining these two designs, the proposed method can not only set new state-of-the-art performance on public benchmarks, but also converge extremely faster than existing methods. Experiments on three public datasets have demonstrated the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2208.00306

Code (1)

shadowxzt/dacm-few-shot.pytorch 공식 구현 pytorch

Tasks

Few-Shot Semantic SegmentationSegmentationSemantic correspondenceSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
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…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Efficient Online Learning of Optimal Rankings: Dimensionality Reduction via Gradient Descent

2020-11-05 · NeurIPS 2020 12 · Dimitris Fotakis, Thanasis Lianeas, Georgios Piliouras, Stratis Skoulakis

We consider a natural model of online preference aggregation, where sets of preferred items $R_1, R_2, \ldots, R_t$ along with a demand for $k_t$ items in each $R_t$, appear online. Without prior knowledge of $(R_t, k_t)…

Dimensionality Reduction

Permute Me Softly: Learning Soft Permutations for Graph Representations

2021-10-05 · Giannis Nikolentzos, George Dasoulas, Michalis Vazirgiannis

Graph neural networks (GNNs) have recently emerged as a dominant paradigm for machine learning with graphs. Research on GNNs has mainly focused on the family of message passing neural networks (MPNNs). Similar to the Wei…

Graph ClassificationGraph Neural NetworkGraph Regression

Doubly Stochastic Adaptive Neighbors Clustering via the Marcus Mapping

2024-08-06 · Jinghui Yuan, Chusheng Zeng, Fangyuan Xie, Zhe Cao 외

Clustering is a fundamental task in machine learning and data science, and similarity graph-based clustering is an important approach within this domain. Doubly stochastic symmetric similarity graphs provide numerous ben…

ClusteringComputational Efficiency

Covariance of Motion and Appearance Featuresfor Spatio Temporal Recognition Tasks

2016-06-16 · Subhabrata Bhattacharya, Nasim Souly, Mubarak Shah

In this paper, we introduce an end-to-end framework for video analysis focused towards practical scenarios built on theoretical foundations from sparse representation, including a novel descriptor for general purpose vid…

Gesture RecognitionOne-Shot LearningOptical Flow Estimation

Sinkformers: Transformers with Doubly Stochastic Attention

2021-10-22 · Michael E. Sander, Pierre Ablin, Mathieu Blondel, Gabriel Peyré

Attention based models such as Transformers involve pairwise interactions between data points, modeled with a learnable attention matrix. Importantly, this attention matrix is normalized with the SoftMax operator, which …

Image Classification