中文
相关论文

相关论文: HAT: Hierarchical Aggregation Transformers for Per…

200 篇论文

Advanced deep Convolutional Neural Networks (CNNs) have shown great success in video-based person Re-Identification (Re-ID). However, they usually focus on the most obvious regions of persons with a limited global representation ability.…

计算机视觉与模式识别 · 计算机科学 2023-04-28 Xuehu Liu , Chenyang Yu , Pingping Zhang , Huchuan Lu

Existing person re-identification (re-id) methods either assume the availability of well-aligned person bounding box images as model input or rely on constrained attention selection mechanisms to calibrate misaligned images. They are…

计算机视觉与模式识别 · 计算机科学 2018-02-23 Wei Li , Xiatian Zhu , Shaogang Gong

Given a pedestrian image as a query, the purpose of person re-identification is to identify the correct match from a large collection of gallery images depicting the same person captured by disjoint camera views. The critical challenge is…

计算机视觉与模式识别 · 计算机科学 2017-12-05 Lin Wu , Yang Wang

Transformer-based methods have shown impressive performance in image restoration tasks, such as image super-resolution and denoising. However, we find that these networks can only utilize a limited spatial range of input information through…

计算机视觉与模式识别 · 计算机科学 2025-11-04 Xiangyu Chen , Xintao Wang , Wenlong Zhang , Xiangtao Kong , Yu Qiao , Jiantao Zhou , Chao Dong

Person re-identification (person re-ID) aims at matching target person(s) grabbed from different and non-overlapping camera views. It plays an important role for public safety and has application in various tasks such as, human retrieval,…

计算机视觉与模式识别 · 计算机科学 2017-12-20 Huan-Cheng Hsu , Ching-Hang Chen , Hsiao-Rong Tyan , Hong-Yuan Mark Liao

Person re-identification (reID) benefits greatly from deep convolutional neural networks (CNNs) which learn robust feature embeddings. However, CNNs are inherently limited in modeling the large variations in person pose and scale due to…

计算机视觉与模式识别 · 计算机科学 2019-07-22 Ruibing Hou , Bingpeng Ma , Hong Chang , Xinqian Gu , Shiguang Shan , Xilin Chen

Most existing cross-modal retrieval methods employ two-stream encoders with different architectures for images and texts, \textit{e.g.}, CNN for images and RNN/Transformer for texts. Such discrepancy in architectures may induce different…

计算机视觉与模式识别 · 计算机科学 2023-08-09 Yi Bin , Haoxuan Li , Yahui Xu , Xing Xu , Yang Yang , Heng Tao Shen

Person Re-identification (ReID) aims to retrieve the specific person across non-overlapping cameras, which greatly helps intelligent transportation systems. As we all know, Convolutional Neural Networks (CNNs) and Transformers have the…

计算机视觉与模式识别 · 计算机科学 2024-12-24 Yuhao Wang , Pingping Zhang , Xuehu Liu , Zhengzheng Tu , Huchuan Lu

Non-hierarchical sparse attention Transformer-based models, such as Longformer and Big Bird, are popular approaches to working with long documents. There are clear benefits to these approaches compared to the original Transformer in terms…

计算与语言 · 计算机科学 2022-10-12 Ilias Chalkidis , Xiang Dai , Manos Fergadiotis , Prodromos Malakasiotis , Desmond Elliott

Typical person re-identification (re-ID) methods train a deep CNN to extract deep features and combine them with a distance metric for the final evaluation. In this work, we focus on exploiting the full information encoded in the deep…

计算机视觉与模式识别 · 计算机科学 2018-11-22 Yong Liu , Lin Shang , Andy Song

Person Re-IDentification (Re-ID) aims to match person images captured from two non-overlapping cameras. In this paper, a deep hybrid similarity learning (DHSL) method for person Re-ID based on a convolution neural network (CNN) is proposed.…

计算机视觉与模式识别 · 计算机科学 2017-02-20 Jianqing Zhu , Huanqiang Zeng , Shengcai Liao , Zhen Lei , Canhui Cai , LiXin Zheng

Multi-grained features extracted from convolutional neural networks (CNNs) have demonstrated their strong discrimination ability in supervised person re-identification (Re-ID) tasks. Inspired by them, this work investigates the way of…

计算机视觉与模式识别 · 计算机科学 2022-11-23 Jiachen Li , Menglin Wang , Xiaojin Gong

Recently, Transformer architecture has been introduced into image restoration to replace convolution neural network (CNN) with surprising results. Considering the high computational complexity of Transformer with global attention, some…

计算机视觉与模式识别 · 计算机科学 2023-03-24 Zheng Chen , Yulun Zhang , Jinjin Gu , Yongbing Zhang , Linghe Kong , Xin Yuan

Most models of visual attention aim at predicting either top-down or bottom-up control, as studied using different visual search and free-viewing tasks. In this paper we propose the Human Attention Transformer (HAT), a single model that…

计算机视觉与模式识别 · 计算机科学 2024-04-02 Zhibo Yang , Sounak Mondal , Seoyoung Ahn , Ruoyu Xue , Gregory Zelinsky , Minh Hoai , Dimitris Samaras

Feature representation and metric learning are two critical components in person re-identification models. In this paper, we focus on the feature representation and claim that hand-crafted histogram features can be complementary to…

计算机视觉与模式识别 · 计算机科学 2016-11-18 Shangxuan Wu , Ying-Cong Chen , Xiang Li , An-Cong Wu , Jin-Jie You , Wei-Shi Zheng

Extracting effective and discriminative features is very important for addressing the challenging person re-identification (re-ID) task. Prevailing deep convolutional neural networks (CNNs) usually use high-level features for identifying…

计算机视觉与模式识别 · 计算机科学 2021-06-08 Guoqing Zhang , Junchuan Yang , Yuhui Zheng , Yi Wu , Shengyong Chen

Transformer-based methods have shown impressive performance in low-level vision tasks, such as image super-resolution. However, we find that these networks can only utilize a limited spatial range of input information through attribution…

图像与视频处理 · 电气工程与系统科学 2023-03-21 Xiangyu Chen , Xintao Wang , Jiantao Zhou , Yu Qiao , Chao Dong

Transformer-based methods have demonstrated strong potential in hyperspectral pansharpening by modeling long-range dependencies. However, their effectiveness is often limited by redundant token representations and a lack of multi-scale…

计算机视觉与模式识别 · 计算机科学 2025-08-12 Hongkun Jin , Hongcheng Jiang , Zejun Zhang , Yuan Zhang , Jia Fu , Tingfeng Li , Kai Luo

We address the person re-identification problem by effectively exploiting a globally discriminative feature representation from a sequence of tracked human regions/patches. This is in contrast to previous person re-id works, which rely on…

计算机视觉与模式识别 · 计算机科学 2017-01-24 Yichao Yan , Bingbing Ni , Zhichao Song , Chao Ma , Yan Yan , Xiaokang Yang

Recently, a significant improvement in the accuracy of 3D human pose estimation has been achieved by combining convolutional neural networks (CNNs) with pyramid grid alignment feedback loops. Additionally, innovative breakthroughs have been…

计算机视觉与模式识别 · 计算机科学 2026-05-27 Zongyou Yang , Jonathan Loo , Yinghan Hou
‹ 上一页 1 2 3 10 下一页 ›