中文
相关论文

相关论文: Dual PatchNorm

200 篇论文

Normalization techniques are crucial for enhancing Transformer models' performance and stability in time series analysis tasks, yet traditional methods like batch and layer normalization often lead to issues such as token shift, attention…

机器学习 · 计算机科学 2024-05-28 Nan Huang , Christian Kümmerle , Xiang Zhang

Despite the significant success of deep learning in computer vision tasks, cross-domain tasks still present a challenge in which the model's performance will degrade when the training set and the test set follow different distributions.…

计算机视觉与模式识别 · 计算机科学 2024-09-17 Lei Qi , Dongjia Zhao , Yinghuan Shi , Xin Geng

We here propose a novel hierarchical transformer model that adeptly integrates the feature extraction capabilities of Convolutional Neural Networks (CNNs) with the advanced representational potential of Vision Transformers (ViTs).…

计算机视觉与模式识别 · 计算机科学 2024-07-22 Xiaoya Tang , Bodong Zhang , Beatrice S. Knudsen , Tolga Tasdizen

Transformer recently emerged as the de facto model for computer vision tasks and has also been successfully applied to shadow removal. However, these existing methods heavily rely on intricate modifications to the attention mechanisms…

计算机视觉与模式识别 · 计算机科学 2025-03-25 Zhuohao Li , Guoyang Xie , Guannan Jiang , Zhichao Lu

In the recent past, there have been several efforts in accelerating computationally heavy beamforming algorithms such as minimum variance distortionless response (MVDR) beamforming to achieve real-time performance comparable to the popular…

信号处理 · 电气工程与系统科学 2021-10-22 Sairoop Bodepudi , A N Madhavanunni , Mahesh Raveendranatha Panicker

Although low-light image enhancement has achieved great stride based on deep enhancement models, most of them mainly stress on enhancement performance via an elaborated black-box network and rarely explore the physical significance of…

计算机视觉与模式识别 · 计算机科学 2025-01-03 Huake Wang , Xingsong Hou , Chengcu Liu , Kaibing Zhang , Xiangyong Cao , Xueming Qian

Shift equivariance is a fundamental principle that governs how we perceive the world - our recognition of an object remains invariant with respect to shifts. Transformers have gained immense popularity due to their effectiveness in both…

计算机视觉与模式识别 · 计算机科学 2023-06-14 Peijian Ding , Davit Soselia , Thomas Armstrong , Jiahao Su , Furong Huang

Non-overlapping patch-wise convolution is the default image tokenizer for all state-of-the-art vision Transformer (ViT) models. Even though many ViT variants have been proposed to improve its efficiency and accuracy, little research on…

计算机视觉与模式识别 · 计算机科学 2024-05-30 Zhenhai Zhu , Radu Soricut

Vision transformers have demonstrated the potential to outperform CNNs in a variety of vision tasks. But the computational and memory requirements of these models prohibit their use in many applications, especially those that depend on…

计算机视觉与模式识别 · 计算机科学 2022-10-06 Yue Liu , Christos Matsoukas , Fredrik Strand , Hossein Azizpour , Kevin Smith

We present a Siamese-like Dual-branch network based on solely Transformers for tracking. Given a template and a search image, we divide them into non-overlapping patches and extract a feature vector for each patch based on its matching…

计算机视觉与模式识别 · 计算机科学 2021-12-07 Fei Xie , Chunyu Wang , Guangting Wang , Wankou Yang , Wenjun Zeng

Transformers with remarkable global representation capacities achieve competitive results for visual tasks, but fail to consider high-level local pattern information in input images. In this paper, we present a generic Dual-stream Network…

计算机视觉与模式识别 · 计算机科学 2021-10-28 Mingyuan Mao , Renrui Zhang , Honghui Zheng , Peng Gao , Teli Ma , Yan Peng , Errui Ding , Baochang Zhang , Shumin Han

We give a new algorithm for learning a two-layer neural network under a general class of input distributions. Assuming there is a ground-truth two-layer network $$ y = A \sigma(Wx) + \xi, $$ where $A,W$ are weight matrices, $\xi$ represents…

机器学习 · 计算机科学 2019-02-05 Rong Ge , Rohith Kuditipudi , Zhize Li , Xiang Wang

In this paper, we propose a method to align and place a fabric piece on top of another using a dual-arm manipulator and a grayscale camera, so that their surface textures are accurately matched. We propose a novel control scheme that…

机器人学 · 计算机科学 2025-12-29 Fuyuki Tokuda , Akira Seino , Akinari Kobayashi , Kai Tang , Kazuhiro Kosuge

Category-level 6D object pose and size estimation is to predict full pose configurations of rotation, translation, and size for object instances observed in single, arbitrary views of cluttered scenes. In this paper, we propose a new method…

计算机视觉与模式识别 · 计算机科学 2021-08-17 Jiehong Lin , Zewei Wei , Zhihao Li , Songcen Xu , Kui Jia , Yuanqing Li

Batch-normalization (BN) layers are thought to be an integrally important layer type in today's state-of-the-art deep convolutional neural networks for computer vision tasks such as classification and detection. However, BN layers introduce…

机器学习 · 计算机科学 2019-07-23 Mark D. McDonnell , Hesham Mostafa , Runchun Wang , Andre van Schaik

Vision Transformer (ViT) is known to be highly nonlinear like other classical neural networks and could be easily fooled by both natural and adversarial patch perturbations. This limitation could pose a threat to the deployment of ViT in…

计算机视觉与模式识别 · 计算机科学 2023-04-25 Yuheng Huang , Lei Ma , Yuanchun Li

Large capacity deep learning models are often prone to a high generalization gap when trained with a limited amount of labeled training data. A recent class of methods to address this problem uses various ways to construct a new training…

机器学习 · 计算机科学 2023-01-10 Mojtaba Faramarzi , Mohammad Amini , Akilesh Badrinaaraayanan , Vikas Verma , Sarath Chandar

Batch normalization (BatchNorm) is a popular layer normalization technique used when training deep neural networks. It has been shown to enhance the training speed and accuracy of deep learning models. However, the mechanics by which…

机器学习 · 计算机科学 2025-02-14 Hermanus L. Potgieter , Coenraad Mouton , Marelie H. Davel

Normalization techniques have only recently begun to be exploited in supervised learning tasks. Batch normalization exploits mini-batch statistics to normalize the activations. This was shown to speed up training and result in better…

机器学习 · 计算机科学 2017-03-08 Mengye Ren , Renjie Liao , Raquel Urtasun , Fabian H. Sinz , Richard S. Zemel

Batch Normalization (BatchNorm) is a technique that improves the training of deep neural networks, especially Convolutional Neural Networks (CNN). It has been empirically demonstrated that BatchNorm increases performance, stability, and…

机器学习 · 计算机科学 2023-03-24 Yashna Peerthum , Mark Stamp