中文
相关论文

相关论文: AdaMixer: A Fast-Converging Query-Based Object Det…

200 篇论文

Query-based object detectors directly decode image features into object instances with a set of learnable queries. These query vectors are progressively refined to stable meaningful representations through a sequence of decoder layers, and…

计算机视觉与模式识别 · 计算机科学 2023-08-21 Shuai Wang , Yao Teng , Limin Wang

One-to-one label assignment in object detection has successfully obviated the need for non-maximum suppression (NMS) as postprocessing and makes the pipeline end-to-end. However, it triggers a new dilemma as the widely used sparse queries…

计算机视觉与模式识别 · 计算机科学 2023-07-06 Shilong Zhang , Xinjiang Wang , Jiaqi Wang , Jiangmiao Pang , Chengqi Lyu , Wenwei Zhang , Ping Luo , Kai Chen

Detection in large-scale scenes is a challenging problem due to small objects and extreme scale variation. It is essential to focus on the image regions of small objects. In this paper, we propose a novel Adaptive Zoom (AdaZoom) network as…

计算机视觉与模式识别 · 计算机科学 2021-06-22 Jingtao Xu , Yali Li , Shengjin Wang

Mobile headsets should be capable of understanding 3D physical environments to offer a truly immersive experience for augmented/mixed reality (AR/MR). However, their small form-factor and limited computation resources make it extremely…

计算机视觉与模式识别 · 计算机科学 2022-03-17 Yongjie Guan , Xueyu Hou , Nan Wu , Bo Han , Tao Han

Modern transformer architectures achieve remarkable performance across tasks and domains but remain rigid in how they allocate computation at inference time. Real-world deployment often requires models to adapt to diverse hardware and…

计算机视觉与模式识别 · 计算机科学 2025-11-25 Purvish Jajal , Nick John Eliopoulos , Benjamin Shiue-Hal Chou , George K. Thiruvathukal , Yung-Hsiang Lu , James C. Davis

Convolutional Neural Networks achieve state-of-the-art accuracy in object detection tasks. However, they have large computational and energy requirements that challenge their deployment on resource-constrained edge devices. Object detection…

计算机视觉与模式识别 · 计算机科学 2021-08-17 Marina Neseem , Sherief Reda

In vision-enabled autonomous systems such as robots and autonomous cars, video object detection plays a crucial role, and both its speed and accuracy are important factors to provide reliable operation. The key insight we show in this paper…

计算机视觉与模式识别 · 计算机科学 2019-02-11 Ting-Wu Chin , Ruizhou Ding , Diana Marculescu

Based on analyzing the character of cascaded decoder architecture commonly adopted in existing DETR-like models, this paper proposes a new decoder architecture. The cascaded decoder architecture constrains object queries to update in the…

计算机视觉与模式识别 · 计算机科学 2025-03-04 Zhixiong Nan , Xianghong Li , Jifeng Dai , Tao Xiang

The detector-free feature matching approaches are currently attracting great attention thanks to their excellent performance. However, these methods still struggle at large-scale and viewpoint variations, due to the geometric inconsistency…

计算机视觉与模式识别 · 计算机科学 2023-03-30 Dihe Huang , Ying Chen , Shang Xu , Yong Liu , Wenlong Wu , Yikang Ding , Chengjie Wang , Fan Tang

In this paper, we propose a novel query design for the transformer-based object detection. In previous transformer-based detectors, the object queries are a set of learned embeddings. However, each learned embedding does not have an…

计算机视觉与模式识别 · 计算机科学 2022-01-05 Yingming Wang , Xiangyu Zhang , Tong Yang , Jian Sun

Popular transformer detectors have achieved promising performance through query-based learning using attention mechanisms. However, the roles of existing decoder query types (e.g., content query and positional query) are still…

计算机视觉与模式识别 · 计算机科学 2025-07-29 Guiping Cao , Xiangyuan Lan , Wenjian Huang , Jianguo Zhang , Dongmei Jiang , Yaowei Wang

Query-based transformer has shown great potential in constructing long-range attention in many image-domain tasks, but has rarely been considered in LiDAR-based 3D object detection due to the overwhelming size of the point cloud data. In…

计算机视觉与模式识别 · 计算机科学 2022-09-14 Zixiang Zhou , Xiangchen Zhao , Yu Wang , Panqu Wang , Hassan Foroosh

State-of-the-art object detection systems rely on an accurate set of region proposals. Several recent methods use a neural network architecture to hypothesize promising object locations. While these approaches are computationally efficient,…

计算机视觉与模式识别 · 计算机科学 2016-04-12 Yongxi Lu , Tara Javidi , Svetlana Lazebnik

Image retrieval aims to identify visually similar images within a database using a given query image. Traditional methods typically employ both global and local features extracted from images for matching, and may also apply re-ranking…

计算机视觉与模式识别 · 计算机科学 2024-05-29 Sihe Zhang , Qingdong He , Jinlong Peng , Yuxi Li , Zhengkai Jiang , Jiafu Wu , Mingmin Chi , Yabiao Wang , Chengjie Wang

The computational burden and inherent redundancy of large-scale datasets challenge the training of contemporary machine learning models. Data pruning offers a solution by selecting smaller, informative subsets, yet existing methods…

计算机视觉与模式识别 · 计算机科学 2025-07-02 Feiyang Kang , Nadine Chang , Maying Shen , Marc T. Law , Rafid Mahmood , Ruoxi Jia , Jose M. Alvarez

Despite previous DETR-like methods having performed successfully in generic object detection, tiny object detection is still a challenging task for them since the positional information of object queries is not customized for detecting tiny…

计算机视觉与模式识别 · 计算机科学 2024-11-04 Yi-Xin Huang , Hou-I Liu , Hong-Han Shuai , Wen-Huang Cheng

Detecting transparent objects in natural scenes is challenging due to the low contrast in texture, brightness and colors. Recent deep-learning-based works reveal that it is effective to leverage boundaries for transparent object detection…

计算机视觉与模式识别 · 计算机科学 2021-10-20 Yang Cao , Zhengqiang Zhang , Enze Xie , Qibin Hou , Kai Zhao , Xiangui Luo , Jian Tuo

Existing angle-based contour descriptors suffer from lossy representation for non-starconvex shapes. By and large, this is the result of the shape being registered with a single global inner center and a set of radii corresponding to a…

计算机视觉与模式识别 · 计算机科学 2024-04-15 Tianyu Ding , Jinxin Zhou , Tianyi Chen , Zhihui Zhu , Ilya Zharkov , Luming Liang

In this paper, we are interested in Detection Transformer (DETR), an end-to-end object detection approach based on a transformer encoder-decoder architecture without hand-crafted postprocessing, such as NMS. Inspired by Conditional DETR, an…

计算机视觉与模式识别 · 计算机科学 2022-07-20 Xiaokang Chen , Fangyun Wei , Gang Zeng , Jingdong Wang

Remote sensing change detection aims to compare two or more images recorded for the same area but taken at different time stamps to quantitatively and qualitatively assess changes in geographical entities and environmental factors.…

计算机视觉与模式识别 · 计算机科学 2024-06-24 Xiaowen Ma , Zhenkai Wu , Rongrong Lian , Wei Zhang , Siyang Song
‹ 上一页 1 2 3 10 下一页 ›