paper-with-me

홈 › Papers

Max-Margin Object Detection

2015-01-31 · Davis E. King

Most object detection methods operate by applying a binary classifier to sub-windows of an image, followed by a non-maximum suppression step where detections on overlapping sub-windows are removed. Since the number of possible sub-windows in even moderately sized image datasets is extremely large, the classifier is typically learned from only a subset of the windows. This avoids the computational difficulty of dealing with the entire set of sub-windows, however, as we will show in this paper, it leads to sub-optimal detector performance. In particular, the main contribution of this paper is the introduction of a new method, Max-Margin Object Detection (MMOD), for learning to detect objects in images. This method does not perform any sub-sampling, but instead optimizes over all sub-windows. MMOD can be used to improve any object detection method which is linear in the learned parameters, such as HOG or bag-of-visual-word models. Using this approach we show substantial performance gains on three publicly available datasets. Strikingly, we show that a single rigid HOG filter can outperform a state-of-the-art deformable part model on the Face Detection Data Set and Benchmark when the HOG filter is learned via MMOD.

📄 PDF Abstract BibTeX arXiv:1502.00046

Code (5)

DChaushev/Age-Gender-Recognition tf
NumericalAdvantage/ld-node-facedetector-2
arghadeep25/Face-Detection
qvdang-dev/Facial-Recognition tf
qvdang-dev/Facial-Recognizance tf

Tasks

Face DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Long-tail Detection with Effective Class-Margins

2023-01-23 · Jang Hyun Cho, Philipp Krähenbühl

Large-scale object detection and instance segmentation face a severe data imbalance. The finer-grained object classes become, the less frequent they appear in our datasets. However, at test-time, we expect a detector tha…

Binary ClassificationInstance SegmentationLong-tailed Object DetectionObject+3

Beyond Max-Margin: Class Margin Equilibrium for Few-shot Object Detection

2021-03-08 · CVPR 2021 1 · Bohao Li, Boyu Yang, Chang Liu, Feng Liu 외

Few-shot object detection has made substantial progressby representing novel class objects using the feature representation learned upon a set of base class objects. However,an implicit contradiction between novel class …

Few-Shot Object Detectionobject-detectionObject Detection

Identifying Out-of-Distribution Samples in Real-Time for Safety-Critical 2D Object Detection with Margin Entropy Loss

2022-09-01 · Yannik Blei, Nicolas Jourdan, Nils Gählert

Convolutional Neural Networks (CNNs) are nowadays often employed in vision-based perception stacks for safetycritical applications such as autonomous driving or Unmanned Aerial Vehicles (UAVs). Due to the safety requirem…

2D Object DetectionAutonomous DrivingObjectobject-detection+2

MM-Tracker: Motion Mamba with Margin Loss for UAV-platform Multiple Object Tracking

2024-07-15 · Mufeng Yao, Jinlong Peng, Qingdong He, Bo Peng 외

Multiple object tracking (MOT) from unmanned aerial vehicle (UAV) platforms requires efficient motion modeling. This is because UAV-MOT faces both local object motion and global camera motion. Motion blur also increases …

MambaMultiple Object TrackingObject Tracking

Integrated Deep and Shallow Networks for Salient Object Detection

2017-06-02 · Jing Zhang, Bo Li, Yuchao Dai, Fatih Porikli 외

Deep convolutional neural network (CNN) based salient object detection methods have achieved state-of-the-art performance and outperform those unsupervised methods with a wide margin. In this paper, we propose to integra…

Objectobject-detectionObject DetectionRGB Salient Object Detection+2