1
Boosting High-Level Vision with Joint Compression Artifacts Reduction and Super-Resolution
2
Fibronectin-Expressing Mesenchymal Tumor Cells Promote Breast Cancer Metastasis
3
Comparison of Backbones for Semantic Segmentation Network
4
Residual Attention U-Net for Automated Multi-Class Segmentation of COVID-19 Chest CT Images
5
CycleISP: Real Image Restoration via Improved Data Synthesis
6
SD-UNet: Stripping down U-Net for Segmentation of Biomedical Images on Platforms with Low Computational Budgets
7
PyTorch: An Imperative Style, High-Performance Deep Learning Library
8
J Regularization Improves Imbalanced Multiclass Segmentation
9
Sea-Land Segmentation With Res-UNet And Fully Connected CRF
10
Microscale, scanning defocusing volumetric particle-tracking velocimetry
11
U-Net: deep learning for cell counting, detection, and morphometry
13
Residual Dense Network for Image Super-Resolution
14
Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation
15
DensePose: Dense Human Pose Estimation in the Wild
17
Decoupled Weight Decay Regularization
18
An Objective Comparison of Cell Tracking Algorithms
19
Deep Residual Networks and Weight Initialization
20
Neuronal cell-type classification: challenges, opportunities and the path forward
21
Enhanced Deep Residual Networks for Single Image Super-Resolution
22
Rethinking Atrous Convolution for Semantic Image Segmentation
23
Accurate, Large Minibatch SGD: Training ImageNet in 1 Hour
24
MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications
26
FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
27
Deep Watershed Transform for Instance Segmentation
28
Aggregated Residual Transformations for Deep Neural Networks
29
Xception: Deep Learning with Depthwise Separable Convolutions
30
Densely Connected Convolutional Networks
31
SGDR: Stochastic Gradient Descent with Warm Restarts
32
Instance Normalization: The Missing Ingredient for Fast Stylization
34
Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network
35
DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs
36
Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep Neural Networks
37
Cell Tracking Accuracy Measurement Based on Comparison of Acyclic Oriented Graphs
38
Deep Residual Learning for Image Recognition
39
SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation
40
Proposal-Free Network for Instance-Level Object Segmentation
41
You Only Look Once: Unified, Real-Time Object Detection
42
U-Net: Convolutional Networks for Biomedical Image Segmentation
43
Learning Deconvolution Network for Semantic Segmentation
44
FlowNet: Learning Optical Flow with Convolutional Networks
45
Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift
46
Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification
47
Striving for Simplicity: The All Convolutional Net
48
Hypercolumns for object segmentation and fine-grained localization
49
Fully convolutional networks for semantic segmentation
50
Very Deep Convolutional Networks for Large-Scale Image Recognition
51
ImageNet Large Scale Visual Recognition Challenge
52
Objective comparison of particle tracking methods
53
Rectified Linear Units Improve Restricted Boltzmann Machines
54
Deconvolutional networks
56
Bed Exit Detection Network (BED Net) for Patients Bed-Exit Monitoring Based on Color Camera Images
57
Remote estimation of respiration rate by optical flow using convolutional neural networks
58
Multi-parametric feature-based cell tracking in timelapse microscopy [manuscript in preparation
59
“Micro-Batch Training with Batch-Channel Normalization and Weight Standardization,”
61
“Empowering Faculty: A Campus Cyberinfrastructure Strategy for Research Communities,”
62
Learning Multiple Layers of Features from Tiny Images
63
Morphological segmentation revisited
64
Computing global shape measures
65
Conference on Computer Vision and Pattern Recognition
66
Distributed under Creative Commons Cc-by 4.0 Scikit-image: Image Processing in Python
67
Convstride: We replaced the 2 × 2 maxpooling layers in the encoder with 3 × 3 convolutional layers with stride of 2 [54], which allows learnable downsampling of the feature maps
68
Instance segmentation can be achieved by joint-training with an object detection network
69
Crop: A random crop of 512 × 512 pixels is used for datasets whose shorter image side length is at least 512 pixels, while datasets with smaller images still use random
70
Although the final cross-entropy loss of the Lfcn variant is slightly higher than the four cross-entropy-only variants as shown in
71
What is a better way to train a universal cell segmentation network that works for various cell types and imaging modalities? 2.3.
72
Is it possible to achieve comparable or even better segmentation performance if we use other backbones to replace the VGG-like encoder in the original U-Net
73
corresponds to equally 2.6k minibatches drawn from each dataset, except for the scheme Mix
74
The cosine annealing learning rate scheduler [39] without the warm restarts is used. The max and min learning rates are set to 2 × 10 − 4 and 1 × 10 − 6
75
At each iteration, randomly choose one dataloader to draw a minibatch
76
all 13 validation sets we select the best models to report. 4.1.2.
77
: Besides the cross-entropy loss, we use an additional J-regularization loss [11] to deal with unbalanced classes. The summation of the two losses with equal weights are jointly optimized
78
: Minibatches are drawn in turn from each dataloader, in the pre-defined fixed order