Skip to main content

Showing 1–14 of 14 results for author: Öksüz, K

.
  1. arXiv:2405.20459  [pdf, other

    cs.CV

    On Calibration of Object Detectors: Pitfalls, Evaluation and Baselines

    Authors: Selim Kuzucu, Kemal Oksuz, Jonathan Sadeghi, Puneet K. Dokania

    Abstract: Reliable usage of object detectors require them to be calibrated -- a crucial problem that requires careful attention. Recent approaches towards this involve (1) designing new loss functions to obtain calibrated detectors by training them from scratch, and (2) post-hoc Temperature Scaling (TS) that learns to scale the likelihood of a trained detector to output calibrated predictions. These approac… ▽ More

    Submitted 30 May, 2024; originally announced May 2024.

    Comments: 31 pages, 8 figures

  2. arXiv:2312.17031  [pdf, other

    cs.CV

    Generalized Mask-aware IoU for Anchor Assignment for Real-time Instance Segmentation

    Authors: Barış Can Çam, Kemal Öksüz, Fehmi Kahraman, Zeynep Sonat Baltacı, Sinan Kalkan, Emre Akbaş

    Abstract: This paper introduces Generalized Mask-aware Intersection-over-Union (GmaIoU) as a new measure for positive-negative assignment of anchor boxes during training of instance segmentation methods. Unlike conventional IoU measure or its variants, which only consider the proximity of anchor and ground-truth boxes; GmaIoU additionally takes into account the segmentation mask. This enables GmaIoU to prov… ▽ More

    Submitted 28 December, 2023; originally announced December 2023.

    Comments: 28 pages, 4 figures

  3. arXiv:2311.14090  [pdf, other

    cs.LG cs.CV

    Class Uncertainty: A Measure to Mitigate Class Imbalance

    Authors: Z. S. Baltaci, K. Oksuz, S. Kuzucu, K. Tezoren, B. K. Konar, A. Ozkan, E. Akbas, S. Kalkan

    Abstract: Class-wise characteristics of training examples affect the performance of deep classifiers. A well-studied example is when the number of training examples of classes follows a long-tailed distribution, a situation that is likely to yield sub-optimal performance for under-represented classes. This class imbalance problem is conventionally addressed by approaches relying on the class-wise cardinalit… ▽ More

    Submitted 23 November, 2023; originally announced November 2023.

  4. arXiv:2310.13479  [pdf, other

    cs.CV cs.LG

    Segment, Select, Correct: A Framework for Weakly-Supervised Referring Segmentation

    Authors: Francisco Eiras, Kemal Oksuz, Adel Bibi, Philip H. S. Torr, Puneet K. Dokania

    Abstract: Referring Image Segmentation (RIS) - the problem of identifying objects in images through natural language sentences - is a challenging task currently mostly solved through supervised learning. However, while collecting referred annotation masks is a time-consuming process, the few existing weakly-supervised and zero-shot approaches fall significantly short in performance compared to fully-supervi… ▽ More

    Submitted 23 October, 2023; v1 submitted 20 October, 2023; originally announced October 2023.

  5. arXiv:2309.14976  [pdf, other

    cs.CV

    MoCaE: Mixture of Calibrated Experts Significantly Improves Object Detection

    Authors: Kemal Oksuz, Selim Kuzucu, Tom Joy, Puneet K. Dokania

    Abstract: Combining the strengths of many existing predictors to obtain a Mixture of Experts which is superior to its individual components is an effective way to improve the performance without having to develop new architectures or train a model from scratch. However, surprisingly, we find that naïvely combining expert object detectors in a similar way to Deep Ensembles, can often lead to degraded perform… ▽ More

    Submitted 1 February, 2024; v1 submitted 26 September, 2023; originally announced September 2023.

  6. arXiv:2307.00934  [pdf, other

    cs.CV

    Towards Building Self-Aware Object Detectors via Reliable Uncertainty Quantification and Calibration

    Authors: Kemal Oksuz, Tom Joy, Puneet K. Dokania

    Abstract: The current approach for testing the robustness of object detectors suffers from serious deficiencies such as improper methods of performing out-of-distribution detection and using calibration metrics which do not consider both localisation and classification quality. In this work, we address these issues, and introduce the Self-Aware Object Detection (SAOD) task, a unified testing framework which… ▽ More

    Submitted 3 July, 2023; originally announced July 2023.

    Comments: CVPR 2023

  7. arXiv:2301.01019  [pdf, other

    cs.CV

    Correlation Loss: Enforcing Correlation between Classification and Localization

    Authors: Fehmi Kahraman, Kemal Oksuz, Sinan Kalkan, Emre Akbas

    Abstract: Object detectors are conventionally trained by a weighted sum of classification and localization losses. Recent studies (e.g., predicting IoU with an auxiliary head, Generalized Focal Loss, Rank & Sort Loss) have shown that forcing these two loss terms to interact with each other in non-conventional ways creates a useful inductive bias and improves performance. Inspired by these works, we focus on… ▽ More

    Submitted 3 January, 2023; originally announced January 2023.

    Comments: Accepted to AAAI 2023

  8. arXiv:2110.09734  [pdf, other

    cs.CV

    Mask-aware IoU for Anchor Assignment in Real-time Instance Segmentation

    Authors: Kemal Oksuz, Baris Can Cam, Fehmi Kahraman, Zeynep Sonat Baltaci, Sinan Kalkan, Emre Akbas

    Abstract: This paper presents Mask-aware Intersection-over-Union (maIoU) for assigning anchor boxes as positives and negatives during training of instance segmentation methods. Unlike conventional IoU or its variants, which only considers the proximity of two boxes; maIoU consistently measures the proximity of an anchor box with not only a ground truth box but also its associated ground truth mask. Thus, ad… ▽ More

    Submitted 19 October, 2021; originally announced October 2021.

    Comments: BMVC 2021, camera ready version

  9. arXiv:2107.11669  [pdf, other

    cs.CV

    Rank & Sort Loss for Object Detection and Instance Segmentation

    Authors: Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan

    Abstract: We propose Rank & Sort (RS) Loss, a ranking-based loss function to train deep object detection and instance segmentation methods (i.e. visual detectors). RS Loss supervises the classifier, a sub-network of these methods, to rank each positive above all negatives as well as to sort positives among themselves with respect to (wrt.) their localisation qualities (e.g. Intersection-over-Union - IoU). T… ▽ More

    Submitted 30 August, 2021; v1 submitted 24 July, 2021; originally announced July 2021.

    Comments: ICCV 2021, oral presentation

  10. arXiv:2011.10772  [pdf, other

    cs.CV

    One Metric to Measure them All: Localisation Recall Precision (LRP) for Evaluating Visual Detection Tasks

    Authors: Kemal Oksuz, Baris Can Cam, Sinan Kalkan, Emre Akbas

    Abstract: Despite being widely used as a performance measure for visual detection tasks, Average Precision (AP) is limited in (i) reflecting localisation quality, (ii) interpretability and (iii) robustness to the design choices regarding its computation, and its applicability to outputs without confidence scores. Panoptic Quality (PQ), a measure proposed for evaluating panoptic segmentation (Kirillov et al.… ▽ More

    Submitted 21 November, 2021; v1 submitted 21 November, 2020; originally announced November 2020.

    Comments: Accepted to TPAMI

  11. arXiv:2009.13592  [pdf, other

    cs.CV

    A Ranking-based, Balanced Loss Function Unifying Classification and Localisation in Object Detection

    Authors: Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan

    Abstract: We propose average Localisation-Recall-Precision (aLRP), a unified, bounded, balanced and ranking-based loss function for both classification and localisation tasks in object detection. aLRP extends the Localisation-Recall-Precision (LRP) performance metric (Oksuz et al., 2018) inspired from how Average Precision (AP) Loss extends precision to a ranking-based loss function for classification (Chen… ▽ More

    Submitted 7 January, 2021; v1 submitted 28 September, 2020; originally announced September 2020.

    Comments: NeurIPS 2020 spotlight paper

  12. arXiv:1909.09777  [pdf, other

    cs.CV

    Generating Positive Bounding Boxes for Balanced Training of Object Detectors

    Authors: Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan

    Abstract: Two-stage deep object detectors generate a set of regions-of-interest (RoI) in the first stage, then, in the second stage, identify objects among the proposed RoIs that sufficiently overlap with a ground truth (GT) box. The second stage is known to suffer from a bias towards RoIs that have low intersection-over-union (IoU) with the associated GT boxes. To address this issue, we first propose a sam… ▽ More

    Submitted 19 June, 2020; v1 submitted 21 September, 2019; originally announced September 2019.

    Comments: To appear in WACV 20

  13. arXiv:1909.00169  [pdf, other

    cs.CV

    Imbalance Problems in Object Detection: A Review

    Authors: Kemal Oksuz, Baris Can Cam, Sinan Kalkan, Emre Akbas

    Abstract: In this paper, we present a comprehensive review of the imbalance problems in object detection. To analyze the problems in a systematic manner, we introduce a problem-based taxonomy. Following this taxonomy, we discuss each problem in depth and present a unifying yet critical perspective on the solutions in the literature. In addition, we identify major open issues regarding the existing imbalance… ▽ More

    Submitted 11 March, 2020; v1 submitted 31 August, 2019; originally announced September 2019.

    Comments: Accepted to IEEE TPAMI; currently in press

  14. arXiv:1807.01696  [pdf, other

    cs.CV

    Localization Recall Precision (LRP): A New Performance Metric for Object Detection

    Authors: Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan

    Abstract: Average precision (AP), the area under the recall-precision (RP) curve, is the standard performance measure for object detection. Despite its wide acceptance, it has a number of shortcomings, the most important of which are (i) the inability to distinguish very different RP curves, and (ii) the lack of directly measuring bounding box localization accuracy. In this paper, we propose 'Localization R… ▽ More

    Submitted 5 July, 2018; v1 submitted 4 July, 2018; originally announced July 2018.

    Comments: to appear in ECCV 2018