paper-with-me

Papers

NightLab: A Dual-level Architecture with Hardness Detection for Segmentation at Night

2022-04-12 · CVPR 2022 1 · Xueqing Deng, Peng Wang, Xiaochen Lian, Shawn Newsam

The semantic segmentation of nighttime scenes is a challenging problem that is key to impactful applications like self-driving cars. Yet, it has received little attention compared to its daytime counterpart. In this paper, we propose NightLab, a novel nighttime segmentation framework that leverages multiple deep learning models imbued with night-aware features to yield State-of-The-Art (SoTA) performance on multiple night segmentation benchmarks. Notably, NightLab contains models at two levels of granularity, i.e. image and regional, and each level is composed of light adaptation and segmentation modules. Given a nighttime image, the image level model provides an initial segmentation estimate while, in parallel, a hardness detection module identifies regions and their surrounding context that need further analysis. A regional level model focuses on these difficult regions to provide a significantly improved segmentation. All the models in NightLab are trained end-to-end using a set of proposed night-aware losses without handcrafted heuristics. Extensive experiments on the NightCity and BDD100K datasets show NightLab achieves SoTA performance compared to concurrent methods.

📄 PDF Abstract BibTeX arXiv:2204.05538

Code (1)

xdeng7/nightlab 공식 구현

Tasks

SegmentationSelf-Driving CarsSemantic Segmentation

Similar Papers 제목 키워드 기반

Enhancing Adversarial Robustness for Deep Metric Learning

2022-03-02 · CVPR 2022 1 · Mo Zhou, Vishal M. Patel

Owing to security implications of adversarial vulnerability, adversarial robustness of deep metric learning models has to be improved. In order to avoid model collapse due to excessively hard examples, the existing defen…

Adversarial RobustnessMetric LearningTriplet

Open Problem: Average-Case Hardness of Hypergraphic Planted Clique Detection

2020-09-12 · Yuetian Luo, Anru R. Zhang

We note the significance of hypergraphic planted clique (HPC) detection in the investigation of computational hardness for a range of tensor problems. We ask if more evidence for the computational hardness of HPC detecti…

Not All Pixels Are Equal: Learning Pixel Hardness for Semantic Segmentation

2023-05-15 · Xin Xiao, Daiguo Zhou, Jiagao Hu, Yi Hu 외

Semantic segmentation has recently witnessed great progress. Despite the impressive overall results, the segmentation performance in some hard areas (e.g., small objects or thin parts) is still not promising. A straightf…

Allobject-detectionObject DetectionSegmentation+1

Towards General Deepfake Detection with Dynamic Curriculum

2024-10-15 · Wentang Song, Yuzhen Lin, Bin Li

Most previous deepfake detection methods bent their efforts to discriminate artifacts by end-to-end training. However, the learned networks often fail to mine the general face forgery information efficiently due to ignor…

DeepFake DetectionFace Swapping

HODA: Hardness-Oriented Detection of Model Extraction Attacks

2021-06-21 · Amir Mahdi Sadeghzadeh, Amir Mohammad Sobhanian, Faezeh Dehghan, Rasool Jalili

Model Extraction attacks exploit the target model's prediction API to create a surrogate model in order to steal or reconnoiter the functionality of the target model in the black-box setting. Several recent studies have …

modelModel extraction