Python Deep Learning Projects

Confidence Estimation via Auxiliary Models

Abstract: Quantifying deep neural classifier confidence is difficult but essential for safety-critical applications. This paper introduces the true class probability (TCP) as a model confidence target criterion. TCP outperforms maximum class probability (MCP) for confidence…

Python Deep Learning Projects

CenterNet3D An Anchor Free Object Detector for Point Cloud

Abstract: Autonomous driving requires accurate and fast point cloud 3D object detection. One-stage 3D object detection methods can achieve real-time performance, but they are dominated by anchor-based detectors that are inefficient and require post-processing. This…

Python Deep Learning Projects

BARNet Boundary Aware Refinement Network for Crack Detection

Abstract: Highway and main road cracks are common. Manual road crack evaluation is tedious, inaccurate, and difficult to implement. The complex ambient conditions—illumination, shadow, dust, and crack shape—make the computer vision-based solution difficult. Most cracks…

Python Deep Learning Projects

Attention in Reasoning Dataset, Analysis, and Modeling

Abstract: Deep neural networks increasingly use attention to interpret and improve model performance, but little research has examined how attention progresses to complete a task and whether it is reasonable. We propose an Attention with…

Python Deep Learning Projects

Attention in Attention Networks for Person Retrieval

Abstract: This paper generalizes the Attention in Attention (AiA) mechanism in P. Fang et al., 2019 by using explicit mapping in reproducing kernel Hilbert spaces to generate input feature map attention values. Inner and outer…

Python Deep Learning Projects

Artificial Intelligence for Colonoscopy Past, Present, and Future

Abstract: Colonoscopy has developed many automated image analysis methods in recent decades. Several recent multi-center clinical trials have tested real-time implementation of the most promising colonoscopy methods. All trials suggest colorectal cancer prevention. We review…