← Search

Emre Akbas

14 accepted papers

2026

Explaining CLIP Zero-shot Predictions Through Concepts

CVPR 2026

Large-scale vision-language models such as CLIP have achieved remarkable success in zero-shot image recognition, yet their predictions remain largely opaque to human understanding. In contrast, Concept Bottleneck Models provide interpretable intermediate representations by reasoning through human-de

Cited by 0SourcecodeScholar
2026

Rethinking Concept Bottleneck Models: From Pitfalls to Solutions

CVPR 2026

Concept Bottleneck Models (CBMs) ground predictions in human-understandable concepts but face fundamental limitations: the absence of a metric to pre-evaluate concept relevance, the "linearity problem" causing recent CBMs to bypass the concept bottleneck entirely, an accuracy gap compared to opaque

Cited by 0SourcecodeScholar
2024

A multi-level multi-label text classification dataset of 19th century Ottoman and Russian literary and critical texts

ACL 2024findings

This paper introduces a multi-level, multi-label text classification dataset comprising over 3000 documents. The dataset features literary and critical texts from 19th-century Ottoman Turkish and Russian. It is the first study to apply large language models (LLMs) to this dataset, sourced from promi…

Cited by 3SourcePDFScholar
2024

Bucketed Ranking-based Losses for Efficient Training of Object Detectors

ECCV 2024poster

"Ranking-based loss functions, such as Average Precision Loss and Rank&Sort Loss, outperform widely used score-based losses in object detection. These loss functions better align with the evaluation criteria, have fewer hyperparameters, and offer robustness against the imbalance between positive and…

2024

RankED: Addressing Imbalance and Uncertainty in Edge Detection Using Ranking-based Losses

CVPR 2024poster

Detecting edges in images suffers from the problems of (P1) heavy imbalance between positive and negative classes as well as (P2) label uncertainty owing to disagreement between different annotators. Existing solutions address P1 using class-balanced cross-entropy loss and dice loss and P2 by only p…

2023

Correlation Loss: Enforcing Correlation between Classification and Localization

AAAI 2023technical

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…

2021

Rank & Sort Loss for Object Detection and Instance Segmentation

ICCV 2021poster

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 th…

Cited by 62PDFcodeScholar
2020

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

NeurIPS 2020spotlight

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 Ave…

2020

HoughNet: Integrating near and long-range evidence for bottom-up object detection

ECCV 2020poster

This paper presents HoughNet, a one-stage, anchor-free, voting-based, bottom-up object detection method. Inspired by the Generalized Hough Transform, HoughNet determines the presence of an object at a certain location by the sum of the votes cast on that location. Votes are collected from both near…

2018

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

ECCV 2018poster

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…

2018

MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network

ECCV 2018poster

In this paper, we present MultiPoseNet, a novel bottom-up multi-person pose estimation architecture that combines a multi-task model with a novel assignment method. MultiPoseNet can jointly handle person detection, person segmentation and pose estimation problems. The novel assignment method is impl…