paper-with-me

Papers

Deep Diffeomorphic Transformer Networks

2018-06-01 · CVPR 2018 6 · Nicki Skafte Detlefsen, Oren Freifeld, Søren Hauberg

Spatial Transformer layers allow neural networks, at least in principle, to be invariant to large spatial transformations in image data. The model has, however, seen limited uptake as most practical implementations support only transformations that are too restricted, e.g. affine or homographic maps, and/or destructive maps, such as thin plate splines. We investigate the use of flexible diffeomorphic image transformations within such networks and demonstrate that significant performance gains can be attained over currently-used models. The learned transformations are found to be both simple and intuitive, thereby providing insights into individual problem domains. With the proposed framework, a standard convolutional neural network matches state-of-the-art results on face verification with only two extra lines of simple TensorFlow code.

📄 PDF Abstract BibTeX

Code (1)

SkafteNicki/ddtn 공식 구현 tf

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
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…
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…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Diffeomorphic Spatial Transformer Networks

2021-01-01 · Tycho F.A. van der Ouderaa, Ivana Isgum, Wouter B. Veldhuis, Bob D. de Vos 외

In this paper we propose a spatial transformer network where the spatial transformations are limited to the group of diffeomorphisms. Diffeomorphic transformations are a kind of homeomorphism, which by definition preserv…

Residual Networks as Flows of Velocity Fields for Diffeomorphic Time Series Alignment

2021-06-22 · Hao Huang, Boulbaba Ben Amor, Xichan Lin, Fan Zhu 외

Non-linear (large) time warping is a challenging source of nuisance in time-series analysis. In this paper, we propose a novel diffeomorphic temporal transformer network for both pairwise and joint time-series alignment.…

Time SeriesTime Series AlignmentTime Series Analysis

Diffeomorphic Transformer-based Abdomen MRI-CT Deformable Image Registration

2024-05-04 · Yang Lei, Luke A. Matkovic, Justin Roper, Tonghe Wang 외

This paper aims to create a deep learning framework that can estimate the deformation vector field (DVF) for directly registering abdominal MRI-CT images. The proposed method assumed a diffeomorphic deformation. By using…

Image Registration

TransMorph: Transformer for unsupervised medical image registration

2021-11-19 · Junyu Chen, Eric C. Frey, Yufan He, William P. Segars 외

In the last decade, convolutional neural networks (ConvNets) have been a major focus of research in medical image analysis. However, the performances of ConvNets may be limited by a lack of explicit consideration of the …

Image RegistrationMedical Image AnalysisMedical Image Registration

DiTASK: Multi-Task Fine-Tuning with Diffeomorphic Transformations

2025-02-09 · CVPR 2025 1 · Krishna Sri Ipsit Mantri, Carola-Bibiane Schönlieb, Bruno Ribeiro, Chaim Baskin 외

Pre-trained Vision Transformers now serve as powerful tools for computer vision. Yet, efficiently adapting them for multiple tasks remains a challenge that arises from the need to modify the rich hidden representations e…

Multi-Task Learning