deep

Food crisis deepens as Puerto Rico school cafeterias shutter




deep

Food crisis deepens as Puerto Rico school cafeterias shutter




deep

The Jungle Deep.




deep

Kansas: Digging a Deeper Hole

News came last evening that Kansas has taken a bold new step in making their schools Even Worse. Tuesday, the Kansas State Board of Education voted to allow unlicensed people to teach in Kansas schools.




deep

GluonCV and GluonNLP: Deep Learning in Computer Vision and Natural Language Processing

We present GluonCV and GluonNLP, the deep learning toolkits for computer vision and natural language processing based on Apache MXNet (incubating). These toolkits provide state-of-the-art pre-trained models, training scripts, and training logs, to facilitate rapid prototyping and promote reproducible research. We also provide modular APIs with flexible building blocks to enable efficient customization. Leveraging the MXNet ecosystem, the deep learning models in GluonCV and GluonNLP can be deployed onto a variety of platforms with different programming languages. The Apache 2.0 license has been adopted by GluonCV and GluonNLP to allow for software distribution, modification, and usage.




deep

Generating Thermal Image Data Samples using 3D Facial Modelling Techniques and Deep Learning Methodologies. (arXiv:2005.01923v2 [cs.CV] UPDATED)

Methods for generating synthetic data have become of increasing importance to build large datasets required for Convolution Neural Networks (CNN) based deep learning techniques for a wide range of computer vision applications. In this work, we extend existing methodologies to show how 2D thermal facial data can be mapped to provide 3D facial models. For the proposed research work we have used tufts datasets for generating 3D varying face poses by using a single frontal face pose. The system works by refining the existing image quality by performing fusion based image preprocessing operations. The refined outputs have better contrast adjustments, decreased noise level and higher exposedness of the dark regions. It makes the facial landmarks and temperature patterns on the human face more discernible and visible when compared to original raw data. Different image quality metrics are used to compare the refined version of images with original images. In the next phase of the proposed study, the refined version of images is used to create 3D facial geometry structures by using Convolution Neural Networks (CNN). The generated outputs are then imported in blender software to finally extract the 3D thermal facial outputs of both males and females. The same technique is also used on our thermal face data acquired using prototype thermal camera (developed under Heliaus EU project) in an indoor lab environment which is then used for generating synthetic 3D face data along with varying yaw face angles and lastly facial depth map is generated.




deep

Deep transfer learning for improving single-EEG arousal detection. (arXiv:2004.05111v2 [cs.CV] UPDATED)

Datasets in sleep science present challenges for machine learning algorithms due to differences in recording setups across clinics. We investigate two deep transfer learning strategies for overcoming the channel mismatch problem for cases where two datasets do not contain exactly the same setup leading to degraded performance in single-EEG models. Specifically, we train a baseline model on multivariate polysomnography data and subsequently replace the first two layers to prepare the architecture for single-channel electroencephalography data. Using a fine-tuning strategy, our model yields similar performance to the baseline model (F1=0.682 and F1=0.694, respectively), and was significantly better than a comparable single-channel model. Our results are promising for researchers working with small databases who wish to use deep learning models pre-trained on larger databases.




deep

Risk-Aware Energy Scheduling for Edge Computing with Microgrid: A Multi-Agent Deep Reinforcement Learning Approach. (arXiv:2003.02157v2 [physics.soc-ph] UPDATED)

In recent years, multi-access edge computing (MEC) is a key enabler for handling the massive expansion of Internet of Things (IoT) applications and services. However, energy consumption of a MEC network depends on volatile tasks that induces risk for energy demand estimations. As an energy supplier, a microgrid can facilitate seamless energy supply. However, the risk associated with energy supply is also increased due to unpredictable energy generation from renewable and non-renewable sources. Especially, the risk of energy shortfall is involved with uncertainties in both energy consumption and generation. In this paper, we study a risk-aware energy scheduling problem for a microgrid-powered MEC network. First, we formulate an optimization problem considering the conditional value-at-risk (CVaR) measurement for both energy consumption and generation, where the objective is to minimize the loss of energy shortfall of the MEC networks and we show this problem is an NP-hard problem. Second, we analyze our formulated problem using a multi-agent stochastic game that ensures the joint policy Nash equilibrium, and show the convergence of the proposed model. Third, we derive the solution by applying a multi-agent deep reinforcement learning (MADRL)-based asynchronous advantage actor-critic (A3C) algorithm with shared neural networks. This method mitigates the curse of dimensionality of the state space and chooses the best policy among the agents for the proposed problem. Finally, the experimental results establish a significant performance gain by considering CVaR for high accuracy energy scheduling of the proposed model than both the single and random agent models.




deep

On the impact of selected modern deep-learning techniques to the performance and celerity of classification models in an experimental high-energy physics use case. (arXiv:2002.01427v3 [physics.data-an] UPDATED)

Beginning from a basic neural-network architecture, we test the potential benefits offered by a range of advanced techniques for machine learning, in particular deep learning, in the context of a typical classification problem encountered in the domain of high-energy physics, using a well-studied dataset: the 2014 Higgs ML Kaggle dataset. The advantages are evaluated in terms of both performance metrics and the time required to train and apply the resulting models. Techniques examined include domain-specific data-augmentation, learning rate and momentum scheduling, (advanced) ensembling in both model-space and weight-space, and alternative architectures and connection methods.

Following the investigation, we arrive at a model which achieves equal performance to the winning solution of the original Kaggle challenge, whilst being significantly quicker to train and apply, and being suitable for use with both GPU and CPU hardware setups. These reductions in timing and hardware requirements potentially allow the use of more powerful algorithms in HEP analyses, where models must be retrained frequently, sometimes at short notice, by small groups of researchers with limited hardware resources. Additionally, a new wrapper library for PyTorch called LUMINis presented, which incorporates all of the techniques studied.




deep

Differentiable Sparsification for Deep Neural Networks. (arXiv:1910.03201v2 [cs.LG] UPDATED)

A deep neural network has relieved the burden of feature engineering by human experts, but comparable efforts are instead required to determine an effective architecture. On the other hands, as the size of a network has over-grown, a lot of resources are also invested to reduce its size. These problems can be addressed by sparsification of an over-complete model, which removes redundant parameters or connections by pruning them away after training or encouraging them to become zero during training. In general, however, these approaches are not fully differentiable and interrupt an end-to-end training process with the stochastic gradient descent in that they require either a parameter selection or a soft-thresholding step. In this paper, we propose a fully differentiable sparsification method for deep neural networks, which allows parameters to be exactly zero during training, and thus can learn the sparsified structure and the weights of networks simultaneously using the stochastic gradient descent. We apply the proposed method to various popular models in order to show its effectiveness.




deep

Deep Learning on Point Clouds for False Positive Reduction at Nodule Detection in Chest CT Scans. (arXiv:2005.03654v1 [eess.IV])

The paper focuses on a novel approach for false-positive reduction (FPR) of nodule candidates in Computer-aided detection (CADe) system after suspicious lesions proposing stage. Unlike common decisions in medical image analysis, the proposed approach considers input data not as 2d or 3d image, but as a point cloud and uses deep learning models for point clouds. We found out that models for point clouds require less memory and are faster on both training and inference than traditional CNN 3D, achieves better performance and does not impose restrictions on the size of the input image, thereby the size of the nodule candidate. We propose an algorithm for transforming 3d CT scan data to point cloud. In some cases, the volume of the nodule candidate can be much smaller than the surrounding context, for example, in the case of subpleural localization of the nodule. Therefore, we developed an algorithm for sampling points from a point cloud constructed from a 3D image of the candidate region. The algorithm guarantees to capture both context and candidate information as part of the point cloud of the nodule candidate. An experiment with creating a dataset from an open LIDC-IDRI database for a feature of the FPR task was accurately designed, set up and described in detail. The data augmentation technique was applied to avoid overfitting and as an upsampling method. Experiments are conducted with PointNet, PointNet++ and DGCNN. We show that the proposed approach outperforms baseline CNN 3D models and demonstrates 85.98 FROC versus 77.26 FROC for baseline models.




deep

Transfer Learning for sEMG-based Hand Gesture Classification using Deep Learning in a Master-Slave Architecture. (arXiv:2005.03460v1 [eess.SP])

Recent advancements in diagnostic learning and development of gesture-based human machine interfaces have driven surface electromyography (sEMG) towards significant importance. Analysis of hand gestures requires an accurate assessment of sEMG signals. The proposed work presents a novel sequential master-slave architecture consisting of deep neural networks (DNNs) for classification of signs from the Indian sign language using signals recorded from multiple sEMG channels. The performance of the master-slave network is augmented by leveraging additional synthetic feature data generated by long short term memory networks. Performance of the proposed network is compared to that of a conventional DNN prior to and after the addition of synthetic data. Up to 14% improvement is observed in the conventional DNN and up to 9% improvement in master-slave network on addition of synthetic data with an average accuracy value of 93.5% asserting the suitability of the proposed approach.




deep

Deep learning of physical laws from scarce data. (arXiv:2005.03448v1 [cs.LG])

Harnessing data to discover the underlying governing laws or equations that describe the behavior of complex physical systems can significantly advance our modeling, simulation and understanding of such systems in various science and engineering disciplines. Recent advances in sparse identification show encouraging success in distilling closed-form governing equations from data for a wide range of nonlinear dynamical systems. However, the fundamental bottleneck of this approach lies in the robustness and scalability with respect to data scarcity and noise. This work introduces a novel physics-informed deep learning framework to discover governing partial differential equations (PDEs) from scarce and noisy data for nonlinear spatiotemporal systems. In particular, this approach seamlessly integrates the strengths of deep neural networks for rich representation learning, automatic differentiation and sparse regression to approximate the solution of system variables, compute essential derivatives, as well as identify the key derivative terms and parameters that form the structure and explicit expression of the PDEs. The efficacy and robustness of this method are demonstrated on discovering a variety of PDE systems with different levels of data scarcity and noise. The resulting computational framework shows the potential for closed-form model discovery in practical applications where large and accurate datasets are intractable to capture.




deep

Interpreting Deep Models through the Lens of Data. (arXiv:2005.03442v1 [cs.LG])

Identification of input data points relevant for the classifier (i.e. serve as the support vector) has recently spurred the interest of researchers for both interpretability as well as dataset debugging. This paper presents an in-depth analysis of the methods which attempt to identify the influence of these data points on the resulting classifier. To quantify the quality of the influence, we curated a set of experiments where we debugged and pruned the dataset based on the influence information obtained from different methods. To do so, we provided the classifier with mislabeled examples that hampered the overall performance. Since the classifier is a combination of both the data and the model, therefore, it is essential to also analyze these influences for the interpretability of deep learning models. Analysis of the results shows that some interpretability methods can detect mislabels better than using a random approach, however, contrary to the claim of these methods, the sample selection based on the training loss showed a superior performance.




deep

Deep Learning Framework for Detecting Ground Deformation in the Built Environment using Satellite InSAR data. (arXiv:2005.03221v1 [cs.CV])

The large volumes of Sentinel-1 data produced over Europe are being used to develop pan-national ground motion services. However, simple analysis techniques like thresholding cannot detect and classify complex deformation signals reliably making providing usable information to a broad range of non-expert stakeholders a challenge. Here we explore the applicability of deep learning approaches by adapting a pre-trained convolutional neural network (CNN) to detect deformation in a national-scale velocity field. For our proof-of-concept, we focus on the UK where previously identified deformation is associated with coal-mining, ground water withdrawal, landslides and tunnelling. The sparsity of measurement points and the presence of spike noise make this a challenging application for deep learning networks, which involve calculations of the spatial convolution between images. Moreover, insufficient ground truth data exists to construct a balanced training data set, and the deformation signals are slower and more localised than in previous applications. We propose three enhancement methods to tackle these problems: i) spatial interpolation with modified matrix completion, ii) a synthetic training dataset based on the characteristics of real UK velocity map, and iii) enhanced over-wrapping techniques. Using velocity maps spanning 2015-2019, our framework detects several areas of coal mining subsidence, uplift due to dewatering, slate quarries, landslides and tunnel engineering works. The results demonstrate the potential applicability of the proposed framework to the development of automated ground motion analysis systems.




deep

Deep learning in medical image analysis : challenges and applications

9783030331283 (electronic bk.)




deep

On deep learning as a remedy for the curse of dimensionality in nonparametric regression

Benedikt Bauer, Michael Kohler.

Source: The Annals of Statistics, Volume 47, Number 4, 2261--2285.

Abstract:
Assuming that a smoothness condition and a suitable restriction on the structure of the regression function hold, it is shown that least squares estimates based on multilayer feedforward neural networks are able to circumvent the curse of dimensionality in nonparametric regression. The proof is based on new approximation results concerning multilayer feedforward neural networks with bounded weights and a bounded number of hidden neurons. The estimates are compared with various other approaches by using simulated data.




deep

Fitting a deeply nested hierarchical model to a large book review dataset using a moment-based estimator

Ningshan Zhang, Kyle Schmaus, Patrick O. Perry.

Source: The Annals of Applied Statistics, Volume 13, Number 4, 2260--2288.

Abstract:
We consider a particular instance of a common problem in recommender systems, using a database of book reviews to inform user-targeted recommendations. In our dataset, books are categorized into genres and subgenres. To exploit this nested taxonomy, we use a hierarchical model that enables information pooling across across similar items at many levels within the genre hierarchy. The main challenge in deploying this model is computational. The data sizes are large and fitting the model at scale using off-the-shelf maximum likelihood procedures is prohibitive. To get around this computational bottleneck, we extend a moment-based fitting procedure proposed for fitting single-level hierarchical models to the general case of arbitrarily deep hierarchies. This extension is an order of magnitude faster than standard maximum likelihood procedures. The fitting method can be deployed beyond recommender systems to general contexts with deeply nested hierarchical generalized linear mixed models.




deep

Ad Makers Use Deepfakes to 'Refresh' Old Content

With measures to stem the spread of COVID-19 putting a chokehold on their filming capabilities, advertising agencies are enhancing old content with new tech, including deepfakes. Deepfakes typically blend one person's likeness, or parts thereof, with the image of another person. Ad agencies are so restricted in how they can generate content, they'll explore anything that can be computer-generated.




deep

Digging deep in the year of soil – ten Twitter accounts to follow

We took a look around and put together a list of  Twitter accounts to keep you informed about what is happening in the world of soils.  Here are, in alphabetical order, ten voices on twitter you should follow for the latest on soils: @agriculturesnet The AgriCultures Network shares knowledge on small-scale family farming and agroecology. With agroecology we can build soils for life! http://t.co/pN62odtLt9 [...]




deep

Chlamydia-Related Bacteria Discovered in the Deep Arctic Ocean

‘What on earth were they doing there?’ one researcher asks




deep

Microbes Living in Deep Sea Rocks Spawn More Hope for Life on Mars

Starved of resources, these hardy bacteria still eke out a living, suggesting life forms could survive in the harsh habitats on other planets




deep

Deep-Sea Mining’s Environmental Toll Could Last Decades

A study of microbial communities at the site of a 1989 deep-sea mining test suggests the fragile ecosystem may take half a century to fully recover




deep

Zimbabwe Deep in Limbo

There is no end in sight to the hardships faced by the majority of Zimbabweans. Political uncertainty and economic insecurity have worsened as the country struggles to develop the necessary foundation to underwrite a broad-based and sustainable recovery.




deep

Fin24.com | Mind the gap: The Mboweni-Patel policy schism runs deep

SA faces its gravest test in over 70 years, to rebuild an economy that was already in a protracted slump after the ravages of the Covid-19 pandemic. Yet, one could be forgiven for believing there's a wedge between the state's main actors tasked with the job of resurrecting a country that may see its jobless rate rise as high as 50%.




deep

Deeper into the mountain

An OM worker and local team of believers visit indigenous Cabecar communities in the mountains of Talamanca, Costa Rica.




deep

Data Reveal Deep Inequities in Schools

New data tools allow users to see how public schools fall short when it comes to providing all students the resources they need to meet their highest potential.




deep

Coronavirus: MSPs highlight 'deep unease' of teachers at qualifications overhaul

MSPs have penned a letter to the head of the Scottish Qualifications Authority (SQA) - highlighting “deep unease” by teachers at plans to overhaul exams amid the lockdown.




deep

Deep Dive: Bernie Sanders, Elizabeth Warren on Charter Schools

Dig into what two leading Democratic presidential candidates have to say in their platforms about charter schools with Education Week's detailed analysis.




deep

Data Reveal Deep Inequities in Schools

New data tools allow users to see how public schools fall short when it comes to providing all students the resources they need to meet their highest potential.




deep

Deep Dive: Bernie Sanders, Elizabeth Warren on Charter Schools

Dig into what two leading Democratic presidential candidates have to say in their platforms about charter schools with Education Week's detailed analysis.




deep

Fin24.com | Brexit talks put on hold as stalemate deepens

The UK and the European Union are on course to miss a key milestone on the road to a Brexit deal after talks hit a roadblock. Negotiations are now paused, putting pressure on leaders to step into the breach later this week.




deep

Fin24.com | Herman Mashaba | Our economy is in deep, deep trouble

Our economy is in deep trouble, from whichever perspective you look at it. The economic battering taken by economically strong countries is frightening, leaving us in South Africa to fear the worst.




deep

Burundi: A Deepening Corruption Crisis

Despite the establishment of anti-corruption agencies, Burundi is facing a deepening corruption crisis that jeopardises prospects for lasting peace and stability.




deep

Scammers Go Phishing With Deepfakes

Deepfakes, or doctored videos, have mostly been used to harm the reputations of celebrities and politicians. Now the AI-assisted technology is being used to trick companies out of big money.




deep

Fin24.com | Coronavirus deepens Prasa's financial woes, revenue loss estimated at R757m

Prasa estimates revenue losses for the year of R757 million, due to the impact of the lockdown.




deep

Fin24.com | EPS: a deeper meaning

The beauty of the EPS table is that you can spot the ‘sleepers’ – the companies that deserve wider recognition due to superior performance over five years.




deep

Deepika Remembers Irrfan Khan With A Sweet Memory From The Sets Of "Piku"

"Rest in peace my dear friend," Deepika had written earlier




deep

Deepika Remembers Irrfan Khan With A Sweet Memory From The Sets Of "Piku"

"Rest in peace my dear friend," Deepika had written earlier




deep

OnePlus 7T Pro and OnePlus 7 Pro receive deep discounts after OnePlus 8 series launch




deep

TRAFFIC ALERT - Closure of Deep Grass Lane for Railroad Maintenance

Houston --

DelDOT announces to motorists that Delmarva Central Railroad will be resurfacing and performing general maintenance on their railroad crossing at Deep Grass Lane between School Street and Front Street. The closure will begin at 5:00 a.m. on Friday, April 17, 2020 until 11:59 p.m. on Sunday, April 19, 2020.

Detour Routes:

Northbound: Deep Grass Lane onto Front Street to Broad Street to School Street and return to Deep Grass Lane. [More]




deep

Corona Impact: Electronics exports dip, fall may deepen in FY21

Industry executives say the slump in electronics could only deepen in the first quarter of this fiscal, mainly due to the lockdown, and further accelerate a slide in the overall merchandise exports.





deep

OnePlus 7T Pro and OnePlus 7 Pro receive deep discounts after OnePlus 8 series launch




deep

MS Dhoni’s advice helped immensely, says Kuldeep Yadav; recalls Anil Kumble’s ‘challenge’ to him on Test debut

The young spinner, who now has made a mark for himself in the international arena, said that he no longer remembers what Sivaramakrishnan had said to him as his mind was blank at that stage.




deep

Kuldeep Yadav bats for MS Dhoni in ICC World T20 squad, says his presence ‘will make it easier for India’

The ongoing Coronavirus crisis across the world and a prolonged lockdown in India has halted MS Dhoni’s planned comeback to competitive cricket. He had joined the training camp with his IPL franchise team Chennai Super Kings but the initial delays in the start of IPL until April 15 and then for an indefinite period stopped him to press on for a place in the Indian squad.




deep

Coronavirus: How clean is the plane you are travelling in? Airlines asked to deep clean aircraft every 24 hours

DGCA has also asked carriers to procure at least one universal precaution kit on every plane to be worn by crew members handling suspected positive cases of the Coronavirus.




deep

Deep sea secrets: Countries claim obscure and difficult-to-reach tracts of the deep-sea world

The ocean has deep secrets. It is a world as vibrant as the one outside. There is a unique ecology that defies common knowledge and often perplexes scientists. This barely-explored territory is also believed to hold vast quantities of precious metals and minerals that can sustain the modern world for centuries. So it is not […]




deep

Deutsche Bank raid pulls CEO deeper into vicious dircle

Deutsche Bank chief executive officer Christian Sewing was there to give the annual pep talk to his top executives.




deep

Amazon’s deep bench calms investors amid Jeff Bezos scandal, NYC rift

It’s been a rough few weeks for the world’s wealthiest man.