CVPR 2026 目标检测(object detection)方向上接收论文总结
CVPR 2026
目录
CVPR 2026 于 2026 年 6 月 3 日至 7 日在美国丹佛 Colorado Convention Center 举行,其中主会时间为 6 月 5 日至 7 日。
据公开统计,CVPR 2026 共有 16092 篇有效投稿进入评审流程,约 4090 篇论文被接收,录用率约 25.42%。本文件基于 CVPR 2026 Open Access 主会论文列表,汇总标题或内容与**目标检测(Object Detection)**相关的论文。
目标检测是计算机视觉的基础任务之一,旨在定位图像/视频中的目标并识别其类别。随着 Transformer、多模态大模型、三维感知与开放词汇学习的发展,目标检测已从封闭类别的边界框回归,扩展到开放世界、跨域部署、三维场景理解与行业专用场景。
说明:
- 主分类优先依据论文标题中的目标检测相关表述(如 object detection / detector / YOLO / DETR / open-vocabulary detection 等)。
- 标题完全不含目标检测相关表述、或属于异常检测/伪造检测/OOD/变化检测等相邻任务的论文,归入“其他”。
- Paper 链接优先 arXiv;若无 arXiv 则回退到 Open Access PDF。Code/Blog 以公开可检索信息为准,未能确认则留空。
- Team 在缺少机构主页时,以作者列表缩写作为团队线索。
现将目标检测方向上接收的论文汇总如下(主分类 84 篇;其他相关检测 167 篇)。
通用目标检测框架与方法
- AntiStyler: Defending Object Detection Models Against Adversarial Patch Attacks Using Style Removal
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Yankelev_AntiStyler_Defending_Object_Detection_Models_Against_Adversarial_Patch_Attacks_Using_CVPR_2026_paper.pdf
- Code: https://github.com/IdanYankelev/AntiStyler
- Keywords: Robustness
- Features: 提出 AntiStyler
- Blog:
- Team: Idan Yankelev,Edita Grolman,Yarin Yerushalmi Levi 等
- Explaining Object Detectors via Collective Contribution of Pixels
- Paper: https://arxiv.org/abs/2412.00666
- Code: https://github.com/tttt-0814/VX-CODE
- Keywords: 通用框架与方法
- Features: Visual explanations for object detectors are crucial for enhancing their reliability. Object detectors identify and localize instances by assessing multiple visual features collectively.
- Blog:
- Team: Toshinori Yamauchi,Hiroshi Kera,Kazuhiko Kawamoto
- Heuristic-inspired Reasoning Priors Facilitate Data-Efficient Referring Object Detection
- Paper: https://arxiv.org/abs/2603.24166
- Code:
- Keywords: 通用框架与方法
- Features: Most referring object detection (ROD) models, especially the modern grounding detectors, are designed for data-rich conditions, yet many practical deployments, such as robotics, augmented reality, and other specialized d…
- Blog:
- Team: Xu Zhang,Zhe Chen,Jing Zhang,Dacheng Tao
- InsCal: Calibrated Multi-Source Fully Test-Time Prompt Tuning for Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Que_InsCal_Calibrated_Multi-Source_Fully_Test-Time_Prompt_Tuning_for_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Test-Time Adaptation
- Features: 提出 InsCal
- Blog:
- Team: Xiaofan Que,Dingrong Wang,Xumin Liu,Qi Yu
- Mind the Gap: Transferring Labels to Align Object Detection Datasets
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Kennerley_Mind_the_Gap_Transferring_Labels_to_Align_Object_Detection_Datasets_CVPR_2026_paper.pdf
- Code:
- Keywords: 通用框架与方法
- Features: 面向目标检测任务的新方法或新设定
- Blog:
- Team: Mikhail Kennerley,Angelica I. Aviles-Rivero,Carola-Bibiane Schönlieb,Robby T. Tan
- PaQ-DETR: Learning Pattern and Quality-Aware Dynamic Queries for Object Detection
- Paper: https://arxiv.org/abs/2603.06917
- Code:
- Keywords: DETR
- Features: 提出 PaQ-DETR;Detection Transformer (DETR) has redefined object detection by casting it as a set prediction task within an end-to-end framework. Despite its elegance, DETR and its variants still rely on fixed learnable queries and suf…
- Blog:
- Team: Zhengjian Kang,Jun Zhuang,Kangtong Mo 等
- RAVEN: Radar Adaptive Vision Encoders for Efficient Chirp-wise Object Detection and Segmentation
- Paper: https://arxiv.org/abs/2604.04490
- Code:
- Keywords: Radar
- Features: 提出 RAVEN;This paper presents RAVEN, a computationally efficient deep learning architecture for FMCW radar perception. The method processes raw ADC data in a chirp-wise streaming manner, preserves MIMO structure through independen…
- Blog:
- Team: Anuvab Sen,Mir Sayeed Mohammad,Saibal Mukhopadhyay
- Synthetic Object Compositions for Scalable and Accurate Learning in Detection, Segmentation, and Grounding
- Paper: https://arxiv.org/abs/2510.09110
- Code: https://github.com/weikaih04/Synthetic-Detection-Segmentation-Grounding-Data
- Keywords: 通用框架与方法
- Features: Visual grouping – operationalized through tasks such as instance segmentation, visual grounding, and object detection – enables applications ranging from robotic perception to photo editing. These fundamental problems…
- Blog:
- Team: Weikai Huang,Jieyu Zhang,Taoyang Jia 等
实时/YOLO/高效检测
- AKCMamba-YOLO: Selective State Space Models For Real-Time Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Chen_AKCMamba-YOLO_Selective_State_Space_Models_For_Real-Time_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: YOLO, Mamba, Real-Time
- Features: 提出 AKCMamba-YOLO;YOLO 实时检测;Mamba/SSM 结构
- Blog:
- Team: Long Chen,Hui Wang,Man Xu 等
- Does YOLO Really Need to See Every Training Image in Every Epoch?
- Paper: https://arxiv.org/abs/2603.17684
- Code:
- Keywords: YOLO
- Features: YOLO detectors are known for their fast inference speed, yet training them remains unexpectedly time-consuming due to their exhaustive pipeline that processes every training image in every epoch, even when many images ha…
- Blog:
- Team: Xingxing Xie,Jiahua Dong,Junwei Han,Gong Cheng
- YOLO-Master: MOE-Accelerated with Specialized Transformers for Enhanced Real-time Detection
- Paper: https://arxiv.org/abs/2512.23273
- Code:
- Keywords: YOLO, Transformer, Real-Time
- Features: 提出 YOLO-Master;Existing Real-Time Object Detection (RTOD) methods commonly adopt YOLO-like architectures for their favorable trade-off between accuracy and speed. However, these models rely on static dense computation that applies unif…
- Blog:
- Team: Xu Lin,Jinlong Peng,Zhenye Gan 等
- YOLO-ULM: Ultra-Lightweight Models for Real-Time Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Han_YOLO-ULM_Ultra-Lightweight_Models_for_Real-Time_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: YOLO, Real-Time
- Features: 提出 YOLO-ULM;YOLO 实时检测
- Blog:
- Team: Shasha Han,Chong Li,Xinning Wang,Xuebo Li
开放词汇/开放世界检测
- Consistency Beyond Contrast: Enhancing Open-Vocabulary Object Detection Robustness via Contextual Consistency Learning
- Paper: https://arxiv.org/abs/2603.26179
- Code: https://github.com/bozhao-li/CCL
- Keywords: Open-Vocabulary, Robustness
- Features: Recent advances in open-vocabulary object detection focus primarily on two aspects: scaling up datasets and leveraging contrastive learning to align language and vision modalities. However, these approaches often neglect…
- Blog:
- Team: Bozhao Li,Shaocong Wu,Tong Shao 等
- Detecting Unknown Objects via Energy-based Separation for Open World Object Detection
- Paper: https://arxiv.org/abs/2603.29954
- Code:
- Keywords: Open-World
- Features: In this work, we tackle the problem of Open World Object Detection (OWOD). This challenging scenario requires the detector to incrementally learn to classify known objects without forgetting while identifying unknown obj…
- Blog:
- Team: Jun-Woo Heo,Keonhee Park,Gyeong-Moon Park
- NoOVD: Novel Category Discovery and Embedding for Open-Vocabulary Object Detection
- Paper: https://arxiv.org/abs/2603.21069
- Code:
- Keywords: Open-Vocabulary
- Features: 提出 NoOVD;Despite the remarkable progress in open-vocabulary object detection (OVD), a significant gap remains between the training and testing phases. During training, the RPN and RoI heads often misclassify unlabeled novel-categ…
- Blog:
- Team: Yupeng Zhang,Ruize Han,Zhiwei Chen 等
- Parameter-Efficient Semantic Augmentation for Enhancing Open-Vocabulary Object Detection
- Paper: https://arxiv.org/abs/2604.04444
- Code:
- Keywords: Open-Vocabulary
- Features: Open-vocabulary object detection (OVOD) enables models to detect any object category, including unseen ones. Benefiting from large-scale pre-training, existing OVOD methods achieve strong detection performance on general…
- Blog:
- Team: Weihao Cao,Runqi Wang,Xiaoyue Duan 等
- Prompt-Free Unknown Label Generation for Open World Detection in Remote Sensing
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Azeem_Prompt-Free_Unknown_Label_Generation_for_Open_World_Detection_in_Remote_CVPR_2026_paper.pdf
- Code:
- Keywords: Open-World, Remote Sensing
- Features: 开放世界未知类检测;遥感/无人机场景
- Blog:
- Team: Abdullah Azeem,Ruisheng Wang,Qingquan Li,Abubakar Siddique
- SDDF: Specificity-Driven Dynamic Focusing for Open-Vocabulary Camouflaged Object Detection
- Paper: https://arxiv.org/abs/2603.26109
- Code:
- Keywords: Open-Vocabulary, Camouflaged Object
- Features: 提出 SDDF;Open-vocabulary object detection (OVOD) aims to detect known and unknown objects in the open world by leveraging text prompts. Benefiting from the emergence of large-scale vision–language pre-trained models, OVOD has de…
- Blog:
- Team: Jiaming Liang,Yifeng Zhan,Chunlin Liu 等
- SRA-Det: Learning Omni-Grained Open-Vocabulary Detection Beyond Category Names
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Yang_SRA-Det_Learning_Omni-Grained_Open-Vocabulary_Detection_Beyond_Category_Names_CVPR_2026_paper.pdf
- Code:
- Keywords: Open-Vocabulary
- Features: 提出 SRA-Det;开放词汇目标检测
- Blog:
- Team: Li Yang,Boyu Cai,Wei Liu 等
- Thermal-Det: Language-Guided Cross-Modal Distillation for Open-Vocabulary Thermal Object Detection
- Paper: https://arxiv.org/abs/2605.10130
- Code:
- Keywords: Open-Vocabulary, Multimodal, Vision-Language, Thermal
- Features: 提出 Thermal-Det;Existing open-vocabulary detectors focus on RGB images and fail to generalize to thermal imagery, where low texture and emissivity variations challenge RGB-based semantics. We present Thermal-Det, the first large languag…
- Blog:
- Team: Yasiru Ranasinghe,Elim Schenck,Florence Yellin 等
- ViTPrompt: Training-Free Prompt Refinement with Visual Tokens for Open-Vocabulary Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Qin_ViTPrompt_Training-Free_Prompt_Refinement_with_Visual_Tokens_for_Open-Vocabulary_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Open-Vocabulary, Transformer
- Features: 提出 ViTPrompt;开放词汇目标检测
- Blog:
- Team: Yitong Qin,Lihua Zhou,Jiwei Wei 等
- WeDetect: Fast Open-Vocabulary Object Detection as Retrieval
- Paper: https://arxiv.org/abs/2512.12309
- Code:
- Keywords: Open-Vocabulary
- Features: 提出 WeDetect;Open-vocabulary object detection aims to detect arbitrary classes via text prompts. Methods without cross-modal fusion layers (non-fusion) offer faster inference by treating recognition as a retrieval problem, \ie, match…
- Blog:
- Team: Shenghao Fu,Yukun Su,Fengyun Rao 等
少样本/增量/零样本检测
- A Closer Look at Cross-Domain Few-Shot Object Detection: Fine-Tuning Matters and Parallel Decoder Helps
- Paper: https://arxiv.org/abs/2603.28182
- Code: https://github.com/Intellindust-AI-Lab/FT-FSOD
- Keywords: Few-Shot
- Features: Few-shot object detection (FSOD) is challenging due to unstable optimization and limited generalization arising from the scarcity of training samples. To address these issues, we propose a hybrid ensemble decoder that en…
- Blog:
- Team: Xuanlong Yu,Youyang Sha,Longfei Liu 等
- AgentDet: A Shared-Blackboard Multi-Agent Framework for Zero-/Few-Shot Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Li_AgentDet_A_Shared-Blackboard_Multi-Agent_Framework_for_Zero-Few-Shot_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Few-Shot
- Features: 少样本设定
- Blog:
- Team: Haolin Li,Yaohua Wang,Ze Yan 等
- Beyond Prompt Degradation: Prototype-guided Dual-pool Prompting for Incremental Object Detection
- Paper: https://arxiv.org/abs/2603.02286
- Code: https://github.com/zyt95579/PDP
- Keywords: Incremental Learning
- Features: Incremental Object Detection (IOD) aims to continuously learn new object categories without forgetting previously learned ones. Recently, prompt-based methods have gained popularity for their replay-free design and param…
- Blog:
- Team: Yaoteng Zhang,Qing Zhou,Junyu Gao,Qi Wang
- Boosting Vision-Language Models Towards Cross-Domain Incremental Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_Boosting_Vision-Language_Models_Towards_Cross-Domain_Incremental_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Incremental Learning, Vision-Language
- Features: 增量目标检测
- Blog:
- Team: Xu Wang,Zihan Lin,Yixin Zhang,Zilei Wang
- EW-DETR: Evolving World Object Detection via Incremental Low-Rank DEtection TRansformer
- Paper: https://arxiv.org/abs/2602.20985
- Code:
- Keywords: Incremental Learning, DETR, Transformer
- Features: 提出 EW-DETR;Real-world object detection must operate in evolving environments where new classes emerge, domains shift, and unseen objects must be identified as "unknown": all without accessing prior data. We introduce Evolvi…
- Blog:
- Team: Munish Monga,Vishal Chudasama,Pankaj Wasnik,C.V. Jawahar
- Incremental Object Detection via Future-Aware Decoupled Cross-Head Distillation
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Yin_Incremental_Object_Detection_via_Future-Aware_Decoupled_Cross-Head_Distillation_CVPR_2026_paper.pdf
- Code:
- Keywords: Incremental Learning
- Features: 增量目标检测
- Blog:
- Team: Chenfeng Yin,De Cheng,Wenlong Luo 等
- Parameterized Prompt for Incremental Object Detection
- Paper: https://arxiv.org/abs/2510.27316
- Code: https://github.com/EMLS-ICTCAS/P2IOD
- Keywords: Incremental Learning
- Features: Recent studies have demonstrated that incorporating trainable prompts into pretrained models enables effective incremental learning. However, the application of prompts in incremental object detection (IOD) remains under…
- Blog:
- Team: Zijia An,Boyu Diao,Ruiqi Liu 等
- Remedying Target-Domain Astigmatism for Cross-Domain Few-Shot Object Detection
- Paper: https://arxiv.org/abs/2603.18541
- Code:
- Keywords: Few-Shot
- Features: Cross-domain few-shot object detection (CD-FSOD) aims to adapt pretrained detectors from a source domain to target domains with limited annotations, suffering from severe domain shifts and data scarcity problems. In this…
- Blog:
- Team: Yongwei Jiang,Yixiong Zou,Yuhua Li,Ruixuan Li
弱监督/半监督/主动学习
- Beyond Weak Supervision: MLLMs-Guided Graded Knowledge Distillation for Unsupervised Camouflaged Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Chen_Beyond_Weak_Supervision_MLLMs-Guided_Graded_Knowledge_Distillation_for_Unsupervised_Camouflaged_CVPR_2026_paper.pdf
- Code:
- Keywords: Camouflaged Object
- Features: 伪装目标检测
- Blog:
- Team: Huafeng Chen,Chenguang Zhu,Yueming Lyu,Caifeng Shan
- Online Data Curation for Object Detection via Marginal Contributions to Dataset-level Average Precision
- Paper: https://arxiv.org/abs/2511.14197
- Code:
- Keywords: 弱监督/半监督/主动学习
- Features: High-quality data has become a primary driver of progress under scale laws, with curated datasets often outperforming much larger unfiltered ones at lower cost. Online data curation extends this idea by dynamically selec…
- Blog:
- Team: Zitang Sun,Masakazu Yoshimura,Junji Otsuka 等
- Partial Weakly-Supervised Oriented Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Liu_Partial_Weakly-Supervised_Oriented_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Weakly-Supervised, Oriented Detection
- Features: 旋转框目标检测;弱监督设定
- Blog:
- Team: Mingxin Liu,Peiyuan Zhang,Yuan Liu 等
- Portable Active Learning for Object Detection
- Paper: https://arxiv.org/abs/2605.10349
- Code:
- Keywords: Active Learning
- Features: Annotating bounding boxes is costly and limits the scalability of object detection. This challenge is compounded by the need to preserve high accuracy while minimizing manual effort in real-world applications.
- Blog:
- Team: Rashi Sharma,Justin Timothy C. Bersamin,Karthikk Subramanian
- TriLite: Efficient Weakly Supervised Object Localization with Universal Visual Features and Tri-Region Disentanglement
- Paper: https://arxiv.org/abs/2602.23120
- Code:
- Keywords: Weakly-Supervised
- Features: 提出 TriLite;Weakly supervised object localization (WSOL) aims to localize target objects in images using only image-level labels. Despite recent progress, many approaches still rely on multi-stage pipelines or full fine-tuning of la…
- Blog:
- Team: Arian Sabaghi,Jose Oramas
域适应/域泛化
- Black-Box Domain Adaptation for Object Detection with Retention-Driven Knowledge Compression
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Lu_Black-Box_Domain_Adaptation_for_Object_Detection_with_Retention-Driven_Knowledge_Compression_CVPR_2026_paper.pdf
- Code:
- Keywords: Domain Adaptation
- Features: 域适应/测试时适应
- Blog:
- Team: Yuwu Lu,Chunzhi Liu
- CD-Buffer: Complementary Dual-Buffer Framework for Test-Time Adaptation in Adverse Weather Object Detection
- Paper: https://arxiv.org/abs/2603.26092
- Code:
- Keywords: Test-Time Adaptation
- Features: 提出 CD-Buffer;Test-Time Adaptation (TTA) enables real-time adaptation to domain shifts without off-line retraining. Recent TTA methods have predominantly explored additive approaches that introduce lightweight modules for feature refi…
- Blog:
- Team: Youngjun Song,Hyeongyu Kim,Dosik Hwang
- DA-Mamba: Learning Domain-Aware State Space Model for Global-Local Alignment in Domain Adaptive Object Detection
- Paper: https://arxiv.org/abs/2603.18757
- Code: https://github.com/enesdoruk/DA-Mamba
- Keywords: Domain Adaptation, Mamba
- Features: 提出 DA-Mamba;Domain Adaptive Object Detection (DAOD) aims to transfer detectors from a labeled source domain to an unlabeled target domain. Existing DAOD methods employ multi-granularity feature alignment to learn domain-invariant re…
- Blog:
- Team: Haochen Li,Rui Zhang,Hantao Yao 等
- Expert-Teacher-Student Collaborative Learning for Domain Adaptive Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Cui_Expert-Teacher-Student_Collaborative_Learning_for_Domain_Adaptive_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Domain Adaptation
- Features: 域适应/测试时适应
- Blog:
- Team: Yiming Cui,Liang Li,Haibing Yin 等
- Foundation Model Priors Enhance Object Focus in Feature Space for Source-Free Object Detection
- Paper: https://arxiv.org/abs/2512.17514
- Code:
- Keywords: 域适应/域泛化
- Features: Current state-of-the-art approaches in Source-Free Object Detection (SFOD) typically rely on Mean-Teacher self-labeling. However, domain shift often reduces the detector's ability to maintain strong object-focused re…
- Blog:
- Team: Sairam VCR,Rishabh Lalla,Aveen Dayal 等
3D目标检测
- CCF: Complementary Collaborative Fusion for Domain Generalized Multi-Modal 3D Object Detection
- Paper: https://arxiv.org/abs/2603.23276
- Code: https://github.com/IMPL-Lab/CCF
- Keywords: Domain Generalization, 3D Object Detection, Multimodal
- Features: 提出 CCF;Multi-modal fusion has emerged as a promising paradigm for accurate 3D object detection. However, performance degrades substantially when deployed in target domains different from training.
- Blog:
- Team: Yuchen Wu,Kun Wang,Yining Pan,Na Zhao
- CoIn3D: Revisiting Configuration-Invariant Multi-Camera 3D Object Detection
- Paper: https://arxiv.org/abs/2603.05042
- Code: https://github.com/kwong292521/CoIn3D
- Keywords: 3D Object Detection
- Features: 提出 CoIn3D;Multi-camera 3D object detection (MC3D) has attracted increasing attention with the growing deployment of multi-sensor physical agents, such as robots and autonomous vehicles. However, MC3D models still struggle to gener…
- Blog:
- Team: Zhaonian Kuang,Rui Ding,Haotian Wang 等
- Few-Shot Incremental 3D Object Detection in Dynamic Indoor Environments
- Paper: https://arxiv.org/abs/2604.07997
- Code: https://github.com/zyrant/FI3Det
- Keywords: Few-Shot, Incremental Learning, 3D Object Detection
- Features: Incremental 3D object perception is a critical step toward embodied intelligence in dynamic indoor environments. However, existing incremental 3D detection methods rely on extensive annotations of novel classes for satis…
- Blog:
- Team: Yun Zhu,Jianjun Qian,Jian Yang 等
- H2A2: Homogeneity-Aware and Heterogeneity-Aware Feature Perception for Unified Indoor 3D Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Xie_H2A2_Homogeneity-Aware_and_Heterogeneity-Aware_Feature_Perception_for_Unified_Indoor_3D_CVPR_2026_paper.pdf
- Code:
- Keywords: 3D Object Detection
- Features: 提出 H2A2
- Blog:
- Team: Tao Xie,Tao An,Feng Liu 等
- MonoSAOD: Monocular 3D Object Detection with Sparsely Annotated Label
- Paper: https://arxiv.org/abs/2604.01646
- Code: https://github.com/VisualAIKHU/MonoSAOD
- Keywords: 3D Object Detection, Monocular
- Features: 提出 MonoSAOD;Monocular 3D object detection has achieved impressive performance on densely annotated datasets. However, it struggles when only a fraction of objects are labeled due to the high cost of 3D annotation.
- Blog:
- Team: Junyoung Jung,Seokwon Kim,Jung Uk Kim
- Query2Uncertainty: Robust Uncertainty Quantification and Calibration for 3D Object Detection under Distribution Shift
- Paper: https://arxiv.org/abs/2605.05328
- Code:
- Keywords: 3D Object Detection, Robustness
- Features: 提出 Query2Uncertainty;Reliable uncertainty estimation for 3D object detection is critical for deploying safe autonomous systems, yet modern detectors remain poorly calibrated, especially under distribution shifts. Although post-hoc calibratio…
- Blog:
- Team: Till Beemelmanns,Alexey Nekrasov,Stefan Vilceanu 等
- R4Det: 4D Radar-Camera Fusion for High-Performance 3D Object Detection
- Paper: https://arxiv.org/abs/2603.11566
- Code: https://github.com/VDIGPKU/R4Det
- Keywords: 3D Object Detection, Radar
- Features: 提出 R4Det;4D radar-camera sensing configuration has gained increasing importance in autonomous driving. However, existing 3D object detection methods that fuse 4D Radar and camera data confront several challenges.
- Blog:
- Team: Zhongyu Xia,Yousen Tang,Yongtao Wang 等
- RaGS: Unleashing 3D Gaussian Splatting from 4D Radar and Monocular Cue for 3D Object Detection
- Paper: https://arxiv.org/abs/2507.19856
- Code:
- Keywords: 3D Object Detection, Monocular, Radar
- Features: 提出 RaGS;4D millimeter-wave radar is a promising sensing modality for autonomous driving, yet effective 3D object detection from 4D radar and monocular images remains challenging. Existing fusion approaches either rely on instanc…
- Blog:
- Team: Xiaokai Bai,Chenxu Zhou,Lianqing Zheng 等
- RARE: Learn to RAnk and REtrieve for Monocular 3D Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Park_RARE_Learn_to_RAnk_and_REtrieve_for_Monocular_3D_Object_CVPR_2026_paper.pdf
- Code:
- Keywords: 3D Object Detection, Monocular
- Features: 提出 RARE;单目 3D 目标检测
- Blog:
- Team: Hyeonjeong Park,Peixi Xiong,Xiaoqian Ruan 等
- Revisiting Token Compression for Accelerating ViT-based Sparse Multi-View 3D Object Detectors
- Paper: https://arxiv.org/abs/2604.14563
- Code: https://github.com/Mingqj/SEPatch3D
- Keywords: 3D Object Detection, Multi-View, Transformer
- Features: Vision Transformer (ViT)-based sparse multi-view 3D object detectors have achieved remarkable accuracy but still suffer from high inference latency due to heavy token processing. To accelerate these models, token compres…
- Blog:
- Team: Mingqian Ji,Shanshan Zhang,Jian Yang
- SABER: Spatially Consistent 3D Universal Adversarial Objects for BEV Detectors
- Paper: https://arxiv.org/abs/2505.22499
- Code:
- Keywords: BEV, Robustness
- Features: 提出 SABER;Adversarial robustness of BEV 3D object detectors is critical for autonomous driving (AD). Existing invasive attacks require altering the target vehicle itself (e.g.
- Blog:
- Team: Aixuan Li,Mochu Xiang,Bosen Hou 等
- SemLT3D: Semantic-Guided Expert Distillation for Camera-only Long-Tailed 3D Object Detection
- Paper: https://arxiv.org/abs/2604.18476
- Code:
- Keywords: 3D Object Detection
- Features: 提出 SemLT3D;Camera-only 3D object detection has emerged as a cost-effective and scalable alternative to LiDAR for autonomous driving, yet existing methods primarily prioritize overall performance while overlooking the severe long-ta…
- Blog:
- Team: Hao Vo,Khoa Vo,Thinh Phan 等
- SPAN: Spatial-Projection Alignment for Monocular 3D Object Detection
- Paper: https://arxiv.org/abs/2511.06702
- Code:
- Keywords: 3D Object Detection, Monocular
- Features: 提出 SPAN;Existing monocular 3D detectors typically tame the pronounced nonlinear regression of 3D bounding box through decoupled prediction paradigm, which employs multiple branches to estimate geometric center, depth, dimensions…
- Blog:
- Team: Yifan Wang,Yian Zhao,Fanqi Pu 等
- Spe-BEVHead: Rethinking the Detection Head Design for Bird’s-Eye-View Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zhang_Spe-BEVHead_Rethinking_the_Detection_Head_Design_for_Birds-Eye-View_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: BEV
- Features: 提出 Spe-BEVHead
- Blog:
- Team: Junshu Zhang,Sicheng Zhao,Xin Zhao 等
- SToRe3D: Sparse Token Relevance in ViTs for Efficient Multi-View 3D Object Detection
- Paper: https://arxiv.org/abs/2605.14110
- Code:
- Keywords: 3D Object Detection, Multi-View, Transformer
- Features: 提出 SToRe3D;Vision Transformers (ViTs) enable strong multi-view 3D detection but are limited by high inference latency from dense token and query processing across multiple views and large 3D regions. Existing sparsity methods, desi…
- Blog:
- Team: Sandro Papais,Lezhou Feng,Charles Cossette,Lingting Ge
- STUR3D: Spatio-Temporal Unified Representation Learning for 3D Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Fan_STUR3D_Spatio-Temporal_Unified_Representation_Learning_for_3D_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: 3D Object Detection
- Features: 提出 STUR3D
- Blog:
- Team: Huijie Fan,Pengrui Huang,Qiang Wang 等
- TACO: Task-Aware Contrastive Learning for Joint LiDAR Localization and 3D Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Xing_TACO_Task-Aware_Contrastive_Learning_for_Joint_LiDAR_Localization_and_3D_CVPR_2026_paper.pdf
- Code:
- Keywords: 3D Object Detection, LiDAR
- Features: 提出 TACO
- Blog:
- Team: Leyuan Xing,Huanjia Zhang,Dongyu Pan 等
- Towards Intrinsic-Aware Monocular 3D Object Detection
- Paper: https://arxiv.org/abs/2603.27059
- Code:
- Keywords: 3D Object Detection, Monocular
- Features: Monocular 3D object detection (Mono3D) aims to infer object locations and dimensions in 3D space from a single RGB image. Despite recent progress, existing methods remain highly sensitive to camera intrinsics and struggl…
- Blog:
- Team: Zhihao Zhang,Abhinav Kumar,Xiaoming Liu
- Unleashing the Power of Chain-of-Prediction for Monocular 3D Object Detection
- Paper: https://arxiv.org/abs/2505.04594
- Code:
- Keywords: 3D Object Detection, Monocular
- Features: Monocular 3D detection (Mono3D) aims to infer 3D bounding boxes from a single RGB image. Without auxiliary sensors such as LiDAR, this task is inherently ill-posed since the 3D-to-2D projection introduces depth ambiguity…
- Blog:
- Team: Zhihao Zhang,Abhinav Kumar,Girish Chandar Ganesan,Xiaoming Liu
- VGGT-Det: Mining VGGT Internal Priors for Sensor-Geometry-Free Multi-View Indoor 3D Object Detection
- Paper: https://arxiv.org/abs/2603.00912
- Code: https://github.com/yangcaoai/VGGT-Det-CVPR2026
- Keywords: 3D Object Detection, Multi-View
- Features: 提出 VGGT-Det;Current multi-view indoor 3D object detectors rely on sensor geometry that is costly to obtain (i.e., precisely calibrated multi-view camera poses) to fuse multi-view information into a global scene representation, limit…
- Blog:
- Team: Yang Cao,Feize Wu,Dave Zhenyu Chen 等
- Zoo3D: Zero-Shot 3D Object Detection at Scene Level
- Paper: https://arxiv.org/abs/2511.20253
- Code: https://github.com/col14m/zoo3d
- Keywords: Zero-Shot, 3D Object Detection
- Features: 提出 Zoo3D;3D object detection is fundamental for spatial understanding. Real-world environments demand models capable of recognizing diverse, previously unseen objects, which remains a major limitation of closed-set methods.
- Blog:
- Team: Andrey Lemeshko,Bulat Gabdullin,Nikita Drozdov 等
视频目标检测
- D2FANet: Enhancing Video Object Detection with Dual-Domain Feature Aggregation Network
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Qi_D2FANet_Enhancing_Video_Object_Detection_with_Dual-Domain_Feature_Aggregation_Network_CVPR_2026_paper.pdf
- Code:
- Keywords: Video Detection
- Features: 提出 D2FANet;视频目标检测
- Blog:
- Team: Qiang Qi,Wenqi Shang,Meifang Wang,Xiao Wang
- When Transformers Meet Mamba: A Hybrid Transformer-Mamba Network for Video Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Qi_When_Transformers_Meet_Mamba_A_Hybrid_Transformer-Mamba_Network_for_Video_CVPR_2026_paper.pdf
- Code:
- Keywords: Mamba, Transformer, Video Detection
- Features: Mamba/SSM 结构;视频目标检测
- Blog:
- Team: Qiang Qi,Xiao Wang,Zongyuan Du,Yu Zhang
小目标检测
- BDNet:Bio-Inspired Dual-Backbone Small Object Detection Network
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Guan_BDNetBio-Inspired_Dual-Backbone_Small_Object_Detection_Network_CVPR_2026_paper.pdf
- Code:
- Keywords: Small Object
- Features: 提出 BDNet;小目标检测
- Blog:
- Team: Wenchao Guan,Chuan Lin,Sihan Huang 等
- DyFCLT: Dynamic Frequency-Decoupled Cross-Modal Learning Transformer for Multimodal Tiny Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Li_DyFCLT_Dynamic_Frequency-Decoupled_Cross-Modal_Learning_Transformer_for_Multimodal_Tiny_Object_CVPR_2026_paper.pdf
- Code:
- Keywords: Transformer, Small Object, Multimodal
- Features: 提出 DyFCLT;小目标检测
- Blog:
- Team: Chaolang Li,Pengwen Dai,Jingyu Li 等
- ElasticFormer: Detecting Objects in HRW Shots via Elastic Computing Vision Transformer
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Li_ElasticFormer_Detecting_Objects_in_HRW_Shots_via_Elastic_Computing_Vision_CVPR_2026_paper.pdf
- Code:
- Keywords: Transformer
- Features: 提出 ElasticFormer
- Blog:
- Team: Wenxi Li,Jingchen Huang,Chenyang Lyu 等
- Towards Persistence: Learning Topological Constraints for Event-based Small Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/He_Towards_Persistence_Learning_Topological_Constraints_for_Event-based_Small_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Small Object, Event-based
- Features: 小目标检测;事件相机/事件数据
- Blog:
- Team: Shiman He,Nuo Chen,Xinyi Ying 等
显著性/伪装目标检测
- Beyond Appearance: Camouflaged Object Detection via Geometric Structure
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Han_Beyond_Appearance_Camouflaged_Object_Detection_via_Geometric_Structure_CVPR_2026_paper.pdf
- Code:
- Keywords: Camouflaged Object
- Features: 伪装目标检测
- Blog:
- Team: Jinyu Han,Changguang Wu,Fuming Sun,Jinhui Tang
- Generalizable Co-Salient Object Detection via Mixed Content-Style Modulation
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Guo_Generalizable_Co-Salient_Object_Detection_via_Mixed_Content-Style_Modulation_CVPR_2026_paper.pdf
- Code:
- Keywords: Salient Object
- Features: 显著性/协同显著性目标检测
- Blog:
- Team: Guanting Guo,Shenglong Hu,Kaihua Zhang 等
- M4-SAM: Multi-Modal Mixture-of-Experts with Memory-Augmented SAM for RGB-D Video Salient Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Liu_M4-SAM_Multi-Modal_Mixture-of-Experts_with_Memory-Augmented_SAM_for_RGB-D_Video_Salient_CVPR_2026_paper.pdf
- Code:
- Keywords: Salient Object, Multimodal
- Features: 提出 M4-SAM;显著性/协同显著性目标检测
- Blog:
- Team: Jiyuan Liu,Jia Lin,Xiaofei Zhou 等
- TF-SSD: A Strong Pipeline via Synergic Mask Filter for Training-free Co-salient Object Detection
- Paper: https://arxiv.org/abs/2604.00549
- Code: https://github.com/hzz-yy/TF-SSD
- Keywords: Salient Object
- Features: 提出 TF-SSD;Co-salient Object Detection (CoSOD) aims to segment salient objects that consistently appear across a group of related images. Despite the notable progress achieved by recent training-based approaches, they still remain…
- Blog:
- Team: Zhijin He,Shuo Jin,Siyue Yu 等
- Uncertainty-Aware Modality Fusion for Unaligned RGB-T Salient Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_Uncertainty-Aware_Modality_Fusion_for_Unaligned_RGB-T_Salient_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Salient Object, Multimodal
- Features: 显著性/协同显著性目标检测
- Blog:
- Team: Mianzhao Wang,Fan Shi,Xu Cheng 等
遥感/旋转/无人机目标检测
- Balanced Hierarchical Contrastive Learning with Decoupled Queries for Fine-grained Object Detection in Remote Sensing Images
- Paper: https://arxiv.org/abs/2512.24074
- Code:
- Keywords: Remote Sensing
- Features: Fine-grained remote sensing datasets often use hierarchical label structures to differentiate objects in a coarse-to-fine manner, with each object annotated across multiple levels. However, embedding this semantic hierar…
- Blog:
- Team: Jingzhou Chen,Dexin Chen,Fengchao Xiong 等
- Fourier Angle Alignment for Oriented Object Detection in Remote Sensing
- Paper: https://arxiv.org/abs/2602.23790
- Code: https://github.com/gcy0423/Fourier-Angle-Alignment
- Keywords: Remote Sensing, Oriented Detection
- Features: In remote sensing rotated object detection, mainstream methods suffer from two bottlenecks, directional incoherence at detector neck and task conflict at detecting head. Ulitising fourier rotation equivariance, we introd…
- Blog:
- Team: Changyu Gu,Linwei Chen,Lin Gu,Ying Fu
- Rotation Invariant and Symmetry Aware Pixel Difference Network for Remote Sensing Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zhan_Rotation_Invariant_and_Symmetry_Aware_Pixel_Difference_Network_for_Remote_CVPR_2026_paper.pdf
- Code:
- Keywords: Remote Sensing
- Features: 遥感/无人机场景
- Blog:
- Team: Jialei Zhan,Li Liu,Jiehua Zhang 等
- Tri-Modal Fusion Transformers for UAV-based Object Detection
- Paper: https://arxiv.org/abs/2604.16630
- Code:
- Keywords: Transformer, UAV
- Features: Reliable UAV object detection requires robustness to illumination changes, motion blur, and scene dynamics that suppress RGB cues. Thermal long-wave infrared (LWIR) sensing preserves contrast in low light, and event came…
- Blog:
- Team: Craig Iaboni,Pramod Abichandani
- Visual Prototype Conditioned Focal Region Generation for UAV-Based Object Detection
- Paper: https://arxiv.org/abs/2604.02966
- Code: https://github.com/Sirius-Li/UAVGen
- Keywords: UAV
- Features: Unmanned aerial vehicle (UAV) based object detection is a critical but challenging task, when applied in dynamically changing scenarios with limited annotated training data. Layout-to-image generation approaches have pro…
- Blog:
- Team: Wenhao Li,Zimeng Wu,Yu Wu 等
- VLM4RSDet: Collaborative Optimization with Vision-Language Model for Enhancing Remote Sensing Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Shi_VLM4RSDet_Collaborative_Optimization_with_Vision-Language_Model_for_Enhancing_Remote_Sensing_CVPR_2026_paper.pdf
- Code:
- Keywords: Remote Sensing, Vision-Language
- Features: 提出 VLM4RSDet;遥感/无人机场景
- Blog:
- Team: Shuohao Shi,Qiang Fang,Xin Xu
多模态/跨模态目标检测
- Beyond Duality: A Hybrid Framework of Leveraging Shared and Private Features for RGB-Event Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_Beyond_Duality_A_Hybrid_Framework_of_Leveraging_Shared_and_Private_CVPR_2026_paper.pdf
- Code:
- Keywords: Multimodal, Event-based
- Features: 事件相机/事件数据
- Blog:
- Team: Keyao Wang,Shuai Liu,Hengda Shi 等
- Distribution-Aligned Multimodal Fusion for Robust Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Hao_Distribution-Aligned_Multimodal_Fusion_for_Robust_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Multimodal, Robustness
- Features: 面向目标检测任务的新方法或新设定
- Blog:
- Team: Xiaohui Hao,Yanglin Pu,Yongjun Wang,Rui She
- RHCNet: Residual-Guided Hierarchical Calibration Network for Robust Underwater Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_RHCNet_Residual-Guided_Hierarchical_Calibration_Network_for_Robust_Underwater_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Robustness, Underwater
- Features: 提出 RHCNet;水下目标检测
- Blog:
- Team: Yueying Wang,Yiteng Guo,Weidong Zhang 等
- Spike-driven Discrete Aggregation for Event-based Object Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Li_Spike-driven_Discrete_Aggregation_for_Event-based_Object_Detection_CVPR_2026_paper.pdf
- Code:
- Keywords: Event-based
- Features: 事件相机/事件数据
- Blog:
- Team: Huaning Li,Ziming Wang,Runhao Jiang 等
行人搜索
- FSLoRA: Harmonizing Detection and Re-Identification via Freq-Spatial Low-Rank Adapter for One-Stage Person Search
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Tian_FSLoRA_Harmonizing_Detection_and_Re-Identification_via_Freq-Spatial_Low-Rank_Adapter_for_CVPR_2026_paper.pdf
- Code:
- Keywords: Person Search
- Features: 提出 FSLoRA
- Blog:
- Team: Yanling Tian,Shanshan Zhang,Di Chen,Jian Yang
专用场景检测
- Can a Second-View Image Be a Language? Geometric and Semantic Cross-Modal Reasoning for X-ray Prohibited Item Detection
- Paper: https://arxiv.org/abs/2511.18385
- Code:
- Keywords: Multimodal
- Features: Automatic X-ray prohibited items detection is vital for security inspection and has been widely studied. Traditional methods rely on visual modality, often struggling with complex threats.
- Blog:
- Team: Chuang Peng,Renshuai Tao,Zhongwei Ren 等
其他
以下论文标题中出现 detect/detection 等字样,但不完全属于目标检测主线(如异常检测、伪造/生成内容检测、OOD 检测、变化检测、动作检测等)。按子方向分组列出。
异常检测
- A Semantically Disentangled Unified Model for Multi-category 3D Anomaly Detection
- Paper: https://arxiv.org/abs/2603.25159
- Team: SuYeon Kim,Wongyu Lee,MyeongAh Cho
- ADSeeker: A Knowledge-Grounded Reasoning Framework for Industry Anomaly Detection and Reasoning
- Paper: https://arxiv.org/abs/2508.03088
- Team: Kai Zhang,Zekai Zhang,Xihe Sun 等
- Alert-CLIP: Abnormality-aware Latent-Enhanced Representation Tuning of CLIP for Video Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zhu_Alert-CLIP_Abnormality-aware_Latent-Enhanced_Representation_Tuning_of_CLIP_for_Video_Anomaly_CVPR_2026_paper.pdf
- Team: Yiyan Zhu,Menghao Zhang,Haifeng Sun 等
- Anomaly-Related Residual Fields for Cross-domain Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Gao_Anomaly-Related_Residual_Fields_for_Cross-domain_Anomaly_Detection_CVPR_2026_paper.pdf
- Team: Kewei Gao,Jiayi Xie,Zhengda Shen 等
- AnomalyVFM – Transforming Vision Foundation Models into Zero-Shot Anomaly Detectors
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Fucka_AnomalyVFM_–_Transforming_Vision_Foundation_Models_into_Zero-Shot_Anomaly_Detectors_CVPR_2026_paper.pdf
- Team: Matic Fučka,Vitjan Zavrtanik,Danijel Skočaj
- Back to Point: Exploring Point-Language Models for Zero-Shot 3D Anomaly Detection
- Paper: https://arxiv.org/abs/2603.21511
- Team: Kaiqiang Li,Gang Li,Mingle Zhou 等
- Bidirectional Multimodal Prompt Learning with Scale-Aware Training for Few-Shot Multi-Class Anomaly Detection
- Paper: https://arxiv.org/abs/2408.13516
- Team: Yujin Lee,Sewon Kim,Daeun Moon 等
- CHAL: Causal-guided Hierarchical Anomaly-aware Learning for Moving Infrared Small Target Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Duan_CHAL_Causal-guided_Hierarchical_Anomaly-aware_Learning_for_Moving_Infrared_Small_Target_CVPR_2026_paper.pdf
- Team: Weiwei Duan,Luping Ji,Shipeng Lei 等
- Complementary Prototype Mapping for Efficient Multimodal Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zhao_Complementary_Prototype_Mapping_for_Efficient_Multimodal_Anomaly_Detection_CVPR_2026_paper.pdf
- Team: Yuan Zhao,Xiaoqin Zhang,Huchuan Lu,Lihe Zhang
- Defect Cue-Preserved Structural Feature Refinement for Few-Shot Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Jiang_Defect_Cue-Preserved_Structural_Feature_Refinement_for_Few-Shot_Anomaly_Detection_CVPR_2026_paper.pdf
- Team: Le Jiang,Yan Huang,Zhen Xu 等
- DLVP-CLIP: Enhancing Fine-Grained Zero-Shot Anomaly Detection via Dynamic Local Visual Prompting
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zhang_DLVP-CLIP_Enhancing_Fine-Grained_Zero-Shot_Anomaly_Detection_via_Dynamic_Local_Visual_CVPR_2026_paper.pdf
- Team: Gaowei Zhang,Lihe Zhang
- Dual-Prototype-Guided Multi-task Learning for Unsupervised Anomaly Detection and Classification
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Luo_Dual-Prototype-Guided_Multi-task_Learning_for_Unsupervised_Anomaly_Detection_and_Classification_CVPR_2026_paper.pdf
- Team: Qianhao Luo,Jiajia Mi,Mingtao Yan 等
- FastRef: Fast Prototype Refinement for Few-shot Industrial Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Li_FastRef_Fast_Prototype_Refinement_for_Few-shot_Industrial_Anomaly_Detection_CVPR_2026_paper.pdf
- Team: Yufei Li,Long Tian,Yuyang Dai 等
- FB-CLIP: Fine-Grained Zero-Shot Anomaly Detection with Foreground-Background Disentanglement
- Paper: https://arxiv.org/abs/2603.19608
- Team: Ming Hu,Yongsheng Huo,Mingyu Dou 等
- Fine-VAD: Towards Fine-Grained Video Anomaly Detection via Progressive Cross-Granularity Learning
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zhang_Fine-VAD_Towards_Fine-Grained_Video_Anomaly_Detection_via_Progressive_Cross-Granularity_Learning_CVPR_2026_paper.pdf
- Team: Menghao Zhang,Yiyan Zhu,Pengfei Ren 等
- From Attraction to Equilibrium: Physics-Inspired Semantic Gravitons for Zero-Shot Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Pan_From_Attraction_to_Equilibrium_Physics-Inspired_Semantic_Gravitons_for_Zero-Shot_Anomaly_CVPR_2026_paper.pdf
- Team: Yuwen Pan,Yuan Wang,Shaohui Li 等
- Geometry-Aligned and Anomaly-Aware Reconstruction for 3D Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wu_Geometry-Aligned_and_Anomaly-Aware_Reconstruction_for_3D_Anomaly_Detection_CVPR_2026_paper.pdf
- Team: Linchun Wu,Qin Zou,Yuanhao Yue,Zhongyuan Wang
- GPFlow: Gaussian Prototype Probability Flow for Unsupervised Multi-Modal Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Li_GPFlow_Gaussian_Prototype_Probability_Flow_for_Unsupervised_Multi-Modal_Anomaly_Detection_CVPR_2026_paper.pdf
- Team: Yiting Li,Xulei Yang,Jingyi Liao 等
- GS-CLIP: Zero-shot 3D Anomaly Detection by Geometry-Aware Prompt and Synergistic View Representation Learning
- Paper: https://arxiv.org/abs/2602.19206
- Team: Zehao Deng,An Liu,Yan Wang
- Hierarchical Point-Patch Fusion with Adaptive Patch Codebook for 3D Shape Anomaly Detection
- Paper: https://arxiv.org/abs/2604.03972
- Team: Xueyang Kang,Zizhao Li,Tian Lan 等
- Hunting Normality from Query Sample via Residual Learning for Generalist Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_Hunting_Normality_from_Query_Sample_via_Residual_Learning_for_Generalist_CVPR_2026_paper.pdf
- Team: Xiaolei Wang,Yuexin Wang,Tianhong Dai 等
- InvAD: Inversion-based Reconstruction-Free Anomaly Detection with Diffusion Models
- Paper: https://arxiv.org/abs/2504.05662
- Team: Shunsuke Sakai,Xiangteng He,Chunzhi Gu 等
- Joint Learning of General and Diverse Patterns with Mixture of Memory Experts for Weakly-Supervised Video Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Sun_Joint_Learning_of_General_and_Diverse_Patterns_with_Mixture_of_CVPR_2026_paper.pdf
- Team: Bo Sun,Junxi Chen,Zhe Wu 等
- LayoutAD: Exploring Semantic-Geometric Misalignment Reasoning for Scene Layout Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zeng_LayoutAD_Exploring_Semantic-Geometric_Misalignment_Reasoning_for_Scene_Layout_Anomaly_Detection_CVPR_2026_paper.pdf
- Team: Zhichao Zeng,Jiasheng Zhang,Jiyun Sun 等
- Learning from Noisy Supervision: A Denoising-Debiasing Framework for Weakly Supervised Video Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zhao_Learning_from_Noisy_Supervision_A_Denoising-Debiasing_Framework_for_Weakly_Supervised_CVPR_2026_paper.pdf
- Team: Yaxin Zhao,Yang Wang,Wenya Guo 等
- MMR-AD: A Large-Scale Multimodal Dataset for Benchmarking General Anomaly Detection with Multimodal Large Language Models
- Paper: https://arxiv.org/abs/2604.10971
- Team: Xincheng Yao,Zefeng Qian,Chao Shi 等
- MoECLIP: Patch-Specialized Experts for Zero-shot Anomaly Detection
- Paper: https://arxiv.org/abs/2603.03101
- Team: Jun Yeong Park,JunYoung Seo,Minji Kang,Yu Rang Park
- Multi-Prototype Compactness and Boundary-Aware Synthesis for Unsupervised Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Liao_Multi-Prototype_Compactness_and_Boundary-Aware_Synthesis_for_Unsupervised_Anomaly_Detection_CVPR_2026_paper.pdf
- Team: Kailun Liao,Jianfeng Yang,Tao Tao 等
- No Need For Real Anomaly: MLLM Empowered Zero-Shot Video Anomaly Detection
- Paper: https://arxiv.org/abs/2602.19248
- Team: Zunkai Dai,Ke Li,Jiajia Liu 等
- Omni-AD: A Large-scale and Versatile Benchmark for Industrial Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Shi_Omni-AD_A_Large-scale_and_Versatile_Benchmark_for_Industrial_Anomaly_Detection_CVPR_2026_paper.pdf
- Team: Dahu Shi,Chengshen He,Shaochen Zhang 等
- PDD: Manifold-Prior Diverse Distillation for Medical Anomaly Detection
- Paper: https://arxiv.org/abs/2603.07142
- Team: Xijun Lu,Hongying Liu,Fanhua Shang 等
- RAID: Retrieval-Augmented Anomaly Detection
- Paper: https://arxiv.org/abs/2602.19611
- Team: Mingxiu Cai,Zhe Zhang,Gaochang Wu 等
- RC-NF: Robot-Conditioned Normalizing Flow for Real-Time Anomaly Detection in Robotic Manipulation
- Paper: https://arxiv.org/abs/2603.11106
- Team: Shijie Zhou,Bin Zhu,Jiarui Yang 等
- Reasoning-Driven Anomaly Detection and Localization with Image-Level Supervision
- Paper: https://arxiv.org/abs/2603.27179
- Team: Yizhou Jin,Yuezhu Feng,Jinjin Zhang 等
- SubspaceAD: Training-Free Few-Shot Anomaly Detection via Subspace Modeling
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Lendering_SubspaceAD_Training-Free_Few-Shot_Anomaly_Detection_via_Subspace_Modeling_CVPR_2026_paper.pdf
- Team: Camile Lendering,Erkut Akdag,Egor Bondarau
- The Road Less Seen: Segment Exploration for Weakly Supervised Video Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Acharya_The_Road_Less_Seen_Segment_Exploration_for_Weakly_Supervised_Video_CVPR_2026_paper.pdf
- Team: Anusha Acharya,Hitesh Sapkota,Qi Yu,Xumin Liu
- TLMA: Mitigating the Impact of Weakly Labeled Information for Video Anomaly Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Xu_TLMA_Mitigating_the_Impact_of_Weakly_Labeled_Information_for_Video_CVPR_2026_paper.pdf
- Team: Rong Xu,Runqi Wang,Yingjun Zhang 等
- Towards an Incremental Unified Multimodal Anomaly Detection: Augmenting Multimodal Denoising From an Information Bottleneck Perspective
- Paper: https://arxiv.org/abs/2603.02629
- Team: Kaifang Long,Lianbo Ma,Jiaqi Liu 等
- UniMMAD: Unified Multi-Modal and Multi-Class Anomaly Detection via MoE-Driven Feature Decompression
- Paper: https://arxiv.org/abs/2509.25934
- Team: Yuan Zhao,Youwei Pang,Lihe Zhang 等
- VisualAD: Language-Free Zero-Shot Anomaly Detection via Vision Transformer
- Paper: https://arxiv.org/abs/2603.07952
- Team: Yanning Hou,Peiyuan Li,Zirui Liu 等
- Wavelet-Driven 3D Anomaly Detection under Pose-Agnostic and Sparse-View
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Shao_Wavelet-Driven_3D_Anomaly_Detection_under_Pose-Agnostic_and_Sparse-View_CVPR_2026_paper.pdf
- Team: Mingwen Shao,Qiao Zhang,Xinyuan Chen 等
- Weakly Supervised Video Anomaly Detection with Anomaly-Connected Components and Intention Reasoning
- Paper: https://arxiv.org/abs/2603.00550
- Team: Yu Wang,Shengjie Zhao
伪造/生成内容检测
- A Debiased Reconstruction-based Framework for Training-Free Detection of AI-Generated Images
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Choi_A_Debiased_Reconstruction-based_Framework_for_Training-Free_Detection_of_AI-Generated_Images_CVPR_2026_paper.pdf
- Team: Sungik Choi,Hankook Lee,Jaehoon Lee 等
- A Difference-in-Difference Approach to Detecting AI-Generated Images
- Paper: https://arxiv.org/abs/2602.23732
- Team: Xinyi Qi,Kai Ye,Chengchun Shi 等
- A Sanity Check for Multi-In-Domain Face Forgery Detection in the Real World
- Paper: https://arxiv.org/abs/2512.04837
- Team: Jikang Cheng,Renye Yan,Zhiyuan Yan 等
- Agent4FaceForgery: Multi-Agent LLM Framework for Realistic Face Forgery Detection
- Paper: https://arxiv.org/abs/2509.12546
- Team: Yingxin Lai,Zitong YU,Jun Wang 等
- All in One: Unifying Deepfake Detection, Tampering Localization, and Source Tracing with a Robust Landmark-Identity Watermark
- Paper: https://arxiv.org/abs/2602.23523
- Team: Junjiang Wu,Liejun Wang,Zhiqing Guo
- AVFakeBench: A Comprehensive Audio-Video Forgery Detection Benchmark for AV-LMMs
- Paper: https://arxiv.org/abs/2511.21251
- Team: Shuhan Xia,Peipei Li,Xuannan Liu 等
- Beyond [CLS] Token: Query-Driven Token-Level Forgery Purification for Generalizable Deepfake Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_Beyond_CLS_Token_Query-Driven_Token-Level_Forgery_Purification_for_Generalizable_Deepfake_CVPR_2026_paper.pdf
- Team: Changshuo Wang,Jiangming Wang,Ke-Yue Zhang 等
- CoCoVideo: The High-Quality Commercial-Model-Based Contrastive Benchmark for AI-Generated Video Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Feng_CoCoVideo_The_High-Quality_Commercial-Model-Based_Contrastive_Benchmark_for_AI-Generated_Video_Detection_CVPR_2026_paper.pdf
- Team: Huidong Feng,Wentao Chen,Jie Chen 等
- Cross-modal Representation Learning for Diffusion-generated Image Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Gong_Cross-modal_Representation_Learning_for_Diffusion-generated_Image_Detection_CVPR_2026_paper.pdf
- Team: Tao Gong,Dayong Wang,Qi Chu 等
- Decoupling Bias, Aligning Distributions: Synergistic Fairness Optimization for Deepfake Detection
- Paper: https://arxiv.org/abs/2511.10150
- Team: Feng Ding,Wenhui Yi,Yunpeng Zhou 等
- DeepfakeImpact: A Two-Stage Benchmark with Real-World Impact in Deepfake Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Gong_DeepfakeImpact_A_Two-Stage_Benchmark_with_Real-World_Impact_in_Deepfake_Detection_CVPR_2026_paper.pdf
- Team: Chaoyu Gong,Han Zhang,Siqiang Luo
- Detecting AI-Generated Forgeries via Iterative Manifold Deviation Amplification
- Paper: https://arxiv.org/abs/2602.18842
- Team: Jiangling Zhang,Shuxuan Gao,Bofan Liu 等
- Detecting Compressed AI-Generated Images via Phase Spectrum Robustness
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Li_Detecting_Compressed_AI-Generated_Images_via_Phase_Spectrum_Robustness_CVPR_2026_paper.pdf
- Team: Kai Li,Wenqi Ren,Wei Wang,Xiaochun Cao
- DFD-HR: Generalizable Deepfake Detection via Hierarchical Routing Learning
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Sun_DFD-HR_Generalizable_Deepfake_Detection_via_Hierarchical_Routing_Learning_CVPR_2026_paper.pdf
- Team: Jiamu Sun,Zhiyuan Yan,Ke-Yue Zhang 等
- DiffusionFF: A Diffusion-based Framework for Joint Face Forgery Detection and Fine-Grained Artifact Localization
- Paper: https://arxiv.org/abs/2508.01873
- Team: Siran Peng,Haoyuan Zhang,Li Gao 等
- Diversity over Uniformity: Rethinking Representation in Generated Image Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/He_Diversity_over_Uniformity_Rethinking_Representation_in_Generated_Image_Detection_CVPR_2026_paper.pdf
- Team: Qinghui He,Haifeng Zhang,Qiao Qin 等
- Enabling Supervised Learning of Generative Signatures for Generalized AI-Generated Images Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Fei_Enabling_Supervised_Learning_of_Generative_Signatures_for_Generalized_AI-Generated_Images_CVPR_2026_paper.pdf
- Team: Jianwei Fei,Yunshu Dai,Xiaoyu Zhou 等
- FVBench: Benchmarking Deepfake Video Detection Capability of Large Multimodal Models
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_FVBench_Benchmarking_Deepfake_Video_Detection_Capability_of_Large_Multimodal_Models_CVPR_2026_paper.pdf
- Team: Jiarui Wang,Huiyu Duan,Juntong Wang,Xiongkuo Min
- Investigating Self-Supervised Representations for Audio-Visual Deepfake Detection
- Paper: https://arxiv.org/abs/2511.17181
- Team: Dragos-Alexandru Boldisor,Stefan Smeu,Dan Oneata,Elisabeta Oneata
- Layer Consistency Matters: Elegant Latent Transition Discrepancy for Generalizable Synthetic Image Detection
- Paper: https://arxiv.org/abs/2603.10598
- Team: Yawen Yang,Feng Li,Shuqi Kong 等
- Locate-Then-Examine: Grounded Region Reasoning Improves Detection of AI-Generated Images
- Paper: https://arxiv.org/abs/2510.04225
- Team: Yikun Ji,Yan Hong,Bowen Deng 等
- Omni-Fake: Benchmarking Unified Multimodal Social Media Deepfake Detection
- Paper: https://arxiv.org/abs/2605.01638
- Team: Tianxiao Li,Zhenglin Huang,Haiquan Wen 等
- Pixels Don’t Lie (But Your Detector Might): Bootstrapping MLLM-as-a-Judge for Trustworthy Deepfake Detection and Reasoning Supervision
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Kuckreja_Pixels_Dont_Lie_But_Your_Detector_Might_Bootstrapping_MLLM-as-a-Judge_for_CVPR_2026_paper.pdf
- Team: Kartik Kuckreja,Parul Gupta,Muhammad Haris Khan,Abhinav Dhall
- PPM-CLIP: Probabilistic Prompt Modeling for Generalizable AI-Generated Image Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_PPM-CLIP_Probabilistic_Prompt_Modeling_for_Generalizable_AI-Generated_Image_Detection_CVPR_2026_paper.pdf
- Team: Xinyuan Wang,Yingxin Lai,Zhiming Luo,Zhihui Liu
- ReAlign: Generalizable Image Forgery Detection via Reasoning-Aligned Representation
- Paper: https://arxiv.org/abs/2605.16080
- Team: Qing Huang,Zhipei Xu,Xuanyu Zhang 等
- SAIDO: Generalizable Detection of AI-Generated Images via Scene-Aware and Importance-Guided Dynamic Optimization in Continual Learning
- Paper: https://arxiv.org/abs/2512.00539
- Team: Yongkang Hu,Yu Cheng,Yushuo Zhang 等
- Scaling Up AI-Generated Image Detection with Generator-Aware Prototypes
- Paper: https://arxiv.org/abs/2512.12982
- Team: Ziheng Qin,Yuheng Ji,Renshuai Tao 等
- Skyra: AI-Generated Video Detection via Grounded Artifact Reasoning
- Paper: https://arxiv.org/abs/2512.15693
- Team: Yifei Li,Wenzhao Zheng,Yanran Zhang 等
- Towards Generalizable AI-Generated Image Detection via Image-Adaptive Prompt Learning
- Paper: https://arxiv.org/abs/2508.01603
- Team: Yiheng Li,Zichang Tan,Guoqing Xu 等
- TriDF: Evaluating Perception, Detection, and Hallucination for Interpretable DeepFake Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Jiang-Lin_TriDF_Evaluating_Perception_Detection_and_Hallucination_for_Interpretable_DeepFake_Detection_CVPR_2026_paper.pdf
- Team: Jian-Yu Jiang-Lin,Kang-Yang Huang,Ling Zou 等
- Tutor-Student Reinforcement Learning: A Dynamic Curriculum for Robust Deepfake Detection
- Paper: https://arxiv.org/abs/2603.24139
- Team: Zhanhe Lei,Zhongyuan Wang,Jikang Cheng 等
- UniGenDet: A Unified Generative-Discriminative Framework for Co-Evolutionary Image Generation and Generated Image Detection
- Paper: https://arxiv.org/abs/2604.21904
- Team: Yanran Zhang,Wenzhao Zheng,Yifei Li 等
- Unleashing Vision-Language Semantics for Deepfake Video Detection
- Paper: https://arxiv.org/abs/2603.24454
- Team: Jiawen Zhu,Yunqi Miao,Xueyi Zhang 等
- VMD-FACT: A New Video Dataset and MLLM-based method for Detecting Realistic AI-Generated Video Misinformation
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zhang_VMD-FACT_A_New_Video_Dataset_and_MLLM-based_method_for_Detecting_CVPR_2026_paper.pdf
- Team: Yongkang Zhang,Dongyu She,Baiyu Ji 等
- X-AVDT: Audio-Visual Cross-Attention for Robust Deepfake Detection
- Paper: https://arxiv.org/abs/2603.08483
- Team: Youngseo Kim,Kwan Yun,Seokhyeon Hong 等
- Your One-Stop Solution for AI-Generated Video Detection
- Paper: https://arxiv.org/abs/2601.11035
- Team: Long Ma,Zihao Xue,Yan Wang 等
- Zero-shot Detection of AI-Generated Image via RAW-RGB Alignment
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wu_Zero-shot_Detection_of_AI-Generated_Image_via_RAW-RGB_Alignment_CVPR_2026_paper.pdf
- Team: Haiwei Wu,Fengpeng Li,Zhilin Tu 等
OOD检测
- Activation Matters: Test-time Activated Negative Labels for OOD Detection with Vision-Language Models
- Paper: https://arxiv.org/abs/2603.25250
- Team: Yabin Zhang,Maya Varma,Yunhe Gao 等
- ANTS: Adaptive Negative Textual Space Shaping for OOD Detection via Test-Time MLLM Understanding and Reasoning
- Paper: https://arxiv.org/abs/2509.03951
- Team: Wenjie Zhu,Yabin Zhang,Xin Jin 等
- Bypassing the Transport Plan: Dynamic Reweighting for Out-of-Distribution Detection with Optimal Transport
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Xiao_Bypassing_the_Transport_Plan_Dynamic_Reweighting_for_Out-of-Distribution_Detection_with_CVPR_2026_paper.pdf
- Team: Yang Xiao,Weiming Liu,Jun Dan 等
- Enhancing Out-of-Distribution Detection with Extended Logit Normalization
- Paper: https://arxiv.org/abs/2504.11434
- Team: Yifan Ding,Xixi Liu,Jonas Unger,Gabriel Eilertsen
- Learning Latent Concepts for Detecting Out-of-Distribution Objects
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Peng_Learning_Latent_Concepts_for_Detecting_Out-of-Distribution_Objects_CVPR_2026_paper.pdf
- Team: Ting Peng,Junhao Dong,Yew-Soon Ong
- Mind the Way You Select Negative Texts: Pursuing the Distance Consistency in OOD Detection with VLMs
- Paper: https://arxiv.org/abs/2603.02618
- Team: Zhikang Xu,Qianqian Xu,Zitai Wang 等
- Mitigating Simplicity Bias in OOD Detection through Object Co-occurrence Analysis
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Dai_Mitigating_Simplicity_Bias_in_OOD_Detection_through_Object_Co-occurrence_Analysis_CVPR_2026_paper.pdf
- Team: Boyang Dai,Chaoqi Chen,Yizhou Yu
- Neural Distribution Prior for LiDAR Out-of-Distribution Detection
- Paper: https://arxiv.org/abs/2604.09232
- Team: Zizhao Li,Zhengkang Xiang,Jiayang Ao 等
- RankOOD - Class Ranking-based Out-of-Distribution Detection
- Paper: https://arxiv.org/abs/2511.19996
- Team: Dishanika Denipitiyage,Naveen Karunanayake,Suranga Seneviratne,Sanjay Chawla
- Sparsity as a Key: Unlocking New Insights from Latent Structures for Out-of-Distribution Detection
- Paper: https://arxiv.org/abs/2604.26409
- Team: Ahyoung Oh,Wonseok Shin,Songkuk Kim
- The Invisible Gorilla Effect in Out-of-distribution Detection
- Paper: https://arxiv.org/abs/2602.20068
- Team: Harry Anthony,Ziyun Liang,Hermione Warr,Konstantinos Kamnitsas
- TTL: Test-time Textual Learning for OOD Detection with Pretrained Vision-Language Models
- Paper: https://arxiv.org/abs/2604.15756
- Team: Jinlun Ye,Jiang Liao,Runhe Lai 等
- UNI-OOD: Unified Object- and Image-level Out-of-Distribution Detection via Cross-Context Attentive Vision-Language Modeling
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Li_UNI-OOD_Unified_Object-_and_Image-level_Out-of-Distribution_Detection_via_Cross-Context_Attentive_CVPR_2026_paper.pdf
- Team: Yuchuan Li,Azadeh Motamedi,Hyock Ju Kwon 等
变化检测
- Changes in Real Time: Online Scene Change Detection with Multi-View Fusion
- Paper: https://arxiv.org/abs/2511.12370
- Team: Chamuditha Jayanga Galappaththige,Jason Lai,Lloyd Windrim 等
- OpenDPR: Open-Vocabulary Change Detection via Vision-Centric Diffusion-Guided Prototype Retrieval for Remote Sensing Imagery
- Paper: https://arxiv.org/abs/2603.27645
- Team: Qi Guo,Jue Wang,Yinhe Liu,Yanfei Zhong
- RDF-MIG: A Robust Diffusion Framework for Masked Image Generation to Augment Semantic Segmentation and Change Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Cao_RDF-MIG_A_Robust_Diffusion_Framework_for_Masked_Image_Generation_to_CVPR_2026_paper.pdf
- Team: Zian Cao,Wei Wei,Qingshan Gao,Yuanyuan Fu
- SRGCD: Stability-Driven Region Growth Framework for 3D Change Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wu_SRGCD_Stability-Driven_Region_Growth_Framework_for_3D_Change_Detection_CVPR_2026_paper.pdf
- Team: Yue Wu,Tao Peng,Yongzhe Yuan 等
- UniChange: Unifying Change Detection with Multimodal Large Language Model
- Paper: https://arxiv.org/abs/2511.02607
- Team: Xu Zhang,Danyang Li,Xiaohang Dong 等
动作检测
- Decompose and Transfer: CoT-Prompting Enhanced Alignment for Open-Vocabulary Temporal Action Detection
- Paper: https://arxiv.org/abs/2603.24030
- Team: Sa Zhu,Wanqian Zhang,Lin Wang 等
- Mining Instance-Centric Vision-Language Contexts for Human-Object Interaction Detection
- Paper: https://arxiv.org/abs/2604.02071
- Team: Soo Won Seo,KyungChae Lee,Hyungchan Cho 等
- MoVie: Broaden Your Views with Human Motion for Action Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Yang_MoVie_Broaden_Your_Views_with_Human_Motion_for_Action_Detection_CVPR_2026_paper.pdf
- Team: Di Yang,Mahmoud Ali,Xuanlong Yu 等
- RegFormer: Transferable Relational Grounding for Efficient Weakly-Supervised Human-Object Interaction Detection
- Paper: https://arxiv.org/abs/2604.00507
- Team: Jihwan Park,Chanhyeong Yang,Jinyoung Park 等
- Streamlined Open-Vocabulary Human-Object Interaction Detection
- Paper: https://arxiv.org/abs/2603.27500
- Team: Chang Sun,Dongliang Liao,Changxing Ding
- TF-CADE: Foreground-Concentrated Text-Video Alignment for Zero-Shot Temporal Action Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Lee_TF-CADE_Foreground-Concentrated_Text-Video_Alignment_for_Zero-Shot_Temporal_Action_Detection_CVPR_2026_paper.pdf
- Team: Yearang Lee,Ho-Joong Kim,Seong-Whan Lee
关键点/地标检测
- BEV-SLD: Self-Supervised Scene Landmark Detection for Global Localization with LiDAR Bird’s-Eye View Images
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Skuddis_BEV-SLD_Self-Supervised_Scene_Landmark_Detection_for_Global_Localization_with_LiDAR_CVPR_2026_paper.pdf
- Team: David Skuddis,Vincent Ress,Wei Zhang 等
- EV-CGNet: Co-visible Focused 3D-guided 2D Event Keypoint Detection Network
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Gao_EV-CGNet_Co-visible_Focused_3D-guided_2D_Event_Keypoint_Detection_Network_CVPR_2026_paper.pdf
- Team: Yuan Gao,Tianle Ding,Yuqing Zhu,Tianzhu Zhang
- From Pairs to Sequences: Track-Aware Policy Gradients for Keypoint Detection
- Paper: https://arxiv.org/abs/2602.20630
- Team: Yepeng Liu,Hao Li,Liwen Yang 等
幻觉检测
- Beyond the Global Scores: Fine-Grained Token Grounding as a Robust Detector of LVLM Hallucinations
- Paper: https://arxiv.org/abs/2604.04863
- Team: Tuan Dung Nguyen,Minh Khoi Ho,Qi Chen 等
- Lyapunov Probes for Hallucination Detection in Large Foundation Models
- Paper: https://arxiv.org/abs/2603.06081
- Team: Bozhi Luan,Gen Li,Yalan Qin 等
- PAS: Prelim Attention Score for Detecting Object Hallucinations in Large Vision-Language Models
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Hoang_PAS_Prelim_Attention_Score_for_Detecting_Object_Hallucinations_in_Large_CVPR_2026_paper.pdf
- Team: Nhat Hoang,Minh Vu,My T. Thai,Manish Bhattarai
- Same Attention, Different Truths: Put Logit-Lens over Visual Attention to Detect and Mitigate LVLM Object Hallucination
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_Same_Attention_Different_Truths_Put_Logit-Lens_over_Visual_Attention_to_CVPR_2026_paper.pdf
- Team: Zichuan Wang,Songlin Yang,Bo Peng 等
- ZINA: Multimodal Fine-grained Hallucination Detection and Editing
- Paper: https://arxiv.org/abs/2506.13130
- Team: Yuiga Wada,Kazuki Matsuda,Komei Sugiura,Graham Neubig
讽刺/语义检测
- MMSD3.0: A Multi-Image Benchmark for Real-World Multimodal Sarcasm Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zhao_MMSD3.0_A_Multi-Image_Benchmark_for_Real-World_Multimodal_Sarcasm_Detection_CVPR_2026_paper.pdf
- Team: Haochen Zhao,Yuyao Kong,Yongxiu Xu 等
跟踪相关
- From Detection to Association: Learning Discriminative Object Embeddings for Multi-Object Tracking
- Paper: https://arxiv.org/abs/2512.02392
- Team: Yuqing Shao,Yuchen Yang,Rui Yu 等
其他检测相关
- Adaptive Confidence Regularization for Multimodal Failure Detection
- Paper: https://arxiv.org/abs/2603.02200
- Team: Moru Liu,Hao Dong,Olga Fink,Mario Trapp
- ArchSym: Detecting 3D-Grounded Architectural Symmetries in the Wild
- Paper: https://arxiv.org/abs/2604.22202
- Team: Hanyu Chen,Ruojin Cai,Steve Marschner,Noah Snavely
- AutoDebias: An Automated Framework for Detecting and Mitigating Backdoor Biases in Text-to-Image Models
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Cai_AutoDebias_An_Automated_Framework_for_Detecting_and_Mitigating_Backdoor_Biases_CVPR_2026_paper.pdf
- Team: Hongyi Cai,Mohammad Mahdinur Rahman,MingKang Dong 等
- AXG-Reasoner: Error Detection and Explanation in Long Task Videos with Vision-Language Models
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Lee_AXG-Reasoner_Error_Detection_and_Explanation_in_Long_Task_Videos_with_CVPR_2026_paper.pdf
- Team: Shih-Po Lee,Ehsan Elhamifar
- BlackMirror: Black-Box Backdoor Detection for Text-to-Image Models via Instruction-Response Deviation
- Paper: https://arxiv.org/abs/2603.05921
- Team: Feiran Li,Qianqian Xu,Shilong Bao 等
- Breaking Spurious Correlations: Uncertainty-Driven Causal Transformers for AU Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wang_Breaking_Spurious_Correlations_Uncertainty-Driven_Causal_Transformers_for_AU_Detection_CVPR_2026_paper.pdf
- Team: Yuru Wang,Yue Zhou
- Bulk RNA-seq Guided Multi-modal Detection of Anomalous Regions in Human Cancer via Spatial Transcriptomics
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Shi_Bulk_RNA-seq_Guided_Multi-modal_Detection_of_Anomalous_Regions_in_Human_CVPR_2026_paper.pdf
- Team: Hang Shi,Ruocheng Yang,Wenjie You 等
- BUSSARD: Normalizing Flows for Bijective Universal Scene-Specific Anomalous Relationship Detection
- Paper: https://arxiv.org/abs/2603.16645
- Team: Melissa Schween,Mathis Kruse,Bodo Rosenhahn
- Conan: Progressive Learning to Reason Like a Detective over Multi-Scale Visual Evidence
- Paper: https://arxiv.org/abs/2510.20470
- Team: Kun Ouyang,Yuanxin Liu,Linli Yao 等
- COPYLENS: Towards Copyrighted Characters Infringement Detection via Copyright-Aware Prompt Learning
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Jin_COPYLENS_Towards_Copyrighted_Characters_Infringement_Detection_via_Copyright-Aware_Prompt_Learning_CVPR_2026_paper.pdf
- Team: Yaoyu Jin,Xiaochun Yang,Hong Liu 等
- CrossVL: Complexity-Aware Feature Routing and Paired Curriculum for Cross-View Vision-Language Detection
- Paper: https://arxiv.org/abs/2605.09802
- Team: Zhipeng Liu,Chunbo Luo
- Data Leakage Detection and De-duplication in Large Scale Geospatial Image Datasets
- Paper: https://arxiv.org/abs/2304.02296
- Team: Yeshwanth Kumar Adimoolam,Charalambos Poullis,Melinos Averkiou
- DetAny4D: Detect Anything 4D Temporally in a Streaming RGB Video
- Paper: https://arxiv.org/abs/2511.18814
- Team: Jiawei Hou,Shenghao Zhang,Can Wang 等
- Detect Any AI-Counterfeited Text Image
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Qu_Detect_Any_AI-Counterfeited_Text_Image_CVPR_2026_paper.pdf
- Team: Chenfan Qu,Yiwu Zhong,Xuekang Zhu 等
- Detect Anything via Next Point Prediction
- Paper: https://arxiv.org/abs/2510.12798
- Team: Qing Jiang,Junan Huo,Xingyu Chen 等
- DetectSCI: Toward Object-Guided ROI Reconstruction for High-Resolution Video Snapshot Compressive Imaging
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Jiang_DetectSCI_Toward_Object-Guided_ROI_Reconstruction_for_High-Resolution_Video_Snapshot_Compressive_CVPR_2026_paper.pdf
- Team: Xingjian Jiang,Lishun Wang,Ping Wang,Xin Yuan
- EReCu: Pseudo-label Evolution Fusion and Refinement with Multi-Cue Learning for Unsupervised Camouflage Detection
- Paper: https://arxiv.org/abs/2603.11521
- Team: Shuo Jiang,Gaojia Zhang,Min Tan 等
- FedSDR: Federated Graph Learning with Structural Noise Detection and Reconstruction
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Liu_FedSDR_Federated_Graph_Learning_with_Structural_Noise_Detection_and_Reconstruction_CVPR_2026_paper.pdf
- Team: Jiaqi Liu,Zihan Tan,Guancheng Wan 等
- Geometry-driven OOD Detectors Are Class-Incremental Learners
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Jia_Geometry-driven_OOD_Detectors_Are_Class-Incremental_Learners_CVPR_2026_paper.pdf
- Team: Wangwang Jia,Zijian Gao,Tianjiao Wan 等
- Ghost-FWL: A Large-Scale Full-Waveform LiDAR Dataset for Ghost Detection and Removal
- Paper: https://arxiv.org/abs/2603.28224
- Team: Kazuma Ikeda,Ryosei Hara,Rokuto Nagata 等
- GuardTrace-VL: Detecting Unsafe Multimodel Reasoning via Iterative Safety Supervision
- Paper: https://arxiv.org/abs/2511.20994
- Team: Yuxiao Xiang,Junchi Chen,Zhenchao Jin 等
- Homaloidal parametrization for detecting critical two-view configurations
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Madhavan_Homaloidal_parametrization_for_detecting_critical_two-view_configurations_CVPR_2026_paper.pdf
- Team: Rakshith Madhavan,Matteo Forlivesi,Marina Bertolini 等
- KLIP: Localized Distribution Shift Detection via KL-Divergence with Diffusion Priors in Inverse Problems
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Kheirandish_KLIP_Localized_Distribution_Shift_Detection_via_KL-Divergence_with_Diffusion_Priors_CVPR_2026_paper.pdf
- Team: Alireza Kheirandish,Jihoon Hong,Sara Fridovich-Keil
- Learnability-Driven Submodular Optimization for Active Roadside 3D Detection
- Paper: https://arxiv.org/abs/2601.01695
- Team: Ruiyu Mao,Baoming Zhang,Nicholas Ruozzi,Yunhui Guo
- Learning to Diversify and Focus: A Reinforcement Framework for Open-Vocabulary HOI Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Xu_Learning_to_Diversify_and_Focus_A_Reinforcement_Framework_for_Open-Vocabulary_CVPR_2026_paper.pdf
- Team: Yongchao Xu,Jiawei Liu,Junfeng Wang 等
- LocateAnything3D: Vision-Language 3D Detection with Chain-of-Sight
- Paper: https://arxiv.org/abs/2511.20648
- Team: Yunze Man,Shihao Wang,Guowen Zhang 等
- Look Before You Fuse: 2D-Guided Cross-Modal Alignment for Robust 3D Detection
- Paper: https://arxiv.org/abs/2507.16861
- Team: Xiang Li,Zhangchi Hu,Xu Xiao,Bin Kong
- MatchED: Crisp Edge Detection Using End-to-End, Matching-based Supervision
- Paper: https://arxiv.org/abs/2602.20689
- Team: Bedrettin Cetinkaya,Sinan Kalkan,Emre Akbas
- MEMO: Human-like Crisp Edge Detection Using Masked Edge Prediction
- Paper: https://arxiv.org/abs/2603.20782
- Team: Jiaxin Cheng,Yue Wu,Yicong Zhou
- MRD: Multi-resolution Retrieval-Detection Fusion for High-Resolution Image Understanding
- Paper: https://arxiv.org/abs/2512.02906
- Team: Fan Yang,Xingping Dong,Xin Yu 等
- Neural Field-Based 3D Surface Reconstruction of Microstructures from Multi-Detector Signals in Scanning Electron Microscopy
- Paper: https://arxiv.org/abs/2508.04728
- Team: Shuo Chen,Yijin Li,Xi Zheng,Guofeng Zhang
- Off The Grid: Detection of Primitives for Feed-Forward 3D Gaussian Splatting
- Paper: https://arxiv.org/abs/2512.15508
- Team: Arthur Moreau,Richard Shaw,Michal Nazarczuk 等
- OpenFS: Multi-Hand-Capable Fingerspelling Recognition with Implicit Signing-Hand Detection and Frame-Wise Letter-Conditioned Synthesis
- Paper: https://arxiv.org/abs/2602.22949
- Team: Junuk Cha,Jihyeon Kim,Han-Mu Park
- OVOD-Agent: A Markov-Bandit Framework for Proactive Visual Reasoning and Self-Evolving Detection
- Paper: https://arxiv.org/abs/2511.21064
- Team: Chujie Wang,Jianyu Lu,Zhiyuan Luo 等
- Physical Adversarial Clothing Evades Visible-Thermal Detectors via Non-Overlapping RGB-T Pattern
- Paper: https://arxiv.org/abs/2605.04675
- Team: Xiaopei Zhu,Guanning Zeng,Zhanhao Hu 等
- Probabilistic Concept Graph Reasoning for Multimodal Misinformation Detection
- Paper: https://arxiv.org/abs/2603.25203
- Team: Ruichao Yang,Wei Gao,Xiaobin Zhu 等
- Real-Time Multimodal Fingertip Contact Detection via Depth and Motion Fusion for Vision-Based Human-Computer Interaction
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Toshpulatov_Real-Time_Multimodal_Fingertip_Contact_Detection_via_Depth_and_Motion_Fusion_CVPR_2026_paper.pdf
- Team: Mukhiddin Toshpulatov,Wookey Lee,Suan Lee,Geehyuk Lee
- ReManNet: A Riemannian Manifold Network for Monocular 3D Lane Detection
- Paper: https://arxiv.org/abs/2603.19776
- Team: Chengzhi Hong,Bijun Li
- RPGFusion: 4D Radar Prior-Guided Multi-Modal Fusion for 3D Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Qiu_RPGFusion_4D_Radar_Prior-Guided_Multi-Modal_Fusion_for_3D_Detection_CVPR_2026_paper.pdf
- Team: Xin Qiu,Wenjie Liu
- SAVA-X: Ego-to-Exo Imitation Error Detection via Scene-Adaptive View Alignment and Bidirectional Cross View Fusion
- Paper: https://arxiv.org/abs/2603.12764
- Team: Xiang Li,Heqian Qiu,Lanxiao Wang 等
- Scene Reconstruction as Mapping Priors for 3D Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Fu_Scene_Reconstruction_as_Mapping_Priors_for_3D_Detection_CVPR_2026_paper.pdf
- Team: Yang Fu,Yuliang Zou,Hao Xiang 等
- Seeing Through the Noise: Improving Infrared Small Target Detection and Segmentation from Noise Suppression Perspective
- Paper: https://arxiv.org/abs/2508.06878
- Team: Maoxun Yuan,Duanni Meng,Ziteng Xi 等
- SFR-Net: Steering-Fusion-Refining Network in Multi-label Zero-Shot Sewer Defect Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Chen_SFR-Net_Steering-Fusion-Refining_Network_in_Multi-label_Zero-Shot_Sewer_Defect_Detection_CVPR_2026_paper.pdf
- Team: Zhao-Min Chen,Xinjian Huang,Yisu Ge,Yu Li
- Similarity-Consistent Likelihood Diffusion enables Hidden Person Detection from Wall Reflections
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Zheng_Similarity-Consistent_Likelihood_Diffusion_enables_Hidden_Person_Detection_from_Wall_Reflections_CVPR_2026_paper.pdf
- Team: Zhiwen Zheng,Hao Zhou,Huiyu Qi 等
- SimLBR: Learning to Detect Fake Images by Learning to Detect Real Images
- Paper: https://arxiv.org/abs/2602.20412
- Team: Aayush Dhakal,Subash Khanal,Srikumar Sastry 等
- Synergistic Bleeding Region and Point Detection in Laparoscopic Surgical Videos
- Paper: https://arxiv.org/abs/2503.22174
- Team: Jialun Pei,Zhangjun Zhou,Diandian Guo 等
- Target-Aware Invertible Encoder with Reconstruction Guidance for Infrared Small Target Detection
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Yan_Target-Aware_Invertible_Encoder_with_Reconstruction_Guidance_for_Infrared_Small_Target_CVPR_2026_paper.pdf
- Team: Shule Yan,Zetian Zhang,Xiao Ma,Zexuan Ji
- Towards Stealthy and Effective Backdoor Attacks on Lane Detection: A Naturalistic Data Poisoning Approach
- Paper: https://arxiv.org/abs/2508.15778
- Team: Yifan Liao,Yuxin Cao,Yedi Zhang 等
- Training-free Detection of Generated Videos via Spatial-Temporal Likelihoods
- Paper: https://arxiv.org/abs/2603.15026
- Team: Omer Ben Hayun,Roy Betser,Meir Yossef Levi 等
- TTP: Test-Time Padding for Adversarial Detection and Robust Adaptation on Vision-Language Models
- Paper: https://arxiv.org/abs/2512.16523
- Team: Zhiwei Li,Yitian Pang,Weining Wang 等
- TVHighlights: LLM-Guided Human-Free Collaborative Training for Video Highlight Detection in Movies and TV Dramas
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Qiu_TVHighlights_LLM-Guided_Human-Free_Collaborative_Training_for_Video_Highlight_Detection_in_CVPR_2026_paper.pdf
- Team: Qi Qiu,Xuan Wu,Jiawei Peng 等
- UAV-CB: A Complex-Background RGB-T Dataset and Local Frequency Bridge Network for UAV Detection
- Paper: https://arxiv.org/abs/2603.17492
- Team: Shenghui Huang,Menghao Hu,Longkun Zou 等
- Unlearning without Forgetting: Securely Removing Targeted Concepts from Large-Scale Vision-Language Open-Vocabulary Detectors
- Paper: https://openaccess.thecvf.com/content/CVPR2026/papers/Wu_Unlearning_without_Forgetting_Securely_Removing_Targeted_Concepts_from_Large-Scale_Vision-Language_CVPR_2026_paper.pdf
- Team: Zhongze Wu,Xiu Su,Feng Yang 等
- Wavelet-based Frame Selection by Detecting Semantic Boundary for Long Video Understanding
- Paper: https://arxiv.org/abs/2603.00512
- Team: Wang Chen,Yuhui Zeng,Yongdong Luo 等
总结
从本届接收论文来看,CVPR 2026 目标检测方向呈现以下趋势:
- 3D 目标检测体量最大:单目、多视角、BEV、LiDAR/Radar 融合与室内外统一检测持续活跃;雷达-相机融合、Gaussian Splatting 先验、token 压缩与不确定性估计是常见技术点。
- 开放词汇/开放世界检测成为主线之一:Open-Vocabulary Detection、Open-World Detection、未知类别发现、检索式检测(如 WeDetect)与热成像开放词汇检测等方向快速增长。
- 数据高效学习受重视:少样本、跨域少样本、增量检测、主动学习、在线数据筛选与弱监督设定显著增多,反映标注成本与持续部署需求。
- 实时高效架构回潮:YOLO 体系、Mamba/SSM 混合结构、轻量化模型与训练策略优化重新成为焦点。
- 场景专用化加深:遥感/旋转框、UAV、小目标、伪装/显著性、水下、X-ray 安检、Person Search 等方法继续细分。
- 检测概念外延明显:异常检测、深度伪造/生成内容检测、OOD 检测、变化检测等“泛检测”任务数量可观,但与经典目标检测主线有所区分。
总体而言,CVPR 2026 目标检测研究在通用检测框架演进之外,更强调开放词汇泛化、三维感知、数据高效学习与真实场景鲁棒落地。
参考资料
(注:文档部分内容由 AI 生成;Code/Blog/单位信息以公开网页检索为准,如有遗漏欢迎补充指正。)
DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。
更多推荐
所有评论(0)