paper-with-me

Papers

OpenPatch: a 3D patchwork for Out-Of-Distribution detection

2023-10-05 · Paolo Rabino, Antonio Alliegro, Francesco Cappio Borlino, Tatiana Tommasi

Moving deep learning models from the laboratory setting to the open world entails preparing them to handle unforeseen conditions. In several applications the occurrence of novel classes during deployment poses a significant threat, thus it is crucial to effectively detect them. Ideally, this skill should be used when needed without requiring any further computational training effort at every new task. Out-of-distribution detection has attracted significant attention in the last years, however the majority of the studies deal with 2D images ignoring the inherent 3D nature of the real-world and often confusing between domain and semantic novelty. In this work, we focus on the latter, considering the objects geometric structure captured by 3D point clouds regardless of the specific domain. We advance the field by introducing OpenPatch that builds on a large pre-trained model and simply extracts from its intermediate features a set of patch representations that describe each known class. For any new sample, we obtain a novelty score by evaluating whether it can be recomposed mainly by patches of a single known class or rather via the contribution of multiple classes. We present an extensive experimental evaluation of our approach for the task of semantic novelty detection on real-world point cloud samples when the reference known data are synthetic. We demonstrate that OpenPatch excels in both the full and few-shot known sample scenarios, showcasing its robustness across varying pre-training objectives and network backbones. The inherent training-free nature of our method allows for its immediate application to a wide array of real-world tasks, offering a compelling advantage over approaches that need expensive retraining efforts.

📄 PDF Abstract BibTeX arXiv:2310.03388

Code (0)

등록된 구현이 없습니다.

Tasks

Novelty DetectionOut-of-Distribution Detection

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Generating unfavourable VaR scenarios with patchwork copulas

2020-11-12 · Dietmar Pfeifer, Olena Ragulina

The central idea of the paper is to present a general simple patchwork construction principle for multivariate copulas that create unfavourable VaR (i.e. Value at Risk) scenarios while maintaining given marginal distribu…

Patchwork++: Fast and Robust Ground Segmentation Solving Partial Under-Segmentation Using 3D Point Cloud

2022-07-25 · Seungjae Lee, Hyungtae Lim, Hyun Myung

In the field of 3D perception using 3D LiDAR sensors, ground segmentation is an essential task for various purposes, such as traversable area detection and object recognition. Under these circumstances, several ground se…

Object RecognitionSegmentation

PatchWorkPlot: simultaneous visualization of local alignments across multiple sequences

2025-03-25 · Mariia Pospelova, Yana Safonova

Motivation: Revealing structural variations across sequences of closely related individuals or species is crucial for understanding their diversification mechanisms and roles. Results: We developed PatchWorkPlot, a tool …

Patchwork: A compact representation for 3D polygonal shapes

2026-03-24 · Ruichen Zheng, Biao Zhang, Michael Birsak, Mikhail Skopenkov 외 arxiv

We introduce Patchwork, a new general-purpose shape representation capable of modeling 2D and 3D geometry with a small number of parameters. Patchwork is grounded in a rigorous mathematical framework, providing provable …

3D Generation

Patchwork: A Unified Framework for RAG Serving

2025-05-01 · Bodun Hu, Luis Pabon, Saurabh Agarwal, Aditya Akella

Retrieval Augmented Generation (RAG) has emerged as a new paradigm for enhancing Large Language Model reliability through integration with external knowledge sources. However, efficient deployment of these systems presen…

Language ModelingLanguage ModellingLarge Language ModelRAG+2