中文
相关论文

相关论文: Language-aware Multiple Datasets Detection Pretrai…

200 篇论文

Modern pre-trained architectures struggle to retain previous information while undergoing continuous fine-tuning on new tasks. Despite notable progress in continual classification, systems designed for complex vision tasks such as detection…

计算机视觉与模式识别 · 计算机科学 2024-07-16 Gaurav Bhatt , James Ross , Leonid Sigal

A common practice in deep learning involves training large neural networks on massive datasets to achieve high accuracy across various domains and tasks. While this approach works well in many application areas, it often fails drastically…

计算机视觉与模式识别 · 计算机科学 2024-08-02 Heitor Rapela Medeiros , Masih Aminbeidokhti , Fidel Guerrero Pena , David Latortue , Eric Granger , Marco Pedersoli

Detection Transformer (DETR) and its variants show strong performance on object detection, a key task for autonomous systems. However, a critical limitation of these models is that their confidence scores only reflect semantic uncertainty,…

计算机视觉与模式识别 · 计算机科学 2026-03-03 Yutong Yang , Katarina Popović , Julian Wiederer , Markus Braun , Vasileios Belagiannis , Bin Yang

The recently proposed DEtection TRansformer (DETR) has established a fully end-to-end paradigm for object detection. However, DETR suffers from slow training convergence, which hinders its applicability to various detection tasks. We…

计算机视觉与模式识别 · 计算机科学 2023-02-07 Gongjie Zhang , Zhipeng Luo , Jiaxing Huang , Shijian Lu , Eric P. Xing

DETR is a recently proposed Transformer-based method which views object detection as a set prediction problem and achieves state-of-the-art performance but demands extra-long training time to converge. In this paper, we investigate the…

计算机视觉与模式识别 · 计算机科学 2021-10-13 Zhiqing Sun , Shengcao Cao , Yiming Yang , Kris Kitani

Clothing segmentation and fine-grained attribute recognition are challenging tasks at the crossing of computer vision and fashion, which segment the entire ensemble clothing instances as well as recognize detailed attributes of the clothing…

计算机视觉与模式识别 · 计算机科学 2023-04-18 Hao Tian , Yu Cao , P. Y. Mok

The paradigm of large-scale pre-training followed by downstream fine-tuning has been widely employed in various object detection algorithms. In this paper, we reveal discrepancies in data, model, and task between the pre-training and…

计算机视觉与模式识别 · 计算机科学 2023-08-15 Ming Li , Jie Wu , Xionghui Wang , Chen Chen , Jie Qin , Xuefeng Xiao , Rui Wang , Min Zheng , Xin Pan

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

Recent state-of-the-art language models utilize a two-phase training procedure comprised of (i) unsupervised pre-training on unlabeled text, and (ii) fine-tuning for a specific supervised task. More recently, many studies have been focused…

计算与语言 · 计算机科学 2019-11-15 Itzik Malkiel , Lior Wolf

Recent research demonstrates the effectiveness of using fine-tuned language models~(LM) for dense retrieval. However, dense retrievers are hard to train, typically requiring heavily engineered fine-tuning pipelines to realize their full…

信息检索 · 计算机科学 2021-08-13 Luyu Gao , Jamie Callan

Unsupervised domain adaptation object detection (UDAOD) research on Detection Transformer(DETR) mainly focuses on feature alignment and existing methods can be divided into two kinds, each of which has its unresolved issues. One-stage…

计算机视觉与模式识别 · 计算机科学 2024-01-19 Weixi Weng , Chun Yuan

Recent self-supervised methods are mainly designed for representation learning with the base model, e.g., ResNets or ViTs. They cannot be easily transferred to DETR, with task-specific Transformer modules. In this work, we present Siamese…

计算机视觉与模式识别 · 计算机科学 2023-04-03 Zeren Chen , Gengshi Huang , Wei Li , Jianing Teng , Kun Wang , Jing Shao , Chen Change Loy , Lu Sheng

Detection Transformers (DETR) formulate object detection as a set prediction problem and enable end-to-end training without post-processing. However, object queries in DETR interact through symmetric self-attention, which enforces uniform…

计算机视觉与模式识别 · 计算机科学 2026-04-14 Ye Zhang , Qi Chen , Wenyou Huang , Rui Liu , Zhengjian Kang

Pre-trained Large Language Models (LLMs) often struggle on out-of-domain datasets like healthcare focused text. We explore specialized pre-training to adapt smaller LLMs to different healthcare datasets. Three methods are assessed:…

计算与语言 · 计算机科学 2024-04-01 Niall Taylor , Dan Schofield , Andrey Kormilitzin , Dan W Joyce , Alejo Nevado-Holgado

This paper presents an improved DETR detector that maintains a "plain" nature: using a single-scale feature map and global cross-attention calculations without specific locality constraints, in contrast to previous leading DETR-based…

计算机视觉与模式识别 · 计算机科学 2023-08-04 Yutong Lin , Yuhui Yuan , Zheng Zhang , Chen Li , Nanning Zheng , Han Hu

We consider the problem of omni-supervised object detection, which can use unlabeled, fully labeled and weakly labeled annotations, such as image tags, counts, points, etc., for object detection. This is enabled by a unified architecture,…

计算机视觉与模式识别 · 计算机科学 2022-03-31 Pei Wang , Zhaowei Cai , Hao Yang , Gurumurthy Swaminathan , Nuno Vasconcelos , Bernt Schiele , Stefano Soatto

In a real-world setting, object instances from new classes can be continuously encountered by object detectors. When existing object detectors are applied to such scenarios, their performance on old classes deteriorates significantly. A few…

计算机视觉与模式识别 · 计算机科学 2021-12-16 K J Joseph , Jathushan Rajasegaran , Salman Khan , Fahad Shahbaz Khan , Vineeth N Balasubramanian

Image-Text Retrieval (ITR) is challenging in bridging visual and lingual modalities. Contrastive learning has been adopted by most prior arts. Except for limited amount of negative image-text pairs, the capability of constrastive learning…

计算机视觉与模式识别 · 计算机科学 2026-03-27 Haoran Wang , Dongliang He , Wenhao Wu , Boyang Xia , Min Yang , Fu Li , Yunlong Yu , Zhong Ji , Errui Ding , Jingdong Wang

Scene text recognition (STR) pre-training methods have achieved remarkable progress, primarily relying on synthetic datasets. However, the domain gap between synthetic and real images poses a challenge in acquiring feature representations…

计算机视觉与模式识别 · 计算机科学 2024-08-13 Shuai Zhao , Yongkun Du , Zhineng Chen , Yu-Gang Jiang

Recent advancements in large-scale foundational models have sparked widespread interest in training highly proficient large vision models. A common consensus revolves around the necessity of aggregating extensive, high-quality annotated…

计算机视觉与模式识别 · 计算机科学 2024-07-16 Cheng Shi , Yuchen Zhu , Sibei Yang