中文
相关论文

相关论文: Focal Modulation Networks

200 篇论文

As the scale of object detection dataset is smaller than that of image recognition dataset ImageNet, transfer learning has become a basic training method for deep learning object detection models, which will pretrain the backbone network of…

计算机视觉与模式识别 · 计算机科学 2020-12-16 Kehe WU , Zuge Chen , Qi MA , Xiaoliang Zhang , Wei Li

Attention mechanism, especially channel attention, has gained great success in the computer vision field. Many works focus on how to design efficient channel attention mechanisms while ignoring a fundamental problem, i.e., channel attention…

计算机视觉与模式识别 · 计算机科学 2021-07-26 Zequn Qin , Pengyi Zhang , Fei Wu , Xi Li

The task of semi-supervised video object segmentation (VOS) has been greatly advanced and state-of-the-art performance has been made by dense matching-based methods. The recent methods leverage space-time memory (STM) networks and learn to…

计算机视觉与模式识别 · 计算机科学 2021-11-30 Jiadai Sun , Yuxin Mao , Yuchao Dai , Yiran Zhong , Jianyuan Wang

Pre-training & fine-tuning can enhance the transferring efficiency and performance in visual tasks. Recent delta-tuning methods provide more options for visual classification tasks. Despite their success, existing visual delta-tuning art…

计算机视觉与模式识别 · 计算机科学 2024-08-28 Dongshuo Yin , Leiyi Hu , Bin Li , Youqun Zhang , Xue Yang

Top-down attention plays a crucial role in the human vision system, wherein the brain initially obtains a rough overview of a scene to discover salient cues (i.e., overview first), followed by a more careful finer-grained examination (i.e.,…

计算机视觉与模式识别 · 计算机科学 2025-10-13 Meng Lou , Yizhou Yu

Change detection, i.e. identification per pixel of changes for some classes of interest from a set of bi-temporal co-registered images, is a fundamental task in the field of remote sensing. It remains challenging due to unrelated forms of…

计算机视觉与模式识别 · 计算机科学 2021-09-20 Foivos I. Diakogiannis , François Waldner , Peter Caccetta

Visual attention modeling has recently gained momentum in developing visual hierarchies provided by Convolutional Neural Networks. Despite recent successes of feedforward processing on the abstraction of concepts form raw images, the…

计算机视觉与模式识别 · 计算机科学 2017-08-23 Mahdi Biparva , John Tsotsos

In this paper, we focus on exploring effective methods for faster and accurate semantic segmentation. A common practice to improve the performance is to attain high-resolution feature maps with strong semantic representation. Two strategies…

计算机视觉与模式识别 · 计算机科学 2023-08-09 Xiangtai Li , Jiangning Zhang , Yibo Yang , Guangliang Cheng , Kuiyuan Yang , Yunhai Tong , Dacheng Tao

Few-shot Semantic Segmentation addresses the challenge of segmenting objects in query images with only a handful of annotated examples. However, many previous state-of-the-art methods either have to discard intricate local semantic features…

计算机视觉与模式识别 · 计算机科学 2025-11-06 Amirreza Fateh , Mohammad Reza Mohammadi , Mohammad Reza Jahed Motlagh

Vision Transformer has demonstrated impressive success across various vision tasks. However, its heavy computation cost, which grows quadratically with respect to the token sequence length, largely limits its power in handling large feature…

计算机视觉与模式识别 · 计算机科学 2023-08-24 Sucheng Ren , Xingyi Yang , Songhua Liu , Xinchao Wang

In the medical domain, acquiring large datasets poses significant challenges due to privacy concerns. Nonetheless, the development of a robust deep-learning model for retinal disease diagnosis necessitates a substantial dataset for…

计算机视觉与模式识别 · 计算机科学 2024-09-18 Fatema-E- Jannat , Sina Gholami , Jennifer I. Lim , Theodore Leng , Minhaj Nur Alam , Hamed Tabkhi

Transformers have astounding representational power but typically consume considerable computation which is quadratic with image resolution. The prevailing Swin transformer reduces computational costs through a local window strategy.…

计算机视觉与模式识别 · 计算机科学 2023-12-15 Haolin Qin , Daquan Zhou , Tingfa Xu , Ziyang Bian , Jianan Li

Low-resolution image segmentation is crucial in real-world applications such as robotics, augmented reality, and large-scale scene understanding, where high-resolution data is often unavailable due to computational constraints. To address…

计算机视觉与模式识别 · 计算机科学 2025-05-09 Anzhe Cheng , Chenzhong Yin , Yu Chang , Heng Ping , Shixuan Li , Shahin Nazarian , Paul Bogdan

Recent studies show that self-attentions behave like low-pass filters (as opposed to convolutions) and enhancing their high-pass filtering capability improves model performance. Contrary to this idea, we investigate existing…

计算机视觉与模式识别 · 计算机科学 2023-08-23 Guhnoo Yun , Juhan Yoo , Kijung Kim , Jeongho Lee , Dong Hwan Kim

As new data-sets for real-world visual reasoning and compositional question answering are emerging, it might be needed to use the visual feature extraction as a end-to-end process during training. This small contribution aims to suggest new…

计算机视觉与模式识别 · 计算机科学 2019-11-01 Jean-Benoit Delbrouck , Antoine Maiorca , Nathan Hubens , Stéphane Dupont

Self-supervised learning for depth estimation uses geometry in image sequences for supervision and shows promising results. Like many computer vision tasks, depth network performance is determined by the capability to learn accurate spatial…

计算机视觉与模式识别 · 计算机科学 2021-11-22 Hang Zhou , David Greenwood , Sarah Taylor

Incorporating various mass shapes and sizes in training deep learning architectures has made breast mass segmentation challenging. Moreover, manual segmentation of masses of irregular shapes is time-consuming and error-prone. Though Deep…

图像与视频处理 · 电气工程与系统科学 2022-11-17 Sharif Amit Kamran , Khondker Fariha Hossain , Alireza Tavakkoli , George Bebis , Sal Baker

Weakly supervised object localization (WSOL) strives to learn to localize objects with only image-level supervision. Due to the local receptive fields generated by convolution operations, previous CNN-based methods suffer from partial…

计算机视觉与模式识别 · 计算机科学 2023-09-06 Yiwen Cao , Yukun Su , Wenjun Wang , Yanxia Liu , Qingyao Wu

Transformers have sprung up in the field of computer vision. In this work, we explore whether the core self-attention module in Transformer is the key to achieving excellent performance in image recognition. To this end, we build an…

计算机视觉与模式识别 · 计算机科学 2022-05-31 Chuanxin Tang , Yucheng Zhao , Guangting Wang , Chong Luo , Wenxuan Xie , Wenjun Zeng

Attention mechanisms are widely used in salient object detection models based on deep learning, which can effectively promote the extraction and utilization of useful information by neural networks. However, most of the existing attention…

计算机视觉与模式识别 · 计算机科学 2019-07-18 Shiping Zhu , Lanyun Zhu