中文
相关论文

相关论文: Recurrent Glimpse-based Decoder for Detection with…

200 篇论文

Small Object Detection (SOD) poses significant challenges due to limited information and the model's low class prediction score. While Transformer-based detectors have shown promising performance, their potential for SOD remains largely…

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

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

Deploying object detection on microcontrollers (MCUs) enables intelligent edge devices but current models cannot learn new object categories after deployment. Existing continual learning methods require storing raw images far exceeding MCU…

计算机视觉与模式识别 · 计算机科学 2026-03-03 Bibin Wilson

For specialized and dense downstream tasks such as object detection, labeling data requires expertise and can be very expensive, making few-shot and semi-supervised models much more attractive alternatives. While in the few-shot setup we…

计算机视觉与模式识别 · 计算机科学 2023-11-01 Quentin Bouniot , Angélique Loesch , Romaric Audigier , Amaury Habrard

Real-time object detection has advanced rapidly in recent years. The YOLO series of detectors is among the most well-known CNN-based object detection models and cannot be overlooked. The latest version, YOLOv26, was recently released, while…

计算机视觉与模式识别 · 计算机科学 2026-03-02 Taozhe Li , Guansu Wang , Bo Yu , Yiming Liu , Wei Sun

This paper presents a Refinement Pyramid Transformer (RePFormer) for robust facial landmark detection. Most facial landmark detectors focus on learning representative image features. However, these CNN-based feature representations are not…

计算机视觉与模式识别 · 计算机科学 2022-07-11 Jinpeng Li , Haibo Jin , Shengcai Liao , Ling Shao , Pheng-Ann Heng

Open-vocabulary object detection (OVOD) enables models to recognize objects beyond predefined categories, but existing approaches remain limited in practical deployment. On the one hand, multimodal designs often incur substantial…

计算机视觉与模式识别 · 计算机科学 2026-05-14 Siheng Wang , Yanshu Li , Bohan Hu , Zhengdao Li , Haibo Zhan , Linshan Li , Weiming Liu , Ruizhi Qian , Guangxin Wu , Hao Zhang , Jifeng Shen , Piotr Koniusz , Zhengtao Yao , Junhao Dong , Qiang Sun

The main challenge for small object detection algorithms is to ensure accuracy while pursuing real-time performance. The RT-DETR model performs well in real-time object detection, but performs poorly in small object detection accuracy. In…

计算机视觉与模式识别 · 计算机科学 2024-01-17 Ji Huang , Hui Wang

Recently end-to-end scene text spotting has become a popular research topic due to its advantages of global optimization and high maintainability in real applications. Most methods attempt to develop various region of interest (RoI)…

计算机视觉与模式识别 · 计算机科学 2021-10-26 Liang Qiao , Ying Chen , Zhanzhan Cheng , Yunlu Xu , Yi Niu , Shiliang Pu , Fei Wu

Infrared small target detection (ISTD) is challenging because tiny, low-contrast targets are easily obscured by complex and dynamic backgrounds. Conventional multi-frame approaches typically learn motion implicitly through deep neural…

计算机视觉与模式识别 · 计算机科学 2026-03-06 Nian Liu , Jin Gao , Shubo Lin , Yutong Kou , Sikui Zhang , Fudong Ge , Zhiqiang Pu , Liang Li , Gang Wang , Yizheng Wang , Weiming Hu

We present Recurrent Vision Transformers (RVTs), a novel backbone for object detection with event cameras. Event cameras provide visual information with sub-millisecond latency at a high-dynamic range and with strong robustness against…

计算机视觉与模式识别 · 计算机科学 2023-05-26 Mathias Gehrig , Davide Scaramuzza

Safety in reinforcement learning (RL) is typically enforced through objective shaping while keeping environment dynamics stationary with respect to observable state-action pairs. Under delayed harm, this can lead to replay: after a washout…

机器学习 · 计算机科学 2026-04-10 Prakul Sunil Hiremath

In this work, we address the challenge of Scene Change Detection (SCD), where the goal is to identify variations between two images of the same location captured at different times. Existing SCD models often overlook the varying importance…

计算机视觉与模式识别 · 计算机科学 2026-05-21 Jiae Yoon , Ue-Hwan Kim

We present a new table structure recognition (TSR) approach, called TSRFormer, to robustly recognizing the structures of complex tables with geometrical distortions from various table images. Unlike previous methods, we formulate table…

计算机视觉与模式识别 · 计算机科学 2023-07-13 Jiawei Wang , Weihong Lin , Chixiang Ma , Mingze Li , Zheng Sun , Lei Sun , Qiang Huo

Visual model-based RL methods typically encode image observations into low-dimensional representations in a manner that does not eliminate redundant information. This leaves them susceptible to spurious variations -- changes in…

机器学习 · 计算机科学 2023-10-26 Chuning Zhu , Max Simchowitz , Siri Gadipudi , Abhishek Gupta

Video restoration aims at restoring multiple high-quality frames from multiple low-quality frames. Existing video restoration methods generally fall into two extreme cases, i.e., they either restore all frames in parallel or restore the…

计算机视觉与模式识别 · 计算机科学 2022-11-15 Jingyun Liang , Yuchen Fan , Xiaoyu Xiang , Rakesh Ranjan , Eddy Ilg , Simon Green , Jiezhang Cao , Kai Zhang , Radu Timofte , Luc Van Gool

Encoder-Decoder architectures are widely used in deep learning-based Deformable Image Registration (DIR), where the encoder extracts multi-scale features and the decoder predicts deformation fields by recovering spatial locations. However,…

计算机视觉与模式识别 · 计算机科学 2025-09-25 Yuxi Zheng , Jianhui Feng , Tianran Li , Marius Staring , Yuchuan Qiao

Sequential Visual Place Recognition (Seq-VPR) leverages transformers to capture spatio-temporal features effectively. In practice, a transformer-based Seq-VPR model should be flexible to the number of frames per sequence (seq- length),…

计算机视觉与模式识别 · 计算机科学 2026-03-18 Yu Kiu , Lau , Chao Chen , Ge Jin , Chen Feng

Recent advances in 3D object detection are made by developing the refinement stage for voxel-based Region Proposal Networks (RPN) to better strike the balance between accuracy and efficiency. A popular approach among state-of-the-art…

计算机视觉与模式识别 · 计算机科学 2022-05-26 Minh-Quan Dao , Elwan Héry , Vincent Frémont

Open-vocabulary detectors achieve impressive performance on COCO, but often fail to generalize to real-world datasets with out-of-distribution classes not typically found in their pre-training. Rather than simply fine-tuning a heavy-weight…

计算机视觉与模式识别 · 计算机科学 2026-02-05 Isaac Robinson , Peter Robicheaux , Matvei Popov , Deva Ramanan , Neehar Peri