Hugging Face Trending Papers

DP-BOA: Dirichlet-Process Birth-or-Assign for On-the-Fly Category Discovery

On-the-fly category discovery requires deciding for each incoming test sample whether to assign it to an existing category or spawn a new one. Existing methods typically implement this decision through matching-based heuristics, such as radius- or hash-based rules.

arXiv Machine Learning
Aug 12

Hierarchical Empirical-Bayes Naive Bayes: Minimax Smoothing and Calibration with AODE Extension

arXiv:2608. 11162v1 Announce Type: new Abstract: The Naive Bayes (NB) classifier remains a standard choice for categorical data, yet its widely used smoothing rules, such as Laplace, Lidstone, Krichevsky-Trofimov, and the $m$-estimate, all prescribe a fixed smoothing strength that ignores feature cardinality, sample size, and class imbalance, inducing a non-vanishing bias on modern high-cardinality tabular data.

By Nguyen Thai Anh, Truong Viet Vu, Tran Thien Thanh, Vo Nguyen Quoc Bao, Ngo Hoang Tu
arXiv Machine Learning
Aug 20

SPK: Eliciting Structured Prior Knowledge for Interpretable Out-of-Distribution Detection in Real-Time Object Detection

The paper introduces Structured Prior Knowledge (SPK), a framework that extracts and organizes latent priors from pretrained object detectors to improve out-of-distribution (OoD) detection. SPK uses in-distribution data and hallucination-inducing samples to elicit part-level semantic concepts, then combines these with geometric and contextual priors into a compact five-dimensional representation. Experiments across various detector architectures and OoD benchmarks show that SPK achieves state-of-the-art performance, demonstrating that pretrained detectors encode richer latent knowledge than previously exploited.

By Changshun Wu, Weicheng He, Xiaowei Huang, Saddek Bensalem
arXiv Computer Vision
Aug 27

CloSeR: Unified Relational Distillation from Closed-Set Teachers for Category Discovery

CloSeR is a plug‑and‑play framework that enhances Generalized Category Discovery (GCD) by injecting closed‑set relational knowledge from a lightweight teacher model. The teacher is built by fine‑tuning adapters on labeled data while keeping the backbone frozen, preserving pretrained priors. Unified Relational Distillation then transfers both global sample‑to‑prototype and local sample‑to‑sample relations to the GCD task, reducing optimization interference and improving performance across six benchmarks with DINO and DINOv2 backbones.

By Yuanpei Liu, Zhenqi He, Jialu Tang, Kai Han