A Doubly Decoupled Network for edge detection
Deep learning-based edge detectors are increasingly scaled up to achieve higher performance. However, this growth comes at the cost of higher computational demands and a greater risk of model overfitting. In this paper, a Doubly Decoupled Network (DDN) is proposed to alleviate these problems by decoupling the data and features separately. Firstly, we decouple image-edge pairs and build learnable Gaussian distributions. The images are mapped to learnable Gaussian distributions, and the corresponding edges are mapped to samples of the distributions. More robust features are generated by normalizing the latent variables and sampling from the Gaussian distributions. Secondly, we compress the redundant calculations by decoupling image features. Shallow features need not only high resolution to provide accurate spatial information, but also diversity to provide sufficient cues for deep features. We decouple image features into spatial and semantic features and encode them separately. Shallow features no longer provide cues for semantic features and their diversity can be drastically compressed. The proposed DDN achieves the state-of-the-art accuracy across multiple edge detection benchmarks, while the computational cost is similar to that of VGG-based methods. The code is available at https://github.com/Li-yachuan/DDN.
Code (1)
Tasks
DiversityEdge DetectionSimilar Papers 제목 키워드 기반
Decoupled Doubly Contrastive Learning for Cross Domain Facial Action Unit Detection
Despite the impressive performance of current vision-based facial action unit (AU) detection approaches, they are heavily susceptible to the variations across different domains and the cross-domain AU detection methods a…
Action Unit DetectionContrastive LearningFacial Action Unit DetectionImage GenerationBi-level Doubly Variational Learning for Energy-based Latent Variable Models
Energy-based latent variable models (EBLVMs) are more expressive than conventional energy-based models. However, its potential on visual tasks are limited by its training process based on maximum likelihood estimate that…
Image GenerationImage ReconstructionOut-of-Distribution DetectionTask Decoupled Knowledge Distillation For Lightweight Face Detectors
We propose a knowledge distillation method for the face detection task. This method decouples the distillation task of face detection into two subtasks, i.e., the classification distillation subtask and the regression di…
Face DetectionKnowledge DistillationregressionDOD-CNN: Doubly-injecting Object Information for Event Recognition
Recognizing an event in an image can be enhanced by detecting relevant objects in two ways: 1) indirectly utilizing object detection information within the unified architecture or 2) directly making use of the object det…
Objectobject-detectionObject DetectionBeyond the Laplacian: Doubly Stochastic Matrices for Graph Neural Networks
Graph Neural Networks (GNNs) conventionally rely on standard Laplacian or adjacency matrices for structural message passing. In this work, we substitute the traditional Laplacian with a Doubly Stochastic graph Matrix (DS…