paper-with-me

홈 › Papers

PDiscoNet: Semantically consistent part discovery for fine-grained recognition

2023-09-06 · ICCV 2023 1 · Robert van der Klis, Stephan Alaniz, Massimiliano Mancini, Cassio F. Dantas, Dino Ienco, Zeynep Akata, Diego Marcos

Fine-grained classification often requires recognizing specific object parts, such as beak shape and wing patterns for birds. Encouraging a fine-grained classification model to first detect such parts and then using them to infer the class could help us gauge whether the model is indeed looking at the right details better than with interpretability methods that provide a single attribution map. We propose PDiscoNet to discover object parts by using only image-level class labels along with priors encouraging the parts to be: discriminative, compact, distinct from each other, equivariant to rigid transforms, and active in at least some of the images. In addition to using the appropriate losses to encode these priors, we propose to use part-dropout, where full part feature vectors are dropped at once to prevent a single part from dominating in the classification, and part feature vector modulation, which makes the information coming from each part distinct from the perspective of the classifier. Our results on CUB, CelebA, and PartImageNet show that the proposed method provides substantially better part discovery performance than previous methods while not requiring any additional hyper-parameter tuning and without penalizing the classification performance. The code is available at https://github.com/robertdvdk/part_detection.

📄 PDF Abstract BibTeX arXiv:2309.03173

Code (1)

robertdvdk/part_detection 공식 구현 pytorch

Tasks

Classification

Similar Papers 제목 키워드 기반

PDiscoFormer: Relaxing Part Discovery Constraints with Vision Transformers

2024-07-05 · Ananthu Aniraj, Cassio F. Dantas, Dino Ienco, Diego Marcos

Computer vision methods that explicitly detect object parts and reason on them are a step towards inherently interpretable models. Existing approaches that perform part discovery driven by a fine-grained classification t…

Fine-Grained Image ClassificationImage ClassificationUnsupervised Part Discovery

OV-SCAN: Semantically Consistent Alignment for Novel Object Discovery in Open-Vocabulary 3D Object Detection

2025-03-09 · Adrian Chow, Evelien Riddell, Yimu Wang, Sean Sedwards 외

Open-vocabulary 3D object detection for autonomous driving aims to detect novel objects beyond the predefined training label sets in point cloud scenes. Existing approaches achieve this by connecting traditional 3D objec…

3D Object DetectionAutonomous Drivingcross-modal alignmentObject+3

LEPARD: Learning Explicit Part Discovery for 3D Articulated Shape Reconstruction

2023-09-21 · NeurIPS 2023 11

Reconstructing the 3D articulated shape of an animal from a single in-the-wild image is a challenging task. We propose LEPARD, a learning-based framework that discovers semantically meaningful 3D parts and reconstructs 3…

GH-ESD: Grounded Hypothesis-Driven Error Slice Discovery for Instance-Level Vision Tasks

2025-12-31 · Wei Zhang, Chaoqun Wang, Zixuan Guan, Sam Kao 외 arxiv

Systematic failures of vision models on semantically coherent subsets, known as error slices, reveal limitations in robustness and evaluation. Existing slice discovery approaches largely model slices as clusters in repre…

Object Detection

Discovering Intersectional Bias via Directional Alignment in Face Recognition Embeddings

2025-10-17 · Ignacio Serna arxiv

Modern face recognition models embed identities on a unit hypersphere, where identity variation forms tight clusters. Conversely, shared semantic attributes can often be effectively approximated as linear directions in t…

Face Recognition