ARXIV
-
EfficientNet: Rethinking Model Scaling for Convolutional Neural NetworksARXIV/Convolution Neural Network 2020. 5. 13. 17:13
https://arxiv.org/abs/1905.11946v3 EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks Convolutional Neural Networks (ConvNets) are commonly developed at a fixed resource budget, and then scaled up for better accuracy if more resources are available. In this paper, we systematically study model scaling and identify that carefully balancing n arxiv.org abstract CNN의 경우 제한된 자원..
-
Focal Loss for Dense Object DetectionARXIV/Convolution Neural Network 2020. 5. 4. 20:40
https://arxiv.org/abs/1708.02002 Focal Loss for Dense Object Detection The highest accuracy object detectors to date are based on a two-stage approach popularized by R-CNN, where a classifier is applied to a sparse set of candidate object locations. In contrast, one-stage detectors that are applied over a regular, dense sampl arxiv.org abstract 높은 정확도의 object detector는 two stage 방법으로 부족한 객체에 대한 ..
-
CoroNet: A Deep Neural Network for Detection and Diagnosis of Covid-19 from Chest X-ray ImagesARXIV/Convolution Neural Network 2020. 4. 16. 11:58
https://arxiv.org/abs/2004.04931v2 CoroNet: A Deep Neural Network for Detection and Diagnosis of Covid-19 from Chest X-ray Images The novel Coronavirus also called Covid-19 originated in Wuhan, China in December 2019 and has now spread across the world. It has so far infected around 1.8 million people and claimed approximately 114698 lives overall. As the number of cases are rapidly arxiv.org ab..
-
Matching Networks for One Shot LearningARXIV/Neural Network 2020. 4. 13. 13:46
https://arxiv.org/abs/1606.04080 Matching Networks for One Shot Learning Learning from a few examples remains a key challenge in machine learning. Despite recent advances in important domains such as vision and language, the standard supervised deep learning paradigm does not offer a satisfactory solution for learning new conce arxiv.org abstract
-
Edge-labeling Graph Neural Network for Few-shot LearningARXIV/Neural Network 2020. 4. 13. 13:44
https://arxiv.org/abs/1905.01436 Edge-labeling Graph Neural Network for Few-shot Learning In this paper, we propose a novel edge-labeling graph neural network (EGNN), which adapts a deep neural network on the edge-labeling graph, for few-shot learning. The previous graph neural network (GNN) approaches in few-shot learning have been based on th arxiv.org abstract
-
Frustratingly Simple Few-Shot Object DetectionARXIV/Convolution Neural Network 2020. 3. 31. 15:56
https://arxiv.org/abs/2003.06957v1 Frustratingly Simple Few-Shot Object Detection Detecting rare objects from a few examples is an emerging problem. Prior works show meta-learning is a promising approach. But, fine-tuning techniques have drawn scant attention. We find that fine-tuning only the last layer of existing detectors on rare cl arxiv.org abstract 적은 예시에서 희귀한 물체를 찾아내는것이 대두되고 있다. 선행 연구에 따..
-
Convolutional Neural Networks with Dynamic RegularizationARXIV/Convolution Neural Network 2020. 3. 30. 17:12
https://arxiv.org/abs/1909.11862v2 Convolutional Neural Networks with Dynamic Regularization Regularization is commonly used for alleviating overfitting in machine learning. For convolutional neural networks (CNNs), regularization methods, such as DropBlock and Shake-Shake, have illustrated the improvement in the generalization performance. Howeve arxiv.org abstract 본 논문은 CNN을 위한 동적 정규화(Regulari..
-
Learning Inverse Rendering of Faces from Real-world VideosARXIV/Convolution Neural Network 2020. 3. 28. 12:56
https://arxiv.org/abs/2003.12047v1 Learning Inverse Rendering of Faces from Real-world Videos In this paper we examine the problem of inverse rendering of real face images. Existing methods decompose a face image into three components (albedo, normal, and illumination) by supervised training on synthetic face data. However, due to the domain gap be arxiv.org abstract 본 논문은 실제 얼굴 이미지의 역 렌더링 문제를 검..
-
Rethinking Batch Normalization in TransformersARXIV/NLP 2020. 3. 25. 19:24
https://arxiv.org/abs/2003.07845v1 Rethinking Batch Normalization in Transformers The standard normalization method for neural network (NN) models used in Natural Language Processing (NLP) is layer normalization (LN). This is different than batch normalization (BN), which is widely-adopted in Computer Vision. The preferred use of LN in arxiv.org abstract NLP에서 사용되는 Neural network 모델의 표준 정규화 방법은 ..
-
SASL: Saliency-Adaptive Sparsity Learning for Neural Network AccelerationARXIV/Convolution Neural Network 2020. 3. 17. 11:15
https://arxiv.org/abs/2003.05891v1 SASL: Saliency-Adaptive Sparsity Learning for Neural Network Acceleration Accelerating the inference speed of CNNs is critical to their deployment in real-world applications. Among all the pruning approaches, those implementing a sparsity learning framework have shown to be effective as they learn and prune the models in an end- arxiv.org abstract 본 논문은 CNN의 추론..