paper-with-me

Papers

Combining Compositional Models and Deep Networks For Robust Object Classification under Occlusion

2019-05-28 · Adam Kortylewski, Qing Liu, Huiyu Wang, Zhishuai Zhang, Alan Yuille

Deep convolutional neural networks (DCNNs) are powerful models that yield impressive results at object classification. However, recent work has shown that they do not generalize well to partially occluded objects and to mask attacks. In contrast to DCNNs, compositional models are robust to partial occlusion, however, they are not as discriminative as deep models. In this work, we combine DCNNs and compositional object models to retain the best of both approaches: a discriminative model that is robust to partial occlusion and mask attacks. Our model is learned in two steps. First, a standard DCNN is trained for image classification. Subsequently, we cluster the DCNN features into dictionaries. We show that the dictionary components resemble object part detectors and learn the spatial distribution of parts for each object class. We propose mixtures of compositional models to account for large changes in the spatial activation patterns (e.g. due to changes in the 3D pose of an object). At runtime, an image is first classified by the DCNN in a feedforward manner. The prediction uncertainty is used to detect partially occluded objects, which in turn are classified by the compositional model. Our experimental results demonstrate that combining compositional models and DCNNs resolves a fundamental problem of current deep learning approaches to computer vision: The combined model recognizes occluded objects, even when it has not been exposed to occluded objects during training, while at the same time maintaining high discriminative performance for non-occluded objects.

📄 PDF Abstract BibTeX arXiv:1905.11826

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationObject

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…

Similar Papers 제목 키워드 기반

Compositional Convolutional Neural Networks: A Deep Architecture with Innate Robustness to Partial Occlusion

2020-03-10 · CVPR 2020 6 · Adam Kortylewski, Ju He, Qing Liu, Alan Yuille

Recent findings show that deep convolutional neural networks (DCNNs) do not generalize well under partial occlusion. Inspired by the success of compositional models at classifying partially occluded objects, we propose t…

General Classification

Compositional Convolutional Neural Networks: A Robust and Interpretable Model for Object Recognition under Occlusion

2020-06-28 · Adam Kortylewski, Qing Liu, Angtian Wang, Yihong Sun 외

Computer vision systems in real-world applications need to be robust to partial occlusion while also being explainable. In this work, we show that black-box deep convolutional neural networks (DCNNs) have only limited ro…

image-classificationImage Classificationobject-detectionObject Detection+1

Robust Object Detection under Occlusion with Context-Aware CompositionalNets

2020-05-24 · CVPR 2020 6 · Angtian Wang, Yihong Sun, Adam Kortylewski, Alan Yuille

Detecting partially occluded objects is a difficult task. Our experimental results show that deep learning approaches, such as Faster R-CNN, are not robust at object detection under occlusion. Compositional convolutional…

Objectobject-detectionObject DetectionRobust Object Detection

Robust Instance Segmentation through Reasoning about Multi-Object Occlusion

2020-12-03 · CVPR 2021 1 · Xiaoding Yuan, Adam Kortylewski, Yihong Sun, Alan Yuille

Analyzing complex scenes with Deep Neural Networks is a challenging task, particularly when images contain multiple objects that partially occlude each other. Existing approaches to image analysis mostly process objects …

image-classificationImage ClassificationInstance SegmentationObject+2

OASIC: Occlusion-Agnostic and Severity-Informed Classification

2026-04-05 · Kay Gijzen, Gertjan J. Burghouts, Daniël M. Pelt arxiv

Severe occlusions of objects pose a major challenge for computer vision. We show that two root causes are (1) the loss of visible information and (2) the distracting patterns caused by the occluders. Our approach address…