中文
相关论文

相关论文: Solution for OOD-CV Workshop SSB Challenge 2024 (O…

200 篇论文

Near out-of-distribution detection (OOD) is a major challenge for deep neural networks. We demonstrate that large-scale pre-trained transformers can significantly improve the state-of-the-art (SOTA) on a range of near OOD tasks across…

机器学习 · 计算机科学 2021-07-30 Stanislav Fort , Jie Ren , Balaji Lakshminarayanan

Out of distribution (OOD) detection is a crucial part of making machine learning systems robust. The ImageNet-O dataset is an important tool in testing the robustness of ImageNet trained deep neural networks that are widely used across a…

计算机视觉与模式识别 · 计算机科学 2022-01-25 Anugya Srivastava , Shriya Jain , Mugdha Thigle

In this report, we present the 4th place solution for CVPR 2023 3D occupancy prediction challenge. We propose a simple method called Multi-Scale Occ for occupancy prediction based on lift-splat-shoot framework, which introduces multi-scale…

计算机视觉与模式识别 · 计算机科学 2023-06-21 Yangyang Ding , Luying Huang , Jiachen Zhong

Open-set semi-supervised learning (OSSL) has attracted growing interest, which investigates a more practical scenario where out-of-distribution (OOD) samples are only contained in unlabeled data. Existing OSSL methods like OpenMatch learn…

计算机视觉与模式识别 · 计算机科学 2022-09-29 Haoran Li , Chun-Mei Feng , Tao Zhou , Yong Xu , Xiaojun Chang

Since the seminal paper of Hendrycks et al. arXiv:1610.02136, Post-hoc deep Out-of-Distribution (OOD) detection has expanded rapidly. As a result, practitioners working on safety-critical applications and seeking to improve the robustness…

机器学习 · 统计学 2024-07-11 Paul Novello , Yannick Prudent , Joseba Dalmau , Corentin Friedrich , Yann Pequignot

When deploying deep learning technology in self-driving cars, deep neural networks are constantly exposed to domain shifts. These include, e.g., changes in weather conditions, time of day, and long-term temporal shift. In this work we…

计算机视觉与模式识别 · 计算机科学 2020-05-15 Philipp Oberdiek , Matthias Rottmann , Gernot A. Fink

Open-set node classification (OSNC) allows unlabeled test data to contain novel classes previously unseen in the labeled data. The goal is to classify in-distribution (ID) nodes into corresponding known classes and reject…

社会与信息网络 · 计算机科学 2026-03-24 Junwei Gong , Xiao Shen , Zhihao Chen , Shirui Pan , Xiao Wang , Xi Zhou

Open-Vocabulary Object Detection (OVOD) aims to generalize object recognition to novel categories, while Weakly Supervised OVOD (WS-OVOD) extends this by combining box-level annotations with image-level labels. Despite recent progress, two…

计算机视觉与模式识别 · 计算机科学 2025-11-25 Jiaying Zhou , Qingchao Chen

Sparse Autoencoders (SAEs) have demonstrated significant success in interpreting Large Language Models (LLMs) by decomposing dense representations into sparse, semantic components. However, their potential for analyzing Vision Transformers…

计算机视觉与模式识别 · 计算机科学 2026-04-30 Ahyoung Oh , Wonseok Shin , Songkuk Kim

Open-world deployment requires models to recognize both known categories and remain reliable when novel classes appear. We present a unified experimental study spanning open-set recognition (OSR) and few-shot class-incremental learning…

计算机视觉与模式识别 · 计算机科学 2025-12-16 Ayush Vaibhav Bhatti , Deniz Karakay , Debottama Das , Nilotpal Rajbongshi , Yuito Sugimoto

Conventional object detectors typically operate under a closed-set assumption, limiting recognition to a predefined set of base classes seen during training. Open-vocabulary object detection (OVD) addresses this limitation by leveraging…

计算机视觉与模式识别 · 计算机科学 2026-04-28 Sanghoon Lee , Geon Lee , Hyekang Park , Bumsub Ham

Identifying unexpected domain-shifted instances in natural language processing is crucial in real-world applications. Previous works identify the out-of-distribution (OOD) instance by leveraging a single global feature embedding to…

计算与语言 · 计算机科学 2024-03-20 Jinan Zou , Maihao Guo , Yu Tian , Yuhao Lin , Haiyao Cao , Lingqiao Liu , Ehsan Abbasnejad , Javen Qinfeng Shi

A crucial requirement for machine learning algorithms is not only to perform well, but also to show robustness and adaptability when encountering novel scenarios. One way to achieve these characteristics is to endow the deep learning models…

计算机视觉与模式识别 · 计算机科学 2025-02-26 Eduardo Aguilar , Bogdan Raducanu , Petia Radeva

Out-of-distribution (OOD) detection is the task of identifying inputs that deviate from the training data distribution. This capability is essential for safely deploying deep computer vision models in open-world environments. In this work,…

计算机视觉与模式识别 · 计算机科学 2025-03-25 Wenxi Chen , Raymond A. Yeh , Shaoshuai Mou , Yan Gu

This paper introduces a novel method leveraging bi-encoder-based detectors along with a comprehensive study comparing different out-of-distribution (OOD) detection methods in NLP using different feature extractors. The feature extraction…

计算与语言 · 计算机科学 2024-03-14 Louis Owen , Biddwan Ahmed , Abhay Kumar

The primary goal of out-of-distribution (OOD) detection tasks is to identify inputs with semantic shifts, i.e., if samples from novel classes are absent in the in-distribution (ID) dataset used for training, we should reject these OOD…

计算机视觉与模式识别 · 计算机科学 2024-11-19 Xingming Long , Jie Zhang , Shiguang Shan , Xilin Chen

Open-Vocabulary Segmentation (OVS) aims to segment classes that are not present in the training dataset. However, most existing studies assume that the training data is fixed in advance, overlooking more practical scenarios where new…

计算机视觉与模式识别 · 计算机科学 2025-10-14 Dongjun Hwang , Yejin Kim , Minyoung Lee , Seong Joon Oh , Junsuk Choe

Semantic segmentation is a fundamental task in visual scene understanding. We focus on the supervised setting, where ground-truth semantic annotations are available. Based on knowledge about the high regularity of real-world scenes, we…

计算机视觉与模式识别 · 计算机科学 2023-11-16 Stamatis Alexandropoulos , Christos Sakaridis , Petros Maragos

We consider the problem of detecting OoD(Out-of-Distribution) input data when using deep neural networks, and we propose a simple yet effective way to improve the robustness of several popular OoD detection methods against label shift. Our…

Convolutional Neural Networks (CNNs) have brought revolutionary advances to many research areas due to their capacity of learning from raw data. However, when those methods are applied to non-controllable environments, many different…

计算机视觉与模式识别 · 计算机科学 2023-09-19 Lucas Fernando Alvarenga e Silva , Nicu Sebe , Jurandy Almeida